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]
Other format: [Raw text]

Re: java/7738 Patch: Turn off assert keyword recognition


On Sun, 2002-09-29 at 15:10, Tom Tromey wrote:
> 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'.

You mean just for jv-scan? 

> Anthony> !   {"no-assert", &flag_assert, 0}
> 
> Doesn't this make the negative flag -fno-no-assert?
> I think the new entry should read:
> 
>     {"assert", &flag_assert, 1}

Ah - yes, you're right.

AG



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