This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug lto/41565] -m32 causes an ICE when the object files were compiled with 64bit



------- 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  <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.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]