]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c++: fix testcase comment
authorJason Merrill <jason@redhat.com>
Thu, 22 May 2025 20:09:51 +0000 (16:09 -0400)
committerJason Merrill <jason@redhat.com>
Thu, 22 May 2025 20:10:21 +0000 (16:10 -0400)
Typo.

gcc/testsuite/ChangeLog:

* g++.dg/opt/always_inline2.C: Correct PR number.

gcc/testsuite/g++.dg/opt/always_inline2.C

index 8cfdd67e36cec489c0d02d7dcee3d3c6591ede9e..1da09b56bf77d3753c5c78158a2a98df3e5b34e9 100644 (file)
@@ -1,4 +1,4 @@
-// PR c++/120935
+// PR c++/120395
 // { dg-additional-options "-fdump-tree-optimized" }
 // { dg-final { scan-tree-dump-not "goto" "optimized" } }
 // { dg-do compile { target c++11 } }