[Bug c++/106086] New: ICE: trying to capture 'this' in instantiation of generic lambda

2022-06-25 Thread ldalessandro at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106086 Bug ID: 106086 Summary: ICE: trying to capture 'this' in instantiation of generic lambda Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal

[Bug c++/106085] New: It's unclear what the __has_trivial* builtins do after P0848 (Conditionally Trivial Special Member Functions)

2022-06-25 Thread roi.jacobson1 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106085 Bug ID: 106085 Summary: It's unclear what the __has_trivial* builtins do after P0848 (Conditionally Trivial Special Member Functions) Product: gcc Version: unknown

[Bug middle-end/106078] Invalid loop invariant motion with non-call-exceptions

2022-06-25 Thread hubicka at kam dot mff.cuni.cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106078 --- Comment #5 from hubicka at kam dot mff.cuni.cz --- > > For this one it's PRE hoisting *b across the endless loop (PRE handles > > calls as possibly not returning but not loops as possibly not > > terminating...) > > So it's a different bug.

Re: [Bug middle-end/106078] Invalid loop invariant motion with non-call-exceptions

2022-06-25 Thread Jan Hubicka via Gcc-bugs
> > For this one it's PRE hoisting *b across the endless loop (PRE handles > > calls as possibly not returning but not loops as possibly not > > terminating...) > > So it's a different bug. > > Btw, C++ requiring forward progress makes the testcase undefined. In my understanding access to

[Bug rust/105913] gccrs doesn't compile on 32-bit targets

2022-06-25 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105913 Thomas Schwinge changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[Bug c++/106084] New: using constructor fails to inherit consteval

2022-06-25 Thread ldalessandro at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106084 Bug ID: 106084 Summary: using constructor fails to inherit consteval Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: