From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7732 invoked by alias); 6 Dec 2002 21:26: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 7717 invoked by uid 71); 6 Dec 2002 21:26:01 -0000 Date: Fri, 06 Dec 2002 13:26:00 -0000 Message-ID: <20021206212601.7715.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Wolfgang Bangerth Subject: Re: optimization/7778: Internal compiler error in reload_cse_simplify_operands Reply-To: Wolfgang Bangerth X-SW-Source: 2002-12/txt/msg00390.txt.bz2 List-Id: The following reply was made to PR optimization/7778; it has been noted by GNATS. From: Wolfgang Bangerth To: Kyle Lanclos Cc: gcc-bugs@gcc.gnu.org, Subject: Re: optimization/7778: Internal compiler error in reload_cse_simplify_operands Date: Fri, 6 Dec 2002 15:22:14 -0600 (CST) > > Do you still have the sources and can reproduce the error? > > We would need the preprocessed source file... > > There's no way I can pick out from the mozilla source code which file(s) > are necessary to reproduce the bug. As much as I hate the presentation, > all I have is a tarball of my build tree. The way this goes is: you see which file the compiler barfs at. Go into this directory and do the exact same command line that was used to compile it previously (when you used make). This command line is the last one that is printed, of course. Then just add -save-temps to the command line. The compiler will still die, but it will have generated a .i file. This is the file we need. Thanks Wolfgang ------------------------------------------------------------------------- Wolfgang Bangerth email: bangerth@ticam.utexas.edu www: http://www.ticam.utexas.edu/~bangerth