Re: Fix gcc.dg/graphite/run-id-1.c for Windows targets

2011-10-26 Thread Mike Stump
On Oct 26, 2011, at 2:17 PM, Joseph S. Myers wrote: > The test gcc.dg/graphite/run-id-1.c requires more stack space than > Windows targets provide by default. This patch arranges for the > appropriate -Wl,--stack option (as in config/mh-mingw and > config/mh-cygwin) to be used by this test on thos

Re: Fix gcc.dg/graphite/run-id-1.c for Windows targets

2011-10-26 Thread Kai Tietz
2011/10/26 Joseph S. Myers : > The test gcc.dg/graphite/run-id-1.c requires more stack space than > Windows targets provide by default.  This patch arranges for the > appropriate -Wl,--stack option (as in config/mh-mingw and > config/mh-cygwin) to be used by this test on those targets.  Tested > wi

Fix gcc.dg/graphite/run-id-1.c for Windows targets

2011-10-26 Thread Joseph S. Myers
The test gcc.dg/graphite/run-id-1.c requires more stack space than Windows targets provide by default. This patch arranges for the appropriate -Wl,--stack option (as in config/mh-mingw and config/mh-cygwin) to be used by this test on those targets. Tested with cross to i686-mingw32. OK to commit