java1.C: Use -fdollars-in-identifiers when compiling.
authorMark Mitchell <mark@codesourcery.com>
Tue, 23 Dec 2003 22:41:27 +0000 (22:41 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 23 Dec 2003 22:41:27 +0000 (22:41 +0000)
* g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
compiling.
* g++.dg/lookup/java2.C: Likewise.
* gcc.dg/cpp/lexident.c: Likewise.

From-SVN: r74992

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/lookup/java1.C
gcc/testsuite/g++.dg/lookup/java2.C
gcc/testsuite/gcc.dg/cpp/lexident.c

index 7b0208d51e7e643b901f7c681f88609c7e5e89aa..fea6e364c51aba12ecd91daee70c392a58fef7ab 100644 (file)
@@ -1,3 +1,10 @@
+2003-12-23  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
+       compiling.
+       * g++.dg/lookup/java2.C: Likewise.
+       * gcc.dg/cpp/lexident.c: Likewise.
+
 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
 
        * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
index 550ff59a2baaf4639a0ac6a31b850d80882c97bf..4b740085afb29dbf95649491bd72e8cac6328fbb 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }\r
-// { dg-options "" }\r
+// { dg-options "-fdollars-in-identifiers" }\r
 // Origin: Giovanni Bajo <giovannibajo at libero dot it>\r
 // Make sure that Java special functions can be called correctly.\r
 \r
index 6c78715a8ab3e361d6fd618efbdcc236666f105c..a779bf64dd91ac9bca492dad472158592f4a89e0 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }\r
-// { dg-options "" }\r
+// { dg-options "-fdollars-in-identifiers" }\r
 // Origin: Giovanni Bajo <giovannibajo at libero dot it>\r
 // Make sure that Java special functions can be called correctly.\r
 // (continue from java1.C)\r
index c914023b0fd7c01d3aa33167850f31dcd9d903d7..fdf54a2e2c5a127588c01c80b0fafe711a658fe0 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (C) 2000 Free Software Foundation, Inc.  */
 
 /* { dg-do preprocess } */
-/* { dg-options "-trigraphs" } */
+/* { dg-options "-trigraphs -fdollars-in-identifiers" } */
 
 /* Test lexing of identifiers.  */