Lines Matching refs:gcc
451 gcc = sysconfig.get_config_var('CC')
455 ret = os.system('%s -E -v - </dev/null 2>%s 1>/dev/null' % (gcc, tmpfile))
464 if line.startswith("gcc version"):
473 if '/gcc/' not in d:
476 elif is_gcc and in_incdirs and '/gcc/' not in line:
1714 # the -F option to gcc, which specifies a framework lookup path.
1995 # This only works with GCC; the Sun compiler likely refuses
2136 if ppro and ('gcc' in cc or 'clang' in cc) and \
2149 # Some versions of gcc miscompile inline asm:
2150 # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46491
2151 # http://gcc.gnu.org/ml/gcc/2010-11/msg00366.html