]> git.ipfire.org Git - thirdparty/gcc.git/commit
For 'OMP_CLAUSE' in 'dump_generic_node', dump the whole OMP clause chain
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 11 Jun 2021 13:37:33 +0000 (15:37 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Fri, 11 Jun 2021 22:06:01 +0000 (00:06 +0200)
commit2973090c4c62105cbb61bfc6f83be903e3c46c71
tree497117a016b456c3b565ac6ab1fc2b256b6be322
parentb0d73a66ae3962fa83309527d85613d72a6aa43d
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.
gcc/testsuite/gcc.dg/gomp/simd-clones-2.c
gcc/tree-pretty-print.c
gcc/tree-pretty-print.h