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 middle-end/40981] aermod.f90 ICEs on -O2 -fgraphite-identity -floop-strip-mine



------- Comment #27 from spop at gcc dot gnu dot org  2009-08-15 07:10 -------
Subject: Bug 40981

Author: spop
Date: Sat Aug 15 07:10:20 2009
New Revision: 150789

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150789
Log:
Correct the use of ppl_Pointset_Powerset_C_Polyhedron_maximize.

2009-08-15  Sebastian Pop  <sebastian.pop@amd.com>

        PR middle-end/40981
        * graphite-interchange.c (ppl_max_for_le): Moved...
        * graphite-poly.c (pbb_number_of_iterations): Call ppl_max_for_le.
        * graphite-ppl.c (ppl_max_for_le): ... here.  Correct the use of
        ppl_Pointset_Powerset_C_Polyhedron_maximize.
        * graphite-ppl.h (ppl_max_for_le): Declared.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ChangeLog.graphite
    trunk/gcc/graphite-interchange.c
    trunk/gcc/graphite-poly.c
    trunk/gcc/graphite-ppl.c
    trunk/gcc/graphite-ppl.h


-- 


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


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