Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 546752 | Differences between
and this patch

Collapse All | Expand All

(-)gcc/graphite-poly.h.orig (-1 / +5 lines)
Lines 111-116 Link Here
111
  DYNSYM (isl_pw_aff_add); \
111
  DYNSYM (isl_pw_aff_add); \
112
  DYNSYM (isl_pw_aff_alloc); \
112
  DYNSYM (isl_pw_aff_alloc); \
113
  DYNSYM (isl_pw_aff_copy); \
113
  DYNSYM (isl_pw_aff_copy); \
114
  DYNSYM (isl_pw_aff_get_ctx); \
114
  DYNSYM (isl_pw_aff_eq_set); \
115
  DYNSYM (isl_pw_aff_eq_set); \
115
  DYNSYM (isl_pw_aff_free); \
116
  DYNSYM (isl_pw_aff_free); \
116
  DYNSYM (isl_pw_aff_from_aff); \
117
  DYNSYM (isl_pw_aff_from_aff); \
Lines 257-263 Link Here
257
  DYNSYM (isl_val_int_from_ui); \
258
  DYNSYM (isl_val_int_from_ui); \
258
  DYNSYM (isl_val_mul); \
259
  DYNSYM (isl_val_mul); \
259
  DYNSYM (isl_val_neg); \
260
  DYNSYM (isl_val_neg); \
260
  DYNSYM (isl_val_sub);
261
  DYNSYM (isl_val_sub); \
262
  DYNSYM (isl_val_is_int);
261
263
262
extern struct isl_pointers_s__
264
extern struct isl_pointers_s__
263
{
265
{
Lines 346-351 Link Here
346
#define isl_pw_aff_add (*isl_pointers__.p_isl_pw_aff_add)
348
#define isl_pw_aff_add (*isl_pointers__.p_isl_pw_aff_add)
347
#define isl_pw_aff_alloc (*isl_pointers__.p_isl_pw_aff_alloc)
349
#define isl_pw_aff_alloc (*isl_pointers__.p_isl_pw_aff_alloc)
348
#define isl_pw_aff_copy (*isl_pointers__.p_isl_pw_aff_copy)
350
#define isl_pw_aff_copy (*isl_pointers__.p_isl_pw_aff_copy)
351
#define isl_pw_aff_get_ctx (*isl_pointers__.p_isl_pw_aff_get_ctx)
349
#define isl_pw_aff_eq_set (*isl_pointers__.p_isl_pw_aff_eq_set)
352
#define isl_pw_aff_eq_set (*isl_pointers__.p_isl_pw_aff_eq_set)
350
#define isl_pw_aff_free (*isl_pointers__.p_isl_pw_aff_free)
353
#define isl_pw_aff_free (*isl_pointers__.p_isl_pw_aff_free)
351
#define isl_pw_aff_from_aff (*isl_pointers__.p_isl_pw_aff_from_aff)
354
#define isl_pw_aff_from_aff (*isl_pointers__.p_isl_pw_aff_from_aff)
Lines 493-498 Link Here
493
#define isl_val_mul (*isl_pointers__.p_isl_val_mul)
496
#define isl_val_mul (*isl_pointers__.p_isl_val_mul)
494
#define isl_val_neg (*isl_pointers__.p_isl_val_neg)
497
#define isl_val_neg (*isl_pointers__.p_isl_val_neg)
495
#define isl_val_sub (*isl_pointers__.p_isl_val_sub)
498
#define isl_val_sub (*isl_pointers__.p_isl_val_sub)
499
#define isl_val_is_int (*isl_pointers__.p_isl_val_is_int)
496
500
497
typedef struct poly_dr *poly_dr_p;
501
typedef struct poly_dr *poly_dr_p;
498
502

Return to bug 546752