[Bug c++/85940] Address of label breaks ISO C++ program despite non-GNU dialect and pedantic

2021-05-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85940 --- Comment #2 from Andrew Pinski --- Hmm, Even clang has the same bug: https://godbolt.org/z/fszxdGrsv :3:19: warning: use of GNU address-of-label extension [-Wgnu-label-as-value] return (bool()) && x; ^ :3:10: error:

[Bug c++/85940] Address of label breaks ISO C++ program despite non-GNU dialect and pedantic

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