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

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

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

commit r15-10042-ge4dbeb01fc816a8fca9d9dcb3fd66ce6e6137fa2
Author: Thomas Schwinge <tschwi...@baylibre.com>
Date:   Wed May 28 18:40:31 2025 +0200

    Defuse 'RESULT_DECL' check in 'pass_nrv' (for offloading compilation)
[PR119835]

    ... to avoid running into ICEs per PR119835, until that's resolved
properly.

            PR middle-end/119835
            gcc/
            * tree-nrv.cc (pass_nrv::execute): Defuse 'RESULT_DECL' check.
            libgomp/
            * testsuite/libgomp.oacc-c-c++-common/abi-struct-1.c:
            '#pragma GCC optimize "-fno-inline"'.
            * testsuite/libgomp.c-c++-common/target-abi-struct-1.c: New.
            * testsuite/libgomp.c-c++-common/target-abi-struct-1-O0.c: Adjust.

    Co-authored-by: Richard Biener <rguent...@suse.de>
    (cherry picked from commit 543f7e1d59f0b6628e0de6610ad5e1cf7150090b)

Reply via email to