[Bug target/81921] [5/6 Regression] Fails to always-inline intrinsics with -flto
aldyh at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Sep 13 17:27:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81921
--- Comment #6 from Aldy Hernandez <aldyh at gcc dot gnu.org> ---
Author: aldyh
Date: Wed Sep 13 17:26:26 2017
New Revision: 252560
URL: https://gcc.gnu.org/viewcvs?rev=252560&root=gcc&view=rev
Log:
2017-08-23 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.
* gcc.target/i386/pr81921.c: New testcase.
Added:
branches/range-gen2/gcc/testsuite/gcc.target/i386/pr81921.c
Modified:
branches/range-gen2/gcc/ChangeLog
branches/range-gen2/gcc/config/i386/i386.c
branches/range-gen2/gcc/targhooks.c
branches/range-gen2/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list