* 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
+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
// { 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
// { 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
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
-/* { dg-options "-trigraphs" } */
+/* { dg-options "-trigraphs -fdollars-in-identifiers" } */
/* Test lexing of identifiers. */