struct-layout-1_generate.c: Add -Wno-abi to default options.
authorJakub Jelinek <jakub@redhat.com>
Fri, 26 Sep 2014 08:34:19 +0000 (10:34 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 26 Sep 2014 08:34:19 +0000 (10:34 +0200)
* g++.dg/compat/struct-layout-1_generate.c: Add -Wno-abi
to default options.

From-SVN: r215635

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/compat/struct-layout-1_generate.c

index 0074c0c09a0f228506d6a7af75365d0308855819..18b4d9656343be889d85ae42d645ea446f560ce3 100644 (file)
@@ -1,3 +1,8 @@
+2014-09-26  Jakub Jelinek  <jakub@redhat.com>
+
+       * g++.dg/compat/struct-layout-1_generate.c: Add -Wno-abi
+       to default options.
+
 2014-09-25  Andi Kleen  <ak@linux.intel.com>
 
        * gcc.target/i386/nop-mcount.c: New file.
index 2cf08946e36ae5c7cb5e17b7b19128e2cc0dd0c7..2884c25f337260a2c46299bd12af028f526afe15 100644 (file)
@@ -1,5 +1,5 @@
 /* Structure layout test generator.
-   Copyright (C) 2004, 2005, 2007, 2008, 2009, 2011, 2012
+   Copyright (C) 2004-2014
    Free Software Foundation, Inc.
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
@@ -44,7 +44,7 @@ along with GCC; see the file COPYING3.  If not see
 #endif
 
 const char *dg_options[] = {
-"/* { dg-options \"%s-I%s\" } */\n",
+"/* { dg-options \"%s-I%s -Wno-abi\" } */\n",
 "/* { dg-options \"%s-I%s -mno-mmx -Wno-abi\" { target i?86-*-* x86_64-*-* } } */\n",
 "/* { dg-options \"%s-I%s -fno-common\" { target hppa*-*-hpux* powerpc*-*-darwin* *-*-mingw32* *-*-cygwin* } } */\n",
 "/* { dg-options \"%s-I%s -mno-mmx -fno-common -Wno-abi\" { target i?86-*-darwin* x86_64-*-darwin* i?86-*-mingw32* x86_64-*-mingw32* i?86-*-cygwin* } } */\n",