[Bug c++/93297] internal compiler error: in set_constraints, at cp/constraint.cc:

2021-12-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93297 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |11.0 Status|WAITING

[Bug c++/93297] internal compiler error: in set_constraints, at cp/constraint.cc:

2020-10-22 Thread john at mcfarlane dot name via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93297 --- Comment #9 from John McFarlane --- And here is an ICE in 10.2: struct a; template class b; template b()->b<>; template using c = b; static_assert(c{} CL: g++ -v -std=c++2a source.cpp Online: https://godbolt.org/z/54aTr6

[Bug c++/93297] internal compiler error: in set_constraints, at cp/constraint.cc:

2020-10-19 Thread john at mcfarlane dot name via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93297 --- Comment #8 from John McFarlane --- And this input can generate an ICE even with the -std=c++2a switch: template class a; template a()->a; template <2> using c a; static_assert(c{ } CL: g++ -v -std=c++2a source.cpp

[Bug c++/93297] internal compiler error: in set_constraints, at cp/constraint.cc:

2020-10-19 Thread john at mcfarlane dot name via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93297 John McFarlane changed: What|Removed |Added CC||john at mcfarlane dot name --- Comment

[Bug c++/93297] internal compiler error: in set_constraints, at cp/constraint.cc:

2020-01-21 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93297 --- Comment #6 from Martin Liška --- Can't reproduce with a cross-compiler: $ ./xg++ -B. ~/Programming/testcases/sha1.ii -c -Ofast -std=c++2a -s -msse2 -maes -msha [work fine] Can you please test latest GCC snapshot?

[Bug c++/93297] internal compiler error: in set_constraints, at cp/constraint.cc:

2020-01-20 Thread euloanty at live dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93297 --- Comment #5 from fdlbxtqi --- (In reply to Martin Liška from comment #4) > (In reply to fdlbxtqi from comment #3) > > (In reply to Martin Liška from comment #2) > > > Thanks for the report. Can you please send us the command line used for >

[Bug c++/93297] internal compiler error: in set_constraints, at cp/constraint.cc:

2020-01-20 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93297 --- Comment #4 from Martin Liška --- (In reply to fdlbxtqi from comment #3) > (In reply to Martin Liška from comment #2) > > Thanks for the report. Can you please send us the command line used for the > > compilation? Ideally output of -v

[Bug c++/93297] internal compiler error: in set_constraints, at cp/constraint.cc:

2020-01-18 Thread euloanty at live dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93297 --- Comment #3 from fdlbxtqi --- (In reply to Martin Liška from comment #2) > Thanks for the report. Can you please send us the command line used for the > compilation? Ideally output of -v option. g++ -o xxx xxx.cc -Ofast -std=c++2a -s -msse2

[Bug c++/93297] internal compiler error: in set_constraints, at cp/constraint.cc:

2020-01-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93297 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/93297] internal compiler error: in set_constraints, at cp/constraint.cc:

2020-01-16 Thread euloanty at live dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93297 fdlbxtqi changed: What|Removed |Added CC||euloanty at live dot com --- Comment #1 from