Commit 7bd35dac by Mark Mitchell Committed by Mark Mitchell

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
parent bfb26edd
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> 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
* gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
......
// { dg-do compile } // { dg-do compile }
// { dg-options "" } // { dg-options "-fdollars-in-identifiers" }
// Origin: Giovanni Bajo <giovannibajo at libero dot it> // Origin: Giovanni Bajo <giovannibajo at libero dot it>
// Make sure that Java special functions can be called correctly. // Make sure that Java special functions can be called correctly.
......
// { dg-do compile } // { dg-do compile }
// { dg-options "" } // { dg-options "-fdollars-in-identifiers" }
// Origin: Giovanni Bajo <giovannibajo at libero dot it> // Origin: Giovanni Bajo <giovannibajo at libero dot it>
// Make sure that Java special functions can be called correctly. // Make sure that Java special functions can be called correctly.
// (continue from java1.C) // (continue from java1.C)
......
/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */ /* { dg-do preprocess } */
/* { dg-options "-trigraphs" } */ /* { dg-options "-trigraphs -fdollars-in-identifiers" } */
/* Test lexing of identifiers. */ /* Test lexing of identifiers. */
......
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