Searched +full:gcc +full:- (Results 1 – 25 of 1053) sorted by relevance
12345678910>>...43
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.3 was released on November 23, 2019. Check the libffi web19 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 …]
6 build-windows:7 runs-on: windows-${{ matrix.config.server }}8 name: build-${{ matrix.config.toolchain}}-${{ matrix.config.arch}}10 fail-fast: false13 - {toolchain: Visual Studio 15 2017, arch: Win32, server: 2016}14 - {toolchain: Visual Studio 15 2017, arch: x64, server: 2016}15 - {toolchain: Visual Studio 16 2019, arch: Win32, server: 2019}16 - {toolchain: Visual Studio 16 2019, arch: x64, server: 2019}17 - {toolchain: Visual Studio 17 2022, arch: Win32, server: 2022}18 - {toolchain: Visual Studio 17 2022, arch: x64, server: 2022}[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 …]
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 …]
3 *Preliminary* `wuffs bench -mimic` summarized throughput numbers for various11 - clang/llvm 5.0.012 - gcc 7.2.016 - libgif 5.1.417 - zlib 1.2.831 gcc -O3 zlib.c32 ./a.out -bench40 benchmark runs, or calculate p-values when comparing numbers before and after a50 also re-generate (transpile) the C code whenever you edit the \*.wuffs code.51 Running `go install -v github.com/google/wuffs/cmd/...` will install the Wuffs[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 …]
66 'cc not found - check xcode-select')74 'CC': 'gcc-test -pthreads',77 'CC': 'clang -pthreads',80 newvalue = 'clang -pthreads'88 'CC': 'gcc-test -pthreads',91 'CC': 'clang -pthreads',95 newvalue = 'clang -pthreads'101 'CC': 'gcc-test -pthreads',105 newvalue = 'gcc-test -pthreads'118 ('gcc-test', 'i686-apple-darwin11-llvm-gcc-4.2'),[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 …]
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 …]
1 GCC RUNTIME LIBRARY EXCEPTION10 This GCC Runtime Library Exception ("Exception") is an additional16 When you use GCC to compile a program, GCC may combine portions of17 certain GCC header files and runtime libraries with the compiled19 non-GPL (including proprietary) programs to use, in this way, the29 "GCC" means a version of the GNU Compiler Collection, with or without34 "GPL-compatible Software" is software whose conditions of propagation,35 modification and use would permit combination with GCC in accord with36 the license of GCC.46 non-intermediate languages designed for human-written code, and/or in[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 …]