c-lex.c (yylex): Don't allow integer suffixes 'LUL', 'Ll', 'lL'.
authorJoseph Myers <jsm28@cam.ac.uk>
Tue, 8 Aug 2000 08:23:31 +0000 (09:23 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Tue, 8 Aug 2000 08:23:31 +0000 (09:23 +0100)
commit43d1e05928a16e48e017625e8dad6aeca2a31282
tree47882cf65efdea22f41931efaa28770890ac5197
parent2c58a147178958f7d58f570cd3cac743a4d969d5
c-lex.c (yylex): Don't allow integer suffixes 'LUL', 'Ll', 'lL'.

* c-lex.c (yylex): Don't allow integer suffixes 'LUL', 'Ll', 'lL'.

testsuite:
* gcc.dg/noncompile/const-ll-1.c: New test.

From-SVN: r35563
gcc/ChangeLog
gcc/c-lex.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/noncompile/const-ll-1.c [new file with mode: 0644]