]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V/testsuite: Fix comment termination in pr105314.c
authorMaciej W. Rozycki <macro@embecosm.com>
Wed, 10 Jan 2024 16:34:24 +0000 (16:34 +0000)
committerMaciej W. Rozycki <macro@embecosm.com>
Wed, 10 Jan 2024 16:34:24 +0000 (16:34 +0000)
Add terminating `/' character missing from one of the test harness
command clauses in pr105314.c.  This causes no issue with compilation
owing to another comment immediately following, but would cause a:

pr105314.c:3:1: warning: "/*" within comment [-Wcomment]

message if warnings were enabled.

gcc/testsuite/
* gcc.target/riscv/pr105314.c: Fix comment termination.

gcc/testsuite/gcc.target/riscv/pr105314.c

index 7a54577e9a98d5efd698eb25d524b82b26d9aec9..6b6a60788f5a595d7501e108c054508e80e98484 100644 (file)
@@ -1,5 +1,5 @@
 /* PR rtl-optimization/105314 */
-/* { dg-do compile } *
+/* { dg-do compile } */
 /* { dg-options "-O2" } */
 /* { dg-final { scan-assembler-not "\tbeq\t" } } */