From: Nathan Sidwell Date: Fri, 25 Aug 2017 12:32:54 +0000 (+0000) Subject: re PR target/81921 (Fails to always-inline intrinsics with -flto) X-Git-Tag: upstream/12.2.0~37500 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9cf59597eb963b10a6e682771d52538d2109bcc9;p=platform%2Fupstream%2Fgcc.git re PR target/81921 (Fails to always-inline intrinsics with -flto) Retabify 2017-08-24 Richard Biener PR target/81921 From-SVN: r251351 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7d03c8a..8697462 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -28,14 +28,14 @@ 2017-08-24 Richard Biener - PR target/81921 - * targhooks.c (default_target_can_inline_p): Properly - use target_option_default_node when no DECL_FUNCTION_SPECIFIC_TARGET - is present and always compare. - * config/i386/i386.c (ix86_valid_target_attribute_tree): Do not - imply -mfpmath=sse from TARGET_SSE_P. - (ix86_can_inline_p): Properly use target_option_default_node when - no DECL_FUNCTION_SPECIFIC_TARGET is present and always compare. + PR target/81921 + * targhooks.c (default_target_can_inline_p): Properly + use target_option_default_node when no DECL_FUNCTION_SPECIFIC_TARGET + is present and always compare. + * config/i386/i386.c (ix86_valid_target_attribute_tree): Do not + infer -mfpmath=sse from TARGET_SSE_P. + (ix86_can_inline_p): Properly use target_option_default_node when + no DECL_FUNCTION_SPECIFIC_TARGET is present and always compare. 2017-08-24 Richard Biener