]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.c-torture/compile/pr44707.c: Do not try to assemble on AIX.
authorDavid Edelsohn <dje.gcc@gmail.com>
Fri, 21 Dec 2012 16:25:55 +0000 (16:25 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 21 Dec 2012 16:25:55 +0000 (11:25 -0500)
From-SVN: r194671

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr44707.c

index 61cfaabccfdde28741306a7365d3371a8549cee5..08adfbb64cd568e6e3d3235222f4c6036c64bf47 100644 (file)
@@ -8,6 +8,8 @@
        (check_effective_target_powerpc_vsx_ok): Only test VSX on AIX 7.1
        and above.
 
+       * gcc.c-torture/compile/pr44707.c: Do not try to assemble on AIX.
+
 2012-12-21  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/55763
index d5d39fc83c8ad59179d526cd44e72db58b08c73c..bad8177557edd1f53d054b464244bc88e24bea83 100644 (file)
@@ -1,3 +1,5 @@
+/* { dg-do compile { target powerpc-ibm-aix* } } */
+
 extern struct { int a, b, c, d; } v;
 extern int w;