This is the mail archive of the gcc-patches@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]

Re: [PATCH PR64809]


On Wed, Jan 28, 2015 at 09:23:55AM -0800, H.J. Lu wrote:
> On Tue, Jan 27, 2015 at 6:52 AM, Yuri Rumyantsev <ysrumyan@gmail.com> wrote:
> > Hi All,
> >
> > Here is a simple patch that cures ICE - skip debug gimples.
> > Test is also included.
> >
> > Bootstrap and regression testing did not show any new failures.
> >
> > Is it OK for trunk?
> >
> > ChangeLog:
> >
> > 2015-01-27  Yuri Rumyantsev  <ysrumyan@gmail.com>
> >
> > PR tree-optimization/64809
> > * cfgexpand.c (reorder_operands): Skip debug gimples.
> >
> > gcc/testsuite/ChangeLog
> >
> > * gcc.dg/pr64809.c: New test.
> 
> I got
> 
> FAIL: gcc.dg/pr64809.c (test for excess errors)
> 
> on x86.

The test IMHO shouldn't have been added, as it couldn't be properly
reduced.

	Jakub


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