OSDN Git Service

* fold-const.c (make_range): Only narrow to signed range if
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Sep 2002 06:49:26 +0000 (06:49 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Sep 2002 06:49:26 +0000 (06:49 +0000)
commit02846a3de5fde3992fcb95553bf624eeea1e6d40
treeef4d7df0ac902cd3344cc6163ebed2ebb2fd927e
parentc12ebabf2afbb96b8aa3b44ef980e5b2a2b14879
    * fold-const.c (make_range): Only narrow to signed range if
        the signed range is smaller than the unsigned range.

* gcc.c-torture/execute/20020911-1.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57050 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/fold-const.c
gcc/testsuite/gcc.c-torture/execute/20020911-1.c [new file with mode: 0644]