Searched +full:gcc +full:- +full:4 (Results 1 – 25 of 1090) sorted by relevance
12345678910>>...44
1 #===- libcxx/utils/docker/debian9/Dockerfile -------------------------===//8 #===----------------------------------------------------------------------===//10 # Setup the base builder image with the packages we'll need to build GCC and Clang from source.11 FROM launcher.gcr.io/google/debian9:latest as builder-base14 RUN apt-get update && \15 apt-get install -y --no-install-recommends \16 ca-certificates \18 build-essential \25 ninja-build \28 gcc-multilib \[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'112 self.assertEqual(mac_ver_tuple >= (10, 4),[all …]
6 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \7 // RUN: -target x86_64-unknown-linux-gnu \8 // RUN: -stdlib=libc++ \9 // RUN: -ccc-install-dir %S/Inputs/basic_linux_tree/usr/bin \10 // RUN: --sysroot=%S/Inputs/basic_linux_libcxx_tree \11 // RUN: --gcc-toolchain="" \12 // RUN: | FileCheck --check-prefix=CHECK-BASIC-LIBCXX-SYSROOT %s13 // CHECK-BASIC-LIBCXX-SYSROOT: "{{[^"]*}}clang{{[^"]*}}" "-cc1"14 // CHECK-BASIC-LIBCXX-SYSROOT: "-isysroot" "[[SYSROOT:[^"]+]]"15 // CHECK-BASIC-LIBCXX-SYSROOT: "-internal-isystem" "[[SYSROOT]]/usr/include/c++/v1"[all …]
19 . $srcdir/test-subr.sh23 testrun_compare ${abs_builddir}/get-files testfile testfile2 <<\EOF24 cuhl = 11, o = 0, asz = 4, osz = 4, ncu = 19125 dirs[0] = "/home/drepper/gnu/new-bu/build/ttt"27 file[1] = "/home/drepper/gnu/new-bu/build/ttt/m.c"28 cuhl = 11, o = 114, asz = 4, osz = 4, ncu = 561729 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"[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 …]
19 . $srcdir/test-subr.sh24 /home/drepper/gnu/new-bu/build/ttt/m.c:5:main25 /home/drepper/gnu/new-bu/build/ttt/b.c:4:bar26 /home/drepper/gnu/new-bu/build/ttt/f.c:3:foo27 /shoggoth/drepper/b.c:4:bar47 # return x - y;59 # gcc -g -o nested_funcs nested_funcs.c71 # int Foo::bar(int x) { return x - 42; }82 # clang++ -g -o class_func class_func.cxx88 /home/mark/src/tests/nested/nested_funcs.c:4:bar[all …]
67 'cc not found - check xcode-select')75 'CC': 'gcc-test -pthreads',78 'CC': 'clang -pthreads',81 newvalue = 'clang -pthreads'89 'CC': 'gcc-test -pthreads',92 'CC': 'clang -pthreads',96 newvalue = 'clang -pthreads'102 'CC': 'gcc-test -pthreads',106 newvalue = 'gcc-test -pthreads'114 self.assertEqual(mac_ver_tuple >= (10, 4),[all …]
16 cmd = [python, '-c',64 ('2.4.3 (#1, Jun 21 2006, 13:54:21) \n[GCC 3.3.4 (pre 3.3.5 20040809)]',65 … ('CPython', '2.4.3', '', '', '1', 'Jun 21 2006 13:54:21', 'GCC 3.3.4 (pre 3.3.5 20040809)')),70 ('2.4.3 (truncation, date, t) \n[GCC]',71 ('CPython', '2.4.3', '', '', 'truncation', 'date t', 'GCC')),72 ('2.4.3 (truncation, date, ) \n[GCC]',73 ('CPython', '2.4.3', '', '', 'truncation', 'date', 'GCC')),74 ('2.4.3 (truncation, date,) \n[GCC]',75 ('CPython', '2.4.3', '', '', 'truncation', 'date', 'GCC')),76 ('2.4.3 (truncation, date) \n[GCC]',[all …]
4 # Copyright 2009-2012 Vicente J.Botet Escriba.12 : source-location ../src14 <target-os>freebsd:<linkflags>"-lrt"15 <target-os>linux:<linkflags>"-lrt -lpthread"16 <toolset>pgi:<linkflags>"-lrt"29 #<toolset>gcc-3.4.4:<linkflags>--enable-auto-import30 #<toolset>gcc-4.3.4:<linkflags>--enable-auto-import31 #<toolset>gcc-mingw-4.4.0:<linkflags>--enable-auto-import32 #<toolset>gcc-mingw-4.5.0:<linkflags>--enable-auto-import34 <toolset>gcc:<cxxflags>-Wextra[all …]
1 # GCC-based instrumentation for afl-fuzz5 For the LLVM-based instrumentation, see [README.llvm.md](README.llvm.md).7 This document describes how to build and use `afl-gcc-fast` and `afl-g++-fast`,8 which instrument the target with the help of gcc plugins.11 * Check the version of your gcc compiler: `gcc --version`12 * `apt-get install gcc-VERSION-plugin-dev` or similar to install headers for gcc14 * `gcc` and `g++` must match the gcc-VERSION you installed headers for. You can17 * Just use `afl-gcc-fast`/`afl-g++-fast` normally like you would do with18 `afl-clang-fast`.23 compiler-level instrumentation, instead of the more crude assembly-level[all …]
10 * flex 2.6.4 and GNU Bison 3.8.2 work.12 * GCC 11.2.0 and Clang 14.0.3 work.16 * flex 2.6.4 and GNU Bison 3.7.6 work.18 * GCC 7.5.0 and GCC 10.3.0 work, Clang 9.0.1 works.21 `OI-hipster-text-20210430.iso` plus the following packages:23 xargs -L1 pkg install <<ENDOFTEXT28 developer/gcc-1029 developer/clang-9035 * flex 2.6.4 and GNU Bison 3.7.3 work.37 * Clang 11.0 works, GCC 11.2 works.[all …]
14 This file is included to all cpp files in 7-Zip via "Common.h".16 So external modules can use 7-Zip interfaces without40 // -Wall warnings66 …ence to potentially throwing function passed to 'extern "C"' function under - EHc.Undefined behavi…101 #pragma GCC diagnostic ignored "-Wc++98-compat-pedantic"104 #if __clang_major__ >= 4 && __clang_major__ < 12 && !defined(_WIN32)106 if compiled with new GCC libstdc++, GCC libstdc++ can use:111 #pragma GCC diagnostic ignored "-Wreserved-id-macro"115 #pragma GCC diagnostic ignored "-Wc++98-compat"116 #if __clang_major__ >= 4[all …]
1 /* -*- Mode: c; tab-width: 8; indent-tabs-mode: 1; c-basic-offset: 8; -*- */18 * 4. Neither the name of the University nor of the Laboratory may be used38 #include "pcap/compiler-tests.h"40 #if PCAP_IS_AT_LEAST_CLANG_VERSION(2,8) || PCAP_IS_AT_LEAST_GNUC_VERSION(4,6)42 * Clang and GCC both support this way of putting pragmas into #defines.92 * ignored -Wxxx" and "clang diagnostic push/pop".94 * Suppress -Wdocumentation warnings; GCC doesn't support -Wdocumentation,95 * at least according to the GCC 7.3 documentation. Apparently, Flex97 * -Wdocumentation.99 * (This could be clang-cl, which defines _MSC_VER, so test this[all …]
13 * All Windows builds require that Cygwin[3] or MSYS2[4] be installed.15 have this package, the install-docs option will be disabled.26 yasm-<version>-<arch>.exe to yasm.exe and place it in:29 [4]: http://www.msys2.org/34 2. Out-of-tree builds45 The 'configure' script supports a number of options. The --help option can be47 $ ../libvpx/configure --help49 4. Compiler analyzers59 For cross development, the most notable option is the --target option. The60 most up-to-date list of supported targets can be found at the bottom of the[all …]
5 // Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com)26 # if (__GNUC__ == 4 && __GNUC_MINOR__ >= 1) || (__GNUC__ > 4)28 # pragma GCC visibility push (default)30 # endif // (__GNUC__ == 4 && __GNUC_MINOR__ >= 1) || (__GNUC__ > 4)50 # pragma GCC visibility push (default)54 # pragma GCC diagnostic push55 # pragma GCC diagnostic ignored "-Wnon-virtual-dtor"57 # pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"80 # if (__GNUC__ == 4 && __GNUC_MINOR__ >= 1) || (__GNUC__ > 4)82 # pragma GCC visibility push (default)[all …]
... 9- "0< %71 (6*$ -70 4;/ *== 6A4 0
1 // (C) Copyright John Maddock 2001 - 2003.2 // (C) Copyright Darin Adler 2001 - 2002.3 // (C) Copyright Jens Maurer 2001 - 2002.4 // (C) Copyright Beman Dawes 2001 - 2003.6 // (C) Copyright David Abrahams 2002 - 2003.17 // Define BOOST_GCC so we know this is "real" GCC and not some pretender:34 # if __GNUC_MINOR__ < 439 #if __GNUC__ < 441 // All problems to gcc-3.x and earlier here:49 // GCC prior to 3.4 had #pragma once too but it didn't work well with filesystem links[all …]
39 * - All pragmas are declared GCC even if they are clang ones. Otherwise GCC40 * nags, even though we instruct it to ignore -Wunknown-pragmas. ¯\_(ツ)_/¯42 * - Within each category, keep sorted.44 * - Warnings whose scope can be expanded in future compiler versions shall50 #pragma GCC diagnostic warning "-Wall"51 #pragma GCC diagnostic warning "-Wextra"54 #pragma GCC diagnostic ignored "-Wpragmas"55 #pragma GCC diagnostic ignored "-Wunknown-pragmas"56 #pragma GCC diagnostic ignored "-Wunknown-warning-option"59 //#pragma GCC diagnostic warning "-Weverything"[all …]
8 # See: https://github.com/jeking3/boost-ci17 # --include bench --include fog21 # 4. Enable pull request builds in your boostorg/<library> account.23 # That's it - the scripts will do everything else for you.33 # - B2_ADDRESS_MODEL=address-model=64,3234 # - B2_LINK=link=shared,static35 # - B2_THREADING=threading=multi,single36 - B2_VARIANT=variant=release,debug39 - git clone https://github.com/jeking3/boost-ci.git boost-ci40 - cp -pr boost-ci/ci boost-ci/.codecov.yml .[all …]
2 # Copyright 2017 - 2019 James E. King III8 # See: https://github.com/boostorg/boost-ci17 # --include bench --include fog21 # 4. Enable pull request builds in your boostorg/<library> account.23 # That's it - the scripts will do everything else for you.31 # - B2_ADDRESS_MODEL=address-model=64,3232 # - B2_LINK=link=shared,static33 # - B2_THREADING=threading=multi,single34 - B2_VARIANT=variant=release37 - git clone https://github.com/boostorg/boost-ci.git boost-ci[all …]
7 # http://www.apache.org/licenses/LICENSE-2.021 BASIC_BUILD_OPTS = ["--cxxopt=-D_GLIBCXX_USE_CXX11_ABI=0", "--copt=-O3"]24 "--copt=-Wformat", "--copt=-Wformat-security", "--copt=-fstack-protector",25 "--copt=-fPIC", "--copt=-fpic", "--linkopt=-znoexecstack",26 "--linkopt=-zrelro", "--linkopt=-znow", "--linkopt=-fstack-protector"35 BAZEL_PREFIX_ = "--copt="36 ARCH_PREFIX_ = "-march="37 FLAG_PREFIX_ = "-m"45 # the gcc version specified in the parameters47 # True only if the gcc version in the tuple is >=[all …]
1 ; RUN: llc -mtriple i386-pc-win32 < %s \2 ; RUN: | FileCheck -check-prefix CHECK -check-prefix CHECK-CL %s3 ; RUN: llc -mtriple i386-pc-mingw32 < %s \4 ; RUN: | FileCheck -check-prefix CHECK -check-prefix CHECK-GCC %s5 ; RUN: llc -mtriple i686-pc-cygwin %s -o - \6 ; RUN: | FileCheck -check-prefix CHECK -check-prefix CHECK-GCC %s7 ; RUN: llc -mtriple i386-pc-win32 < %s \8 ; RUN: | FileCheck -check-prefix NOTEXPORTED %s9 ; RUN: llc -mtriple i386-pc-mingw32 < %s \10 ; RUN: | FileCheck -check-prefix NOTEXPORTED %s[all …]
2 # Copyright 2017 - 2019 James E. King III8 # See: https://github.com/boostorg/boost-ci17 # --include bench --include fog21 # 4. Enable pull request builds in your boostorg/<library> account.23 # That's it - the scripts will do everything else for you.32 # - B2_ADDRESS_MODEL=address-model=64,3233 # - B2_LINK=link=shared,static34 # - B2_THREADING=threading=multi,single35 - B2_VARIANT=variant=release,debug38 - git clone https://github.com/boostorg/boost-ci.git boost-ci[all …]