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++/13059] New: [tree-ssa] ICE in gimplify_expr


This ICEs with present tree-ssa: 
------------------------------------ 
#include <vector> 
 
void foo () 
{ 
  std::vector<int> test[2] = { std::vector<int>(), 
			       std::vector<int>() }; 
} 
---------------------------------- 
 
deal.II/deal.II> c++ -O2 -c x.cc -save-temps 
x.cc: In function `void foo()': 
x.cc:6: internal compiler error: in gimplify_expr, at gimplify.c:3143 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
 
W.

-- 
           Summary: [tree-ssa] ICE in gimplify_expr
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: c++
        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=13059


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