diff options
author | Steve Ellcey <sje@cup.hp.com> | 2008-04-23 20:16:26 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2008-04-23 20:16:26 +0000 |
commit | 10a9ad3b821a7fa43b3ca72ab9a3911bbaa8bd19 (patch) | |
tree | c8dd4c49e79f899ec855b4df8409ad5fd4ad7853 /gcc/testsuite/gcc.dg/array-init-1.c | |
parent | 24170ff901f836d0742d2f2806586e6714cb0dec (diff) | |
download | gcc-10a9ad3b821a7fa43b3ca72ab9a3911bbaa8bd19.zip gcc-10a9ad3b821a7fa43b3ca72ab9a3911bbaa8bd19.tar.gz gcc-10a9ad3b821a7fa43b3ca72ab9a3911bbaa8bd19.tar.bz2 |
* gcc.dg/array-init-1.c: Add big-endian number to check.
From-SVN: r134601
Diffstat (limited to 'gcc/testsuite/gcc.dg/array-init-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/array-init-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/array-init-1.c b/gcc/testsuite/gcc.dg/array-init-1.c index 5766918..0ab8634 100644 --- a/gcc/testsuite/gcc.dg/array-init-1.c +++ b/gcc/testsuite/gcc.dg/array-init-1.c @@ -22,4 +22,4 @@ bar (void) } /* { dg-final { scan-assembler-not "abcdefghi" { target i?86-*-* x86_64-*-* ia64-*-* } } } */ -/* { dg-final { scan-assembler-times "7523094288207667809\|6867666564636261\|1684234849\|64636261" 2 { target i?86-*-* x86_64-*-* ia64-*-* } } } */ +/* { dg-final { scan-assembler-times "7017280452245743464\|7523094288207667809\|6867666564636261\|1684234849\|64636261" 2 { target i?86-*-* x86_64-*-* ia64-*-* } } } */ |