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]
Other format: [Raw text]

[Bug c++/13392] New: ICE in convert_from_eh_region_ranges_1, at except.c:1133


Trying to build LLVM with current mainline g++ fails. Interestingly, it only
fails at -O0, but at -O2 it works. Strange. 

%COMP.sh "--version"
g++ (GCC) 3.4 20031208 (experimental)

%COMP.sh "-c -O0" CommandLine.ii
/mnt/hd/src/llvm/lib/Support/CommandLine.cpp: In function `void
llvm::RemoveArgument(const char*, llvm::cl::Option*)':
/mnt/hd/src/llvm/lib/Support/CommandLine.cpp:77: internal compiler error: in
convert_from_eh_region_ranges_1, at except.c:1133
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

vs.


<bkoz@roscoe> /home/bkoz %COMP.sh "-c -O2" CommandLine.ii
g++: -lv3test: linker input file unused because linking not done

-- 
           Summary: ICE in convert_from_eh_region_ranges_1, at except.c:1133
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bkoz at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu (FC1)
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13392


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