Commit 79d37e45 by Eric Christopher

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
parent 2091ff66
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> 2007-05-07 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/dfp/convert-bfp-fold.c: Remove extra assignment to * gcc.dg/dfp/convert-bfp-fold.c: Remove extra assignment to
...@@ -36,7 +40,7 @@ ...@@ -36,7 +40,7 @@
* gfortran.dg/char_result_4.f90: New test. * gfortran.dg/char_result_4.f90: New test.
2007-06-05 Revital Eres <eres@il.ibm.com> 2007-06-05 Revital Eres <eres@il.ibm.com>
PR 30957 PR 30957
* gcc.dg/pr30957-1.c: New test. * gcc.dg/pr30957-1.c: New test.
...@@ -64,9 +68,9 @@ ...@@ -64,9 +68,9 @@
* gfortran.dg/fseek.f90: New test. * gfortran.dg/fseek.f90: New test.
2007-05-04 Bob Wilson <bob.wilson@acm.org> 2007-05-04 Bob Wilson <bob.wilson@acm.org>
* g++.old-deja/g++.pt/static11.C: Remove xtensa-*-elf* xfail. * g++.old-deja/g++.pt/static11.C: Remove xtensa-*-elf* xfail.
2007-05-04 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> 2007-05-04 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR libfortran/31210 PR libfortran/31210
...@@ -99,7 +103,7 @@ ...@@ -99,7 +103,7 @@
2007-05-03 Dorit Nuzman <dorit@il.ibm.com> 2007-05-03 Dorit Nuzman <dorit@il.ibm.com>
PR tree-optimization/31699 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. New.
(check_effective_target_vect_floatint_cvt): New. (check_effective_target_vect_floatint_cvt): New.
* gcc.dg/vect/vect-floatint-conversion-1.c: Use new keyword instead * gcc.dg/vect/vect-floatint-conversion-1.c: Use new keyword instead
...@@ -118,8 +122,8 @@ ...@@ -118,8 +122,8 @@
2007-05-02 Seongbae Park <seongbae.park@gmail.com> 2007-05-02 Seongbae Park <seongbae.park@gmail.com>
PR C++/31663 PR C++/31663
* g++.dg/warn/anonymous-namespace-2.C: New. * g++.dg/warn/anonymous-namespace-2.C: New.
* g++.dg/warn/anonymous-namespace-2.h: New. * g++.dg/warn/anonymous-namespace-2.h: New.
2007-05-02 Paul Brook <paul@codesourcery.com> 2007-05-02 Paul Brook <paul@codesourcery.com>
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2" } */ /* { 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); typedef void (*fp)(void);
extern char* bar(void* a1, int a2); extern char* bar(void* a1, int a2);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment