[Bug c++/65636] [c++-concepts] ICE (Segmentation fault) when a type requirement names a typedef or type alias

2015-07-09 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65636 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/65636] [c++-concepts] ICE (Segmentation fault) when a type requirement names a typedef or type alias

2015-04-07 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65636 --- Comment #3 from Tom Honermann tom at honermann dot net --- Confirmed fixed with r221861. I'll leave the bug open though since comment 2 is requesting additional followup.

[Bug c++/65636] [c++-concepts] ICE (Segmentation fault) when a type requirement names a typedef or type alias

2015-04-03 Thread andrew.n.sutton at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65636 --- Comment #2 from Andrew Sutton andrew.n.sutton at gmail dot com --- Confirmed and with a tentative fix in r221856. Certain type declarations occurring at namespace scope are not given C++ language extensions, so when we try to pass those

[Bug c++/65636] [c++-concepts] ICE (Segmentation fault) when a type requirement names a typedef or type alias

2015-04-03 Thread andrew.n.sutton at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65636 --- Comment #1 from Andrew Sutton andrew.n.sutton at gmail dot com --- Created attachment 35225 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=35225action=edit Proposed solution