This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bug?


Sam Lauber <sam124@operamail.com> 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 <URL:http://gcc.gnu.org/bugs.html> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]