This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [3.3 PATCH] PR c++/11409: Backport from mainline
- From: Jason Merrill <jason at redhat dot com>
- To: Roger Sayle <roger at eyesopen dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 04 Oct 2003 23:10:54 -0400
- Subject: Re: [3.3 PATCH] PR c++/11409: Backport from mainline
- References: <Pine.LNX.4.44.0310041231440.24275-100000@www.eyesopen.com>
On Sat, 4 Oct 2003 12:37:20 -0600 (MDT), Roger Sayle <roger@eyesopen.com> wrote:
> The following patch is a backport from mainline CVS of my fix to
> PR c++/11409, which is a tweak to resolve_address_of_overloaded_function
> to ignore anticipated declarations. The original patch was posted
> here http://gcc.gnu.org/ml/gcc-patches/2003-09/msg00355.html and
> has been on mainline without problems for nearly a month.
>
> The following patch has been tested against gcc-3_3-branch with a full
> "make bootstrap" on i686-pc-linux-gnu, all languages except treelang,
> and regression tested with a top-level "make -k check" with no new
> failures.
>
> Ok for the 3.3 branch?
Yes.
Jason