pr34964.c
161 Bytes
-
re PR c++/34964 (ICE with broken variable in #pragma omp threadprivate) · edb6000e
PR c++/34964 PR c++/35244 * semantics.c (finish_omp_threadprivate): Do nothing for error_operand_p vars. Afterwards ensure v is VAR_DECL. * gcc.dg/gomp/pr34964.c: New test. * g++.dg/gomp/pr34964.C: New test. * gcc.dg/gomp/pr35244.c: New test. * g++.dg/gomp/pr35244.C: New test. From-SVN: r132425
Jakub Jelinek committed