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/17635] New: [4.0 regression] ICE in verify_ssa: type mismatch


Here's another verify_ssa ICE: 
 
/home/bangerth/bin/gcc-4.0-pre/bin/c++ -O3 -funroll-loops -funroll-all-loops 
-msse2 -mtune=pentium4 -march=pentium4 -mfpmath=sse -ftree-vectorize -c 
tria.cc 
x.ii: In member function `unsigned int 
Triangulation<dim>::max_adjacent_cells() const [with int dim = 3]': 
x.ii:44743: error: Type mismatch between an SSA_NAME and its symbol. 
x.ii:44743: error: Missing definition 
for SSA_NAME: D.193000_390in statement: 
D.193000_402 = PHI <D.193000_195(62), D.193000_390(26)>; 
x.ii:44743: 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. 
 
W.

-- 
           Summary: [4.0 regression] ICE in verify_ssa: type mismatch
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bangerth at dealii dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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