invalid-call-1.c: Fix options for 32-bit x86.

2007-05-07  Eric Christopher  <echristo@apple.com>

        * gcc.dg/invalid-call-1.c: Fix options for 32-bit x86.

From-SVN: r124533
This commit is contained in:
Eric Christopher 2007-05-08 01:21:48 +00:00
parent 2091ff6689
commit 79d37e4574
2 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,7 @@
2007-05-07 Eric Christopher <echristo@apple.com>
* gcc.dg/invalid-call-1.c: Fix options for 32-bit x86.
2007-05-07 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/dfp/convert-bfp-fold.c: Remove extra assignment to
@ -36,7 +40,7 @@
* gfortran.dg/char_result_4.f90: New test.
2007-06-05 Revital Eres <eres@il.ibm.com>
PR 30957
* gcc.dg/pr30957-1.c: New test.
@ -64,9 +68,9 @@
* gfortran.dg/fseek.f90: New test.
2007-05-04 Bob Wilson <bob.wilson@acm.org>
* g++.old-deja/g++.pt/static11.C: Remove xtensa-*-elf* xfail.
2007-05-04 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR libfortran/31210
@ -99,7 +103,7 @@
2007-05-03 Dorit Nuzman <dorit@il.ibm.com>
PR tree-optimization/31699
* lib/target-supports.exp (check_effective_target_vect_intfloat_cvt):
* lib/target-supports.exp (check_effective_target_vect_intfloat_cvt):
New.
(check_effective_target_vect_floatint_cvt): New.
* gcc.dg/vect/vect-floatint-conversion-1.c: Use new keyword instead
@ -118,8 +122,8 @@
2007-05-02 Seongbae Park <seongbae.park@gmail.com>
PR C++/31663
* g++.dg/warn/anonymous-namespace-2.C: New.
* g++.dg/warn/anonymous-namespace-2.h: New.
* g++.dg/warn/anonymous-namespace-2.C: New.
* g++.dg/warn/anonymous-namespace-2.h: New.
2007-05-02 Paul Brook <paul@codesourcery.com>

View File

@ -3,7 +3,7 @@
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -mtune=i586" { target i?86-*-* } } */
/* { dg-options "-O2 -march=i586" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
typedef void (*fp)(void);
extern char* bar(void* a1, int a2);