aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2009-10-13 12:42:30 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2009-10-13 12:42:30 +0000
commitab6218f150a207398a27d1e8bbc0249ac8c03466 (patch)
tree90f56c87befc608827ef1174d7c38c88631870a2 /gcc/ChangeLog
parentb02a92ce3e51af8fa68748816c0e7aec1ea86bc6 (diff)
downloadgcc-ab6218f150a207398a27d1e8bbc0249ac8c03466.zip
gcc-ab6218f150a207398a27d1e8bbc0249ac8c03466.tar.gz
gcc-ab6218f150a207398a27d1e8bbc0249ac8c03466.tar.bz2
re PR lto/41565 (-m32 causes an ICE when the object files were compiled with 64bit)
2009-10-13 Richard Guenther <rguenther@suse.de> PR lto/41565 * opts.c (handle_option): Split out code to handle setting the options flag var ... (set_option): ... here. * opts.h (set_option): Declare. * lto-opts.c (register_user_option_p): Include -fexceptions and all position independent code variants. (handle_common_option): Remove. (lto_reissue_options): Use set_option. From-SVN: r152705
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c60bd48..d63029e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,15 @@
+2009-10-13 Richard Guenther <rguenther@suse.de>
+
+ PR lto/41565
+ * opts.c (handle_option): Split out code to handle setting
+ the options flag var ...
+ (set_option): ... here.
+ * opts.h (set_option): Declare.
+ * lto-opts.c (register_user_option_p): Include -fexceptions
+ and all position independent code variants.
+ (handle_common_option): Remove.
+ (lto_reissue_options): Use set_option.
+
2009-10-13 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/41661