Commit 4a353e16 by Martin Liska Committed by Martin Liska

Finalize func_options in arm target in

	* config/arm/arm.c (arm_valid_target_attribute_p): Finalize
	options struct.

From-SVN: r230548
parent 43151cfd
2015-11-18 Martin Liska <mliska@suse.cz>
* config/arm/arm.c (arm_valid_target_attribute_p): Finalize
options struct.
2015-11-18 Nathan Sidwell <nathan@codesourcery.com> 2015-11-18 Nathan Sidwell <nathan@codesourcery.com>
* config/nvptx/nvptx.c (global_lock_var): New. * config/nvptx/nvptx.c (global_lock_var): New.
...@@ -30010,6 +30010,8 @@ arm_valid_target_attribute_p (tree fndecl, tree ARG_UNUSED (name), ...@@ -30010,6 +30010,8 @@ arm_valid_target_attribute_p (tree fndecl, tree ARG_UNUSED (name),
DECL_FUNCTION_SPECIFIC_OPTIMIZATION (fndecl) = new_optimize; DECL_FUNCTION_SPECIFIC_OPTIMIZATION (fndecl) = new_optimize;
finalize_options_struct (&func_options);
return ret; return ret;
} }
......
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