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 tree-optimization/17372] New: gcc-3.5-20040905 internal compiler error: verify_ssa failed


I used gcc-3.5-20040905 to compile ACE-TAO and got an internal compiler error.
This error occurs at -O1 and above, but not at -O0

g++35 -O2 -g -c -fPIC -o RTP.o RTP.ii -v
Reading specs from /usr/local/gcc35/lib/gcc/powerpc-unknown-linux-
gnu/3.5.0/specs
Configured with: ../gcc35/configure --prefix=/usr/local/gcc35 --program-
suffix=35 --with-cpu=G5 --enable-altivec --enable-languages=c,c++
Thread model: posix
gcc version 3.5.0 20040905 (experimental)
 /usr/local/gcc35/libexec/gcc/powerpc-unknown-linux-gnu/3.5.0/cc1plus -
fpreprocessed RTP.ii -quiet -dumpbase RTP.ii -mcpu=G5 -auxbase-strip RTP.o -g -
O2 -version -fPIC -o /tmp/ccWPJ13F.s
GNU C++ version 3.5.0 20040905 (experimental) (powerpc-unknown-linux-gnu)
        compiled by GNU C version 3.3.5 20040721 (prerelease).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
AV/RTP.cpp: In constructor `RTP_Packet::RTP_Packet(unsigned char, unsigned 
char, unsigned char, ACE_UINT32, ACE_UINT32, ACE_UINT32, unsigned char, 
ACE_UINT32*, char*, ACE_UINT16)':
AV/RTP.cpp:106: error: Definition in block 20 does not dominate use in block 5
for SSA_NAME: T.9298<D122117>_250
in statement:
T.9302<D122121>_82 = T.9298<D122117>_250 + 0;

AV/RTP.cpp:106: internal compiler error: verify_ssa failed.
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: gcc-3.5-20040905 internal compiler error: verify_ssa
                    failed
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: micis at gmx dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-linux-gnu
  GCC host triplet: powerpc-linux-gnu
GCC target triplet: powerpc-linux-gnu


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


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