invalid-call-1.c: Fix options for 32-bit x86.
authorEric Christopher <echristo@gcc.gnu.org>
Tue, 8 May 2007 01:21:48 +0000 (01:21 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Tue, 8 May 2007 01:21:48 +0000 (01:21 +0000)
2007-05-07  Eric Christopher  <echristo@apple.com>

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

From-SVN: r124533

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/invalid-call-1.c

index 41347a03b0298ff46f72e9ad890b4005d591d570..8c0103f28d919fc8d58a3b013e813f9215680256 100644 (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
 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
 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>
 
index 7474227fa52251e18f15b899467268742d40c9a2..4126b5a4ff0090cb5879bb3fa6ef1da76367fdb7 100644 (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);