https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93488
--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Andrew Stubbs <a...@gcc.gnu.org>: https://gcc.gnu.org/g:ee9fcee3ec3a124dc3947c73c264bbcda97198df commit r10-7916-gee9fcee3ec3a124dc3947c73c264bbcda97198df Author: Andrew Stubbs <a...@codesourcery.com> Date: Thu Jan 30 18:25:15 2020 +0000 OpenACC: Avoid ICE in type-cast 'async', 'wait' clauses 2020-04-23 Andrew Stubbs <a...@codesourcery.com> Thomas Schwinge <tho...@codesourcery.com> PR middle-end/93488 gcc/ * omp-expand.c (expand_omp_target): Use force_gimple_operand_gsi on t_async and the wait arguments. gcc/testsuite/ * c-c++-common/goacc/pr93488.c: New file. Reviewed-by: Thomas Schwinge <tho...@codesourcery.com>