On Fri, Jan 12, 2018 at 09:23:49PM +0100, Jakub Jelinek wrote:
> After the addition of location wrappers the
> targetm.resolve_overloaded_builtin target hook is called with parameters
> that may have those location wrappers in it. Seems generic code has been
> changed to fold_for_warn fold it away
Hi!
After the addition of location wrappers the
targetm.resolve_overloaded_builtin target hook is called with parameters
that may have those location wrappers in it. Seems generic code has been
changed to fold_for_warn fold it away when looking for something that should
be e.g. INTEGER_CST. Fixe