This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ PATCH] Fix __atomic_exchange (PR c++/60689)
- From: Jason Merrill <jason at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>, Richard Henderson <rth at redhat dot com>, Torvald Riegel <triegel at redhat dot com>, "Joseph S. Myers" <joseph at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 28 Mar 2014 13:46:09 -0400
- Subject: Re: [C++ PATCH] Fix __atomic_exchange (PR c++/60689)
- Authentication-results: sourceware.org; auth=none
- References: <20140328104752 dot GJ1817 at tucnak dot redhat dot com>
On 03/28/2014 06:47 AM, Jakub Jelinek wrote:
* typeck.c (build_function_call_vec): Call resolve_overloaded_builtin.
I expect this will break in templates if arguments are dependent.
Jason