Home
last modified time | relevance | path

Searched refs:GCC (Results 1 – 11 of 11) sorted by relevance

/PHP-7.0/Zend/
H A DZend.m4174 AC_MSG_CHECKING(whether to enable inline optimization for GCC)
186 test -n "$GCC" && DEBUG_CFLAGS="$DEBUG_CFLAGS -Wall"
187 test -n "$GCC" && test "$USE_MAINTAINER_MODE" = "yes" && \
202 if test -n "$GCC" && test "$ZEND_INLINE_OPTIMIZATION" != "yes"; then
416 whether to enable GCC global register variables],[
H A Dzend_vm_execute.h314 #pragma GCC diagnostic ignored "-Wvolatile-register-var"
316 #pragma GCC diagnostic warning "-Wvolatile-register-var"
320 #pragma GCC diagnostic ignored "-Wvolatile-register-var"
322 #pragma GCC diagnostic warning "-Wvolatile-register-var"
/PHP-7.0/scripts/
H A Dphpize.m4110 dnl add -O0 only if GCC or ICC is used
111 if test "$GCC" = "yes" || test "$ICC" = "yes"; then
/PHP-7.0/
H A Dconfigure.in275 if test "$GCC" = "yes"; then
289 if test "$GCC" = "yes"; then
306 if test "${enable_libgcc+set}" != "set" && test "$GCC" = "yes"; then
314 if test -n "$GCC"; then
330 if test "$GCC" = "yes"; then
786 if test "$GCC" != "yes"; then
787 AC_MSG_ERROR([GCC is required for --enable-gcov])
872 dnl add -O0 only if GCC or ICC is used
873 if test "$GCC" = "yes" || test "$ICC" = "yes"; then
1510 if test -n "$GCC" && test "$ZEND_INLINE_OPTIMIZATION" != "yes"; then
H A Dacinclude.m4287 if test -n "$GCC"; then
2796 dnl Detect Intel C++ Compiler and unset $GCC if ICC found
2805 GCC="no"
2820 GCC="no"
2822 GCC=""
/PHP-7.0/build/
H A Dlibtool.m41320 if test "$GCC" = yes; then
1464 case $GCC,$host_os in
1913 if test "$GCC" = yes; then
2255 if test "$GCC" = yes; then
2870 lt_save_GCC=$GCC
2871 GCC=$GXX
3784 _LT_AC_TAGVAR(GCC, $1)="$GXX"
3805 GCC=$lt_save_GCC
4520 if test "$GCC" = yes; then
5031 if test "$GCC" = yes; then
[all …]
/PHP-7.0/ext/bcmath/libbcmath/
H A Dconfigure989 if test "$GCC" = yes; then
995 if test "$GCC" = yes; then
/PHP-7.0/ext/mbstring/oniguruma/
H A DHISTORY577 2005/08/22: [impl] escape GCC 4.0 warnings for testc.c.
581 2005/08/22: [impl] escape GCC 4.0 warnings for sample/*.c.
583 2005/08/22: [impl] escape GCC 4.0 warnings.
609 escape GCC 4.0 warnings.
/PHP-7.0/ext/pcre/pcrelib/
H A DChangeLog1086 31. Add support for GCC's visibility feature to hide internal functions.
4341 to set GCC=yes if CC=icc. This seems to end up at a point in the
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic9569 # gcc: file(1) magic for GCC special files
9571 0 string gpch GCC precompiled header
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c27289 # error SQLite will not work correctly with the -ffast-math option of GCC.

Completed in 677 milliseconds