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

[c++] -gdwarf2 ICE


	                            
This test case is killing all elf-dwarf2 targets dead.

compiling with CVS egcs on x86 linux as such gives:

%g++ -c -gdwarf-2 kill.cc 
strongarm2-00.cc: In function `int ext::f()':
strongarm2-00.cc:9: Internal compiler error in `gen_decl_die', at dwarf2out.c:9618
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.

-benjamin

------------------kill.cc---------------------
namespace ext
{
  static int foo() 
  {
    namespace internal = ext;
    return 5;
  }
}


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