* gcc.dg/array-init-1.c: Add big-endian number to check.

From-SVN: r134601
This commit is contained in:
Steve Ellcey 2008-04-23 20:16:26 +00:00 committed by Steve Ellcey
parent 24170ff901
commit 10a9ad3b82
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-04-23 Steve Ellcey <sje@cup.hp.com>
* gcc.dg/array-init-1.c: Add big-endian number to check.
2008-04-23 Richard Guenther <rguenther@suse.de>
PR tree-optimization/27799

View File

@ -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-*-* } } } */