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++/13166] New: internal compiler error with cvs version 3.4 20031122


The problem occurs while compiling systemc with gcc 3.4. It compiles normally with gcc 3.3 
The details: 
 
$gcc -v 
Reading specs from /home/rafael/gcc_main/lib/gcc/i686-pc-linux-gnu/3.4/specs 
Configured with: ../gcc_main/configure --prefix=/home/rafael/gcc_main --enable-languages=c,c++ 
Thread model: posix 
gcc version 3.4 20031122 (experimental) 
 
Command: 
 g++ -O3 -c sc_bv_base.ii 
 
g++ output: 
 g++ -O3 -c  src/systemc/datatypes/bit/sc_bv_base.ii  
In file included from ../../../../src/systemc/datatypes/bit/sc_proxy.h:51, 
                 from ../../../../src/systemc/datatypes/bit/sc_bit_proxies.h:41, 
                 from ../../../../src/systemc/datatypes/bit/sc_bv_base.h:41, 
                 from sc_bv_base.cpp:38: 
../../../../src/systemc/datatypes/int/sc_unsigned.h:1939: internal compiler error: Falha de segmentação 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: internal compiler error with cvs version 3.4 20031122
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rafael dot espindola at ic dot unicamp dot br
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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