diff options
author | Nathan Sidwell <nathan@gcc.gnu.org> | 2017-08-25 12:32:54 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2017-08-25 12:32:54 +0000 |
commit | 9cf59597eb963b10a6e682771d52538d2109bcc9 (patch) | |
tree | 4702967c3e39cf497e513fa56d548a14955be64a /gcc | |
parent | bb5d50b59947bc193c859c26eb982d04cee301ab (diff) | |
download | gcc-9cf59597eb963b10a6e682771d52538d2109bcc9.zip gcc-9cf59597eb963b10a6e682771d52538d2109bcc9.tar.gz gcc-9cf59597eb963b10a6e682771d52538d2109bcc9.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 16 |
1 files changed, 8 insertions, 8 deletions
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 <rguenther@suse.de> - 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 <rguenther@suse.de> |