------- Comment #8 from rguenth at gcc dot gnu dot org 2009-10-13 12:42 ------- Subject: Bug 41565
Author: rguenth Date: Tue Oct 13 12:42:30 2009 New Revision: 152705 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152705 Log: 2009-10-13 Richard Guenther <rguent...@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. Modified: trunk/gcc/ChangeLog trunk/gcc/lto-opts.c trunk/gcc/opts.c trunk/gcc/opts.h -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41565