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
This commit is contained in:
Geoffrey Keating 2001-11-15 02:32:39 +00:00 committed by Geoffrey Keating
parent aa0149ff0c
commit 6345b6810a
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
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.

View File

@ -1,2 +1,2 @@
extern void _text;
static __SIZE_TYPE__ x = (__SIZE_TYPE__) &_text - 0x10000000L - 1;
static unsigned long x = (unsigned long) &_text - 0x10000000L - 1;

View File

@ -0,0 +1,2 @@
extern void _text;
static __SIZE_TYPE__ x = (__SIZE_TYPE__) &_text - 0x10000000L - 1;