[Bug c++/87692] Reuse guard variable for multiple initializations

2024-03-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87692 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug c++/87692] Reuse guard variable for multiple initializations

2018-10-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87692 --- Comment #2 from Jonathan Wakely --- I think this needs to be specified by the ABI before we can change it, and you'd still you have a backwards compatibility problem. If the function is inline and included in two translation units, the compil

[Bug c++/87692] Reuse guard variable for multiple initializations

2018-10-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87692 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|