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/17478] New: [4.0 regression] ICE in verify_stmts


With the code I'm going to attach in a second, I get this: 
 
spec/src> c++ -O3 -c sparse_matrix.double.ii  
include/lac/sparse_matrix.h: In member function `typename 
SparseMatrix<number>::const_iterator SparseMatrix<number>::begin() const [with 
number = double]': 
include/lac/sparse_matrix.h:2126: error: address taken, but ADDRESSABLE bit 
not set 
D.113567 
 
include/lac/sparse_matrix.h:2126: internal compiler error: verify_stmts 
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_stmts
           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=17478


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