From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11866 invoked by alias); 12 Dec 2004 01:49:13 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 11834 invoked from network); 12 Dec 2004 01:49:07 -0000 Received: from unknown (HELO develer.com) (151.38.19.110) by sourceware.org with SMTP; 12 Dec 2004 01:49:07 -0000 Received: (qmail 13227 invoked from network); 12 Dec 2004 01:48:58 -0000 Received: from mimas.trilan (HELO mimas) (10.3.3.245) by trinity.trilan with SMTP; 12 Dec 2004 01:48:58 -0000 Message-ID: <051601c4dfec$bf046a30$f503030a@mimas> From: "Giovanni Bajo" To: "Sam Lauber" Cc: References: <20041212005844.27850416118@ws5-2.us4.outblaze.com> Subject: Re: Bug? Date: Sun, 12 Dec 2004 01:49:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-12/txt/msg00413.txt.bz2 Sam Lauber wrote: > I was compiling gnulib2 (which was part of gcc 1.42) with GCC 3.4.3. The > CFLAGS were -g. There was nothing wrong with the code. However, > > + gcc -g -O3 tree.c -c > - tree.c: In function `array_type_nelts': > - tree.c:1015: internal compiler error: in > - add_abstract_origin_attribute, at dwarf2out.c:10112 > - Please submit a full bug report, > - with preprocessed source if appropriate. > - See for instructions. > > However, when changing -g to -gstabs+, it worked perfectly fine. Does this > warrant a bug? Yes, every internal compiler error is a bug. Please submit a bug report in Bugzilla, following the guidelines specified at http://gcc.gnu.org/bugs.html. -- Giovanni Bajo