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: [3.3 PATCH] PR rtl-opt/17363: Backport PR 11593 fix


Roger Sayle <roger@eyesopen.com> writes:

| I'm guessing this fix is too late for gcc 3.3.5, but I've analysed
| PR rtl-optimization/17363 which is an "infinite-loop in compiler"
| regression on the 3.3 branch.  Investigating further, the infinite
| loop is in sched-rgn.c, and this problem is actually a "duplicate"
| of PR bootstrap/11593 that was fixed on 3.4 and mainline.  I've
| confirmed on alphaev67-dec-osf5.1 that backporting Zdenek's fix for
| 11593 resolves 17363.
| 
| 
| The following patch has been tested against the gcc-3_3-branch on
| both alphaev67-dec-osf5.1 and i686-pc-linux-gnu with a full "make
| bootstrap", all default languages, and regression tested with a
| top-level "make -k check" with no new failures on either target.
| 
| Ok for the gcc-3_3-branch?

Yes.

Thanks,

-- Gaby


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