From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21505 invoked by alias); 12 Feb 2008 06:39:13 -0000 Received: (qmail 20757 invoked by alias); 12 Feb 2008 06:38:23 -0000 Date: Tue, 12 Feb 2008 06:39:00 -0000 Message-ID: <20080212063823.20756.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/29039] [4.0/4.1 Regression] implicitly defined constructor for class with reference member In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jason at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-02/txt/msg01230.txt.bz2 ------- Comment #5 from jason at gcc dot gnu dot org 2008-02-12 06:38 ------- Subject: Bug 29039 Author: jason Date: Tue Feb 12 06:37:34 2008 New Revision: 132254 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132254 Log: PR c++/34094 * decl2.c (cp_write_global_declarations): Don't write out static data members with DECL_IN_AGGR_P set. PR c++/33916 * Revert: 2006-10-17 Mark Mitchell PR c++/29039 * typeck2.c (build_functional_cast): Don't zero-initialize non-PODs; instead, call their constructors. Removed: branches/gcc-4_2-branch/gcc/testsuite/g++.dg/init/ctor8.C Modified: branches/gcc-4_2-branch/gcc/cp/ChangeLog branches/gcc-4_2-branch/gcc/cp/decl2.c branches/gcc-4_2-branch/gcc/cp/typeck2.c branches/gcc-4_2-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29039