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 driver/37415] New: [4.4 regression] ICE with -ftree-store-ccp


Compiling an arbitrary program with "-ftree-store-ccp" triggers an ICE
on mainline:

cc1: internal compiler error: in common_handle_option, at opts.c:2068
Please submit a full bug report, [etc.]

Richard, this seems to be fallout from your patch:

2008-08-29  Richard Guenther  <rguenther@suse.de>

        * common.opt (ftree-store-ccp): Mark as preserved for
        backward compatibility.
        * doc/invoke.texi (-ftree-store-ccp): Remove documentation.
        * tree-pass.h (pass_store_ccp): Remove.
        [...]


-- 
           Summary: [4.4 regression] ICE with -ftree-store-ccp
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, monitored
          Severity: normal
          Priority: P3
         Component: driver
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37415


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