Commit 08e4afba by Hui-May Chang Committed by Hui-May Chang

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
parent 0bb81a93
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> 2007-06-25 Geoffrey Keating <geoffk@apple.com>
PR 20216 PR 20216
/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && lp64 } } } */ /* { dg-do compile { target { { i?86-*-* x86_64-*-* } && lp64 } } } */
/* { dg-options "-mcmodel=medium" } */ /* { dg-options "-mcmodel=medium" } */
/* { dg-final { scan-assembler "8589934592|8589934588" } } */ /* { dg-final { scan-assembler "8589934588" } } */
int bigarray[2147483647]; int bigarray[2147483647];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment