[Bug c++/49100] [OpenMP]: Compiler error when inline method defined within OpenMP loop

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jul 25 10:10:00 GMT 2011


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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-07-25 10:10:04 UTC ---
You are outside of the scope of OpenMP standard and C99 language.  GNU nested
functions and OpenMP simply don't play nicely together if the containing
function has #pragma omp parallel or #pragma omp task.



More information about the Gcc-bugs mailing list