bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] make gl_VISIBILITY to reject unsupported configurations with new


From: Ozkan Sezer
Subject: [PATCH] make gl_VISIBILITY to reject unsupported configurations with newer gcc
Date: Tue, 25 May 2021 18:54:05 +0300

The attached patch makes gl_VISIBILITY to reject unsupported configurations
with newer gcc: In its current form, mingw gcc-4.5.4 rejects the attributes
but gcc-7.5 does not, apparently because the attributes are applied to func
prototypes without their definitions.  Attaching a hidden visibility attrib
to dummyfunc() makes gcc-7.5 to reject it properly.

--
O.S.

Attachment: 0001-visibility.m4-make-gl_VISIBILITY-to-reject-unsupport.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]