This is the mail archive of the gcc@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] | |
In message <1067956749.23315.3.camel@frodo.toronto.redhat.com>, Diego Novillo w
rites:
Lots of changes yesterday produced new regressions in C, C++, Fortran and mudflap. I think I know what the mudflap problem is, so I'll take care of that. Could you folks take a look at the new regressions and see if they're related to your changes? FAIL: gcc.dg/tree-ssa/20030814-4.c scan-tree-dump-times set = -1 0 FAIL: gcc.dg/tree-ssa/20030814-5.c scan-tree-dump-times set = -1 0OK. After looking at these some more. These are failures that are a combination of the COND_EXPR lowering and some sillyness in PRE.
Daniel -- did you actually bootstrap and regression test your PRE changes before installing them?
Another option would be for the out-of-ssa pass to handle it. I can see
how it's a partitioning problem, but I don't immediately see how to
detect and optimizing this case in the out-of-ssa pass.
Anyway, given that this is regression caused by the interaction between Zdenek's lowering code and Daniel's edge splitting code, one of them really ought to be responsible for fixing it.
jeff
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |