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/38807] [4.4 regression] ice: gimple check: expected gimple_assign(error_mark), have gimple_phi()



------- Comment #2 from jakub at gcc dot gnu dot org  2009-01-12 11:11 -------
Subject: Bug 38807

Author: jakub
Date: Mon Jan 12 11:11:40 2009
New Revision: 143289

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143289
Log:
        PR tree-optimization/38807
        * tree-ssa-reassoc.c (remove_visited_stmt_chain): Don't look at
        gimple_visited_p unless stmt is GIMPLE_ASSIGN.

        * gcc.c-torture/compile/pr38807.c: New test.

Added:
    trunk/gcc/testsuite/gcc.c-torture/compile/pr38807.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-ssa-reassoc.c


-- 


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


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