This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/26561] [4.2 Regression] ACATS failures c34004a, c46033a and cxg2024 at -O0
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Mar 2006 23:30:26 -0000
- Subject: [Bug ada/26561] [4.2 Regression] ACATS failures c34004a, c46033a and cxg2024 at -O0
- References: <bug-26561-7210@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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