This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: patch that caused regression PR c++/7964
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Janis Johnson <janis187 at us dot ibm dot com>
- Cc: gcc at gnu dot org, mark at codesourcery dot com, rodrigc at attbi dot com, bangerth at ticam dot utexas dot edu
- Date: Tue, 17 Dec 2002 11:37:11 -0800
- Subject: Re: patch that caused regression PR c++/7964
- References: <20021217112849.A30159@us.ibm.com>
On Tue, Dec 17, 2002 at 11:28:49AM -0800, Janis Johnson wrote:
> The regression reported in PR c++/7964 showed up starting with this
> patch:
>
> 2002-08-02 Mark Mitchell <mark@codesourcery.com>
>
> * init.c (build_member_call): Use build_new_method_call, not
> build_method_call.
>
> Here's a small test case that causes the valid code to be rejected.
> This occurs in the mainline and the 3.3 branch.
Oops, it causes an ICE for valid code; cut-and-pasto.
Janis