OSDN Git Service

* gcc.target/arm/fp16-compile-none-1.c: Update expected error.
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 May 2011 16:30:27 +0000 (16:30 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 May 2011 16:30:27 +0000 (16:30 +0000)
* g++.dg/abi/packed1.C: Suppress warning.
* g++.dg/warn/Wunused-parm-3.C: Likewise.
* g++.dg/template/stdarg1.C: Likewise.
* g++.dg/other/packed1.C: Remove arm from xfail list.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174213 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/abi/packed1.C
gcc/testsuite/g++.dg/other/packed1.C
gcc/testsuite/g++.dg/template/stdarg1.C
gcc/testsuite/g++.dg/warn/Wunused-parm-3.C
gcc/testsuite/gcc.target/arm/fp16-compile-none-1.c

index bc2eac9..4123c99 100644 (file)
@@ -1,3 +1,11 @@
+2011-05-25  Janis Johnson  <janisjo@codesourcery.com>
+
+       * gcc.target/arm/fp16-compile-none-1.c: Update expected error.
+       * g++.dg/abi/packed1.C: Suppress warning.
+       * g++.dg/warn/Wunused-parm-3.C: Likewise.
+       * g++.dg/template/stdarg1.C: Likewise.
+       * g++.dg/other/packed1.C: Remove arm from xfail list.
+
 2011-05-25  Jason Merrill  <jason@redhat.com>
 
        * g++.dg/cpp0x/enum16.C: New.
index c903709..8345375 100644 (file)
@@ -1,10 +1,10 @@
 // PR c++/41788
-// { dg-options "-Wpacked" }
 // { dg-do run }
+// { dg-options "-Wpacked -Wno-attributes" }
 
 extern "C" void abort ();
 
-struct INNER { // { dg-warning "inefficient.*vptr" "" { target alpha*-*-* ia64-*-* hppa*-*-* mips-sgi-irix* sparc*-*-* spu-*-* sh*-*-* } }
+struct INNER {
   virtual int foo() const { return 1; }
 } __attribute__ ((packed));
 
index 7a842d3..ac586c6 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do run { xfail arm*-*-* sh-*-* lm32-*-* } }
+// { dg-do run { xfail sh-*-* lm32-*-* } }
 
 // NMS:2003-04-21 this fails on strict aligned architectures again,
 // the patch was reverted because it broke something more important.
index ddc8c78..94804ee 100644 (file)
@@ -1,5 +1,7 @@
 // PR c++/47022
 // { dg-do compile }
+// Suppress a warning that is irrelevant to the purpose of this test.
+// { dg-options "-Wno-abi" { target arm_eabi } }
 
 #include <cstdarg>
 
index 4d293f3..3f0a0e7 100644 (file)
@@ -1,5 +1,7 @@
 // { dg-do compile }
 // { dg-options "-Wunused -W" }
+// Suppress a warning that is irrelevant to the purpose of this test.
+// { dg-options "-Wunused -W -Wno-abi" { target arm_eabi } }
 
 #include <stdarg.h>
 
index ca29123..e912505 100644 (file)
@@ -3,4 +3,4 @@
 
 /* __fp16 type name is not recognized unless you explicitly enable it
    by selecting -mfp16-format=ieee or -mfp16-format=alternative.  */
-__fp16 xx = 0.0;  /* { dg-error "expected" } */
+__fp16 xx = 0.0;  /* { dg-error "unknown type name" } */