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/36198] expected integer_cst, have mult_expr



------- Comment #4 from rguenth at gcc dot gnu dot org  2008-05-10 12:58 -------
That looks more like a fallout from:

2008-05-09  Jan Sjodin  <jan.sjodin@amd.com>
            Sebastian Pop  <sebastian.pop@amd.com>

        * tree-scalar-evolution.c: Document instantiate_scev.
        (instantiate_parameters_1): Renamed instantiate_scev_1.
        Don't use the same loop for instantiation_loop and evolution_loop.
        (instantiate_scev): New.
        (instantiate_parameters): Moved...
        (resolve_mixers): Update call to instantiate_scev_1 to pass the
        same loop twice.  Maintains the semantics for this function.
        * tree-scalar-evolution.h (instantiate_scev): Declare.
        (instantiate_parameters): ...here.  Now static inline.
        * tree-data-ref.c (dr_analyze_indices): Call instantiate_scev
        instead of resolve_mixers.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |spop at gcc dot gnu dot org


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


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