Re: Synchronize with imath upstream
Andrew Gierth <andrew@tao11.riddles.org.uk>
From: Andrew Gierth <andrew@tao11.riddles.org.uk>
To: Noah Misch <noah@leadboat.com>
Cc: pgsql-hackers@postgresql.org
Date: 2019-02-03T07:14:13Z
Lists: pgsql-hackers
>>>>> "Noah" == Noah Misch <noah@leadboat.com> writes: Noah> - # -Wdeclaration-after-statement isn't applicable for C++ Noah> + # -Wdeclaration-after-statement isn't applicable for C++. Specific C files Noah> + # disable it, so AC_SUBST the negative form. Noah> + PERMIT_DECLARATION_AFTER_STATEMENT= Noah> + if test x"$save_CFLAGS" != "$CFLAGS"; then Missing "x" here? + if test x"$save_CFLAGS" != x"$CFLAGS"; then -- Andrew (irc:RhodiumToad)
Commits
-
Import changes from IMath versions (1.3, 1.29].
- 48e24ba6b7fd 12.0 landed
-
Cherry-pick security-relevant fixes from upstream imath library.
- 8b59672d8d23 9.5.0 cited