From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5413 invoked by alias); 16 Nov 2002 00:57:18 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 5394 invoked by uid 61); 16 Nov 2002 00:57:17 -0000 Date: Thu, 21 Nov 2002 18:17:00 -0000 Message-ID: <20021116005717.5393.qmail@sources.redhat.com> To: ecohen@angeles.com, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org From: bangerth@dealii.org Reply-To: bangerth@dealii.org, ecohen@angeles.com, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: c++/3864: #line directive/template interaction produces wrong file name on errors X-SW-Source: 2002-11/txt/msg00804.txt.bz2 List-Id: Synopsis: #line directive/template interaction produces wrong file name on errors State-Changed-From-To: analyzed->closed State-Changed-By: bangerth State-Changed-When: Fri Nov 15 16:57:17 2002 State-Changed-Why: This has been fixed in the meantime: tmp/g> /home/bangerth/bin/gcc-3.0.4/bin/c++ -c x.cc x.cc: In function `void doit(T) [with T = double]': somefile.x:25: instantiated from here x.cc:20: `args' undeclared (first use this function) x.cc:20: (Each undeclared identifier is reported only once for each function it appears in.) tmp/g> tmp/g> tmp/g> /home/bangerth/bin/gcc-3.2.1-pre/bin/c++ -c x.cc somefile.x: In function `void doit(T) [with T = double]': somefile.x:25: instantiated from here somefile.x:20: `args' undeclared (first use this function) somefile.x:20: (Each undeclared identifier is reported only once for each function it appears in.) tmp/g> tmp/g> tmp/g> /home/bangerth/bin/gcc-3.3x-pre/bin/c++ -c x.cc somefile.x: In function `void doit(T) [with T = double]': somefile.x:25: instantiated from here somefile.x:20: error: `args' undeclared (first use this function) somefile.x:20: error: (Each undeclared identifier is reported only once for each function it appears in.) http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3864