https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90115

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Thomas Schwinge <tschwi...@gcc.gnu.org>:

https://gcc.gnu.org/g:ff451ea723deb3fe8471eb96ac9381c063ec6533

commit r12-983-gff451ea723deb3fe8471eb96ac9381c063ec6533
Author: Thomas Schwinge <tho...@codesourcery.com>
Date:   Thu May 20 15:37:07 2021 +0200

    [OpenACC privatization] Don't let unhandled 'IFN_UNIQUE_OACC_PRIVATE'
linger [PR90115]

    Make sure they're all handled in 'execute_oacc_device_lower'.  Why we at
all
    can have 'level == -1' cases is a separate bug to be fixed.

            gcc/
            PR middle-end/90115
            * omp-offload.c (execute_oacc_device_lower)
            <IFN_UNIQUE_OACC_PRIVATE>: Diagnose and handle for 'level == -1'
            case, too.
            * internal-fn.c (expand_UNIQUE): Don't expect
            'IFN_UNIQUE_OACC_PRIVATE'.

Reply via email to