]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/ChangeLog
libcpp:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Apr 2009 18:46:03 +0000 (18:46 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Apr 2009 18:46:03 +0000 (18:46 +0000)
commit9c6183ddd1c8f33f9994bfc954c0ecc1e638b5cc
treea0a78183eae0cbfd3a9ea596201c0a1fd30642d9
parent927a6b6b50770a413d2540c4957f5a422bb98c2d
libcpp:
PR preprocessor/39559
* expr.c (cpp_interpret_integer): Use a pedwarn for decimal
constants larger than intmax_t in C99 mode.

gcc/testsuite:
* gcc.dg/c99-intconst-2.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146777 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/c99-intconst-2.c [new file with mode: 0644]
libcpp/ChangeLog
libcpp/expr.c