Commit 6345b681 by Geoffrey Keating Committed by Geoffrey Keating

20010327-1.c: Revert last change.

	* gcc.c-torture/compile/20010327-1.c: Revert last change.
	* gcc.c-torture/compile/20011114-1.c: New test, exactly
	like the (before this change) version of 20010327-1.c.

From-SVN: r47036
parent aa0149ff
2001-11-14 Geoffrey Keating <geoffk@redhat.com>
* gcc.c-torture/compile/20010327-1.c: Revert last change.
* gcc.c-torture/compile/20011114-1.c: New test, exactly
like the (before this change) version of 20010327-1.c.
2001-11-14 Roger Sayle <roger@eyesopen.com>
* gcc.c-torture/execute/string-opt-13.c: New testcase.
......
extern void _text;
static __SIZE_TYPE__ x = (__SIZE_TYPE__) &_text - 0x10000000L - 1;
static unsigned long x = (unsigned long) &_text - 0x10000000L - 1;
extern void _text;
static __SIZE_TYPE__ x = (__SIZE_TYPE__) &_text - 0x10000000L - 1;
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