https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86291

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Tue Jun 26 10:44:52 2018
New Revision: 262138

URL: https://gcc.gnu.org/viewcvs?rev=262138&root=gcc&view=rev
Log:
        PR c++/86291
        * parser.c (cp_parser_omp_for_loop_init): Change for_block argument
        type from vec<tree, va_gc> * to vec<tree, va_gc> *&.

        * testsuite/libgomp.c++/pr86291.C: New test.

Added:
    branches/gcc-8-branch/libgomp/testsuite/libgomp.c++/pr86291.C
Modified:
    branches/gcc-8-branch/gcc/cp/ChangeLog
    branches/gcc-8-branch/gcc/cp/parser.c
    branches/gcc-8-branch/libgomp/ChangeLog

Reply via email to