From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21911 invoked by alias); 31 Oct 2002 12:26:02 -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 21846 invoked by uid 71); 31 Oct 2002 12:26:01 -0000 Date: Thu, 31 Oct 2002 04:26:00 -0000 Message-ID: <20021031122601.21837.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Paolo Carlini Subject: Re: c++/8413: internal compiler error Reply-To: Paolo Carlini X-SW-Source: 2002-10/txt/msg01323.txt.bz2 List-Id: The following reply was made to PR c++/8413; it has been noted by GNATS. From: Paolo Carlini To: Dennis Lubert Cc: paolo@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, plasmahh@tzi.de, gcc-gnats@gcc.gnu.org Subject: Re: c++/8413: internal compiler error Date: Thu, 31 Oct 2002 13:17:16 +0100 Dennis Lubert wrote: >Well, this is curious. regarding to the g++ manpage, the compiler will stop after preprocessor stage when giving -E option. But it doesn't, it will succesfully compile the file !!! but not without -E option... I can't find a proper way to get the .ii file, sorry. perhaps you can reproduce this error with gcc-3.2 and the kismet sources, where I gave the url.... > > Why are you passing -E ?!? According to the detailed bug reporting instructions you should add to the command line only |-v -save-temps| and that's it. Thanks, Paolo. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8413