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 tree-optimization/49916] matrix-reorg optimization segmentation fault


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49916

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The code was removed with:
2012-08-10  Richard Guenther  <rguenther@suse.de>

        * Makefile.in (OBJS): Remove matrix-reorg.o.
        (matrix-reorg.o): Remove dependence rule.
        (GTFILES): Remove matrix-reorg.c.
        * matrix-reorg.c: Remove.
        * passes.c (init_optimization_passes): Do not schedule
        pass_ipa_matrix_reorg.
        * tree-pass.h (pass_ipa_matrix_reorg): Remove.
        * common.opt (fipa-matrix-reorg): Stub out.
        * doc/invoke.texi (fipa-matrix-reorg): Remove documentation.

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