aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/ChangeLog
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2009-12-11 15:52:57 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2009-12-11 15:52:57 +0000
commite7d00517fafe1217d98ed39e4923e45464f92da0 (patch)
treee9f5148c264f2186b50920dbe27430587f7261ba /gcc/lto/ChangeLog
parent90f5494c89d9242643cde13cbd0d477338440731 (diff)
downloadgcc-e7d00517fafe1217d98ed39e4923e45464f92da0.zip
gcc-e7d00517fafe1217d98ed39e4923e45464f92da0.tar.gz
gcc-e7d00517fafe1217d98ed39e4923e45464f92da0.tar.bz2
re PR lto/42037 ("grow domain error" in lto1)
2009-12-11 Richard Guenther <rguenther@suse.de> PR lto/42037 * lto.c (lto_resolution_read): Properly grow the vector. From-SVN: r155166
Diffstat (limited to 'gcc/lto/ChangeLog')
-rw-r--r--gcc/lto/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index a7c4b3b..72d180a 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -1,5 +1,10 @@
2009-12-11 Richard Guenther <rguenther@suse.de>
+ PR lto/42037
+ * lto.c (lto_resolution_read): Properly grow the vector.
+
+2009-12-11 Richard Guenther <rguenther@suse.de>
+
PR lto/41915
* lto-lang.c (lto_init_options): Initialize flag_complex_method
to the C99 default. Do not set flag_unit_at_a_time.