diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2023-09-18 22:41:56 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@baylibre.com> | 2024-09-05 14:19:07 +0200 |
commit | 973c1bf51fb0f58fbfe43651bb0a61e1d124b35d (patch) | |
tree | 5ce540ca248eb4c33b63cf7930d3f1460fd736f2 /gcc | |
parent | a121af90fe9244258c8620901dd6fa22537767bb (diff) | |
download | gcc-973c1bf51fb0f58fbfe43651bb0a61e1d124b35d.zip gcc-973c1bf51fb0f58fbfe43651bb0a61e1d124b35d.tar.gz gcc-973c1bf51fb0f58fbfe43651bb0a61e1d124b35d.tar.bz2 |
Fix 'gcc.target/nvptx/alias-2.c' comment
PR target/104957
gcc/testsuite/
* gcc.target/nvptx/alias-2.c: Fix comment.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.target/nvptx/alias-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/nvptx/alias-2.c b/gcc/testsuite/gcc.target/nvptx/alias-2.c index 5c4b9c7..7a88b6f 100644 --- a/gcc/testsuite/gcc.target/nvptx/alias-2.c +++ b/gcc/testsuite/gcc.target/nvptx/alias-2.c @@ -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 } } */ |