Home
last modified time | relevance | path

Searched +full:gcc +full:- (Results 1 – 25 of 1131) sorted by relevance

12345678910>>...46

/third_party/curl/CMake/
DPickyWarnings.cmake21 # SPDX-License-Identifier: curl
31 …N VERSION_LESS 3.23.0) OR # check_symbol_exists() incompatible with GCC -pedantic-errors in earli…
33 set(WPICKY "${WPICKY} -pedantic-errors")
40 # https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
42 # WPICKY_ENABLE = Options we want to enable as-is.
45 # Prefer the -Wextra alias with clang.
47 set(WPICKY_ENABLE "-Wextra")
49 set(WPICKY_ENABLE "-W")
53 -Wall -pedantic
56 # ----------------------------------
[all …]
/third_party/nghttp2/cmake/
DPickyWarningsC.cmake31 # https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
33 # WPICKY_ENABLE = Options we want to enable as-is.
36 # Prefer the -Wextra alias with clang.
38 set(WPICKY_ENABLE "-Wextra")
40 set(WPICKY_ENABLE "-W")
44 -Wall
47 # ----------------------------------
49 # ----------------------------------
53 # Assume these options always exist with both clang and gcc.
54 # Require clang 3.0 / gcc 2.95 or later.
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb.hh40 * - All pragmas are declared GCC even if they are clang ones. Otherwise GCC
41 * nags, even though we instruct it to ignore -Wunknown-pragmas. ¯\_(ツ)_/¯
43 * - Within each category, keep sorted.
45 * - Warnings whose scope can be expanded in future compiler versions shall
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"
[all …]
/third_party/libffi/
DREADME.md2 libffi-3.4.1 was released on June 28, 2021. Check the libffi web page
19 told at run-time about the number and types of arguments used to call
46 | --------------- | ---------------- | ----------------------- |
48 | 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 |
[all …]
/third_party/rust/crates/rustix/.github/workflows/
Dtest-users.yml10 runs-on: ${{ matrix.os }}
15 …build: [ubuntu, i686-linux, aarch64-linux, powerpc64le-linux, riscv64-linux, mipsel-linux, mips64e…
17 - build: ubuntu
18 os: ubuntu-latest
20 - build: i686-linux
21 os: ubuntu-latest
23 target: i686-unknown-linux-gnu
24 gcc_package: gcc-i686-linux-gnu
25 gcc: i686-linux-gnu-gcc
26 libc_package: libc-dev-i386-cross
[all …]
Dmain.yml6 - main
13 runs-on: ubuntu-latest
15 - uses: actions/checkout@v3
18 - uses: ./.github/actions/install-rust
21 - run: cargo fmt --all -- --check
25 runs-on: ${{ matrix.os }}
30 - build: stable
31 os: ubuntu-latest
33 - build: nightly
34 os: ubuntu-latest
[all …]
/third_party/libuv/.github/workflows/
DCI-unix.yml1 name: CI-unix
6 - '**'
7 - '!docs/**'
8 - '!src/win/**'
9 - '!.**'
10 - '.github/workflows/CI-unix.yml'
13 - v[0-9].*
14 - master
17 build-linux:
18 runs-on: ubuntu-latest
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
D_features.hpp10 // Rvalue references - GCC 4.3
11 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html
14 // Rvalue references for *this - GCC not supported
15 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2439.htm
18 // Initialization of class objects by rvalues - GCC any
19 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1610.html
22 // Non-static data member initializers - GCC 4.7
23 // http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2008/n2756.htm
26 // Variadic templates - GCC 4.3
27 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2242.pdf
[all …]
/third_party/elfio/tests/elf_examples/
Dhello_arm ... .1 GCC: (GNU) 4.1.1 GCC: (GNU) 4.1.1 GCC: ( ...
/third_party/libwebsockets/
D.sai.json2 "schema": "sai-1",
8 "linux-debian-11/x86_64-amd/gcc": {
9-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
11 "linux-debian-buster/x86-amd/gcc": {
12-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
14 "linux-debian-sid/x86_64-amd/gcc": {
15-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
17 "linux-ubuntu-xenial/x86_64-amd/gcc": {
18-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
20 "linux-debian-sid/x86-amd/gcc": {
[all …]
/third_party/python/Lib/distutils/
Dcygwinccompiler.py5 the Mingw32CCompiler class which handles the mingw32 port of GCC (same as
6 cygwin in no-cygwin mode).
14 # - create a def-file for python??.dll
15 # - create an import library using
16 # dlltool --dllname python15.dll --def python15.def \
17 # --output-lib libpython15.a
21 # * We put export_symbols in a def-file, and don't use
22 # --export-all-symbols because it doesn't worked reliable in some
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
[all …]
/third_party/rust/crates/linux-raw-sys/gen/ioctl/
Dgenerate.sh2 set -ueo pipefail
4 # Linux's ioctl codes using function-style macros in their definition which
15 cflags="-Wall"
20 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
28 qemu-aarch64 -L /usr/aarch64-linux-gnu ./main.exe >> "$out"
[all …]
/third_party/f2fs-tools/.github/workflows/
Dci.yml1 # See also https://docs.github.com/en/actions/learn-github-actions/expressions
2 # See also https://github.com/marketplace/actions/setup-android-ndk
10 runs-on: ubuntu-latest
12 fail-fast: false
15 - android
16 - linux-gcc
17 - linux-clang
18 - linux-x86-gcc
19 - linux-powerpc64-gcc
20 - linux-mingw64-gcc
[all …]
/third_party/python/Lib/test/
Dtest__osx_support.py65 'cc not found - check xcode-select')
73 'CC': 'gcc-test -pthreads',
76 'CC': 'clang -pthreads',
79 newvalue = 'clang -pthreads'
87 'CC': 'gcc-test -pthreads',
90 'CC': 'clang -pthreads',
94 newvalue = 'clang -pthreads'
100 'CC': 'gcc-test -pthreads',
104 newvalue = 'gcc-test -pthreads'
117 ('gcc-test', 'i686-apple-darwin11-llvm-gcc-4.2'),
[all …]
/third_party/lzma/CPP/Common/
DCommon.h13 This file is included to all cpp files in 7-Zip.
15 So 7-Zip includes "Common.h" in both modes:
20 If you use 7-Zip code, you must include "Common.h" before other h files of 7-zip.
21 If you don't need some things that are used in 7-Zip,
45 // -Wall warnings
71 …ence to potentially throwing function passed to 'extern "C"' function under - EHc.Undefined behavi…
106 #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"
[all …]
/third_party/skia/third_party/externals/brotli/
D.travis.yml5 - master
9 ## Linux builds using various versions of GCC.
11 - os: linux
12 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-7
16 - ubuntu-toolchain-r-test
18 - gcc-7
19 - g++-7
20 - os: linux
21 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.4 CXX_COMPILER=g++-4.4
25 - ubuntu-toolchain-r-test
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dperiodic_sampler.h7 // https://www.apache.org/licenses/LICENSE-2.0
35 // PeriodicSamplerBase is thread-compatible except where stated otherwise.
57 // SwissTable methods is non-trivial.
69 // In the 'inline-size' optimized case, the `SubtleConfirmSample()` call can
72 // // --- frobber.h -----------
87 // // --- frobber.cc -----------
112 // Returns the current period of this sampler. Thread-safe.
120 // using the unsigned increment <---> signed int comparison option.
126 // GCC x64 (OK) : https://gcc.godbolt.org/z/R5MzzA
127 // GCC ppc (OK) : https://gcc.godbolt.org/z/z7NZAt
[all …]
/third_party/elfutils/tests/
Dtestfile-dwarf-45.source15 c -= b;
34 r -= m;
46 return f > 0 ? frob (f - 1, m) : 0;
75 $ 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…
[all …]
Drun-next-files.sh2 # Variant of run-get-files that uses dwarf_next_lines.
19 . $srcdir/test-subr.sh
23 testrun_compare ${abs_builddir}/next-files testfile testfile2 <<\EOF
25 dirs[0] = "/home/drepper/gnu/new-bu/build/ttt"
27 file[1] = "/home/drepper/gnu/new-bu/build/ttt/m.c"
29 dirs[0] = "/home/drepper/gnu/new-bu/build/ttt"
31 file[1] = "/home/drepper/gnu/new-bu/build/ttt/b.c"
32 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"
43 dirs[0] = "/home/drepper/gnu/new-bu/build/ttt"
[all …]
Drun-get-files.sh19 . $srcdir/test-subr.sh
23 testrun_compare ${abs_builddir}/get-files testfile testfile2 <<\EOF
25 dirs[0] = "/home/drepper/gnu/new-bu/build/ttt"
27 file[1] = "/home/drepper/gnu/new-bu/build/ttt/m.c"
29 dirs[0] = "/home/drepper/gnu/new-bu/build/ttt"
31 file[1] = "/home/drepper/gnu/new-bu/build/ttt/b.c"
32 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"
43 dirs[0] = "/home/drepper/gnu/new-bu/build/ttt"
45 file[1] = "/home/drepper/gnu/new-bu/build/ttt/f.c"
[all …]
/third_party/skia/third_party/externals/icu/source/
DrunConfigureICU4 # Copyright (c) 1999-2015, International Business Machines Corporation and
16 if test $ec -eq 0
23 …echo "${uletter}sage: $me [ -h, --help ] [ --enable-debug | --disable-release ] platform [ config…
24 if test $ec -eq 0
28 Options: -h, --help Print this message and exit
29 --enable-debug Enable support for debugging
30 --disable-release Disable presetting optimization flags
35 CXXFLAGS=xyz path/to/runConfigureICU --enable-debug ...
40 AIX/GCC Use the GNU gcc/g++ compilers on AIX
41 Cygwin Use the GNU gcc/g++ compilers on Cygwin
[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
7 publish_Debian10-x86:
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/python/Lib/distutils/tests/
Dtest_unixccompiler.py36 self.assertEqual(self.cc.rpath_foo(), '-L/foo')
38 # hp-ux
39 sys.platform = 'hp-ux'
44 self.assertEqual(self.cc.rpath_foo(), ['+s', '-L/foo'])
47 return 'gcc'
49 self.assertEqual(self.cc.rpath_foo(), ['-Wl,+s', '-L/foo'])
54 self.assertEqual(self.cc.rpath_foo(), ['-Wl,+s', '-L/foo'])
58 # GCC GNULD
62 return 'gcc'
66 self.assertEqual(self.cc.rpath_foo(), '-Wl,--enable-new-dtags,-R/foo')
[all …]
/third_party/mesa3d/bin/
Dgen_vs_module_defs.py2 # Copyright © 2021-2021 Yonggang Luo
28 For gcc/x64,gcc/arm64,visual studio
32 For gcc/x86,gcc/arm
38 def gen_vs_module_def(in_file: str, out_file: str, compiler_id: str, cpu_family: str) -> None:
40 with open(in_file, 'r', encoding='utf-8') as f:
60 (compiler_id == 'gcc') and (cpu_family not in {'x86_64', 'aarch64'}):
72 f.write(out_file_content.encode('utf-8'))
74 …le_defs.py --in_file src/gallium/targets/libgl-gdi/opengl32.def.in --out_file src/gallium/targets/…
75 …defs.py --in_file src/gallium/targets/libgl-gdi/opengl32.def.in --out_file src/gallium/targets/lib…
77 …_module_defs.py --in_file src/gallium/targets/osmesa/osmesa.def.in --out_file src/gallium/targets/…
[all …]
/third_party/icu/icu4c/source/
DrunConfigureICU4 # Copyright (c) 1999-2015, International Business Machines Corporation and
16 if test $ec -eq 0
23 …echo "${uletter}sage: $me [ -h, --help ] [ --enable-debug | --disable-release ] platform [ config…
24 if test $ec -eq 0
28 Options: -h, --help Print this message and exit
29 --enable-debug Enable support for debugging
30 --disable-release Disable presetting optimization flags
35 CXXFLAGS=xyz path/to/runConfigureICU --enable-debug ...
40 AIX/GCC Use the GNU gcc/g++ compilers on AIX
41 AIX/OpenXL Use the IBM Open XL ibm-clang_r/ibm-clang++_r compilers on AIX
[all …]

12345678910>>...46