c-std-porting.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Sam James <sam@gentoo.org>
To: Sam James <sam@gentoo.org>, Zack Weinberg <zack@owlfolio.org>
Cc: bug-autoconf@gnu.org, c-std-porting@lists.linux.dev
Subject: Re: Missing <stdlib.h> include in lib/autoconf/c.m4
Date: Fri, 11 Nov 2022 03:18:05 +0000	[thread overview]
Message-ID: <0B8F55B0-E16F-45B1-8037-ED96A12CF0F4@gentoo.org> (raw)
In-Reply-To: <A7F4BEF8-2E51-4390-A137-4998A19A8EB7@gentoo.org>

[-- Attachment #1: Type: text/plain, Size: 1471 bytes --]



> On 5 Nov 2022, at 22:37, Sam James <sam@gentoo.org> wrote:
> 
> 
> 
>> On 5 Nov 2022, at 05:07, Sam James <sam@gentoo.org> wrote:
>> 
>> Hello,
>> 
>> When working on Clang 16 (and presumably GCC 14) porting [0], I noticed the following
>> when building GNU grep 3.8:
>> ```
>> configure:6215: checking for clang-16 option to enable C11 features
>> configure:6230: clang-16  -c -g -O2  conftest.c >&5
>> conftest.c:26:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
>> static char *e (p, i)
>>            ^
>> conftest.c:246:3: error: call to undeclared library function 'free' with type 'void (void *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
>> free (ia);
>> ^
>> conftest.c:246:3: note: include the header <stdlib.h> or explicitly provide a declaration for 'free'
>> 1 warning and 1 error generated.
>> [...]
>> ```
> 
> I would send a patch for the original issue but I'm wondering how to handle freestanding (see big comment above _AC_C_C89_TEST_GLOBALS).
> 
> We need another one (<assert.h>) I think for _Static_assert in _AC_C_C11_TEST_GLOBALS too, up until C23?
> 

It looks like the original issue is fixed (https://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=bf5a75953b6d504f0405b1ca33b039b8dd39eef4)
but I think we still need treatment for _Static_assert?


[-- Attachment #2: Message signed with OpenPGP --]
[-- Type: application/pgp-signature, Size: 358 bytes --]

       reply	other threads:[~2022-11-11  3:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <04038EC0-622D-4806-97A3-465124CD25F7@gentoo.org>
     [not found] ` <A7F4BEF8-2E51-4390-A137-4998A19A8EB7@gentoo.org>
2022-11-11  3:18   ` Sam James [this message]
2022-11-11  3:25     ` Missing <stdlib.h> include in lib/autoconf/c.m4 Zack Weinberg
2022-11-11  3:28       ` Sam James

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=0B8F55B0-E16F-45B1-8037-ED96A12CF0F4@gentoo.org \
    --to=sam@gentoo.org \
    --cc=bug-autoconf@gnu.org \
    --cc=c-std-porting@lists.linux.dev \
    --cc=zack@owlfolio.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).