On Fri, Jun 11, 2021 at 04:04:35PM +0200, Thomas Schwinge wrote: > >From db04d261071eb5691906fd46436032a7db8a0b02 Mon Sep 17 00:00:00 2001 > From: Thomas Schwinge <tho...@codesourcery.com> > Date: Fri, 11 Jun 2021 15:37:33 +0200 > Subject: [PATCH] For 'OMP_CLAUSE' in 'dump_generic_node', dump the whole OMP > clause chain > > ... instead of just the first clause. > > gcc/ > * tree-pretty-print.h (dump_omp_clauses): Add 'bool = true' > default argument. > * tree-pretty-print.c (dump_omp_clauses): Update. > (dump_generic_node) <OMP_CLAUSE>: Use it. > gcc/testsuite/ > * gcc.dg/gomp/simd-clones-2.c: Enhance.
LGTM, thanks. Jakub