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/43306] [4.5 Regression] ICE: in scan_tree_for_params_right_scev, at graphite-sese-to-poly.c:713 with -O1 -fstrict-overflow -fgraphite-identity



------- Comment #3 from spop at gcc dot gnu dot org  2010-03-09 19:39 -------
Subject: Bug 43306

Author: spop
Date: Tue Mar  9 19:39:27 2010
New Revision: 157322

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157322
Log:
Fix PR43306: correct evolution_function_right_is_integer_cst.

2010-03-09  Sebastian Pop  <sebastian.pop@amd.com>

        PR middle-end/43306
        * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
        should be an INTEGER_CST.  Also handle CASE_CONVERT.
        * gcc.dg/graphite/pr43306.c: New.

Added:
    branches/graphite/gcc/testsuite/gcc.dg/graphite/pr43306.c
Modified:
    branches/graphite/gcc/ChangeLog.graphite
    branches/graphite/gcc/tree-chrec.c


-- 


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


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