[Bug middle-end/65431] [5 Regression] Invalid read of size 8 at 0x105DBBF8: delete_omp_context(unsigned long) (omp-low.c:1586)
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Mar 16 16:10:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65431
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Mon Mar 16 16:10:17 2015
New Revision: 221459
URL: https://gcc.gnu.org/viewcvs?rev=221459&root=gcc&view=rev
Log:
PR middle-end/65431
* omp-low.c (delete_omp_context): Only splay_tree_delete
reduction_map in GIMPLE_OMP_TARGET is_gimple_omp_offloaded
is_gimple_omp_oacc contexts. Don't look at ctx->outer.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/omp-low.c
More information about the Gcc-bugs
mailing list