https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86588
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86588
--- Comment #5 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #3)
> On the trunk with "std=c++17 -fconcepts" It does not ICE any more but
> without it, GCC does.
I reduced the testcase where just -std=c++17 ICEs and filed PR 1035
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86588
--- Comment #4 from Andrew Pinski ---
The error message for "-std=gnu++17 -fconcepts" case:
In file included from
/home/mi/h4nn3s/devel/seqan3/include/seqan3/range/view/take_line.hpp:46,
from test.cpp:1:
/home/mi/h4nn3s/devel/se
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86588
--- Comment #3 from Andrew Pinski ---
On the trunk with "std=c++17 -fconcepts" It does not ICE any more but without
it, GCC does.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86588
Jonathan Wakely changed:
What|Removed |Added
Keywords||needs-reduction
Status|UNC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86588
--- Comment #1 from Hannes Hauswedell ---
Created attachment 44410
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44410&action=edit
intermediate file
build with -std=c++17 -fconcepts