[Bug c++/93761] ICE when compiling a standard header as a header unit

2020-02-25 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93761

Nathan Sidwell  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Nathan Sidwell  ---
There, I fixed it anyway :)
934fe9a30d2

[Bug c++/93761] ICE when compiling a standard header as a header unit

2020-02-19 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93761

--- Comment #4 from Nathan Sidwell  ---
fwiw the stack traceback doesn't look like it's concept related, probably some
other bug ...

[Bug c++/93761] ICE when compiling a standard header as a header unit

2020-02-17 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93761

--- Comment #3 from Nathan Sidwell  ---
The modules branch identifies itself as:

gcc version 10.0.1 20200211 (experimental) [devel/c++-modules
fe76dae46c6:20200212-0942] (GCC) 

I added the branch name to the [...] piece last week.

Its ICE and --help output also says:

For bug reporting instructions, please see:
.

I would like to keep the actual version number tracking the (frequent) merges
from trunk, rather than invent something else.  I guess the '(experimental)'
part could say something else.  (modules)?  Though I don't know what scripts
out there might barf on that.

As to Chris's report -- this is a known defect mentioned on the modules wiki
page -- concepts support is incomplete.

I suspect on trunk I should add modules-specific smarts to the parser error
message route, so it can say something clueful.

[Bug c++/93761] ICE when compiling a standard header as a header unit

2020-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93761

Richard Biener  changed:

   What|Removed |Added

 CC||nathan at gcc dot gnu.org

--- Comment #2 from Richard Biener  ---
Nathan, consider adding a Version for the modules branch.

[Bug c++/93761] ICE when compiling a standard header as a header unit

2020-02-15 Thread cjdb.ns at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93761

--- Comment #1 from Christopher Di Bella  ---
Created attachment 47846
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47846=edit
Iterator temp