* gcc.c-torture/compile/pr44707.c: Do not try to assemble on AIX.

From-SVN: r194671
This commit is contained in:
David Edelsohn 2012-12-21 16:25:55 +00:00 committed by David Edelsohn
parent 95b32587d0
commit e6540d3e8e
2 changed files with 4 additions and 0 deletions

View 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

View file

@ -1,3 +1,5 @@
/* { dg-do compile { target powerpc-ibm-aix* } } */
extern struct { int a, b, c, d; } v;
extern int w;