diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2022-03-16 08:02:39 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2022-03-16 10:12:09 +0100 |
commit | ab46fc7c3bf01337ea4554f08f4f6b0be8173557 (patch) | |
tree | 46a5e4883e3c5cbb053b5459edf0b09246bc2c8c /gcc/go | |
parent | 570d5bff9af537265a3e0935140786e5fdf51de1 (diff) | |
download | gcc-ab46fc7c3bf01337ea4554f08f4f6b0be8173557.zip gcc-ab46fc7c3bf01337ea4554f08f4f6b0be8173557.tar.gz gcc-ab46fc7c3bf01337ea4554f08f4f6b0be8173557.tar.bz2 |
OpenACC privatization diagnostics vs. 'assert' [PR102841]
It's an orthogonal concern why these diagnostics do appear at all for
non-offloaded OpenACC constructs (where they're not relevant at all); PR90115.
Depending on how 'assert' is implemented, it may cause temporaries to be
created, and/or may lower into 'COND_EXPR's, and
'gcc/gimplify.cc:gimplify_cond_expr' uses 'create_tmp_var (type, "iftmp")'.
Fix-up for commit 11b8286a83289f5b54e813f14ff56d730c3f3185
"[OpenACC privatization] Largely extend diagnostics and
corresponding testsuite coverage [PR90115]".
PR testsuite/102841
libgomp/
* testsuite/libgomp.oacc-c-c++-common/host_data-7.c: Adjust.
Diffstat (limited to 'gcc/go')
0 files changed, 0 insertions, 0 deletions