This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/27870] ICE in build_outer_var_ref, at omp-low.c:585 with openmp
- From: "bowie dot owens at csiro dot au" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jun 2006 02:41:08 -0000
- Subject: [Bug c++/27870] ICE in build_outer_var_ref, at omp-low.c:585 with openmp
- References: <bug-27870-12330@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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