https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61792

--- Comment #2 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Here is the command line:

make[3]: Entering directory `/home/ig25/Gcc/trunk-bin/gcc'
g++ -c   -g -DIN_GCC    -fno-exceptions -fno-rtti -fasynchronous-unwind-tables
-W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format
-Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long
-Wno-variadic-macros -Wno-overlength-strings -fno-common  -DHAVE_CONFIG_H -I.
-I. -I../../trunk/gcc -I../../trunk/gcc/. -I../../trunk/gcc/../include
-I../../trunk/gcc/../libcpp/include  -I../../trunk/gcc/../libdecnumber
-I../../trunk/gcc/../libdecnumber/bid -I../libdecnumber
-I../../trunk/gcc/../libbacktrace -DCLOOG_INT_GMP  -I/home/ig25/include  -o
graphite-isl-ast-to-gimple.o -MT graphite-isl-ast-to-gimple.o -MMD -MP -MF
./.deps/graphite-isl-ast-to-gimple.TPo
../../trunk/gcc/graphite-isl-ast-to-gimple.c
../../trunk/gcc/graphite-isl-ast-to-gimple.c: In function 'tree_node*
gcc_expression_from_isl_expr_int(tree, isl_ast_expr*)':
../../trunk/gcc/graphite-isl-ast-to-gimple.c:143:44: error:
'isl_ast_expr_get_val' was not declared in this scope
   isl_val *val = isl_ast_expr_get_val (expr);
                                            ^
../../trunk/gcc/graphite-isl-ast-to-gimple.c: In function 'isl_ast_expr*
get_upper_bound(isl_ast_node*)':
../../trunk/gcc/graphite-isl-ast-to-gimple.c:465:63: error:
'isl_ast_expr_from_val' was not declared in this scope
         res = isl_ast_expr_sub (ub, isl_ast_expr_from_val (one));

Reply via email to