From b70e977531af718dc6b3173d0645583f2b9a4808 Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Wed, 10 Sep 2008 14:46:35 +0000 Subject: re PR tree-optimization/37388 ([graphite] No warn with "-O0 -fgraphite" when cloog or ppl are not present) 2008-09-10 Sebastian Pop PR tree-optimization/37388 * toplev.c (process_options): Fail and warn when graphite flags are used, but the compiler has not been configured with graphite libraries. * graphite.c (graphite_transform_loops): Remove printfs to dump_file for the case when graphite is not available. From-SVN: r140232 --- gcc/graphite.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gcc/graphite.c') diff --git a/gcc/graphite.c b/gcc/graphite.c index 40a317e..c173cca 100644 --- a/gcc/graphite.c +++ b/gcc/graphite.c @@ -4800,12 +4800,6 @@ graphite_transform_loops (void) void graphite_transform_loops (void) { - if (dump_file && (dump_flags & TDF_DETAILS)) - { - fprintf (dump_file, "Graphite loop optimizations cannot be used.\n"); - fprintf (dump_file, "GCC has not been configured with the required " - "libraries for Graphite loop optimizations."); - } sorry ("Graphite loop optimizations cannot be used"); } -- cgit v1.1