This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PR c++/43890


On Wed, Apr 28, 2010 at 11:46 AM, Fabien CHÊNE <fabien.chene@gmail.com> wrote:
> Hi,
>
> Here is a better patch that move the check for user-provided
> constructor out of the loop.
> Tested x86_64-unknown-linux-gnu.
>
> gcc/testsuite/ChangeLog:
>
> 2010-04-26 ?Fabien Chêne ?<fabien.chene@gmail.com>
> ? ? ? PR c++/43890
> ? ? ? * g++.dg/init/pr43890.C: New.
>
> gcc/cp/ChangeLog:
>
> 2010-04-26 ?Fabien Chêne ?<fabien.chene@gmail.com>
> ? ? ? PR c++/43890
> ? ? ? * init.c (diagnose_uninitialized_cst_or_ref_member): check for
> ? ? ? user-provided constructor while recursing.
>

This patch caused:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43951

-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]