public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Iain D Sandoe <iains@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-3205] testsuite, Darwin : Skip a test requiring strndup in libc.
Date: Sun, 29 Aug 2021 06:53:50 +0000 (GMT)	[thread overview]
Message-ID: <20210829065350.BD883385840F@sourceware.org> (raw)

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

commit r12-3205-gdc033e0149fd7790b89f816041e87a6ddc22e21c
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Mon Mar 15 21:40:40 2021 +0000

    testsuite, Darwin : Skip a test requiring strndup in libc.
    
    Before Darwin11 there is no strndup in libc. This test fails with
    warning output because of that - so skip it on these versions (since
    they are not able to use strndup anyway).
    
    gcc/testsuite/ChangeLog:
    
            * gcc.dg/analyzer/strndup-1.c: Skip for Darwin versions
            without strndup support in libc.

Diff:
---
 gcc/testsuite/gcc.dg/analyzer/strndup-1.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.dg/analyzer/strndup-1.c b/gcc/testsuite/gcc.dg/analyzer/strndup-1.c
index 23d9b6070ce..58223533b5d 100644
--- a/gcc/testsuite/gcc.dg/analyzer/strndup-1.c
+++ b/gcc/testsuite/gcc.dg/analyzer/strndup-1.c
@@ -1,3 +1,4 @@
+/* { dg-skip-if "no strndup in libc" { *-*-darwin[789]* *-*-darwin10* } } */
 #include <string.h>
 #include <stdlib.h>


                 reply	other threads:[~2021-08-29  6:53 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=20210829065350.BD883385840F@sourceware.org \
    --to=iains@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).