[Bug c++/105767] gcc 12.1 ICE but not with 11.2 compiling boost

2023-07-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105767

Andrew Pinski  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|WAITING |RESOLVED

--- Comment #3 from Andrew Pinski  ---
Dup of bug 106310 (which has a reduced testcase).

*** This bug has been marked as a duplicate of bug 106310 ***

[Bug c++/105767] gcc 12.1 ICE but not with 11.2 compiling boost

2022-05-31 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105767

Alex Coplan  changed:

   What|Removed |Added

 Status|RESOLVED|WAITING
 CC||acoplan at gcc dot gnu.org
   Last reconfirmed||2022-05-31
 Ever confirmed|0   |1
 Resolution|FIXED   |---

--- Comment #2 from Alex Coplan  ---
The compiler should never ICE. If you can reproduce the problem (by switching
the include order back), please can you attach the preprocessed source (with
-E) needed to reproduce the issue?

[Bug c++/105767] gcc 12.1 ICE but not with 11.2 compiling boost

2022-05-29 Thread deco33000 at yandex dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105767

KL  changed:

   What|Removed |Added

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

--- Comment #1 from KL  ---
Moving the include to the top solved the issue.
Weird, but that's fine.