[Bug c++/68395] [concepts] segfault in valid code

2020-05-26 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68395 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug c++/68395] [concepts] segfault in valid code

2020-05-26 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68395 --- Comment #3 from Marek Polacek --- *** Bug 68394 has been marked as a duplicate of this bug. ***

[Bug c++/68395] [concepts] segfault in valid code

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68395 --- Comment #2 from Jonathan Wakely --- Using -std=gnu++17 -fconcepts this compiles OK with GCC 7, 8 and 9. Rejected with trunk: bug5.cpp:72:3: warning: access declarations are deprecated in favour of using-declarations; suggestion: add the

[Bug c++/68395] [concepts] segfault in valid code

2015-11-24 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68395 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/68395] [concepts] segfault in valid code

2015-11-17 Thread ryan.burn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68395 --- Comment #1 from ryan.burn at gmail dot com --- Created attachment 36745 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36745=edit preprocessed code