Commit 31f1473a by Richard Biener Committed by Richard Biener

toplev.c (process_options): Do not mention obsolete graphite options when...

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
parent 052ef81d
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> 2017-02-10 Christophe Lyon <christophe.lyon@linaro.org>
* config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm. * config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm.
......
...@@ -1258,10 +1258,9 @@ process_options (void) ...@@ -1258,10 +1258,9 @@ process_options (void)
|| flag_loop_nest_optimize || flag_loop_nest_optimize
|| flag_graphite_identity || flag_graphite_identity
|| flag_loop_parallelize_all) || flag_loop_parallelize_all)
sorry ("Graphite loop optimizations cannot be used (isl is not available)" sorry ("Graphite loop optimizations cannot be used (isl is not available) "
"(-fgraphite, -fgraphite-identity, -floop-block, " "(-fgraphite, -fgraphite-identity, -floop-nest-optimize, "
"-floop-interchange, -floop-strip-mine, -floop-parallelize-all, " "-floop-parallelize-all)");
"-floop-unroll-and-jam, and -ftree-loop-linear)");
#endif #endif
if (flag_check_pointer_bounds) if (flag_check_pointer_bounds)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment