large-size-array-3.c: Remove the larger size of the scan-assembler constant.
authorHui-May Chang <hm.chang@apple.com>
Tue, 26 Jun 2007 17:28:13 +0000 (17:28 +0000)
committerHui-May Chang <hmchang@gcc.gnu.org>
Tue, 26 Jun 2007 17:28:13 +0000 (17:28 +0000)
* gcc.target/i386/large-size-array-3.c: Remove the larger size of
the scan-assembler constant.

From-SVN: r126035

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/large-size-array-3.c

index 0a25d051c09d67cc42afa7b5cf32f0b01f84417d..006c1fa1dd7ea9cc3839ab2bd61f859c1ca1bc32 100644 (file)
@@ -1,3 +1,8 @@
+2007-06-26  Hui-May Chang <hm.chang@apple.com>
+
+       * gcc.target/i386/large-size-array-3.c: Remove the larger size of
+       the scan-assembler constant.
+
 2007-06-25  Geoffrey Keating  <geoffk@apple.com>
 
        PR 20216
index 3d321afa2c72d0f02608dd4b447a31b955cb3218..f51ceedac128c65f769dd97af24c5361c9d4cf7f 100644 (file)
@@ -1,4 +1,4 @@
 /* { dg-do compile { target { { i?86-*-* x86_64-*-* } && lp64 } } } */
 /* { dg-options "-mcmodel=medium" } */
-/* { dg-final { scan-assembler "8589934592|8589934588" } } */
+/* { dg-final { scan-assembler "8589934588" } } */
 int bigarray[2147483647];