This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PR81921


On Tue, Aug 22, 2017 at 02:27:28PM +0200, Richard Biener wrote:
> Thanks.  Of course this was copied by other targets (and the x86
> one maybe from the default).  So the following is an extended patch.
> 
> Ok for the rs6000 and aarch64 bits?

Sure, rs6000 part is fine.  Thanks!


Segher


> 	PR target/81921
> 	* config/i386/i386.c (ix86_can_inline_p): Treat
> 	target_option_default_node as non-existent.
> 	* targhooks.c (default_target_can_inline_p): Likewise.
> 	* config/aarch64/aarch64.c (aarch64_can_inline_p): Likewise.
> 	* config/powerpcspe/powerpcspe.c (rs6000_can_inline_p): Likewise.
> 	* config/rs6000/rs6000.c (rs6000_can_inline_p): Likewise.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]