This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [testsuite] Fix gcc.target/i386/pr37843-*.c for Windows target
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: "Joseph S. Myers" <joseph at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 06 Jul 2009 11:08:52 -0700
- Subject: Re: [testsuite] Fix gcc.target/i386/pr37843-*.c for Windows target
- References: <Pine.LNX.4.64.0907051600270.12558@digraph.polyomino.org.uk>
- Reply-to: janis187 at us dot ibm dot com
On Sun, 2009-07-05 at 16:01 +0000, Joseph S. Myers wrote:
> This patch fixes the testcases gcc.target/i386/pr37843-[123].c for
> target i686-mingw32, where they were failing because of the leading
> underscore on the name of the called function. Tested with cross to
> i686-mingw32; OK to commit?
>
> 2009-07-05 Joseph Myers <joseph@codesourcery.com>
>
> * gcc.target/i386/pr37843-1.c, gcc.target/i386/pr37843-2.c,
> gcc.target/i386/pr37843-3.c: Allow leading underscore on function
> name.
OK.
Janis