This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/53701] ICE on ia64 (when building Allegro 4.4) in sel-sched
- From: "abel at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 22 Oct 2012 19:34:41 +0000
- Subject: [Bug rtl-optimization/53701] ICE on ia64 (when building Allegro 4.4) in sel-sched
- Auto-submitted: auto-generated
- References: <bug-53701-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53701
--- Comment #10 from Andrey Belevantsev <abel at gcc dot gnu.org> 2012-10-22 19:34:41 UTC ---
Author: abel
Date: Mon Oct 22 19:34:35 2012
New Revision: 192693
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192693
Log:
Backport from mainline
2012-08-09 Andrey Belevantsev <abel@ispras.ru>
PR rtl-optimization/53701
* sel-sched.c (vinsn_vec_has_expr_p): Clarify function comment.
Process not only expr's vinsns but all old vinsns from expr's
history of changes.
* gcc.dg/pr53701.c: New test.
Added:
branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr53701.c
Modified:
branches/gcc-4_6-branch/gcc/ChangeLog
branches/gcc-4_6-branch/gcc/sel-sched.c
branches/gcc-4_6-branch/gcc/testsuite/ChangeLog