diff options
author | Chris Packham <judge.packham@gmail.com> | 2023-05-21 10:58:51 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2023-05-28 09:29:00 +1200 |
commit | aad643b59453b5afa0b0893f3d2821c5e8f321ed (patch) | |
tree | 235f414d6ee76e85c1c8de50daaa025ca1bdb7af /scripts | |
parent | abe4f4583ea7625b07508b03ceae6f6b905162c4 (diff) | |
download | crosstool-ng-aad643b59453b5afa0b0893f3d2821c5e8f321ed.tar.gz crosstool-ng-aad643b59453b5afa0b0893f3d2821c5e8f321ed.tar.bz2 crosstool-ng-aad643b59453b5afa0b0893f3d2821c5e8f321ed.zip |
gcc/6.5.0: Bring in upstream fix for newer ISL versions
isl-0.26 moves some header includes around so now if we want
isl_val_free we need to include isl/val.h. Otherwise we get errors such
as
src/gcc/gcc/graphite-isl-ast-to-gimple.c: In member function 'tree_node* translate_isl_ast_to_gimple::gcc_expression_from_isl_expr_int(tree, isl_ast_expr*)':
src/gcc/gcc/graphite-isl-ast-to-gimple.c:349:3: error: 'isl_val_free' was not declared in this scope; did you mean 'isl_vec_free'?
349 | isl_val_free (val);
| ^~~~~~~~~~~~
| isl_vec_free
Bring in an upstream fix that uses the correct header file.
Fixes #1962
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions