Re: [PATCH 5/7] openmp: Add C++ support for parsing metadirectives

2022-05-30 Thread Jakub Jelinek via Gcc-patches
On Fri, Dec 10, 2021 at 05:37:34PM +, Kwok Cheung Yeung wrote: > From e9bb138d4c3f560e48e408facce2361533685a98 Mon Sep 17 00:00:00 2001 > From: Kwok Cheung Yeung > Date: Mon, 6 Dec 2021 22:58:01 + > Subject: [PATCH 5/7] openmp: Add C++ support for parsing metadirectives &g

[PATCH 5/7] openmp: Add C++ support for parsing metadirectives

2021-12-10 Thread Kwok Cheung Yeung
/7] openmp: Add C++ support for parsing metadirectives This adds support for parsing OpenMP metadirectives in the C++ front end. 2021-12-10 Kwok Cheung Yeung gcc/cp/ * parser.c (cp_parser_skip_to_end_of_statement): Handle parentheses