This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: java/7738 Patch: Turn off assert keyword recognition
>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:
Anthony> * gcj.texi (Invoking jv-scan): Add --no-assert documentation.
>> It seems like this should be "-source 1.3" for compatibility with the
>> Sun `javac'.
Anthony> You mean just for jv-scan?
No, I quoted carelessly. `gcj -C' is supposed to be compatible with
`javac'. With javac "-source 1.3" is used to disable the assert
keyword. So it seems like that should be true for gcj too. jv-scan
matters less, but it seems sensible to have it follow gcj.
Tom