aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/ChangeLog
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2009-10-30 15:58:57 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2009-10-30 15:58:57 +0000
commitb207f9008294b36b6f5c1fcd6876b5720815bcb1 (patch)
tree6a6d371bbddb27aa20de3609df1e2686ed5dae1c /gcc/lto/ChangeLog
parent62f9f3cebf6f21cf17c907d3797ee2c18c4e766a (diff)
downloadgcc-b207f9008294b36b6f5c1fcd6876b5720815bcb1.zip
gcc-b207f9008294b36b6f5c1fcd6876b5720815bcb1.tar.gz
gcc-b207f9008294b36b6f5c1fcd6876b5720815bcb1.tar.bz2
re PR lto/41858 (-flto -O2 crashes when many source files.)
2009-10-30 Richard Guenther <rguenther@suse.de> PR lto/41858 * lto-streamer.h (struct lto_file_decl_data): Remove fd member. lto/ * lto.c (lto_file_read): Do not set file_data->fd. (lto_read_section_data): Use a single-entry file-descriptor cache. Do not check the result of xmalloc. (free_section_data): Do not use file_data->fd. (lto_read_all_file_options): Likewise. From-SVN: r153758
Diffstat (limited to 'gcc/lto/ChangeLog')
-rw-r--r--gcc/lto/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index d6c3325..0d464ec 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -1,3 +1,12 @@
+2009-10-30 Richard Guenther <rguenther@suse.de>
+
+ PR lto/41858
+ * lto.c (lto_file_read): Do not set file_data->fd.
+ (lto_read_section_data): Use a single-entry file-descriptor cache.
+ Do not check the result of xmalloc.
+ (free_section_data): Do not use file_data->fd.
+ (lto_read_all_file_options): Likewise.
+
2009-10-22 Richard Guenther <rguenther@suse.de>
* lto.c (lto_fixup_jump_functions): Remove.