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++/27870] ICE in build_outer_var_ref, at omp-low.c:585 with openmp



------- Comment #1 from bowie dot owens at csiro dot au  2006-06-02 02:41 -------
Created an attachment (id=11575)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11575&action=view)
pre-processed c++ code that triggers the ICE

Compiling I get the following:

foo.cc: In function 'void mat_product(mat_c_t&, const mat_a_t&, const mat_b_t&,
size_t, size_t, size_t) [with mat_c_t = double**, mat_a_t = double**, mat_b_t =
double**]':
foo.cc:15: internal compiler error: in build_outer_var_ref, at omp-low.c:585


-- 


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


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