From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30776 invoked by alias); 15 Mar 2004 13:41:09 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 30735 invoked by uid 48); 15 Mar 2004 13:41:07 -0000 Date: Mon, 15 Mar 2004 13:41:00 -0000 Message-ID: <20040315134107.30733.qmail@sources.redhat.com> From: "giovannibajo at libero dot it" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040312062911.14545.schmid@snake.iap.physik.tu-darmstadt.de> References: <20040312062911.14545.schmid@snake.iap.physik.tu-darmstadt.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/14545] [3.4/3.5 Regression] Cannot compile pooma-gcc (regression) X-Bugzilla-Reason: CC X-SW-Source: 2004-03/txt/msg01806.txt.bz2 List-Id: ------- Additional Comments From giovannibajo at libero dot it 2004-03-15 13:41 ------- Redux: ---------------------------------------------- struct A {}; template struct B { void foo() { A retval = A(); } }; ---------------------------------------------- Exposed by my patch, as Andrew noticed. I'm looking into it. Meanwhile, this is very serious and I think it is a showstopper. Mark, can I target this to 3.4.0? -- What |Removed |Added ---------------------------------------------------------------------------- CC| |mmitchel at gcc dot gnu dot | |org AssignedTo|unassigned at gcc dot gnu |giovannibajo at libero dot |dot org |it Status|NEW |ASSIGNED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14545