public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-214] testsuite: Remove superfluous semicolon [PR105256]
@ 2022-05-09 16:22 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2022-05-09 16:22 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:f08ea45bad43024a1458dca6e37c5c1bcc02e234

commit r13-214-gf08ea45bad43024a1458dca6e37c5c1bcc02e234
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Mon May 9 18:21:08 2022 +0200

    testsuite: Remove superfluous semicolon [PR105256]
    
    2022-05-09  Jakub Jelinek  <jakub@redhat.com>
    
            PR c++/105256
            * g++.dg/cpp0x/pr105256.C: Remove superfluous semicolon.

Diff:
---
 gcc/testsuite/g++.dg/cpp0x/pr105256.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/g++.dg/cpp0x/pr105256.C b/gcc/testsuite/g++.dg/cpp0x/pr105256.C
index 98ce5e8b7bf..a97949d796a 100644
--- a/gcc/testsuite/g++.dg/cpp0x/pr105256.C
+++ b/gcc/testsuite/g++.dg/cpp0x/pr105256.C
@@ -15,4 +15,4 @@ void
 foo (S::T *p)
 {
   *p = {};
-};
+}


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-09 16:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-09 16:22 [gcc r13-214] testsuite: Remove superfluous semicolon [PR105256] Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).