]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR preprocessor/3824 (With -traditional, CPP 0xffffffff > 0 but C 0xffffffff < 0)
authorNeil Booth <neil@daikokuya.demon.co.uk>
Sun, 5 Aug 2001 21:31:30 +0000 (21:31 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 5 Aug 2001 21:31:30 +0000 (21:31 +0000)
commit6604e6f38d99e2e38f997d3ddb56a8fef06818b2
treeba4516faab4daa3b5f2b20d3f9b83a34c0baede5
parent67821e3a9e007c34a85bbc3b934031b57eafc903
re PR preprocessor/3824 (With -traditional, CPP 0xffffffff > 0 but C 0xffffffff < 0)

PR preprocessor/3824
* line-map.c: Update comments.
* line-map.h: Update comments.
* tradcif.y: Don't consider large numbers unsigned.
* gcc.dg/cpp/tr-sign.c: New testcase.

From-SVN: r44651
gcc/ChangeLog
gcc/line-map.c
gcc/line-map.h
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/tr-sign.c [new file with mode: 0644]
gcc/tradcif.y