r262138 - in /branches/gcc-8-branch: gcc/cp/Cha...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Tue Jun 26 10:44:00 GMT 2018


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



More information about the Gcc-cvs mailing list