toplev.c (process_options): Do not mention obsolete graphite options when...
authorRichard Biener <rguenther@suse.de>
Fri, 10 Feb 2017 14:28:11 +0000 (14:28 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 10 Feb 2017 14:28:11 +0000 (14:28 +0000)
2017-02-10  Richard Biener  <rguenther@suse.de>

* toplev.c (process_options): Do not mention obsolete graphite
options when printing sorry message about missing graphite support.
Mention -floop-nest-optimize.

From-SVN: r245331

gcc/ChangeLog
gcc/toplev.c

index 6bdfddf1fb557b4c637834432227f8eeebf8f8b9..8e224ac399d050fca77538e15e2c4f49acae4f24 100644 (file)
@@ -1,3 +1,9 @@
+2017-02-10  Richard Biener  <rguenther@suse.de>
+
+       * toplev.c (process_options): Do not mention obsolete graphite
+       options when printing sorry message about missing graphite support.
+       Mention -floop-nest-optimize.
+
 2017-02-10  Christophe Lyon  <christophe.lyon@linaro.org>
 
        * config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm.
index 2335ad716ae7bb8449c49cd2036a8d5cbb7bc60f..272f9727bf87ded0e08ee57cdfcab24887179cbf 100644 (file)
@@ -1258,10 +1258,9 @@ process_options (void)
       || flag_loop_nest_optimize
       || flag_graphite_identity
       || flag_loop_parallelize_all)
-    sorry ("Graphite loop optimizations cannot be used (isl is not available)"
-          "(-fgraphite, -fgraphite-identity, -floop-block, "
-          "-floop-interchange, -floop-strip-mine, -floop-parallelize-all, "
-          "-floop-unroll-and-jam, and -ftree-loop-linear)");
+    sorry ("Graphite loop optimizations cannot be used (isl is not available) "
+          "(-fgraphite, -fgraphite-identity, -floop-nest-optimize, "
+          "-floop-parallelize-all)");
 #endif
 
   if (flag_check_pointer_bounds)