https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105913
Thomas Schwinge changed:
What|Removed |Added
Resolution|--- |FIXED
Status|REOPENED
> > 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 volatil
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.
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
Statu
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86899
--- Comment #11 from Dmitry G. Dyachenko ---
r13-1213 PASS for me
r13-1164 FAIL for me