[PATCH 5/5] Remove the lambda framework and make -ftree-loop-linear an alias of -floop-interchange.

Joseph S. Myers joseph@codesourcery.com
Tue Jan 25 23:28:00 GMT 2011


On Mon, 17 Jan 2011, Sebastian Pop wrote:

> 	(gate_graphite_transforms): Make flag_tree_loop_linear an alias of
> 	flag_loop_interchange.

The preferred way to make one option an alias of another is using Alias in 
the .opt file.  In this case, you definitely need to make sure that the 
sorry ("Graphite loop optimizations cannot be used"); in process_options 
is properly called for -ftree-loop-linear.

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Gcc-patches mailing list