Searched refs:GCC (Results 1 – 15 of 15) sorted by relevance
/PHP-7.2/ext/intl/idn/ |
H A D | idn.c | 230 # pragma GCC diagnostic push in php_intl_idn_to() 231 # pragma GCC diagnostic ignored "-Wdeprecated-declarations" in php_intl_idn_to() 241 # pragma GCC diagnostic pop in php_intl_idn_to()
|
/PHP-7.2/scripts/ |
H A D | phpize.m4 | 110 dnl add -O0 only if GCC or ICC is used 111 if test "$GCC" = "yes" || test "$ICC" = "yes"; then
|
/PHP-7.2/Zend/ |
H A D | Zend.m4 | 174 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 D | zend_execute.c | 65 # pragma GCC diagnostic ignored "-Wvolatile-register-var" 67 # pragma GCC diagnostic warning "-Wvolatile-register-var" 82 # pragma GCC diagnostic ignored "-Wvolatile-register-var" 84 # pragma GCC diagnostic warning "-Wvolatile-register-var"
|
/PHP-7.2/ |
H A D | configure.ac | 263 if test "$GCC" = "yes"; then 284 if test "${enable_libgcc+set}" != "set" && test "$GCC" = "yes"; then 292 if test -n "$GCC"; then 308 if test "$GCC" = "yes"; then 797 if test "$GCC" != "yes"; then 798 AC_MSG_ERROR([GCC is required for --enable-gcov]) 883 dnl add -O0 only if GCC or ICC is used 884 if test "$GCC" = "yes" || test "$ICC" = "yes"; then 1506 if test -n "$GCC" && test "$ZEND_INLINE_OPTIMIZATION" != "yes"; then
|
H A D | acinclude.m4 | 287 if test -n "$GCC"; then 2846 dnl Detect Intel C++ Compiler and unset $GCC if ICC found 2855 GCC="no" 2870 GCC="no" 2872 GCC=""
|
/PHP-7.2/build/ |
H A D | libtool.m4 | 1320 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.2/ext/bcmath/libbcmath/ |
H A D | configure | 989 if test "$GCC" = yes; then 995 if test "$GCC" = yes; then
|
/PHP-7.2/ext/mbstring/oniguruma/ |
H A D | HISTORY | 665 2005/08/22: [impl] escape GCC 4.0 warnings for testc.c. 669 2005/08/22: [impl] escape GCC 4.0 warnings for sample/*.c. 671 2005/08/22: [impl] escape GCC 4.0 warnings. 697 escape GCC 4.0 warnings.
|
H A D | INSTALL | 227 and if that doesn't work, install pre-built binaries of GCC for HP-UX.
|
/PHP-7.2/ext/fileinfo/ |
H A D | libmagic.patch | 2455 -/* Placate GCC by offering a sacrificial previous prototype */
|
/PHP-7.2/ext/fileinfo/tests/ |
H A D | magic | 6611 # - GCC gcno - written by GCC at compile time when compiling with 6613 # - GCC gcda - written by a program that was compiled with 6620 # - LCOV trace files, i.e. aggregated GCC profiles 6622 # GCC coverage tracefiles 6630 0 lelong 0x67636e6f GCC gcno coverage (-ftest-coverage), 6635 0 belong 0x67636e6f GCC gcno coverage (-ftest-coverage), 6642 0 lelong 0x67636461 GCC gcda coverage (-fprofile-arcs), 6647 0 belong 0x67636461 GCC gcda coverage (-fprofile-arcs), 11672 # gcc: file(1) magic for GCC special files 11674 0 string gpch GCC precompiled header [all …]
|
H A D | magic私はガラスを食べられます | 6611 # - GCC gcno - written by GCC at compile time when compiling with 6613 # - GCC gcda - written by a program that was compiled with 6620 # - LCOV trace files, i.e. aggregated GCC profiles 6622 # GCC coverage tracefiles 6630 0 lelong 0x67636e6f GCC gcno coverage (-ftest-coverage), 6635 0 belong 0x67636e6f GCC gcno coverage (-ftest-coverage), 6642 0 lelong 0x67636461 GCC gcda coverage (-fprofile-arcs), 6647 0 belong 0x67636461 GCC gcda coverage (-fprofile-arcs), 11672 # gcc: file(1) magic for GCC special files 11674 0 string gpch GCC precompiled header [all …]
|
/PHP-7.2/ext/pcre/pcrelib/ |
H A D | ChangeLog | 1272 31. Add support for GCC's visibility feature to hide internal functions. 4527 to set GCC=yes if CC=icc. This seems to end up at a point in the
|
/PHP-7.2/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 30289 # error SQLite will not work correctly with the -ffast-math option of GCC.
|
Completed in 638 milliseconds