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: Patch to fix format specifier bug in java/parse.y


"Kaveh R. Ghazi" <ghazi@caip.rutgers.edu> writes:


> (Note I used string concatenation here since the java dir is always
> compiled by gcc and does not need to worry about traditional C
> compilers.  The alternative is to cast subval to int or long if we
> can be sure its value is appropriately restricted.)

It's probably fine to use a gcc only trick here, especially if it's
easier to read.

> Anyway, ok to install?

Yes. Thank you.

./A


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