Q) jdk1.4.1 compile on -current

Dag-ErlingSmørgrav des at des.no
Fri Jul 25 15:23:38 PDT 2003


Yamada Ken Takeshi <ken at tydfam.jp> writes:
> Thank you for your check.  I may need to wait for wise man to
> correct the bug of GCC 3.3.1

It's not a GCC bug, it's a JDK bug which GCC used to silently ignore.
The ## operator should only be used to paste together parts of what is
meant to be a single token, but apparently a lot of people use it
between tokens in macro definitions (which is not only incorrect but
also completely unnecessary).

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the freebsd-java mailing list