http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44776
Jack Howarth <howarth at nitro dot med.uc.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #17 from Jack Howarth <howarth at nitro dot med.uc.edu> 2012-12-12 15:57:03 UTC --- This issue is eliminated by the removal of the matrix-reorg code at... Author: rguenth Date: Fri Aug 10 14:19:09 2012 New Revision: 190298 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190298 Log: 2012-08-10 Richard Guenther <rguent...@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. * gcc.dg/matrix/*.c: Adjust and move ... * gcc.dg/torture/: ... here. * gcc.dg/matrix: Remove directory.