This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch for g++


>>>>> "Richard" == Richard Henderson <rth@cygnus.com> writes:

>> http://gcc.gnu.org/ml/gcc-patches/2000-09/msg00085.html

Richard> This won't work on systems defining NO_DOLLAR_IN_LABEL.

Yeah.  However, I think Java already won't work on those systems :-(.
In particular field initialization generates a method named `finit$',
and inner classes use `$' all over the place.

One fix would be to mangle `$' as though it were a non-ascii character
on systems that define NO_DOLLAR_IN_LABEL.  I don't know whether this
is acceptable however.

Tom

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]