From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 108649 invoked by alias); 12 May 2015 05:45:32 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 108590 invoked by uid 48); 12 May 2015 05:45:26 -0000 From: "pbeeler80 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/66117] New: GCC can not compile when graphite is enabled, due to missing isl headers. Date: Tue, 12 May 2015 05:45:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pbeeler80 at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-05/txt/msg00889.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D66117 Bug ID: 66117 Summary: GCC can not compile when graphite is enabled, due to missing isl headers. Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: pbeeler80 at gmail dot com Target Milestone: --- The full log is attached The errors in short: ../.././../gcc/gcc-SaberMod/gcc/graphite-poly.h:398:43: error: =E2=80=98isl= _constraint=E2=80=99 has not been declared extern void print_isl_constraint (FILE *, isl_constraint *); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-poly.h:402:35: error: variable or field =E2=80=98debug_isl_constraint=E2=80=99 declared void extern void debug_isl_constraint (isl_constraint *); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-poly.h:402:35: error: =E2=80=98isl= _constraint=E2=80=99 was not declared in this scope ../.././../gcc/gcc-SaberMod/gcc/graphite-poly.h:402:51: error: expected primary-expression before =E2=80=98)=E2=80=99 token extern void debug_isl_constraint (isl_constraint *); ^ Makefile:1065: recipe for target 'graphite.o' failed make[3]: *** [graphite.o] Error 1 x86_64-linux-gnu-g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE=20 -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrow= ing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../.././../gcc/gcc-SaberMod/gcc -I../.././../gcc/gcc-SaberMod/gcc/. -I../.././../gcc/gcc-SaberMod/gcc/../include -I../.././../gcc/gcc-SaberMod/gcc/../libcpp/include -I/tmp/sm-tc/build/temp-install/include -I/tmp/sm-tc/build/temp-install/inc= lude -I/tmp/sm-tc/build/temp-install/include=20 -I../.././../gcc/gcc-SaberMod/gcc/../libdecnumber -I../.././../gcc/gcc-SaberMod/gcc/../libdecnumber/dpd -I../libdecnumber -I../.././../gcc/gcc-SaberMod/gcc/../libbacktrace -I/tmp/sm-tc/build/temp-install/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 ../.././../gcc/gcc-SaberMod/gcc/graphite-isl-ast-to-gimple.c In file included from ../.././../gcc/gcc-SaberMod/gcc/graphite-isl-ast-to-gimple.c:79:0: ../.././../gcc/gcc-SaberMod/gcc/graphite-poly.h:398:43: error: =E2=80=98isl= _constraint=E2=80=99 has not been declared extern void print_isl_constraint (FILE *, isl_constraint *); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-poly.h:402:35: error: variable or field =E2=80=98debug_isl_constraint=E2=80=99 declared void extern void debug_isl_constraint (isl_constraint *); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-poly.h:402:35: error: =E2=80=98isl= _constraint=E2=80=99 was not declared in this scope ../.././../gcc/gcc-SaberMod/gcc/graphite-poly.h:402:51: error: expected primary-expression before =E2=80=98)=E2=80=99 token extern void debug_isl_constraint (isl_constraint *); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-isl-ast-to-gimple.c: In function =E2=80=98isl_union_set* generate_luj_sepclass(scop_p)=E2=80=99: ../.././../gcc/gcc-SaberMod/gcc/graphite-isl-ast-to-gimple.c:882:70: error: =E2=80=98isl_union_set_empty=E2=80=99 was not declared in this scope domain_isl =3D isl_union_set_empty (isl_set_get_space (scop->context)); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-isl-ast-to-gimple.c:900:70: error: =E2=80=98isl_union_set_from_set=E2=80=99 was not declared in this scope isl_union_set_union (domain_isl, isl_union_set_from_set (bb_domain_s)); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-isl-ast-to-gimple.c:900:71: error: =E2=80=98isl_union_set_union=E2=80=99 was not declared in this scope isl_union_set_union (domain_isl, isl_union_set_from_set (bb_domain_s)); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-isl-ast-to-gimple.c: In function =E2=80=98isl_ast_build* set_options(isl_ast_build*, isl_union_map*, isl_uni= on_map*)=E2=80=99: ../.././../gcc/gcc-SaberMod/gcc/graphite-isl-ast-to-gimple.c:990:59: error: =E2=80=98isl_union_set_from_set=E2=80=99 was not declared in this scope isl_union_set_from_set (isl_set_universe (range_space));=20=20 ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-isl-ast-to-gimple.c:992:42: error: =E2=80=98isl_union_set_universe=E2=80=99 was not declared in this scope domain =3D isl_union_set_universe (domain); ^ Makefile:1065: recipe for target 'graphite-isl-ast-to-gimple.o' failed make[3]: *** [graphite-isl-ast-to-gimple.o] Error 1 x86_64-linux-gnu-g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE=20 -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrow= ing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../.././../gcc/gcc-SaberMod/gcc -I../.././../gcc/gcc-SaberMod/gcc/. -I../.././../gcc/gcc-SaberMod/gcc/../include -I../.././../gcc/gcc-SaberMod/gcc/../libcpp/include -I/tmp/sm-tc/build/temp-install/include -I/tmp/sm-tc/build/temp-install/inc= lude -I/tmp/sm-tc/build/temp-install/include=20 -I../.././../gcc/gcc-SaberMod/gcc/../libdecnumber -I../.././../gcc/gcc-SaberMod/gcc/../libdecnumber/dpd -I../libdecnumber -I../.././../gcc/gcc-SaberMod/gcc/../libbacktrace -I/tmp/sm-tc/build/temp-install/include -o graphite-interchange.o -MT graphite-interchange.o -MMD -MP -MF ./.deps/graphite-interchange.TPo ../.././../gcc/gcc-SaberMod/gcc/graphite-interchange.c In file included from ../.././../gcc/gcc-SaberMod/gcc/graphite-interchange.c:81:0: ../.././../gcc/gcc-SaberMod/gcc/graphite-poly.h:398:43: error: =E2=80=98isl= _constraint=E2=80=99 has not been declared extern void print_isl_constraint (FILE *, isl_constraint *); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-poly.h:402:35: error: variable or field =E2=80=98debug_isl_constraint=E2=80=99 declared void extern void debug_isl_constraint (isl_constraint *); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-poly.h:402:35: error: =E2=80=98isl= _constraint=E2=80=99 was not declared in this scope ../.././../gcc/gcc-SaberMod/gcc/graphite-poly.h:402:51: error: expected primary-expression before =E2=80=98)=E2=80=99 token extern void debug_isl_constraint (isl_constraint *); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-interchange.c:101:8: error: =E2=80=98isl_constraint=E2=80=99 does not name a type static isl_constraint * ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-interchange.c: In function =E2=80= =98void pdr_stride_in_loop(__mpz_struct*, graphite_dim_t, poly_dr_p)=E2=80=99: ../.././../gcc/gcc-SaberMod/gcc/graphite-interchange.c:153:3: error: =E2=80=98isl_constraint=E2=80=99 was not declared in this scope isl_constraint *lma, *c; ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-interchange.c:153:19: error: =E2= =80=98lma=E2=80=99 was not declared in this scope isl_constraint *lma, *c; ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-interchange.c:153:25: error: =E2= =80=98c=E2=80=99 was not declared in this scope isl_constraint *lma, *c; ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-interchange.c:214:49: error: =E2=80=98build_linearized_memory_access=E2=80=99 was not declared in this s= cope lma =3D build_linearized_memory_access (map, pdr); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-interchange.c:217:41: error: =E2=80=98isl_map_add_constraint=E2=80=99 was not declared in this scope map =3D isl_map_add_constraint (map, lma); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-interchange.c:230:79: error: =E2=80=98isl_equality_alloc=E2=80=99 was not declared in this scope c =3D isl_equality_alloc (isl_local_space_from_space (isl_map_get_space (map))); =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-interchange.c:231:71: error: =E2=80=98isl_constraint_set_coefficient_si=E2=80=99 was not declared in thi= s scope c =3D isl_constraint_set_coefficient_si (c, isl_dim_out, time_depth, 1); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-interchange.c:234:43: error: =E2=80=98isl_constraint_set_constant_si=E2=80=99 was not declared in this s= cope c =3D isl_constraint_set_constant_si (c, 1); ^ Makefile:1065: recipe for target 'graphite-interchange.o' failed make[3]: *** [graphite-interchange.o] Error 1 x86_64-linux-gnu-g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE=20 -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrow= ing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../.././../gcc/gcc-SaberMod/gcc -I../.././../gcc/gcc-SaberMod/gcc/. -I../.././../gcc/gcc-SaberMod/gcc/../include -I../.././../gcc/gcc-SaberMod/gcc/../libcpp/include -I/tmp/sm-tc/build/temp-install/include -I/tmp/sm-tc/build/temp-install/inc= lude -I/tmp/sm-tc/build/temp-install/include=20 -I../.././../gcc/gcc-SaberMod/gcc/../libdecnumber -I../.././../gcc/gcc-SaberMod/gcc/../libdecnumber/dpd -I../libdecnumber -I../.././../gcc/gcc-SaberMod/gcc/../libbacktrace -I/tmp/sm-tc/build/temp-install/include -o graphite-optimize-isl.o -MT graphite-optimize-isl.o -MMD -MP -MF ./.deps/graphite-optimize-isl.TPo ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c In file included from ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:70:0: ../.././../gcc/gcc-SaberMod/gcc/graphite-poly.h:398:43: error: =E2=80=98isl= _constraint=E2=80=99 has not been declared extern void print_isl_constraint (FILE *, isl_constraint *); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-poly.h:402:35: error: variable or field =E2=80=98debug_isl_constraint=E2=80=99 declared void extern void debug_isl_constraint (isl_constraint *); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-poly.h:402:35: error: =E2=80=98isl= _constraint=E2=80=99 was not declared in this scope ../.././../gcc/gcc-SaberMod/gcc/graphite-poly.h:402:51: error: expected primary-expression before =E2=80=98)=E2=80=99 token extern void debug_isl_constraint (isl_constraint *); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c: In function =E2=80=98isl_union_set* scop_get_domains(scop_p)=E2=80=99: ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:78:50: error: =E2=80=98isl_union_set_empty=E2=80=99 was not declared in this scope isl_union_set *res =3D isl_union_set_empty (space); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:81:65: error: =E2=80=98isl_union_set_add_set=E2=80=99 was not declared in this scope res =3D isl_union_set_add_set (res, isl_set_copy (pbb->domain)); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c: In function =E2=80=98isl_basic_map* getTileMap(isl_ctx*, int, int)=E2=80=99: ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:137:7: error: =E2=80=98isl_constraint=E2=80=99 was not declared in this scope isl_constraint *c; ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:137:23: error: =E2= =80=98c=E2=80=99 was not declared in this scope isl_constraint *c; ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:140:64: error: =E2=80=98isl_equality_alloc=E2=80=99 was not declared in this scope c =3D isl_equality_alloc (isl_local_space_copy (LocalSpace)); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:141:63: error: =E2=80=98isl_constraint_set_coefficient_si=E2=80=99 was not declared in thi= s scope isl_constraint_set_coefficient_si (c, isl_dim_out, sX, 1); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:143:57: error: =E2=80=98isl_basic_map_add_constraint=E2=80=99 was not declared in this sco= pe tileMap =3D isl_basic_map_add_constraint (tileMap, c); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:152:66: error: =E2=80=98isl_inequality_alloc=E2=80=99 was not declared in this scope c =3D isl_inequality_alloc (isl_local_space_copy (LocalSpace)); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:161:54: error: =E2=80=98isl_constraint_set_constant_si=E2=80=99 was not declared in this s= cope isl_constraint_set_constant_si (c, tileSize - 1); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c: In function =E2=80= =98isl_map* getPrevectorMap(isl_ctx*, int, int, int)=E2=80=99: ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:263:3: error: =E2=80=98isl_constraint=E2=80=99 was not declared in this scope isl_constraint *c; ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:263:19: error: =E2= =80=98c=E2=80=99 was not declared in this scope isl_constraint *c; ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:282:64: error: =E2=80=98isl_equality_alloc=E2=80=99 was not declared in this scope c =3D isl_equality_alloc (isl_local_space_copy (LocalSpace)); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:283:62: error: =E2=80=98isl_constraint_set_coefficient_si=E2=80=99 was not declared in thi= s scope isl_constraint_set_coefficient_si (c, isl_dim_in, i, -1); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:290:55: error: =E2=80=98isl_map_add_constraint=E2=80=99 was not declared in this scope TilingMap =3D isl_map_add_constraint (TilingMap, c); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:305:62: error: =E2=80=98isl_inequality_alloc=E2=80=99 was not declared in this scope c =3D isl_inequality_alloc (isl_local_space_copy (LocalSpace)); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:306:71: error: =E2=80=98isl_constraint_set_coefficient_si=E2=80=99 was not declared in thi= s scope isl_constraint_set_coefficient_si (c, isl_dim_out, TileDimension, -1); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:308:51: error: =E2=80=98isl_map_add_constraint=E2=80=99 was not declared in this scope TilingMap =3D isl_map_add_constraint (TilingMap, c); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:314:53: error: =E2=80=98isl_constraint_set_constant_si=E2=80=99 was not declared in this s= cope isl_constraint_set_constant_si (c, VectorWidth - 1); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c: In function =E2=80= =98isl_map* getPrevectorMap_full(isl_ctx*, int, int, int)=E2=80=99: ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:342:3: error: =E2=80=98isl_constraint=E2=80=99 was not declared in this scope isl_constraint *c; ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:342:19: error: =E2= =80=98c=E2=80=99 was not declared in this scope isl_constraint *c; ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:364:64: error: =E2=80=98isl_equality_alloc=E2=80=99 was not declared in this scope c =3D isl_equality_alloc (isl_local_space_copy (LocalSpace)); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:366:62: error: =E2=80=98isl_constraint_set_coefficient_si=E2=80=99 was not declared in thi= s scope isl_constraint_set_coefficient_si (c, isl_dim_in, i, -1); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:369:55: error: =E2=80=98isl_map_add_constraint=E2=80=99 was not declared in this scope TilingMap =3D isl_map_add_constraint (TilingMap, c); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:384:59: error: =E2=80=98isl_equality_alloc=E2=80=99 was not declared in this scope c =3D isl_equality_alloc (isl_local_space_copy(LocalSpace)); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:385:70: error: =E2=80=98isl_constraint_set_coefficient_si=E2=80=99 was not declared in thi= s scope isl_constraint_set_coefficient_si (c, isl_dim_out, TileDimension,-1); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:387:54: error: =E2=80=98isl_constraint_set_constant_si=E2=80=99 was not declared in this s= cope isl_constraint_set_constant_si (c, -VectorWidth + 1); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:388:51: error: =E2=80=98isl_map_add_constraint=E2=80=99 was not declared in this scope TilingMap =3D isl_map_add_constraint (TilingMap, c); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:391:62: error: =E2=80=98isl_inequality_alloc=E2=80=99 was not declared in this scope c =3D isl_inequality_alloc (isl_local_space_copy (LocalSpace)); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c: In function =E2=80= =98void apply_schedule_map_to_scop(scop_p, isl_union_map*, bool)=E2=80=99: ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:556:33: error: =E2=80=98isl_union_set_from_set=E2=80=99 was not declared in this scope isl_union_set_from_set (domain)); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c: In function =E2=80= =98bool optimize_isl(scop_p)=E2=80=99: ../.././../gcc/gcc-SaberMod/gcc/graphite-optimize-isl.c:589:35: error: =E2=80=98isl_union_set_copy=E2=80=99 was not declared in this scope isl_union_set_copy (domain)); ^ Makefile:1065: recipe for target 'graphite-optimize-isl.o' failed make[3]: *** [graphite-optimize-isl.o] Error 1 x86_64-linux-gnu-g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE=20 -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrow= ing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../.././../gcc/gcc-SaberMod/gcc -I../.././../gcc/gcc-SaberMod/gcc/. -I../.././../gcc/gcc-SaberMod/gcc/../include -I../.././../gcc/gcc-SaberMod/gcc/../libcpp/include -I/tmp/sm-tc/build/temp-install/include -I/tmp/sm-tc/build/temp-install/inc= lude -I/tmp/sm-tc/build/temp-install/include=20 -I../.././../gcc/gcc-SaberMod/gcc/../libdecnumber -I../.././../gcc/gcc-SaberMod/gcc/../libdecnumber/dpd -I../libdecnumber -I../.././../gcc/gcc-SaberMod/gcc/../libbacktrace -I/tmp/sm-tc/build/temp-install/include -o graphite-scop-detection.o -MT graphite-scop-detection.o -MMD -MP -MF ./.deps/graphite-scop-detection.TPo ../.././../gcc/gcc-SaberMod/gcc/graphite-scop-detection.c In file included from ../.././../gcc/gcc-SaberMod/gcc/graphite-scop-detection.c:75:0: ../.././../gcc/gcc-SaberMod/gcc/graphite-poly.h:398:43: error: =E2=80=98isl= _constraint=E2=80=99 has not been declared extern void print_isl_constraint (FILE *, isl_constraint *); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-poly.h:402:35: error: variable or field =E2=80=98debug_isl_constraint=E2=80=99 declared void extern void debug_isl_constraint (isl_constraint *); ^ ../.././../gcc/gcc-SaberMod/gcc/graphite-poly.h:402:35: error: =E2=80=98isl= _constraint=E2=80=99 was not declared in this scope ../.././../gcc/gcc-SaberMod/gcc/graphite-poly.h:402:51: error: expected primary-expression before =E2=80=98)=E2=80=99 token extern void debug_isl_constraint (isl_constraint *); ^ Makefile:1065: recipe for target 'graphite-scop-detection.o' failed make[3]: *** [graphite-scop-detection.o] Error 1 make[3]: Target 'all' not remade because of errors. make[3]: Leaving directory '/home/jason/sm-tc/build/gcc-SaberMod/gcc' Makefile:4102: recipe for target 'all-gcc' failed make[2]: *** [all-gcc] Error 2 make[2]: Target 'all-host' not remade because of errors. make[2]: Target 'all-target' not remade because of errors. make[2]: Leaving directory '/home/jason/sm-tc/build/gcc-SaberMod' Makefile:857: recipe for target 'all' failed make[1]: *** [all] Error 2 >>From gcc-bugs-return-486050-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Tue May 12 05:47:15 2015 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 114427 invoked by alias); 12 May 2015 05:47:15 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 114377 invoked by uid 48); 12 May 2015 05:47:11 -0000 From: "pbeeler80 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/66117] GCC can not compile when graphite is enabled, due to missing isl headers. Date: Tue, 12 May 2015 05:47:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pbeeler80 at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-05/txt/msg00890.txt.bz2 Content-length: 323 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66117 --- Comment #1 from Paul Beeler --- Here is the gcc source: https://github.com/SaberMod/GCC_SaberMod/tree/6.0.0 Also this patch seems to fix the issue: https://github.com/SaberMod/GCC_SaberMod/commit/635b86c35d539bf229e4d4652fc67afe632589a4