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: Java floating point underflow



Tom Tromey writes:

> According to JLS 3.10.2, a floating point constant underflow is a
> compile-time error.  This patch implements this.

Thanks.

> I spent some time poking around real.[ch], though, 

That's what I did too When I wrote the FP lexing part.

> and couldn't find anything clearly better.  If there's a better way,
> please tell me and I will fix the patch.

Partially reparsing is probably fine.

> This patch fixes a couple of Jacks test cases. It also fixes a typo.

Looks go, please check it in.

./A

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