Integer constants (0x, 0[0-7], 0b) now overflow fatally,
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 27 Jul 1999 12:42:43 +0000 (12:42 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 27 Jul 1999 12:42:43 +0000 (12:42 +0000)
commit252aa0820e6bce274b33bd342cfc65e18a59a165
tree1806e58de44b0a99806e6393ef563649f1e42438
parent2cc242586845107754f99fa3e09637c9a344d545
Integer constants (0x, 0[0-7], 0b) now overflow fatally,
they used to be just optional lexical warnings.
Also, with warnings turned on, constants > 2**32-1
trigger a non-portability warning.

p4raw-id: //depot/cfgperl@3798
pod/perldelta.pod
pod/perldiag.pod
pod/perllexwarn.pod
pp.c
t/op/oct.t
t/pragma/warn/6default
t/pragma/warn/util
toke.c
util.c