https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106947
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|-Waddress + bool + pragma |[12/13 Regression] |generates meaningless |-Waddress + bool + pragma |diagnostic |generates meaningless | |diagnostic Target Milestone|--- |12.3 --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- This is a regression from GCC 11.x which did not have this inform. The inform was added in r12-4059-g4dc7ce6fb39179 . What is interesting is the C++ front-end was done correctly but not the C front-end ...