Commit e201b0a7 by Geoff Keating Committed by Geoffrey Keating

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
parent c5a0835d
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.
......
/* 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 */
......@@ -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);
......
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