Ticket #45492: gcc48-isl-0.13-compat.diff

File gcc48-isl-0.13-compat.diff, 3.0 KB (added by hiro.masa.yoshi.moto@…, 10 years ago)
  • gcc-4.8-20141016/gcc/graphite-clast-to-gimple.c

    diff -up gcc-4.8-20141016/gcc/graphite-clast-to-gimple.c.isl013~ gcc-4.8-20141016/gcc/graphite-clast-to-gimple.c
    old new along with GCC; see the file COPYING3. 
    2828#include <isl/constraint.h>
    2929#include <isl/ilp.h>
    3030#include <isl/aff.h>
     31#include <isl/deprecated/int.h>
     32#include <isl/deprecated/ilp_int.h>
    3133#include <cloog/cloog.h>
    3234#include <cloog/isl/domain.h>
    3335#endif
  • gcc-4.8-20141016/gcc/graphite-interchange.c

    diff -up gcc-4.8-20141016/gcc/graphite-interchange.c.isl013~ gcc-4.8-20141016/gcc/graphite-interchange.c
    old new along with GCC; see the file COPYING3. 
    2929#include <isl/map.h>
    3030#include <isl/union_map.h>
    3131#include <isl/ilp.h>
     32#include <isl/deprecated/int.h>
     33#include <isl/deprecated/ilp_int.h>
     34#include <isl/deprecated/constraint_int.h>
    3235#include <cloog/cloog.h>
    3336#include <cloog/isl/domain.h>
    3437#endif
  • gcc-4.8-20141016/gcc/graphite-optimize-isl.c

    diff -up gcc-4.8-20141016/gcc/graphite-optimize-isl.c.isl013~ gcc-4.8-20141016/gcc/graphite-optimize-isl.c
    old new along with GCC; see the file COPYING3. 
    2828#include <isl/band.h>
    2929#include <isl/aff.h>
    3030#include <isl/options.h>
     31#include <isl/deprecated/int.h>
     32#include <isl/deprecated/aff_int.h>
    3133#endif
    3234
    3335#include "system.h"
    getScheduleForBandList(isl_band_list *Ba 
    365367        {
    366368          for (i = ScheduleDimensions - 1 ;  i >= 0 ; i--)
    367369            {
    368               if (isl_band_member_is_zero_distance(Band, i))
     370              if (isl_band_member_is_coincident (Band, i))
    369371                {
    370372                  isl_map *TileMap;
    371373                  isl_union_map *TileUMap;
  • gcc-4.8-20141016/gcc/graphite-poly.c

    diff -up gcc-4.8-20141016/gcc/graphite-poly.c.isl013~ gcc-4.8-20141016/gcc/graphite-poly.c
    old new along with GCC; see the file COPYING3. 
    2828#include <isl/constraint.h>
    2929#include <isl/ilp.h>
    3030#include <isl/aff.h>
     31#include <isl/deprecated/int.h>
     32#include <isl/deprecated/ilp_int.h>
    3133#include <cloog/cloog.h>
    3234#include <cloog/isl/domain.h>
    3335#endif
  • gcc-4.8-20141016/gcc/graphite-sese-to-poly.c

    diff -up gcc-4.8-20141016/gcc/graphite-sese-to-poly.c.isl013~ gcc-4.8-20141016/gcc/graphite-sese-to-poly.c
    old new along with GCC; see the file COPYING3. 
    2626#include <isl/union_map.h>
    2727#include <isl/constraint.h>
    2828#include <isl/aff.h>
     29#include <isl/deprecated/int.h>
     30#include <isl/deprecated/aff_int.h>
     31#include <isl/deprecated/constraint_int.h>
    2932#include <cloog/cloog.h>
    3033#include <cloog/cloog.h>
    3134#include <cloog/isl/domain.h>