diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2009-09-08 17:44:10 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2009-09-08 17:44:10 +0000 |
commit | da4a947987f3486f79a8363b5519096cac4590f2 (patch) | |
tree | 5dc1f988190f14afa040d48d8bb3131c91e5e65d /gcc/ChangeLog | |
parent | 713e2ea6b6e3016e04c6e750828cd8f1e0bf1d0b (diff) | |
download | gcc-da4a947987f3486f79a8363b5519096cac4590f2.zip gcc-da4a947987f3486f79a8363b5519096cac4590f2.tar.gz gcc-da4a947987f3486f79a8363b5519096cac4590f2.tar.bz2 |
re PR debug/41276 (Segmentation fault in lookup_page_table_entry)
PR debug/41276
PR debug/41307
* cselib.c (cselib_expand_value_rtx_1): Don't return copy of
invalid subreg.
From-SVN: r151523
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 af8b9ef..5bee13c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,12 @@ 2009-09-08 Alexandre Oliva <aoliva@redhat.com> + PR debug/41276 + PR debug/41307 + * cselib.c (cselib_expand_value_rtx_1): Don't return copy of + invalid subreg. + +2009-09-08 Alexandre Oliva <aoliva@redhat.com> + * configure: Rebuilt with modified libtool.m4. 2009-09-08 Alexandre Oliva <aoliva@redhat.com> |