We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf4d54 commit 02a6fecCopy full SHA for 02a6fec
Zend/Zend.m4
@@ -487,7 +487,7 @@ uint64_t key = UINT64_C(0x9d7f71d2bd296364);
487
uintptr_t _a = 0;
488
uintptr_t _b = 0;
489
490
-uintptr_t __attribute__((preserve_none)) fun(uintptr_t a, uintptr_t b) {
+uintptr_t __attribute__((preserve_none,noinline,used)) fun(uintptr_t a, uintptr_t b) {
491
_a = a;
492
_b = b;
493
return (uintptr_t)const3;
@@ -568,6 +568,7 @@ int main(void) {
568
[php_cv_preserve_none=no],
569
[php_cv_preserve_none=no])
570
])
571
+ AC_MSG_RESULT([$php_cv_preserve_none])
572
AS_VAR_IF([php_cv_preserve_none], [yes], [
573
AC_DEFINE([HAVE_PRESERVE_NONE], [1],
574
[Define to 1 if you have preserve_none support.])
0 commit comments