From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19411 invoked by alias); 3 Feb 2003 01:46:01 -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 19397 invoked by uid 71); 3 Feb 2003 01:46:01 -0000 Date: Mon, 03 Feb 2003 01:46:00 -0000 Message-ID: <20030203014601.19396.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: matt zagrabelny Subject: Re: c++/9518: apparent header file problems Reply-To: matt zagrabelny X-SW-Source: 2003-02/txt/msg00078.txt.bz2 List-Id: The following reply was made to PR c++/9518; it has been noted by GNATS. From: matt zagrabelny To: bangerth@dealii.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, mzagrabe@d.umn.edu, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Cc: Subject: Re: c++/9518: apparent header file problems Date: 02 Feb 2003 19:40:42 -0600 the install was done via debian packages (dselect from the unstable branch to be specific). simple c programs compile, but compiling the kernel results in a segmentation fault as well (i have not submitted a bug report for that yet.) this program fails every compile. i dont know what else to do, i have tried purging and reinstalling certain packages (and shaking my fists at the monitor) but i do not know enough to do any serious debugging. let me know if there is anything i could try (to help debugging). -matt On Sun, 2003-02-02 at 16:37, bangerth@dealii.org wrote: > Synopsis: apparent header file problems > > State-Changed-From-To: open->feedback > State-Changed-By: bangerth > State-Changed-When: Sun Feb 2 22:37:18 2003 > State-Changed-Why: > I cannot reproduce this with today's 3.2.2 CVS: > tmp/g> /home/bangerth/bin/gcc-3.2.2-pre/bin/c++ -c x.cc > x.cc: In function `int main(int, char**)': > x.cc:4: `cout' undeclared (first use this function) > x.cc:4: (Each undeclared identifier is reported only once for each function it > appears in.) > x.cc:4: `endl' undeclared (first use this function) > > Can you say something about how you installed your > compiler? I suspect that this must be something specific > to your installation, since none of us can reproduce > the problem. > > Regards > Wolfgang > > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9518