This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/46878] V850 ICE in in maybe_add_or_update_dep_1, at sched-deps.c:854
- From: "dj at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 21 Jan 2011 22:32:25 +0000
- Subject: [Bug target/46878] V850 ICE in in maybe_add_or_update_dep_1, at sched-deps.c:854
- Auto-submitted: auto-generated
- References: <bug-46878-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46878
DJ Delorie <dj at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #23014|0 |1
is obsolete| |
Status|NEW |ASSIGNED
AssignedTo|unassigned at gcc dot |dj at redhat dot com
|gnu.org |
--- Comment #8 from DJ Delorie <dj at redhat dot com> 2011-01-21 22:31:37 UTC ---
Created attachment 23074
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23074
alternate patch 2
This one checks to make sure there *is* an immediately preceeding insn.
Better?