public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Alexandre Oliva <aoliva@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-7908] analyzer/strndup-1.c: skip on *-*-vxworks*
Date: Wed, 30 Mar 2022 01:48:03 +0000 (GMT)	[thread overview]
Message-ID: <20220330014803.C5C293857413@sourceware.org> (raw)

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

commit r12-7908-ge3d2b0d040e9baf6c0548b865ed5244dec464cc1
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Tue Mar 29 22:47:19 2022 -0300

    analyzer/strndup-1.c: skip on *-*-vxworks*
    
    Add vxworks to the set of operating systems whose C libraries don't
    support strndup.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.dg/analyzer/strndup-1.c: Add *-*-vxworks* to no-strndup
            in libc.

Diff:
---
 gcc/testsuite/gcc.dg/analyzer/strndup-1.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/analyzer/strndup-1.c b/gcc/testsuite/gcc.dg/analyzer/strndup-1.c
index edf494ac284..8cf7a42bf53 100644
--- a/gcc/testsuite/gcc.dg/analyzer/strndup-1.c
+++ b/gcc/testsuite/gcc.dg/analyzer/strndup-1.c
@@ -1,4 +1,5 @@
-/* { dg-skip-if "no strndup in libc" { *-*-darwin[789]* *-*-darwin10* *-*-mingw* } } */
+/* { dg-skip-if "no strndup in libc" { *-*-darwin[789]* *-*-darwin10* *-*-mingw* *-*-vxworks* } } */
+
 #include <string.h>
 #include <stdlib.h>


                 reply	other threads:[~2022-03-30  1:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220330014803.C5C293857413@sourceware.org \
    --to=aoliva@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).