java1.C: Use -fdollars-in-identifiers when compiling.

* 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
This commit is contained in:
Mark Mitchell 2003-12-23 22:41:27 +00:00 committed by Mark Mitchell
parent bfb26eddf5
commit 7bd35dac24
4 changed files with 10 additions and 3 deletions

View 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

View File

@ -1,5 +1,5 @@
// { dg-do compile }
// { dg-options "" }
// { dg-options "-fdollars-in-identifiers" }
// Origin: Giovanni Bajo <giovannibajo at libero dot it>
// Make sure that Java special functions can be called correctly.

View File

@ -1,5 +1,5 @@
// { dg-do compile }
// { dg-options "" }
// { dg-options "-fdollars-in-identifiers" }
// Origin: Giovanni Bajo <giovannibajo at libero dot it>
// Make sure that Java special functions can be called correctly.
// (continue from java1.C)

View 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. */