Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A DZend.m4192 AC_MSG_CHECKING(whether to enable inline optimization for GCC)
220 test -n "$GCC" && DEBUG_CFLAGS="$DEBUG_CFLAGS -Wall"
221 test -n "$GCC" && test "$USE_MAINTAINER_MODE" = "yes" && \
240 if test -n "$GCC" && test "$ZEND_INLINE_OPTIMIZATION" != "yes"; then
/PHP-5.3/scripts/
H A Dphpize.m4111 dnl add -O0 only if GCC or ICC is used
112 if test "$GCC" = "yes" || test "$ICC" = "yes"; then
/PHP-5.3/
H A Dconfigure.in197 if test "$GCC" = "yes"; then
211 if test "$GCC" = "yes"; then
228 if test "${enable_libgcc+set}" != "set" && test "$GCC" = "yes"; then
236 if test -n "$GCC"; then
252 if test "$GCC" = "yes"; then
701 if test "$GCC" != "yes"; then
702 AC_MSG_ERROR([GCC is required for --enable-gcov])
773 dnl add -O0 only if GCC or ICC is used
774 if test "$GCC" = "yes" || test "$ICC" = "yes"; then
1445 if test -n "$GCC" && test "$ZEND_INLINE_OPTIMIZATION" != "yes"; then
H A Dacinclude.m4287 if test -n "$GCC"; then
2774 dnl Detect Intel C++ Compiler and unset $GCC if ICC found
2783 GCC="no"
2798 GCC="no"
2800 GCC=""
H A DNEWS741 . Fixed bug #55874 (GCC does not provide __sync_fetch_and_add on some archs).
2075 - Fixed bug #51023 (filter doesn't detect int overflows with GCC 4.4).
6469 - Fixed bug #33212 ([GCC 4]: 'zend_error_noreturn' aliased to external symbol
6624 - Fixed bug #31358 (Older GCC versions do not provide portable va_copy()).
/PHP-5.3/build/
H A Dlibtool.m41314 if test "$GCC" = yes; then
1458 case $GCC,$host_os in
1911 if test "$GCC" = yes; then
2252 if test "$GCC" = yes; then
2867 lt_save_GCC=$GCC
2868 GCC=$GXX
3781 _LT_AC_TAGVAR(GCC, $1)="$GXX"
3802 GCC=$lt_save_GCC
4517 if test "$GCC" = yes; then
5028 if test "$GCC" = yes; then
[all …]
/PHP-5.3/ext/ereg/regex/
H A DWHATSNEW22 (the development base is now a BSDI system using GCC instead of an ancient
/PHP-5.3/ext/bcmath/libbcmath/
H A Dconfigure989 if test "$GCC" = yes; then
995 if test "$GCC" = yes; then
/PHP-5.3/sapi/apache/
H A Dconfig.m4255 if test "x$APXS" != "x" -a "`uname -sv`" = "AIX 4" -a "$GCC" != "yes"; then
/PHP-5.3/sapi/apache_hooks/
H A Dconfig.m4257 if test "x$APXS" != "x" -a "`uname -sv`" = "AIX 4" -a "$GCC" != "yes"; then
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY348 2005/08/22: [impl] escape GCC 4.0 warnings for testc.c.
352 2005/08/22: [impl] escape GCC 4.0 warnings for sample/*.c.
354 2005/08/22: [impl] escape GCC 4.0 warnings.
380 escape GCC 4.0 warnings.
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog150 31. Add support for GCC's visibility feature to hide internal functions.
3404 to set GCC=yes if CC=icc. This seems to end up at a point in the
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic7419 # gcc: file(1) magic for GCC special files
7421 0 string gpch GCC precompiled header
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c20593 # error SQLite will not work correctly with the -ffast-math option of GCC. in sqlite3IsNaN()

Completed in 556 milliseconds