diff options
author | H.J. Lu <hjl@gcc.gnu.org> | 2008-08-20 14:05:15 -0700 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2008-08-20 14:05:15 -0700 |
commit | 7735154d75efdab60161db87b086ee2c3572d512 (patch) | |
tree | 85cedc19bd423a44795593e2e6b9bd1a0b93d580 | |
parent | c532afbfffe6bd77614c1191101ba970bd3b4762 (diff) | |
download | gcc-7735154d75efdab60161db87b086ee2c3572d512.zip gcc-7735154d75efdab60161db87b086ee2c3572d512.tar.gz gcc-7735154d75efdab60161db87b086ee2c3572d512.tar.bz2 |
re PR bootstrap/37155 (Revision 139207 failed to bootstrap on Linux/ia64)
PR bootstrap/37155
Fixed by revision 139338.
From-SVN: r139343
-rw-r--r-- | gcc/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1dcb947..331e37c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2008-08-20 Richard Sandiford <rdsandiford@googlemail.com> + PR bootstrap/37155 * rtlanal.c (subreg_offset_representable_p): Revert last change. 2008-08-20 Manuel Lopez-Ibanez <manu@gcc.gnu.org> |