Commit 9cf59597 by Nathan Sidwell

re PR target/81921 (Fails to always-inline intrinsics with -flto)

Retabify 2017-08-24  Richard Biener  <rguenther@suse.de>
	PR target/81921

From-SVN: r251351
parent bb5d50b5
...@@ -28,14 +28,14 @@ ...@@ -28,14 +28,14 @@
2017-08-24 Richard Biener <rguenther@suse.de> 2017-08-24 Richard Biener <rguenther@suse.de>
PR target/81921 PR target/81921
* targhooks.c (default_target_can_inline_p): Properly * targhooks.c (default_target_can_inline_p): Properly
use target_option_default_node when no DECL_FUNCTION_SPECIFIC_TARGET use target_option_default_node when no DECL_FUNCTION_SPECIFIC_TARGET
is present and always compare. is present and always compare.
* config/i386/i386.c (ix86_valid_target_attribute_tree): Do not * config/i386/i386.c (ix86_valid_target_attribute_tree): Do not
imply -mfpmath=sse from TARGET_SSE_P. infer -mfpmath=sse from TARGET_SSE_P.
(ix86_can_inline_p): Properly use target_option_default_node when (ix86_can_inline_p): Properly use target_option_default_node when
no DECL_FUNCTION_SPECIFIC_TARGET is present and always compare. no DECL_FUNCTION_SPECIFIC_TARGET is present and always compare.
2017-08-24 Richard Biener <rguenther@suse.de> 2017-08-24 Richard Biener <rguenther@suse.de>
......
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