Re: Add out-of-line versions of some functions (PR c/65083)

2015-11-18 Thread Jeff Law
On 11/13/2015 03:15 AM, Joseph Myers wrote: PR c/65083 notes that some functions in are normal functions, not generic functions, and so need to have out-of-line copies that can be called when macro expansion is suppressed (unlike the generic functions where DR#419 makes it undefined if you suppr

Add out-of-line versions of some functions (PR c/65083)

2015-11-13 Thread Joseph Myers
PR c/65083 notes that some functions in are normal functions, not generic functions, and so need to have out-of-line copies that can be called when macro expansion is suppressed (unlike the generic functions where DR#419 makes it undefined if you suppress a macro expansion). This patch adds such