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 middle-end/27337] OpenMP ICE in expand_expr_real_1 at expr.c:6814



------- Comment #3 from Klaas dot Vantournhout at UGent dot be  2006-04-27 13:09 -------
The first test case gives me the same error when using the flags -fopenmp -c. 
When I don't use -fopenmp, the code will compile.

The second test case gives me an other ICE.

code2.c: In function S foo():
code2.c:14: internal compiler error: tree check: expected tree that contains
decl common structure, have indirect_ref  in omp_add_variable, at
gimplify.c:4286

I don't know if this comment was usefull, or if these errors were obvious.

Greets
Klaas


-- 


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


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