920501-7.c: Remove 'CYGNUS LOCAL' markers.

* gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
	* gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.

From-SVN: r37168
This commit is contained in:
Geoff Keating 2000-10-31 22:30:13 +00:00 committed by Geoffrey Keating
parent c5a0835dea
commit e201b0a7e9
3 changed files with 5 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2000-10-31 Geoffrey Keating <geoffk@cygnus.com>
* gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
* gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
2000-10-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.c-torture/execute/va-arg-21.c: New test.

View file

@ -1,7 +1,5 @@
/* CYGNUS LOCAL -- meissner/no label values */
#ifndef NO_LABEL_VALUES
x(){if(&&e-&&b<0)x();b:goto*&&b;e:;}
#else
int x;
#endif
/* END CYGNUS LOCAL -- meissner/no label values */

View file

@ -19,7 +19,6 @@ main ()
unsigned long long int k;
double x;
/* CYGNUS LOCAL -- meissner/32bit doubles */
if (sizeof (double) >= 8)
{
k = 0x8693ba6d7d220401ULL;
@ -28,7 +27,6 @@ main ()
if (k != 0x8693ba6d7d220800ULL)
abort ();
}
/* END CYGNUS LOCAL -- meissner/32bit doubles */
k = 0x8234508000000001ULL;
x = s (k);