Re: [PATCH] Fix PR64313

2015-01-20 Thread Jason Merrill
On 01/19/2015 09:34 AM, Richard Biener wrote: ! /* Whether the user can use instead of explicitely using calls "explicitly" OK with that change. Jason

Re: [PATCH] Fix PR64313

2015-01-19 Thread Joseph Myers
On Mon, 19 Jan 2015, Richard Biener wrote: > c/ > * c-decl.c (merge_decls): Call set_builtin_decl_declared_p > for builtins the user declared correctly. The C front-end change is OK. -- Joseph S. Myers jos...@codesourcery.com

[PATCH] Fix PR64313

2015-01-19 Thread Richard Biener
This fixes PR64313 - the match-and-simplify machinery has a hard time re-doing the "magic" trick of re-using builtins in the matched IL and thus fails to generate calls to builtins that are not marked as builtin_decl_implicit_p. The following patch fixes this by remembering whether the user has d