Searched +full:gcc +full:- +full:c (Results 1 – 25 of 1143) sorted by relevance
12345678910>>...46
... puts.c uio_iovcnt /g/gnu/newlib-build/arm-elf/newlib/libc/ ...
2 set -ueo pipefail4 # Linux's ioctl codes using function-style macros in their definition which6 # a small C program, main.c, which prints the values of the ioctls on the15 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 $cflags[all …]
3 [](http…5 … a GCC codegen for rustc, which means it can be loaded by the existing rustc frontend, but benefit…7 **Despite its name, libgccjit can be used for ahead-of-time compilation, as is used here.**12 A secondary goal is to check if using the gcc backend will provide any run-time speed improvement f…17 The patches in [this repository](https://github.com/antoyo/libgccjit-patches) need to be applied.19 You can also use my [fork of gcc](https://github.com/antoyo/gcc) which already includes these patch…21 To build it (most of these instructions come from [here](https://gcc.gnu.org/onlinedocs/jit/interna…24 $ git clone https://github.com/antoyo/gcc25 $ sudo apt install flex libmpfr-dev libgmp-dev libmpc3 libmpc-dev26 $ mkdir gcc-build gcc-install[all …]
12 int c = a;15 c -= b;17 return baz (c);20 # = hello.c =34 r -= m;46 return f > 0 ? frob (f - 1, m) : 0;49 # = world.c =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.o[all …]
2 # Copyright (C) 2005, 2013 Red Hat, Inc.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:bar28 /shoggoth/drepper/f.c:3:foo29 /shoggoth/drepper/m.c:5:main30 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:107:main31 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:159:print_version[all …]
2 # Variant of run-get-files that uses dwarf_next_lines.3 # Copyright (C) 2018 Red Hat, Inc.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"[all …]
2 # Copyright (C) 1999, 2000, 2002, 2004, 2005, 2007 Red Hat, Inc.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"[all …]
2 [linux@node-162 trigo]$ pwd5 [linux@node-162 trigo]$ ls6 genacos.c genatan2.c gencos.c gentan.c Makefile7 genasin.c genatan.c gensin.c gentrigo.c11 [linux@node-162 trigo]$ make all12 gcc -lm -lpthread gensin.c -o gensin13 gcc -lm -lpthread gencos.c -o gencos14 gcc -lm -lpthread gentan.c -o gentan15 gcc -lm -lpthread genatan.c -o genatan16 gcc -lm -lpthread genatan2.c -o genatan2[all …]
2 # Copyright (C) 2016 and later: Unicode, Inc. and others.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 AIX[all …]
10 #include "../../C/Compiler.h"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 warnings51 #pragma warning(disable : 4571) // Informational: catch(...) semantics changed since Visual C++ 7.1…66 … or reference to potentially throwing function passed to 'extern "C"' function under - EHc.Undefin…101 #pragma GCC diagnostic ignored "-Wc++98-compat-pedantic"106 if compiled with new GCC libstdc++, GCC libstdc++ can use:107 13.2.0/include/c++/111 #pragma GCC diagnostic ignored "-Wreserved-id-macro"[all …]
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 …]
3 set -ex8 GCC=6.4.018 bash -c "while true; do sleep 30; echo \$(date) - building ...; done" &21 trap - ERR23 set -x30 curl https://ftp.gnu.org/gnu/binutils/binutils-$BINUTILS.tar.bz2 | tar xjf -31 mkdir binutils-build32 cd binutils-build33 hide_output ../binutils-$BINUTILS/configure \34 --target=$ARCH-unknown-dragonfly[all …]
2 set -ex6 GCC=8.5.08 curl https://ftp.gnu.org/gnu/gcc/gcc-$GCC/gcc-$GCC.tar.xz | xzcat | tar xf -9 cd gcc-$GCC15 # downloading from `ftp://gcc.gnu.org/` from Travis (using passive mode) often leads to "Connection19 # We observed that the `gcc-4.8.5.tar.bz2` above can be downloaded successfully, so as a stability21 # bug: the host `gcc.gnu.org` and `cygwin.com` share the same IP, and the TLS certificate of the25 sed -i'' 's|ftp://gcc\.gnu\.org/|https://gcc.gnu.org/|g' ./contrib/download_prerequisites28 mkdir ../gcc-build29 cd ../gcc-build[all …]
6 (gcc, creates shared libpng16.so.16.1.6.*)7 makefile.linux-opt=> Linux/ELF makefile with hardware optimizations on8 (gcc, creates shared libpng16.so.16.1.6.*)9 makefile.gcc => Generic makefile (gcc, creates static libpng.a)11 makefile.aix => AIX/gcc makefile14 makefile.bc32 => 32-bit Borland C++ (all modules compiled in C mode)21 makefile.gcc => Generic gcc makefile22 makefile.hpgcc => HPUX makefile using gcc24 makefile.hp64 => HPUX (10.20 and 11.00) makefile, 64-bit25 makefile.ibmc => IBM C/C++ version 3.x for Win32 and OS/2 (static)[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 …]
4 - COMPILER: "gcc"6 - COMPILER: "visual"9 - COMPILER: "visual"12 - COMPILER: "visual"15 - COMPILER: "clang"17 - COMPILER: "gcc"21 - ECHO Installing %COMPILER% %PLATFORM% %CONFIGURATION%22 - MKDIR bin23 - if [%COMPILER%]==[visual] (25 …C:\Program Files\Microsoft SDKs\Windows\v7.1\lib\x64;c:\Program Files (x86)\Microsoft Visual Studi…[all …]
1 <abi-corpus version='2.2'>2 <elf-needed>37 <dependency name='build/debug/third_party/boost-1.56.0/libboost_chrono.so'/>38 <dependency name='build/debug/third_party/boost-1.56.0/libboost_filesystem.so'/>39 <dependency name='build/debug/third_party/boost-1.56.0/libboost_program_options.so'/>40 <dependency name='build/debug/third_party/boost-1.56.0/libboost_system.so'/>41 <dependency name='build/debug/third_party/boost-1.56.0/libboost_thread.so'/>42 <dependency name='build/debug/third_party/gperftools-2.2/libtcmalloc_minimal.so'/>49 <dependency name='build/debug/third_party/pcre-8.37/libpcrecpp.so'/>50 <dependency name='build/debug/third_party/yaml-cpp-0.5.1/libyaml.so'/>[all …]
3 set -ex8 GCC=8.3.09 TARGET=powerpc64le-linux-gnu14 mkdir -p $SYSROOT19 centos_base=https://ci-mirrors.rust-lang.org/rustc20 glibc_v=2.17-157-2020-11-25.el721 kernel_v=3.10.0-514-2020-11-25.el722 for package in glibc{,-devel,-headers}-$glibc_v kernel-headers-$kernel_v; do24 rpm2cpio - | cpio -idm27 ln -sT lib64 lib[all …]
17 shell: /bin/bash --login19 …t or see https://circleci.com/docs/2.0/env-vars/#interpolating-environment-variables-to-set-other-…21 CIRCLE_ARTIFACTS: /tmp/circleci-artifacts22 CIRCLE_TEST_REPORTS: /tmp/circleci-test-results23 …# In CircleCI 1.0 we used a pre-configured image with a large number of languages and other packag…24 # In CircleCI 2.0 you can now specify your own image, or use one of our pre-configured images.26 # We have selected a pre-built image that mirrors the build environment we use on29 # VM instead of a container) see https://circleci.com/docs/2.0/executor-types/30 # To see the list of pre-built images that CircleCI provides for most common languages see31 # https://circleci.com/docs/2.0/circleci-images/[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 …]
1 # Copyright 2013-2024 The Khronos Group Inc.3 # SPDX-License-Identifier: Apache-2.011 MKDIR = mkdir -p13 RM = rm -f14 RMRF = rm -rf17 # GENOPTS can be e.g. '-noprotect'30 # default / install - regenerate headers in ../include/vulkan/.31 # validate - run XML validator on vk.xml against the schema.32 # test - check if vulkan_core.h compiles.33 # clean_dirt - remove intermediate files.[all …]
6 # Copyright (C) 1996-2021 by42 # DOS 7.x (the MS-DOS version that lies below Windows) without actually51 # from DOS-based tools like DJGPP's make; this is not actually a problem81 # (2004-11-11), and then in the devel mailing list (2004-11-20 to -23).84 COPY := >nul cmd.exe /c copy90 # gcc Makefile by default91 CONFIG_FILE := w32-gcc.mk93 CC := gcc99 $(info $(PROJECT_TITLE) build system -- supported compilers)101 $(info Several command-line compilers are supported on Win32:)[all …]