OSDN Git Service

* fold-const.c (split_tree): Don't assume a constant isn't splittable.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Feb 2001 17:56:39 +0000 (17:56 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Feb 2001 17:56:39 +0000 (17:56 +0000)
commit8541c166e2dd81d8edf53aca8c226cff81a4fe27
treee0d0c93720e1f9622f8a6d02f91e442f6654c194
parent34bd6fd743f839847b9c6b362d8c5fd38de356a2
    * fold-const.c (split_tree): Don't assume a constant isn't splittable.
        (fold): Don't assume a constant isn't foldable.
        * tree.c (build): Set TREE_CONSTANT for an expression with no
        side-effects and constant operands.
        (build1): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39585 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/fold-const.c
gcc/tree.c