Searched +full:gcc +full:- (Results 1 – 25 of 1131) sorted by relevance
12345678910>>...46
21 # SPDX-License-Identifier: curl31 …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.html42 # 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 -pedantic56 # ----------------------------------[all …]
31 # https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html33 # 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 -Wall47 # ----------------------------------49 # ----------------------------------53 # Assume these options always exist with both clang and gcc.54 # Require clang 3.0 / gcc 2.95 or later.[all …]
40 * - All pragmas are declared GCC even if they are clang ones. Otherwise GCC41 * 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 shall51 #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 …]
2 libffi-3.4.1 was released on June 28, 2021. Check the libffi web page19 told at run-time about the number and types of arguments used to call46 | --------------- | ---------------- | ----------------------- |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 …]
10 runs-on: ${{ matrix.os }}15 …build: [ubuntu, i686-linux, aarch64-linux, powerpc64le-linux, riscv64-linux, mipsel-linux, mips64e…17 - build: ubuntu18 os: ubuntu-latest20 - build: i686-linux21 os: ubuntu-latest23 target: i686-unknown-linux-gnu24 gcc_package: gcc-i686-linux-gnu25 gcc: i686-linux-gnu-gcc26 libc_package: libc-dev-i386-cross[all …]
6 - main13 runs-on: ubuntu-latest15 - uses: actions/checkout@v318 - uses: ./.github/actions/install-rust21 - run: cargo fmt --all -- --check25 runs-on: ${{ matrix.os }}30 - build: stable31 os: ubuntu-latest33 - build: nightly34 os: ubuntu-latest[all …]
1 name: CI-unix6 - '**'7 - '!docs/**'8 - '!src/win/**'9 - '!.**'10 - '.github/workflows/CI-unix.yml'13 - v[0-9].*14 - master17 build-linux:18 runs-on: ubuntu-latest[all …]
10 // Rvalue references - GCC 4.311 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html14 // Rvalue references for *this - GCC not supported15 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2439.htm18 // Initialization of class objects by rvalues - GCC any19 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1610.html22 // Non-static data member initializers - GCC 4.723 // http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2008/n2756.htm26 // Variadic templates - GCC 4.327 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2242.pdf[all …]
... .1 GCC: (GNU) 4.1.1 GCC: (GNU) 4.1.1 GCC: ( ...
2 "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 …]
5 the Mingw32CCompiler class which handles the mingw32 port of GCC (same as6 cygwin in no-cygwin mode).14 # - create a def-file for python??.dll15 # - create an import library using16 # dlltool --dllname python15.dll --def python15.def \17 # --output-lib libpython15.a21 # * We put export_symbols in a def-file, and don't use22 # --export-all-symbols because it doesn't worked reliable in some28 # * cygwin gcc 2.91.57/ld 2.9.4/dllwrap 0.2.4 works31 # * mingw32 gcc 2.95.2/ld 2.9.4/dllwrap 0.2.4 works[all …]
2 set -ueo pipefail4 # Linux's ioctl codes using function-style macros in their definition which15 cflags="-Wall"20 i686-linux-gnu-gcc -Iinclude -c list.c $cflags21 i686-linux-gnu-gcc main.c list.o -o main.exe $cflags23 x86_64-linux-gnu-gcc -Iinclude -c list.c $cflags24 x86_64-linux-gnu-gcc main.c list.o -o main.exe $cflags26 aarch64-linux-gnu-gcc -Iinclude -c list.c $cflags27 aarch64-linux-gnu-gcc main.c list.o -o main.exe $cflags28 qemu-aarch64 -L /usr/aarch64-linux-gnu ./main.exe >> "$out"[all …]
1 # See also https://docs.github.com/en/actions/learn-github-actions/expressions2 # See also https://github.com/marketplace/actions/setup-android-ndk10 runs-on: ubuntu-latest12 fail-fast: false15 - android16 - linux-gcc17 - linux-clang18 - linux-x86-gcc19 - linux-powerpc64-gcc20 - linux-mingw64-gcc[all …]
65 '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 …]
13 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 warnings71 …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 …]
5 - master9 ## Linux builds using various versions of GCC.11 - os: linux12 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-716 - ubuntu-toolchain-r-test18 - gcc-719 - g++-720 - os: linux21 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.4 CXX_COMPILER=g++-4.425 - ubuntu-toolchain-r-test[all …]
7 // https://www.apache.org/licenses/LICENSE-2.035 // PeriodicSamplerBase is thread-compatible except where stated otherwise.57 // SwissTable methods is non-trivial.69 // In the 'inline-size' optimized case, the `SubtleConfirmSample()` call can72 // // --- 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/R5MzzA127 // GCC ppc (OK) : https://gcc.godbolt.org/z/z7NZAt[all …]
15 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.c76 $ gcc -gdwarf-4 -gno-as-loc-support -gno-variable-location-views -O2 -c hello.c77 $ gcc -o testfile-dwarf-4 hello.o world.o79 $ gcc -gdwarf-5 -gno-as-loc-support -gno-variable-location-views -O2 -c world.c80 $ gcc -gdwarf-5 -gno-as-loc-support -gno-variable-location-views -O2 -c hello.c81 $ gcc -o testfile-dwarf-5 hello.o world.o83 $ gcc -gdwarf-4 -gsplit-dwarf -gno-as-loc-support -gno-variable-location-views -O2 -o testfile-worl…[all …]
2 # Variant of run-get-files that uses dwarf_next_lines.19 . $srcdir/test-subr.sh23 testrun_compare ${abs_builddir}/next-files testfile testfile2 <<\EOF25 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 …]
19 . $srcdir/test-subr.sh23 testrun_compare ${abs_builddir}/get-files testfile testfile2 <<\EOF25 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 …]
4 # Copyright (c) 1999-2015, International Business Machines Corporation and16 if test $ec -eq 023 …echo "${uletter}sage: $me [ -h, --help ] [ --enable-debug | --disable-release ] platform [ config…24 if test $ec -eq 028 Options: -h, --help Print this message and exit29 --enable-debug Enable support for debugging30 --disable-release Disable presetting optimization flags35 CXXFLAGS=xyz path/to/runConfigureICU --enable-debug ...40 AIX/GCC Use the GNU gcc/g++ compilers on AIX41 Cygwin Use the GNU gcc/g++ compilers on Cygwin[all …]
3 docker build -t gcc-debian10 ./Debian10/4 docker tag gcc-debian10 gcr.io/skia-public/gcc-debian105 docker push gcr.io/skia-public/gcc-debian107 publish_Debian10-x86:8 docker build -t gcc-debian10-x86 ./Debian10-x86/9 docker tag gcc-debian10-x86 gcr.io/skia-public/gcc-debian10-x8610 docker push gcr.io/skia-public/gcc-debian10-x86
36 self.assertEqual(self.cc.rpath_foo(), '-L/foo')38 # hp-ux39 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 GNULD62 return 'gcc'66 self.assertEqual(self.cc.rpath_foo(), '-Wl,--enable-new-dtags,-R/foo')[all …]
2 # Copyright © 2021-2021 Yonggang Luo28 For gcc/x64,gcc/arm64,visual studio32 For gcc/x86,gcc/arm38 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 …]
4 # Copyright (c) 1999-2015, International Business Machines Corporation and16 if test $ec -eq 023 …echo "${uletter}sage: $me [ -h, --help ] [ --enable-debug | --disable-release ] platform [ config…24 if test $ec -eq 028 Options: -h, --help Print this message and exit29 --enable-debug Enable support for debugging30 --disable-release Disable presetting optimization flags35 CXXFLAGS=xyz path/to/runConfigureICU --enable-debug ...40 AIX/GCC Use the GNU gcc/g++ compilers on AIX41 AIX/OpenXL Use the IBM Open XL ibm-clang_r/ibm-clang++_r compilers on AIX[all …]