ax_gcc_func_attribute: Revise the detection of unknown attributes
authorMing Chen <ming.chen1986@gmail.com>
Mon, 2 Mar 2020 01:40:36 +0000 (09:40 +0800)
committerOndřej Surý <ondrej@debian.org>
Fri, 8 May 2026 05:56:48 +0000 (07:56 +0200)
commit23eb02138b641de41f0419cd78b35d9bc1b831c4
tree29c1a6cb6753c69e354859cf62d0e6f591056688
parent5675ec4d5339523e5cd5af59194ac90c3c2c1136
ax_gcc_func_attribute: Revise the detection of unknown attributes

GCC outputs a warning when Wstrict-prototypes is on, in such case the
attribute detection always fails even if the attribute is actually
supported. This change checks for the "-Wattributes" warning in
conftest.err instead of the existence of the file.

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/php8.1/+bug/1882279
Forwarded: https://github.com/php/php-src/pull/8483
Origin: http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=commitdiff;h=df0894ad1a8195df67a52108b931e07d708cec9a
Last-Update: 2022-05-02

Gbp-Pq: Name 0039-Update-gcc-func-attr-macro.patch
build/ax_gcc_func_attribute.m4