From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6186 invoked by alias); 18 Mar 2004 14:04:15 -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 6115 invoked by uid 48); 18 Mar 2004 14:04:12 -0000 Date: Thu, 18 Mar 2004 14:04:00 -0000 Message-ID: <20040318140412.6114.qmail@sources.redhat.com> From: "bangerth at dealii dot org" 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/msg02195.txt.bz2 List-Id: ------- Additional Comments From bangerth at dealii dot org 2004-03-18 14:04 ------- 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> (); --------------------- :-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14545