Re: Fix gcc.target/i386/pr37843-4.c for targets using leading underscores

2011-10-26 Thread Mike Stump
On Oct 26, 2011, at 2:18 PM, Joseph S. Myers wrote: > gcc.target/i386/pr37843-4.c tests for the form calls to a function > "foo" take in the output. On Windows targets this function has a > leading underscore and so the test fails. > OK to commit? Ok.

Fix gcc.target/i386/pr37843-4.c for targets using leading underscores

2011-10-26 Thread Joseph S. Myers
gcc.target/i386/pr37843-4.c tests for the form calls to a function "foo" take in the output. On Windows targets this function has a leading underscore and so the test fails. This patch allows for that underscore in the test. Tested with cross to i686-mingw32. OK to commit? 2011-10-26 Joseph M