]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix 'gcc.target/nvptx/alias-2.c' comment
authorThomas Schwinge <thomas@codesourcery.com>
Mon, 18 Sep 2023 20:41:56 +0000 (22:41 +0200)
committerThomas Schwinge <tschwinge@baylibre.com>
Thu, 5 Sep 2024 12:19:07 +0000 (14:19 +0200)
PR target/104957
gcc/testsuite/
* gcc.target/nvptx/alias-2.c: Fix comment.

gcc/testsuite/gcc.target/nvptx/alias-2.c

index 5c4b9c787e1559cd393a9e28be91c95fdef869aa..7a88b6f4f6f1d6c70f93925e3ea4e1a3985781fd 100644 (file)
@@ -9,6 +9,6 @@
 /* { dg-final { scan-assembler-not "\\.alias.*;" } } */
 /* { dg-final { scan-assembler-not "\\.visible \\.func f;" } } */
 
-/* Note static and inlined, so still there.  */
+/* Note extern and inlined, so still there.  */
 /* { dg-final { scan-assembler-times "\\.visible \\.func __f;" 1 } } */