[Bug target/67169] -fstack-check=no doesn't disable stack checking

2015-09-10 Thread dwmw2 at infradead dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67169 --- Comment #4 from David Woodhouse --- It's required by Windows but not by UEFI, which otherwise has the same ABI. We had previously been able to build UEFI firmware with MinGW.

[Bug target/67169] -fstack-check=no doesn't disable stack checking

2015-09-10 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67169 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/67169] -fstack-check=no doesn't disable stack checking

2015-08-15 Thread dwmw2 at infradead dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67169 --- Comment #2 from David Woodhouse --- (In reply to Andrew Pinski from comment #1) > I suspect i686-w64-mingw32 can never be used for self host binaries. It has been. EDKII has toolchain configurations for it: http://tianocore.sourceforge.net/w

[Bug target/67169] -fstack-check=no doesn't disable stack checking

2015-08-15 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67169 Andrew Pinski changed: What|Removed |Added Target||i686-w64-mingw32 Component|c