[Bug c++/101405] New: internal compiler error: in reshape_init_class, at cp/decl.c:6483

2021-07-10 Thread carlo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101405 Bug ID: 101405 Summary: internal compiler error: in reshape_init_class, at cp/decl.c:6483 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/50481] builtin to reverse the bit order

2022-10-25 Thread carlo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50481 Carlo Wood changed: What|Removed |Added CC||carlo at gcc dot gnu.org --- Comment #8

[Bug c++/114311] New: wrong "error: ‘this’ is not a constant expression" with consteval member function

2024-03-11 Thread carlo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114311 Bug ID: 114311 Summary: wrong "error: ‘this’ is not a constant expression" with consteval member function Product: gcc Version: 14.0 Status: UNCONFIRMED

[Bug c++/114311] Possibly wrong "error: ‘this’ is not a constant expression" with consteval member function

2024-03-11 Thread carlo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114311 --- Comment #2 from Carlo Wood --- I meant `constexpr Symbol x;` inside main - with the same error.

[Bug c++/114311] Possibly wrong "error: ‘this’ is not a constant expression" with consteval member function

2024-03-11 Thread carlo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114311 Carlo Wood changed: What|Removed |Added Summary|wrong "error: ‘this’ is not |Possibly wrong "error:

[Bug c++/114311] Possibly wrong "error: ‘this’ is not a constant expression" with consteval member function

2024-03-12 Thread carlo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114311 --- Comment #5 from Carlo Wood --- Hey Andrew :) You probably mean https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98752 But they are different in that I think that this report is invalid... See "discussion" here: