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++/33981] Compiler ICE when using -fopenmp with C++ code



------- Comment #2 from rguenth at gcc dot gnu dot org  2007-11-02 17:02 -------
Btw, the ICE is

graph.cc: In member function ?void
get_vertex_histogram<DegreeSelector>::operator()(const Graph&, Hist&) const
[with Graph = boost::adjacency_list<boost::vecS, boost::vecS,
boost::bidirectionalS, boost::no_property, boost::property<boost::edge_index_t,
unsigned int, boost::no_property>, boost::no_property, boost::listS>, Hist =
std::tr1::unordered_map<double, double, std::tr1::hash<double>,
std::equal_to<double>, std::allocator<std::pair<const double, double> >,
false>, DegreeSelector = graph_tool::scalarS]?:
graph.cc:422: internal compiler error: in find_outermost_region_in_block, at
tree-cfg.c:4803
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-4.2/README.Bugs>.

also happens with plain -O -fopenmp.  The testcase is not compatible with
trunk.


-- 


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


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