Home
last modified time | relevance | path

Searched full:gcc (Results 1 – 25 of 2988) sorted by relevance

12345678910>>...120

/third_party/curl/CMake/
DPickyWarnings.cmake31 …NOT CMAKE_VERSION VERSION_LESS 3.23.0) OR # check_symbol_exists() incompatible with GCC -pedantic…
40 # https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
62 # Assume these options always exist with both clang and gcc.
63 # Require clang 3.0 / gcc 2.95 or later.
65 -Wbad-function-cast # clang 2.7 gcc 2.95
66 -Wconversion # clang 2.7 gcc 2.95
67 -Winline # clang 1.0 gcc 1.0
68 -Wmissing-declarations # clang 1.0 gcc 2.7
69 -Wmissing-prototypes # clang 1.0 gcc 1.0
70 -Wnested-externs # clang 1.0 gcc 2.7
[all …]
/third_party/elfio/tests/elf_examples/
Dhello_arm_stripped ... .1 GCC: (GNU) 4.1.1 GCC: (GNU) 4.1.1 GCC: ( ...
Dhello_arm ... .1 GCC: (GNU) 4.1.1 GCC: (GNU) 4.1.1 GCC: ( ...
/third_party/nghttp2/cmake/
DPickyWarningsC.cmake31 # https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
53 # Assume these options always exist with both clang and gcc.
54 # Require clang 3.0 / gcc 2.95 or later.
56 -Wconversion # clang 3.0 gcc 2.95
57 -Winline # clang 1.0 gcc 1.0
58 -Wmissing-declarations # clang 1.0 gcc 2.7
59 -Wmissing-prototypes # clang 1.0 gcc 1.0
60 -Wnested-externs # clang 1.0 gcc 2.7
61 -Wpointer-arith # clang 1.0 gcc 1.4
62 -Wshadow # clang 1.0 gcc 2.95
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb.hh40 * - All pragmas are declared GCC even if they are clang ones. Otherwise GCC
51 #pragma GCC diagnostic warning "-Wall"
52 #pragma GCC diagnostic warning "-Wextra"
55 #pragma GCC diagnostic ignored "-Wpragmas"
56 #pragma GCC diagnostic ignored "-Wunknown-pragmas"
57 #pragma GCC diagnostic ignored "-Wunknown-warning-option"
60 //#pragma GCC diagnostic warning "-Weverything"
65 #pragma GCC diagnostic error "-Wbitwise-instead-of-logical"
66 #pragma GCC diagnostic error "-Wcast-align"
67 #pragma GCC diagnostic error "-Wcast-function-type"
[all …]
/third_party/libffi/
DREADME.md48 | AArch64 | Linux | GCC |
50 | Alpha | Linux | GCC |
51 | Alpha | Tru64 | GCC |
52 | ARC | Linux | GCC |
53 | ARM | Linux | GCC |
54 | ARM | iOS | GCC |
56 | AVR32 | Linux | GCC |
57 | Blackfin | uClinux | GCC |
58 | CSKY | Linux | GCC |
59 | HPPA | HPUX | GCC |
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
D_features.hpp10 // Rvalue references - GCC 4.3
14 // Rvalue references for *this - GCC not supported
18 // Initialization of class objects by rvalues - GCC any
22 // Non-static data member initializers - GCC 4.7
26 // Variadic templates - GCC 4.3
30 // Extending variadic template template parameters - GCC 4.4
34 // Initializer lists - GCC 4.4
38 // Static assertions - GCC 4.3
42 // auto-typed variables - GCC 4.4
46 // Multi-declarator auto - GCC 4.4
[all …]
/third_party/rust/crates/rustix/.github/workflows/
Dtest-users.yml24 gcc_package: gcc-i686-linux-gnu
25 gcc: i686-linux-gnu-gcc
31 gcc_package: gcc-aarch64-linux-gnu
32 gcc: aarch64-linux-gnu-gcc
40 gcc_package: gcc-powerpc64le-linux-gnu
41 gcc: powerpc64le-linux-gnu-gcc
49 gcc_package: gcc-mips64el-linux-gnuabi64
50 gcc: mips64el-linux-gnuabi64-gcc
58 gcc_package: gcc-mipsel-linux-gnu
59 gcc: mipsel-linux-gnu-gcc
[all …]
Dmain.yml87 …sudo apt-get install -y gcc-i686-linux-gnu gcc-aarch64-linux-gnu gcc-riscv64-linux-gnu gcc-arm-lin…
231 gcc_package: gcc-i686-linux-gnu
232 gcc: i686-linux-gnu-gcc
238 gcc_package: gcc-aarch64-linux-gnu
239 gcc: aarch64-linux-gnu-gcc
247 gcc_package: gcc-powerpc64le-linux-gnu
248 gcc: powerpc64le-linux-gnu-gcc
256 gcc_package: gcc-mips64el-linux-gnuabi64
257 gcc: mips64el-linux-gnuabi64-gcc
265 gcc_package: gcc-mipsel-linux-gnu
[all …]
/third_party/libuv/.github/workflows/
DCI-unix.yml105 …- {target: arm, toolchain: gcc-arm-linux-gnueabi, cc: arm-linux-gnueabi-gcc, qemu: qe…
106 …- {target: armhf, toolchain: gcc-arm-linux-gnueabihf, cc: arm-linux-gnueabihf-gcc, qemu: qe…
107 …- {target: aarch64, toolchain: gcc-aarch64-linux-gnu, cc: aarch64-linux-gnu-gcc, qemu: qe…
108 …- {target: riscv64, toolchain: gcc-riscv64-linux-gnu, cc: riscv64-linux-gnu-gcc, qemu: qe…
109 …- {target: ppc, toolchain: gcc-powerpc-linux-gnu, cc: powerpc-linux-gnu-gcc, qemu: qe…
110 …- {target: ppc64, toolchain: gcc-powerpc64-linux-gnu, cc: powerpc64-linux-gnu-gcc, qemu: qe…
111 …- {target: ppc64le, toolchain: gcc-powerpc64le-linux-gnu, cc: powerpc64le-linux-gnu-gcc, qemu: qe…
112 …- {target: s390x, toolchain: gcc-s390x-linux-gnu, cc: s390x-linux-gnu-gcc, qemu: qe…
113 …- {target: mips, toolchain: gcc-mips-linux-gnu, cc: mips-linux-gnu-gcc, qemu: …
114 …- {target: mips64, toolchain: gcc-mips64-linux-gnuabi64, cc: mips64-linux-gnuabi64-gcc, qemu: …
[all …]
/third_party/libwebsockets/
D.sai.json8 "linux-debian-11/x86_64-amd/gcc": {
11 "linux-debian-buster/x86-amd/gcc": {
14 "linux-debian-sid/x86_64-amd/gcc": {
17 "linux-ubuntu-xenial/x86_64-amd/gcc": {
20 "linux-debian-sid/x86-amd/gcc": {
23 "linux-debian-sid/x86_64-amd/gcc": {
27 "linux-ubuntu-1804/x86_64-amd/gcc": {
30 "linux-ubuntu-2004/x86_64-amd/gcc": {
33 "linux-fedora-32/x86_64-amd/gcc": {
36 "linux-gentoo/x86_64-amd/gcc": {
[all …]
/third_party/python/Lib/distutils/
Dcygwinccompiler.py5 the Mingw32CCompiler class which handles the mingw32 port of GCC (same as
28 # * cygwin gcc 2.91.57/ld 2.9.4/dllwrap 0.2.4 works
31 # * mingw32 gcc 2.95.2/ld 2.9.4/dllwrap 0.2.4 works
33 # * cygwin gcc 2.95.2/ld 2.10.90/dllwrap 2.10.90 works now
36 # - using gcc -mdll instead dllwrap doesn't work without -static because
43 # * cygwin gcc 3.2/ld 2.13.90 works
45 # * mingw gcc 3.2/ld 2.13 works
103 self.debug_print("Python's GCC status: %s (details: %s)" %
114 self.debug_print(self.compiler_type + ": gcc %s, ld %s, dllwrap %s\n" %
120 # gcc -mdll instead of dllwrap
[all …]
/third_party/rust/crates/linux-raw-sys/gen/ioctl/
Dgenerate.sh20 i686-linux-gnu-gcc -Iinclude -c list.c $cflags
21 i686-linux-gnu-gcc main.c list.o -o main.exe $cflags
23 x86_64-linux-gnu-gcc -Iinclude -c list.c $cflags
24 x86_64-linux-gnu-gcc main.c list.o -o main.exe $cflags
26 aarch64-linux-gnu-gcc -Iinclude -c list.c $cflags
27 aarch64-linux-gnu-gcc main.c list.o -o main.exe $cflags
29 arm-linux-gnueabihf-gcc -Iinclude -c list.c $cflags
30 arm-linux-gnueabihf-gcc main.c list.o -o main.exe $cflags
32 powerpc64le-linux-gnu-gcc -Iinclude -c list.c $cflags
33 powerpc64le-linux-gnu-gcc main.c list.o -o main.exe $cflags
[all …]
/third_party/f2fs-tools/.github/workflows/
Dci.yml16 - linux-gcc
18 - linux-x86-gcc
19 - linux-powerpc64-gcc
20 - linux-mingw64-gcc
26 - build: linux-gcc
27 cc: gcc
30 - build: linux-x86-gcc
31 cc: gcc
33 - build: linux-powerpc64-gcc
34 cc: gcc
[all …]
/third_party/python/Lib/test/
Dtest__osx_support.py73 'CC': 'gcc-test -pthreads',
87 'CC': 'gcc-test -pthreads',
100 'CC': 'gcc-test -pthreads',
104 newvalue = 'gcc-test -pthreads'
117 ('gcc-test', 'i686-apple-darwin11-llvm-gcc-4.2'),
121 'CC': 'gcc-test -pthreads',
126 'BLDSHARED': 'gcc-test -bundle -arch ppc -arch i386 -g',
127 'LDSHARED': 'gcc-test -bundle -arch ppc -arch i386 '
159 'BLDSHARED': 'gcc-4.0 -bundle -arch ppc -arch i386 -g',
160 'LDSHARED': 'gcc-4.0 -bundle -arch ppc -arch i386 '
[all …]
/third_party/lzma/CPP/Common/
DCommon.h106 #pragma GCC diagnostic ignored "-Wc++98-compat"
109 #pragma GCC diagnostic ignored "-Wdeprecated-dynamic-exception-spec"
111 #pragma GCC diagnostic ignored "-Wold-style-cast"
112 #pragma GCC diagnostic ignored "-Wglobal-constructors"
113 #pragma GCC diagnostic ignored "-Wexit-time-destructors"
115 // #pragma GCC diagnostic ignored "-Wunused-private-field"
116 // #pragma GCC diagnostic ignored "-Wnonportable-system-include-path"
117 // #pragma GCC diagnostic ignored "-Wsuggest-override"
118 // #pragma GCC diagnostic ignored "-Wsign-conversion"
119 // #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dperiodic_sampler.h126 // GCC x64 (OK) : https://gcc.godbolt.org/z/R5MzzA
127 // GCC ppc (OK) : https://gcc.godbolt.org/z/z7NZAt
128 // Clang x64 (BAD): https://gcc.godbolt.org/z/t4gPsd
129 // ICC x64 (OK) : https://gcc.godbolt.org/z/rE6s8W
130 // MSVC x64 (OK) : https://gcc.godbolt.org/z/ARMXqS
136 // GCC x64 (OK) : https://gcc.godbolt.org/z/jSQxYK
137 // GCC ppc (OK) : https://gcc.godbolt.org/z/VJdYaA
138 // Clang x64 (BAD): https://gcc.godbolt.org/z/Xm4NjX
139 // ICC x64 (OK) : https://gcc.godbolt.org/z/4snaFd
140 // MSVC x64 (BAD): https://gcc.godbolt.org/z/BgnEKE
[all …]
/third_party/skia/third_party/externals/brotli/
D.travis.yml9 ## Linux builds using various versions of GCC.
12 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-7
18 - gcc-7
21 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.4 CXX_COMPILER=g++-4.4
27 - gcc-4.4
34 env: BUILD_SYSTEM=autotools C_COMPILER=gcc-5 CXX_COMPILER=g++-5
40 - gcc-5
82 …env: BUILD_SYSTEM=cmake C_COMPILER=arm-linux-gnueabihf-gcc CXX_COMPILER=arm-linux-gnueabihf-g++ CF…
89 - gcc-arm-linux-gnueabihf
105 env: BUILD_SYSTEM=python C_COMPILER=gcc-5 CXX_COMPILER=g++-5
[all …]
/third_party/elfutils/tests/
Dtestfile-dwarf-45.source75 $ gcc -gdwarf-4 -gno-as-loc-support -gno-variable-location-views -O2 -c world.c
76 $ gcc -gdwarf-4 -gno-as-loc-support -gno-variable-location-views -O2 -c hello.c
77 $ gcc -o testfile-dwarf-4 hello.o world.o
79 $ gcc -gdwarf-5 -gno-as-loc-support -gno-variable-location-views -O2 -c world.c
80 $ gcc -gdwarf-5 -gno-as-loc-support -gno-variable-location-views -O2 -c hello.c
81 $ gcc -o testfile-dwarf-5 hello.o world.o
83 $ gcc -gdwarf-4 -gsplit-dwarf -gno-as-loc-support -gno-variable-location-views -O2 -o testfile-worl…
84 $ gcc -gdwarf-4 -gsplit-dwarf -gno-as-loc-support -gno-variable-location-views -O2 -o testfile-hell…
85 $ gcc -o testfile-splitdwarf-4 testfile-hello4.o testfile-world4.o
87 $ gcc -gdwarf-5 -gsplit-dwarf -gno-as-loc-support -gno-variable-location-views -O2 -o testfile-worl…
[all …]
Drun-next-files.sh32 file[2] = "/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stddef.h"
33 file[3] = "/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stdarg.h"
50 …file[2] = "/home/geoffk/objs/laurel-000912-branch/lib/gcc-lib/powerpc-unknown-linux-gnu/2.96-laure…
51 …file[3] = "/home/geoffk/objs/laurel-000912-branch/lib/gcc-lib/powerpc-unknown-linux-gnu/2.96-laure…
74 dirs[1] = "/opt/local/install/gcc/lib/gcc/x86_64-pc-linux-gnu/9.0.0/include"
78 file[3] = "/opt/local/install/gcc/lib/gcc/x86_64-pc-linux-gnu/9.0.0/include/stddef.h"
88 dirs[1] = "/opt/local/install/gcc/lib/gcc/x86_64-pc-linux-gnu/9.0.0/include"
92 file[3] = "/opt/local/install/gcc/lib/gcc/x86_64-pc-linux-gnu/9.0.0/include/stddef.h"
106 dirs[1] = "/opt/local/install/gcc/lib/gcc/x86_64-pc-linux-gnu/9.0.0/include"
110 file[3] = "/opt/local/install/gcc/lib/gcc/x86_64-pc-linux-gnu/9.0.0/include/stddef.h"
[all …]
Drun-get-files.sh32 file[2] = "/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stddef.h"
33 file[3] = "/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stdarg.h"
50 …file[2] = "/home/geoffk/objs/laurel-000912-branch/lib/gcc-lib/powerpc-unknown-linux-gnu/2.96-laure…
51 …file[3] = "/home/geoffk/objs/laurel-000912-branch/lib/gcc-lib/powerpc-unknown-linux-gnu/2.96-laure…
74 dirs[1] = "/opt/local/install/gcc/lib/gcc/x86_64-pc-linux-gnu/9.0.0/include"
78 file[3] = "/opt/local/install/gcc/lib/gcc/x86_64-pc-linux-gnu/9.0.0/include/stddef.h"
88 dirs[1] = "/opt/local/install/gcc/lib/gcc/x86_64-pc-linux-gnu/9.0.0/include"
92 file[3] = "/opt/local/install/gcc/lib/gcc/x86_64-pc-linux-gnu/9.0.0/include/stddef.h"
105 dirs[1] = "/opt/local/install/gcc/lib/gcc/x86_64-pc-linux-gnu/9.0.0/include"
109 file[3] = "/opt/local/install/gcc/lib/gcc/x86_64-pc-linux-gnu/9.0.0/include/stddef.h"
[all …]
/third_party/skia/infra/gcc/
DMakefile3 docker build -t gcc-debian10 ./Debian10/
4 docker tag gcc-debian10 gcr.io/skia-public/gcc-debian10
5 docker push gcr.io/skia-public/gcc-debian10
8 docker build -t gcc-debian10-x86 ./Debian10-x86/
9 docker tag gcc-debian10-x86 gcr.io/skia-public/gcc-debian10-x86
10 docker push gcr.io/skia-public/gcc-debian10-x86
/third_party/skia/third_party/externals/icu/source/
DrunConfigureICU40 AIX/GCC Use the GNU gcc/g++ compilers on AIX
41 Cygwin Use the GNU gcc/g++ compilers on Cygwin
45 FreeBSD Use the clang/clang++ or GNU gcc/g++ compilers on FreeBSD
48 Linux Use the clang/clang++ or GNU gcc/g++ compilers on Linux
49 Linux/gcc Use the GNU gcc/g++ compilers on Linux
54 MacOSX/GCC Use the GNU gcc/g++ compilers on MacOSX (Darwin)
55 MinGW Use the GNU gcc/g++ compilers on MinGW
59 Solaris/GCC Use the GNU gcc/g++ compilers on Solaris
149 AIX/GCC)
152 CC=gcc; export CC
[all …]
/third_party/python/Lib/distutils/tests/
Dtest_unixccompiler.py47 return 'gcc'
58 # GCC GNULD
62 return 'gcc'
68 # GCC non-GNULD
72 return 'gcc'
78 # GCC GNULD with fully qualified configuration prefix
83 return 'x86_64-pc-linux-gnu-gcc-4.4.2'
89 # non-GCC GNULD
99 # non-GCC non-GNULD
115 return 'gcc-4.2 -bundle -undefined dynamic_lookup '
[all …]
/third_party/mesa3d/bin/
Dgen_vs_module_defs.py28 For gcc/x64,gcc/arm64,visual studio
32 For gcc/x86,gcc/arm
60 (compiler_id == 'gcc') and (cpu_family not in {'x86_64', 'aarch64'}):
74 ….def.in --out_file src/gallium/targets/libgl-gdi/opengl32.def --compiler_id gcc --cpu_family x86_64
75 …f.in --out_file src/gallium/targets/libgl-gdi/opengl32.mingw.def --compiler_id gcc --cpu_family x86
77 …smesa.def.in --out_file src/gallium/targets/osmesa/osmesa.def --compiler_id gcc --cpu_family x86_64
78 …sa.def.in --out_file src/gallium/targets/osmesa/osmesa.mingw.def --compiler_id gcc --cpu_family x86
80 …wgl.def.in --out_file src/gallium/targets/wgl/gallium_wgl.def --compiler_id gcc --cpu_family x86_64
81 ….def.in --out_file src/gallium/targets/wgl/gallium_wgl.mingw.def --compiler_id gcc --cpu_family x86
83 …_file src/egl/main/egl.def.in --out_file src/egl/main/egl.def --compiler_id gcc --cpu_family x86_64
[all …]

12345678910>>...120