]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add 'g++.target/nvptx/alias-g++.dg_init_dtor2-1.C'
authorThomas Schwinge <tschwinge@baylibre.com>
Wed, 17 Jul 2024 16:02:50 +0000 (18:02 +0200)
committerThomas Schwinge <tschwinge@baylibre.com>
Thu, 5 Sep 2024 12:19:07 +0000 (14:19 +0200)
commita1865fd33897bc6c6e0109df0a12ee73ce386315
treef5bf636d6ef9f96dbd3ece0b76f3938aa410624f
parentd0f02538494ded78cac12c63f5708a53f5a77bda
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.
gcc/testsuite/g++.target/nvptx/alias-g++.dg_init_dtor2-1.C [new file with mode: 0644]