Re: {patch cp]: Disable hidden-inlines for pe-coff targets

2014-08-04 Thread Jason Merrill
On 08/04/2014 07:03 AM, Kai Tietz wrote: * decl2.c (determine_hidden_inline): Always fail for PE-COFF as there is no hidden visibility available. I'd think we should give a warning about -fvisibility-inlines-hidden on windows and turn off the flag rather than silently ignore it here.

{patch cp]: Disable hidden-inlines for pe-coff targets

2014-08-04 Thread Kai Tietz
Hi, This patch makes sure that visibility-option for hidden-inlines doesn't show any effect for pe-coff as for those targets no concept of hidden-visiblitly isn't present. ChangeLog 2014-08-04 Kai Tietz * decl2.c (determine_hidden_inline): Always fail for PE-COFF as there is no hidde