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

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

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

commit r15-3486-ga1865fd33897bc6c6e0109df0a12ee73ce386315
Author: Thomas Schwinge <tschwi...@baylibre.com>
Date:   Wed Jul 17 18:02:50 2024 +0200

    Add 'g++.target/nvptx/alias-g++.dg_init_dtor2-1.C'

    ... as one minimized example for the issue that with nvptx '-malias'
enabled
    (as implemented in commit f8b15e177155960017ac0c5daef8780d1127f91c
    "[nvptx] Use .alias directive for mptx >= 6.3"), there are hundreds of
    instances of link-time 'unresolved symbol [alias]' across the C++ test
suite,
    which are regressions compared to a test run with (default) '-mno-alias'.

            PR target/104957
            gcc/testsuite/
            * g++.target/nvptx/alias-g++.dg_init_dtor2-1.C: Add.

Reply via email to