* gcc.c-torture/compile/pr44707.c: Do not try to assemble on AIX.
From-SVN: r194671
This commit is contained in:
parent
95b32587d0
commit
e6540d3e8e
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* { dg-do compile { target powerpc-ibm-aix* } } */
|
||||
|
||||
extern struct { int a, b, c, d; } v;
|
||||
extern int w;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue