[Bug c++/119400] -fms-extensions has not been updated to the what MSVC does with respect to implicit int

2025-03-20 Thread atstng at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119400 --- Comment #5 from Ilya Zylev --- Thank you very much, that clarifies original post. -fms-extensions -fno-ms-extensions options work as intended. Is it possible to configure these options from inside the source code being compiled by GCC? P

[Bug c++/119400] New: Windows-targeted builds of GCC allow -fpermissive -Wimplicit-int behaviour in C++

2025-03-20 Thread atstng at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119400 Bug ID: 119400 Summary: Windows-targeted builds of GCC allow -fpermissive -Wimplicit-int behaviour in C++ Product: gcc Version: 14.2.0 Status: UNCONFIRMED Seve