large-size-array-3.c: Remove the larger size of the scan-assembler constant.
* gcc.target/i386/large-size-array-3.c: Remove the larger size of the scan-assembler constant. From-SVN: r126035
This commit is contained in:
parent
0bb81a93ac
commit
08e4afbadb
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue