diff options
author | Steve Ellcey <sje@cup.hp.com> | 2007-07-02 17:15:35 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2007-07-02 17:15:35 +0000 |
commit | 0574253001d8d35567dd040a29d51e266b708f1c (patch) | |
tree | 12b97c3fae907796754cdf777a549715f8143d12 /gcc/ChangeLog | |
parent | f6b55636d8122da3a6a085844ced67f39ee79d7f (diff) | |
download | gcc-0574253001d8d35567dd040a29d51e266b708f1c.zip gcc-0574253001d8d35567dd040a29d51e266b708f1c.tar.gz gcc-0574253001d8d35567dd040a29d51e266b708f1c.tar.bz2 |
re PR target/31684 (ICE in get_attr_first_insn, at config/ia64/itanium2.md:1839 at -O2)
PR target/31684
* haifa-sched.c (add_to_speculative_block): Change copy_rtx to
copy_insn.
Co-Authored-By: James E Wilson <wilson@specifixinc.com>
From-SVN: r126216
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1d07713..57fd23c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2007-07-02 Steve Ellcey <sje@cup.hp.com> + Jim Wilson <wilson@specifix.com> + + PR target/31684 + * haifa-sched.c (add_to_speculative_block): Change copy_rtx to + copy_insn. + 2007-07-02 Sandra Loosemore <sandra@codesourcery.com> Richard Sandiford <richard@codesourcery.com> Nigel Stephens <nigel@mips.com> |