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 ada/26561] [4.2 Regression] ACATS failures c34004a, c46033a and cxg2024 at -O0



------- Comment #3 from ebotcazou at gcc dot gnu dot org  2006-03-05 23:30 -------
c34004a, c46033a and cxg2024 have been introduced/exposed by

2006-02-24  Roger Sayle  <roger@eyesopen.com>

        * fold-const.c (fold_comparison): New subroutine of fold_binary
        containing transformations common to both the equality and
        ordering relational operators, factored out of fold_binary.
        (fold_binary): Separate out the equality operators (EQ_EXPR
        and NE_EXPR) from the ordering operators (LT_EXPR, GT_EXPR,
        LE_EXPR and GE_EXPR), calling fold_comparison to perform the
        transformations common to both.
        (fold_div_compare): Fix latent bugs in the previously unreachable
        LT_EXPR and GE_EXPR cases.


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.2 Regression] handful of |[4.2 Regression] ACATS
                   |ACATS failures at -O0       |failures c34004a, c46033a
                   |                            |and cxg2024 at -O0


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


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