This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
removal of wandering 'CYGNUS LOCAL' markers in testsuite
- To: gcc-patches at gcc dot gnu dot org
- Subject: removal of wandering 'CYGNUS LOCAL' markers in testsuite
- From: Geoffrey Keating <geoffk at thief dot cygnus dot com>
- Date: Tue, 31 Oct 2000 14:29:58 -0800
These testsuite entries seem to have wandered away from their
previous home without losing the 'CYGNUS LOCAL' markers.
Checked on x86-linux.
--
Geoff Keating <geoffk@cygnus.com>
===File ~/patches/gcc-nocyglocal.patch======================
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/egcs/gcc/testsuite/ChangeLog,v
retrieving revision 1.786
diff -u -p -r1.786 ChangeLog
--- ChangeLog 2000/10/31 21:30:22 1.786
+++ ChangeLog 2000/10/31 22:28:38
@@ -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.
Index: gcc.c-torture/compile/920501-7.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/testsuite/gcc.c-torture/compile/920501-7.c,v
retrieving revision 1.2
diff -u -p -r1.2 920501-7.c
--- 920501-7.c 1998/12/16 22:07:03 1.2
+++ 920501-7.c 2000/10/31 22:28:38
@@ -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 */
Index: gcc.c-torture/execute/ieee/rbug.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/testsuite/gcc.c-torture/execute/ieee/rbug.c,v
retrieving revision 1.2
diff -u -p -r1.2 rbug.c
--- rbug.c 1998/12/16 22:16:52 1.2
+++ rbug.c 2000/10/31 22:28:39
@@ -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);
============================================================