[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug tree-optimization/38355] ICE with -fipa-struct-reorg



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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX
   Target Milestone|---                         |4.7.0
      Known to fail|                            |

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-19 04:56:06 UTC ---
The pass was removed by:
2011-03-23  Richard Guenther  <rguenther@suse.de>

        * Makefile.in (IPA_TYPE_ESCAPE_H): Remove.
        (OBJS-archive): Remove ipa-struct-reorg.o and ipa-type-escape.o.
        (tree-ssa-alias.o): Do not depend on IPA_TYPE_ESCAPE_H.
        (alias.o): Likewise.
        (ipa-type-escape.o): Remove.
        (ipa-struct-reorg.o): Likewise.
        (GTFILES): Remove ipa-struct-reorg.c.
        * alias.c: Do not include ipa-type-escape.h.
        * tree-ssa-alias.c: Likewise.
        * common.opt (fipa-struct-reorg): Preserve for backward compatibility.
        * opts.c (finish_options): Do not reset flag_ipa_struct_reorg.
        * passes.c (init_optimization_passes): Remove ipa-struct-reorg
        and ipa-type-escape passes.
        * tree-pass.h (pass_ipa_type_escape): Remove.
        (pass_ipa_struct_reorg): Likewise.

So closing as won't fix.

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You reported the bug.


Reply to: