(parse_number): Diagnose integer constants that are too large.
authorRichard Stallman <rms@gnu.org>
Mon, 14 Sep 1992 20:38:33 +0000 (20:38 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 14 Sep 1992 20:38:33 +0000 (20:38 +0000)
commitce73f2a5bb1ec9d9ff941bc3d4bc8f2c2e4f5c92
treed38935535237884a1672d0a8d46282d119a85932
parentc832a30eb3e84359ee7c62a64e6030bcaf9d2ba4
(parse_number): Diagnose integer constants that are too large.

Diagnose duplicate `l' and `u' suffixes.  Diagnose ` 0x ' and ` 0a '.
Warn about integer constants that are so large that they are unsigned.

From-SVN: r2121
gcc/cexp.y