Revision 1937d8d9efcc0444525a8eb1f6fbc11fddb9512d authored by Tom Lane on 12 January 2006, 19:24:27 UTC, committed by Tom Lane on 12 January 2006, 19:24:27 UTC
It seems that recent gcc versions can optimize away calls to these functions
even when the functions do not exist on the platform, resulting in a bogus
positive result.  Avoid this by using a non-constant argument and ensuring
that the function result is not simply discarded.  Per report from
François Laupretre.
1 parent 1fc010c
History
File Mode Size
config
contrib
doc
src
COPYRIGHT -rw-r--r-- 1.2 KB
GNUmakefile.in -rw-r--r-- 3.4 KB
Makefile -rw-r--r-- 1.4 KB
README -rw-r--r-- 1.3 KB
README.CVS -rw-r--r-- 767 bytes
aclocal.m4 -rw-r--r-- 442 bytes
configure -rwxr-xr-x 511.5 KB
configure.in -rw-r--r-- 39.0 KB

README

back to top