public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/aoliva/heads/testme)] Remove VxWorks-specific test directives in g++.dg/warn/miss-format-1.C
@ 2020-12-25  1:46 Alexandre Oliva
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Oliva @ 2020-12-25  1:46 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:09c62a97dcb665b61f8d9e935fc9c5e7bcb3874b

commit 09c62a97dcb665b61f8d9e935fc9c5e7bcb3874b
Author: Jerome Lambourg <lambourg@adacore.com>
Date:   Thu Dec 24 22:43:22 2020 -0300

    Remove VxWorks-specific test directives in g++.dg/warn/miss-format-1.C
    
    These are no longer applicable.
    
    
    for  gcc/testsuite/ChangeLog
    
            * g++.dg/warn/miss-format-1.C: Remove vxworks-specific test
            directives.

Diff:
---
 gcc/testsuite/g++.dg/warn/miss-format-1.C | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gcc/testsuite/g++.dg/warn/miss-format-1.C b/gcc/testsuite/g++.dg/warn/miss-format-1.C
index 65a34282ad7..444afb64fcd 100644
--- a/gcc/testsuite/g++.dg/warn/miss-format-1.C
+++ b/gcc/testsuite/g++.dg/warn/miss-format-1.C
@@ -21,9 +21,7 @@ bar (const char *fmt, ...)
 {
   va_list ap;
   va_start (ap, fmt);
-  vscanf (fmt, ap); /* { dg-warning "candidate" "scanf attribute warning" { xfail *-*-vxworks* } } */
-  /* VxWorks does not provide vscanf, either in kernel or RTP mode.  */
-  /* { dg-error "not declared" "" { target *-*-vxworks* } .-2 } */
+  vscanf (fmt, ap); /* { dg-warning "candidate" "scanf attribute warning" } */
   va_end (ap);
 }


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] Remove VxWorks-specific test directives in g++.dg/warn/miss-format-1.C
@ 2021-01-01  1:29 Alexandre Oliva
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Oliva @ 2021-01-01  1:29 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:207602333643de3810a804269abcf6eb18b671f4

commit 207602333643de3810a804269abcf6eb18b671f4
Author: Jerome Lambourg <lambourg@adacore.com>
Date:   Thu Dec 31 21:37:54 2020 -0300

    Remove VxWorks-specific test directives in g++.dg/warn/miss-format-1.C
    
    These are no longer applicable.
    
    
    for  gcc/testsuite/ChangeLog
    
            * g++.dg/warn/miss-format-1.C: Remove vxworks-specific test
            directives.

Diff:
---
 gcc/testsuite/g++.dg/warn/miss-format-1.C | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gcc/testsuite/g++.dg/warn/miss-format-1.C b/gcc/testsuite/g++.dg/warn/miss-format-1.C
index 65a34282ad7..444afb64fcd 100644
--- a/gcc/testsuite/g++.dg/warn/miss-format-1.C
+++ b/gcc/testsuite/g++.dg/warn/miss-format-1.C
@@ -21,9 +21,7 @@ bar (const char *fmt, ...)
 {
   va_list ap;
   va_start (ap, fmt);
-  vscanf (fmt, ap); /* { dg-warning "candidate" "scanf attribute warning" { xfail *-*-vxworks* } } */
-  /* VxWorks does not provide vscanf, either in kernel or RTP mode.  */
-  /* { dg-error "not declared" "" { target *-*-vxworks* } .-2 } */
+  vscanf (fmt, ap); /* { dg-warning "candidate" "scanf attribute warning" } */
   va_end (ap);
 }


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] Remove VxWorks-specific test directives in g++.dg/warn/miss-format-1.C
@ 2020-12-18 14:47 Alexandre Oliva
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Oliva @ 2020-12-18 14:47 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:44d7fc9f4d60bac2b8acb5d5c81582c0319c2e1d

commit 44d7fc9f4d60bac2b8acb5d5c81582c0319c2e1d
Author: Jerome Lambourg <lambourg@adacore.com>
Date:   Fri Dec 18 11:39:45 2020 -0300

    Remove VxWorks-specific test directives in g++.dg/warn/miss-format-1.C
    
    These are no longer applicable.
    
    
    for  gcc/testsuite/ChangeLog
    
            * g++.dg/warn/miss-format-1.C: Remove vxworks-specific test
            directives.

Diff:
---
 gcc/testsuite/g++.dg/warn/miss-format-1.C | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gcc/testsuite/g++.dg/warn/miss-format-1.C b/gcc/testsuite/g++.dg/warn/miss-format-1.C
index 65a34282ad7..444afb64fcd 100644
--- a/gcc/testsuite/g++.dg/warn/miss-format-1.C
+++ b/gcc/testsuite/g++.dg/warn/miss-format-1.C
@@ -21,9 +21,7 @@ bar (const char *fmt, ...)
 {
   va_list ap;
   va_start (ap, fmt);
-  vscanf (fmt, ap); /* { dg-warning "candidate" "scanf attribute warning" { xfail *-*-vxworks* } } */
-  /* VxWorks does not provide vscanf, either in kernel or RTP mode.  */
-  /* { dg-error "not declared" "" { target *-*-vxworks* } .-2 } */
+  vscanf (fmt, ap); /* { dg-warning "candidate" "scanf attribute warning" } */
   va_end (ap);
 }


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-01  1:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-25  1:46 [gcc(refs/users/aoliva/heads/testme)] Remove VxWorks-specific test directives in g++.dg/warn/miss-format-1.C Alexandre Oliva
  -- strict thread matches above, loose matches on Subject: below --
2021-01-01  1:29 Alexandre Oliva
2020-12-18 14:47 Alexandre Oliva

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).