This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/12358] [3.4 regression] Bootstrap comparison failure!


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12358


danglin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roger at eyesopen dot com
           Severity|normal                      |critical
            Summary|Bootstrap comparison        |[3.4 regression] Bootstrap
                   |failure!                    |comparison failure!


------- Additional Comments From danglin at gcc dot gnu dot org  2003-09-22 22:19 -------
This regression was introduced by the following patch:

 2003-09-16  Roger Sayle  <roger@eyesopen.com>

        * fold-const.c (tree_swap_operands_p): New function to determine
        the prefered ordering of operands.
        (fold): Numerous clean-ups.  Use tree_swap_operands_p when swapping
        operands to commutative, comparison or ternary operators.  Replace
        uses of TREE_SET_CODE with recursive call to fold.  Remove duplicate
        transformation of A ? B : C into !A ? C : B.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]