Re: [patch cp]: Check for keep-inline-dllexport that we are operating on true inlines

2014-08-04 Thread Jason Merrill
OK. Jason

[patch cp]: Check for keep-inline-dllexport that we are operating on true inlines

2014-08-04 Thread Kai Tietz
Hi, This patch makes sure that we check for flag keep-inline-dllexport that we operate on true inlines as we do it for keep-inline-functions. ChangeLog 2014-08-04 Kai Tietz * semantics.c (expand_or_defer_fn_1): Check for keep-inline-dllexport that we operate on a true inline. Tested