From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27665 invoked by alias); 18 Mar 2004 14:42:49 -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 27621 invoked by alias); 18 Mar 2004 14:42:49 -0000 Date: Thu, 18 Mar 2004 14:42:00 -0000 Message-ID: <20040318144249.27620.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/msg02198.txt.bz2 List-Id: ------- Additional Comments From giovannibajo at libero dot it 2004-03-18 14:42 ------- Subject: Re: [3.4/3.5 Regression] Cannot compile pooma-gcc (regression) bangerth at dealii dot org wrote: > I just happened to find the same bug in my > code, and after reduction I found this, probably > shortest possible, code snippet: > --------------------- > template void f() { int i = int(); } > template void f<1> (); > --------------------- Actually, this is not fixed by my patch, I'm updating it right now. Thanks for the reduction. Giovanni Bajo -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14545