This is the mail archive of the gcc-prs@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]

Re: c++/4373


The following reply was made to PR c++/4373; it has been noted by GNATS.

From: Craig Rodrigues <rodrigc@mediaone.net>
To: gin@mo.msk.ru, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org,
   gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: c++/4373
Date: Fri, 28 Sep 2001 00:49:12 -0400

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4373&database=gcc
 
 If I compile with gcc version 3.0.2 20010927 (prerelease) under Linux
 using the following:
 
 g++ -c -gdwarf-2 -O3 ref.ii
 
 I get the following ICE:
 
 /groff-1.17.2/src/preproc/refer/ref.cc: In function `void sortify_name(const
    char*, int, string&)':
 /groff-1.17.2/src/preproc/refer/ref.cc:362: Internal compiler error in
    add_abstract_origin_attribute, at dwarf2out.c:8693
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
 
 
 I don't get the error if I use an optimization level less than -O3
 
 


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