Versions
v11.0.0_pre9999 :: 11 :: gentoo
- Modified
- License
- GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+
- USE flags
- ada custom-cflags cxx d debug doc fixed-point fortran go graphite hardened jit libssp lto multilib nls nptl objc objc++ objc-gc openmp pch pgo pie sanitize ssp systemtap test valgrind vanilla vtv zstd
v10.2.1_pre9999 :: 10 :: gentoo
- Modified
- License
- GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+
- USE flags
- ada cxx d debug doc fixed-point fortran go graphite hardened jit libssp lto multilib nls nptl objc objc++ objc-gc openmp pch pgo pie sanitize ssp systemtap test vanilla vtv zstd
v10.2.0-r5 :: 10 :: gentoo
- Modified
- License
- GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+
- Keywords
- ~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
- USE flags
- ada cxx d debug doc fixed-point fortran go graphite hardened jit libssp lto multilib nls nptl objc objc++ objc-gc openmp pch pgo pie sanitize ssp systemtap test vanilla vtv zstd
v9.3.0-r2 :: 9.3.0 :: gentoo
- Modified
- License
- GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+
- Keywords
- amd64 arm arm64 sparc x86 ~alpha ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390
- USE flags
- ada altivec cxx d debug doc fixed-point fortran go graphite hardened jit libssp lto multilib nls nptl objc objc++ objc-gc openmp pch pgo pie sanitize ssp systemtap test vanilla vtv
v9.3.0-r1 :: 9.3.0 :: gentoo
- Modified
- License
- GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+
- Keywords
- amd64 arm arm64 hppa ppc ppc64 s390 sparc x86 ~alpha ~ia64 ~m68k ~mips ~riscv
- USE flags
- ada altivec cxx d debug doc fixed-point fortran go graphite hardened jit libssp lto multilib nls nptl objc objc++ objc-gc openmp pch pgo pie sanitize ssp systemtap test vanilla vtv
v8.4.0-r2 :: 8.4.0 :: gentoo
- Modified
- License
- GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+
- Keywords
- amd64 x86 ~alpha ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc
- USE flags
- ada altivec cxx debug doc fixed-point fortran go graphite hardened jit libssp mpx multilib nls nptl objc objc++ objc-gc openmp pch pgo pie sanitize ssp systemtap test vanilla vtv
v8.4.0-r1 :: 8.4.0 :: gentoo
- Modified
- License
- GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+
- Keywords
- amd64 arm arm64 hppa ppc ppc64 s390 sparc x86 ~alpha ~ia64 ~m68k ~mips ~riscv
- USE flags
- ada altivec cxx debug doc fixed-point fortran go graphite hardened jit libssp mpx multilib nls nptl objc objc++ objc-gc openmp pch pgo pie sanitize ssp systemtap test vanilla vtv
v7.5.0-r1 :: 7.5.0 :: gentoo
- Modified
- License
- GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+
- Keywords
- amd64 arm arm64 hppa ppc ppc64 s390 sparc x86 ~alpha ~ia64 ~m68k ~mips ~ppc-macos
- USE flags
- ada altivec cilk cxx debug doc fixed-point fortran go graphite hardened jit libssp mpx multilib nls nptl objc objc++ objc-gc openmp pch pgo pie sanitize ssp test vanilla vtv
v6.5.0-r3 :: 6.5.0 :: gentoo
- Modified
- License
- GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+
- Keywords
- amd64 arm arm64 hppa ppc ppc64 s390 sparc x86 ~alpha ~ia64 ~m68k ~mips
- USE flags
- ada altivec awt cilk cxx debug doc fixed-point fortran gcj go graphite hardened jit libssp mpx multilib nls nptl objc objc++ objc-gc openmp pch pgo pie sanitize ssp test vanilla vtv
USE flags
General
- ada
- Build the ADA language (GNAT) frontend
- altivec
- Add support for optimizations for G4 and G5/ppc970 processors
- awt
- Useful only when building GCJ, this enables Abstract Window Toolkit (AWT) peer support on top of GTK+
- cilk
- Support the Cilk Plus language (C/C++ based languages for parallel programming)
- custom-cflags
- Build with user-specified CFLAGS (unsupported)
- cxx
- Build support for C++ (bindings, extra libraries, code generation, ...)
- d
- Enable support for the D programming language
- debug
- Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- fixed-point
- Enable fixed-point arithmetic support for MIPS targets in gcc (Warning: significantly increases compile time!)
- fortran
- Add support for fortran
- gcj
- Build the GCJ Java language frontend.
- go
- Build the GCC Go language frontend.
- graphite
- Add support for the framework for loop optimizations based on a polyhedral intermediate representation
- hardened
- Activate default security enhancements for toolchain (gcc, glibc, binutils)
- jit
- Enable libgccjit so other applications can embed gcc for Just-In-Time compilation. This will slow down the compiler a bit as it forces all of the toolchain to be shared libs.
- libssp
- Build SSP support into a dedicated library rather than use the code in the C library (DO NOT ENABLE THIS IF YOU DON'T KNOW WHAT IT DOES)
- lto
- Build using Link Time Optimizations (LTO)
- mpx
- Enable support for Intel Memory Protection Extensions (MPX)
- multilib
- On 64bit systems, if you want to be able to compile 32bit and 64bit binaries
- nls
- Add Native Language Support (using gettext - GNU locale utilities)
- nptl
- Enable support for Native POSIX Threads Library, the new threading module (requires linux-2.6 or better usually)
- objc
- Build support for the Objective C code language
- objc++
- Build support for the Objective C++ language
- objc-gc
- Build support for the Objective C code language Garbage Collector
- openmp
- Build support for the OpenMP (support parallel computing), requires >=sys-devel/gcc-4.2 built with USE="openmp"
- pch
- Enable precompiled header support for faster compilation at the expense of disk space and memory (>=sys-devel/gcc-3.4 only)
- pgo
- Build GCC using Profile Guided Optimization (PGO)
- pie
- Build programs as Position Independent Executables (a security hardening technique)
- sanitize
- Build support for various sanitizer functions (ASAN/TSAN/etc...)
- ssp
- Build packages with stack smashing protector on by default
- systemtap
- enable systemtap static probe points
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- valgrind
- Enable valgrind annotations for gcc internals (useful for gcc debugging).
- vanilla
- Do not add extra patches which change default behaviour; DO NOT USE THIS ON A GLOBAL SCALE as the severity of the meaning changes drastically
- vtv
- Build support for virtual table verification (a C++ hardening feature)
- zstd
- Enable support for ZSTD compression
Dependencies
app-arch / unzip : unzipper for pkzip-compressed files
app-arch / zip : Info ZIP (encryption support)
app-arch / zstd : zstd fast compression library
dev-libs / boehm-gc : The Boehm-Demers-Weiser conservative garbage collector
dev-libs / gmp : Library for arbitrary-precision arithmetic on different type of numbers
dev-libs / isl : A library for manipulating integer points bounded by linear constraints
dev-libs / mpc : A library for multiprecision complex arithmetic with exact rounding
dev-libs / mpfr : library for multiple-precision floating-point computations with exact rounding
dev-util / systemtap : A linux trace/probe tool
media-libs / libart_lgpl : A LGPL version of libart
sys-devel / binutils : Tools necessary to build programs
sys-devel / gnuconfig : Updated config.sub and config.guess file from GNU
sys-libs / glibc : GNU libc C library
sys-libs / zlib : Standard (de)compression library
virtual / libiconv : Virtual for the GNU conversion library
virtual / libintl : Virtual for the GNU Internationalization Library
virtual / pkgconfig : Virtual for the pkg-config implementation
x11-base / xorg-proto : X.Org combined protocol headers
x11-libs / gtk+ : Gimp ToolKit +
x11-libs / libX11 : X.Org X11 library
x11-libs / libXt : X.Org X Toolkit Intrinsics library
x11-libs / libXtst : X.Org Xlib-based client API for the XTEST & RECORD extensions library
x11-libs / pango : Internationalized text layout and rendering library
Runtime Dependencies
dev-libs / boehm-gc : The Boehm-Demers-Weiser conservative garbage collector
dev-libs / gmp : Library for arbitrary-precision arithmetic on different type of numbers
dev-libs / isl : A library for manipulating integer points bounded by linear constraints
dev-libs / mpc : A library for multiprecision complex arithmetic with exact rounding
dev-libs / mpfr : library for multiple-precision floating-point computations with exact rounding
sys-libs / zlib : Standard (de)compression library
virtual / libiconv : Virtual for the GNU conversion library
virtual / libintl : Virtual for the GNU Internationalization Library
Depending packages
app-arch / pxz : parallel LZMA compressor (no parallel decompression!)
app-arch / unar : Unpacker for various archiving formats, e.g. rar v3
app-crypt / libb2 : C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
app-forensics / afl : american fuzzy lop - compile-time instrumentation fuzzer
app-misc / resolve-march-native : Resolve GCC flag -march=native
app-office / libreoffice-bin : A full office productivity suite. Binary package
app-portage / portage-utils : Small and fast Portage helper tools written in C
dev-db / mariadb : An enhanced, drop-in replacement for MySQL
dev-db / mysql : A fast, multi-threaded, multi-user SQL database server
dev-db / mysql-cluster : An enhanced, drop-in replacement for MySQL
dev-db / percona-server : Fully compatible, enhanced and open source drop-in replacement for MySQL
dev-haskell / double-conversion : Fast conversion between double precision floating point and text
dev-java / ecj-gcj : Subset of Eclipse Compiler for Java compiled by gcj, serving as javac in gcj-jdk
dev-java / gcj-jdk : Java wrappers around GCJ
dev-lang / cll1h : C<<1 programming language system
dev-lang / gnat-gpl : GNAT Ada Compiler - GPL version
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-lang / ruby : An object-oriented scripting language
dev-lang / snobol : Phil Budne's port of Macro SNOBOL4 in C, for modern machines
dev-lang / teyjus : Higher-order logic programming language Lambda Prolog
dev-libs / leatherman : A C++ toolkit
dev-ruby / facter : A cross-platform ruby library for retrieving facts from operating systems
dev-util / nvidia-cuda-toolkit : NVIDIA CUDA Toolkit (compiler and friends)
games-action / badland : Atmospheric side-scrolling action adventure platformer set in a gorgeous forest
games-action / shadowgrounds-bin : an epic action experience combining modern technology with addictive playability
games-action / shadowgrounds-survivor-bin : human survivors who battle against the ongoing alien onslaught
games-action / trine : A physics-based action game with character-dependent solutions to challenges
games-action / trine-enchanted-edition : The original sidescrolling action platformer under the Trine 2 engine
games-action / trine2 : Sidescrolling game of action, puzzles and platforming, Complete Story edition
games-board / openyahtzee : A full-featured wxWidgets version of the classic dice game Yahtzee
games-puzzle / world-of-goo-demo : A puzzle game with a strong emphasis on physics (demo version)
games-puzzle / world-of-goo-gog : A puzzle game with a strong emphasis on physics (GOG edition)
games-puzzle / world-of-goo-hb : A puzzle game with a strong emphasis on physics (Humble Bundle edition)
games-roguelike / FTL : Faster Than Light: A spaceship simulation real-time roguelike-like game
gnustep-base / gnustep-make : GNUstep Makefile Package
media-libs / libmypaint : Library for making brushstrokes
net-im / mattermost-desktop-bin : Mattermost Desktop application
net-im / skypeforlinux : Instant messaging client, with support for audio and video
net-libs / webkit-gtk : Open source web browser engine
net-misc / chrome-remote-desktop : access remote computers via Chrome!
net-misc / vrrpd : Virtual Router Redundancy Protocol Daemon
sci-biology / foldingathome : Folding@Home is a distributed computing project for protein folding
sci-libs / fftw : Fast C library for the Discrete Fourier Transform
sci-mathematics / gmp-ecm : Elliptic Curve Method for Integer Factorization
sci-mathematics / spin : Tool for formal verification of distributed software systems
sys-apps / intel-performance-counter-monitor : Intel Performance Counter Monitor - A better way to measure CPU utilization
sys-apps / usbguard : Daemon protecting your computer against BadUSB
sys-cluster / galera : Synchronous multi-master replication engine that provides the wsrep API
sys-devel / binutils-apple : Darwin assembler as(1) and static linker ld(1), Xcode Tools 11.3.1
sys-devel / multilib-gcc-wrapper : Wrappers for gcc tools to be used on non-native CHOSTs
sys-devel / rust-std : Rust standard library, standalone (for crossdev)
sys-kernel / mips-sources : Kernel.org sources for MIPS-based machines
sys-libs / glibc : GNU libc C library
sys-libs / libcxx : New implementation of the C++ standard library, targeting C++11
virtual / fortran : Virtual for Fortran Compiler
www-servers / uwsgi : uWSGI server for Python web applications
www-servers / varnish : Varnish is a state-of-the-art, high-performance HTTP accelerator
Bugs
- 418377
- sys-devel/icecream-0.9.7 with sys-devel/gcc-4.6.3 - icecream-create-env: gcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found
- 442548
- sys-devel/gcc: doesn't build n32 libraries in n64 mips multilib config
- 466482
- media-gfx/autopano-sift-C-2.5.1 with sys-devel/gcc-4.7.2 -flto / LTO - .../temp//ccEGYzBU.ltrans0.ltrans.o:ccEGYzBU.ltrans0.o:function HyperRectangle_Distance: error: undefined reference to 'sqrt'
- 476682
- app-arch/bzip2-1.0.6-r3 compiled with sys-devel/gcc-4.8.1 CFLAGS=-fgraphite-identity - merge: bzip2: Data integrity error when decompressing.
- 477956
- [TRACKER] Build sys-devel/gcc as an N64 binary on MIPS profiles with non-N64 default ABI
- 490276
- =media-libs/x264-0.0.20130912 with =sys-devel/gcc-4.8.1-r1 - error: 'asm' operand has impossible constraints
- 513042
- sys-devel/gcc: updating in a mips n64-only system produces a n32-build
- 526686
- sys-devel/gcc: only gcc/doc/ info pages are installed from gcc/ which misses gfortran
- 526926
- sys-devel/gcc-4.8.3 miscompiles =app-arch/tar-1.27.1-r2 built with -ftree-vectorize - tar: Skipping to next header
- 526986
- sys-devel/gcc should check available disk space via check-reqs.eclass
- 552898
- sys-devel/gcc: libstdc++ support incomplete on hppa/armv5 due to missing lock-free atomics
- 569064
- sys-devel/automake-1.15-r1 and sys-devel/gcc[gcj]: test t/gcj4.sh fails
- 573170
- sys-devel/gcc-4.9.3-r999 can't compile on armv7a-hardened-musl
- 575698
- [science overlay] sci-libs/gsl-2.1[abi_x86_32] with sys-devel/gcc-5.3.0 fails multifit tests - FAIL: lmsder/scale=1/linear_rank1 did not converge, status=exceeded max number of iterations [190252]
- 602112
- sys-devel/gcc-4.9.4-r99::musl cant compile on armv7a-hardfp-musl-vanilla or armv7a-hardfp-musl-hardened
- 606094
- revdep-rebuild confused by SYMLINK_LIB=yes and flags orphaned files in sys-devel/gcc
- 612612
- sys-devel/gcc-5.4.0[gcj]: fails to compile: install-xattr: setxattr() failed: Operation not supported
- 616074
- <sys-libs/libhugetlbfs-2.20 fails to build with sys-devel/gcc-5.4.0-r3
- 617788
- sys-devel/gcc-7.2.0[multilib,obj-gc]: missing abi DEPEND on dev-libs/boehm-gc: configure: error: system bdw-gc required but not found
- 622488
- dev-java/ecj-gcj-4.4.2 failed to compile without +gcj on sys-devel/gcc-6.3.0
- 622662
- media-libs/libdv-1.0.0-r3 does not emerge w/ sys-devel/gcc-7.1.0-r1[pie,ssp] with gold on x86
- 631460
- sys-devel/gcc: when installed for mingw-w64 there is no official way to set 'Thread model: posix'
- 640014
- sys-libs/db-6.0.35 with sys-devel/gcc-7.2.0 with graphite and lto - .../work/db-6.0.35/src/dbreg/dbreg_util.c:27:1: internal compiler error: Segmentation fault
- 644772
- sys-devel/gcc: build failures when ld, ar or others use system libstdc++.so not compatible with built gcc's
- 645090
- sys-devel/gcc USE="-cxx go" should not build instead of disabling go
- 650930
- sys-devel/gcc-6.4.0: std::shared_future broken on armv5 (was: sys-devel/llvm-4.0.1-r1)
- 675270
- sys-apps/memtest86+ with sys-devel/gcc-8.2.0 "crashes"
- 675876
- sys-devel/gcc: -Wl,--wrap not supported with LTO
- 675954
- sys-devel/gcc: `gcc -print-multi-os-directory` returns ../lib64 (should be ../lib or .) on 64-bit musl and uclibc systems
- 678830
- sys-devel/gcc-8.3.0 fails tests
- 679602
- sys-devel/gcc-8.3.0 : [TEST] ERROR: tcl error sourcing /var/tmp/portage/sys-devel/gcc-8.3.0/work/gcc-8.3.0/libstdc++-v3/testsuite/libstdc++-abi/abi.exp.
- 682542
- app-emulation/virtualbox-5.2.22 with with sys-devel/gcc-8.3.0 - semevent-linux.cpp:40:15: error: expected unqualified-id before string constant
- 685946
- sys-devel/gcc: incomplete multilib dependencies (automagically depends on multilib sys-devel/zlib)
- 693252
- >=sys-devel/gcc-3.4.3 on IA64 should use system libunwind.so from sys-libs/libunwind, sys-libs/libunwind should install shared libraries for native ABI in /lib
- 699588
- sys-devel/gcc installs orphan /lib64/libgcc_s.so.1 on separate-/usr systems
- 700388
- sys-devel/gcc-9.2.0-r2: test failures
- 703272
- sci-libs/tensorflow-2.1.0_rc0 requires <=sys-devel/gcc-7.3 but ebuild does not list this dependency
- 704716
- sys-devel/gcc-9.2.0-r2 internal compiler error on x11-libs/wxGTK/3.0.4-r302 (pax aslr)
- 706210
- sys-devel/gcc: i?86-*-linux-musl and powerpc{,le}-*-linux-musl fail on USE=ssp
- 712166
- sys-devel/gcc-9.2.0-r4 : [TEST] FAIL: gcc.c-torture/execute/vfprintf-chk-1.c -O1 execution test
- 715004
- sys-devel/gcc-9.3.0 fails several tests on ppc64
- 723738
- sys-devel/gcc-10.1.0 fails to build with combined lto and pgo flags if fortran flag is present (possible race)
- 724314
- sys-devel/gcc-10.1.0-r1 stack corruption in cp_gimplify_expr() when building dev-libs/boost-1.73.0 on znver1
- 726062
- >=sys-devel/gcc-9.2: prelinking with sys-devel/prelink causes segfaults with recent versions of GCC
- 727608
- sys-devel/gcc: Straight Line Speculation mitigation for ARMv8 (CVE-2020-13844)
- 728304
- sys-devel/gcc-10.1.0-r1: gcc/xgcc: No such file or directory
- 728586
- sys-devel/gcc-10.1.0-r1: gcc-10.1.0/gcc/tree-ssa-reassoc.c:4754:1: internal compiler error: Segmentation fault (skylake)
- 728638
- sys-devel/gcc[lto] fails src_compile with binutils-config[-native-symlinks] ( /work/build/./prev-gcc/gcc-ar: Cannot find binary 'ar' )
- 733808
- sys-devel/gcc-9.3.0-r1 - .../gcc/ggc-page.c during RTL pass: gimple-match.c: In function ‘bool gimple_simplify_MULT_EXPR(gimple_match_op*, gimple**, tree_node* (*)(tree), code_helper, tree, tree, tree)’: gimple-match.c:55148:1: ICE: Segmentation fault
- 739232
- =sys-devel/gcc-10.2.0-r1 miscompiles at several stages
- 742281
- sys-devel/gcc-6.5.0-r3 fails to compile
- 748951
- sys-devel/gcc-10.2.0-r2: Build fails with gcc-9.3.0 without bootstrap
- 751970
- sys-devel/gcc-10.2.0-r2 fails several tests on ppc64
- 757150
- sys-devel/gcc-10.2.0-r3: internal compiler error: in output_constructor_regular_field, at varasm.c:5214
- 758437
- =sys-devel/gcc-9.3.0-r2 stabilization
- 761220
- sys-devel/gcc: with >=dev-util/ccache-4.0: x86_64-pc-linux-gnu-g++: /var/tmp/portage/sys-devel/gcc-8.4.0-r1/work/build/x86_64-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by x86_64-pc-linux-gnu-g++)
- 765730
- =sys-devel/gcc-8.4.0-r2 stabilization
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: x86 stable wrt bug #765730
Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: amd64 stable wrt bug #765730
Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 10.2.0: cut 6 patchset
Single dropped patch: - 34_all_fundecl-ICE-PR95820.patch: revert PR95820 backporting Bug: https://gcc.gnu.org/PR95820 Bug: https://bugs.gentoo.org/730406 Reported-by: Daniel Santos Bug: https://gcc.gnu.org/PR98441 Closes: https://bugs.gentoo.org/762382 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 8.4.0: cut 3 patchset
Two new patches: + 31_all_plugin-objdump.patch: always use tool-prefixed objdump + 32_all_assume-aligned.patch: fix constraint alignment And one update: U 11_all_extra-options.patch: fix diff file name. Should be a no-op. Bug: https://gcc.gnu.org/PR95648 Bug: https://bugs.gentoo.org/750905 Bug: https://gcc.gnu.org/PR94163 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 10.2.0: cut 5 patchset
Single new patch: + 41_all_strlen-PR96758.patch: fix string comparison against literals Bug: https://bugs.gentoo.org/757792 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/gcc: Stabilize 9.3.0-r2 arm64, #758437
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/gcc: Stabilize 9.3.0-r2 arm, #758437
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: amd64 stable wrt bug #758437
Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 11.0.0: cut 5 patchset
Fixed minor conflict of removed 'Report' option keyword. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
sys-devel/gcc: stable 9.3.0-r2 for sparc, bug #758437
Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
sys-devel/gcc: x86 stable (bug #758437)
Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 10.2.0: cut 4 patchset
Single new patch: + 40_all_ipa-to_frequency.patch: fix ICE on empty profile merges. Bug: https://bugs.gentoo.org/746578 Bug: https://gcc.gnu.org/PR97295 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 9.3.0: cut 4 patchset
Three new patches: + 30_all_plugin-objdump.patch: always use prefixed objdump + 31_all_ipa-to_frequency.patch: fix ICE on empty profile merges. + 32_all_assume-aligned.patch: don't assume alignment Bug: https://bugs.gentoo.org/746578 Bug: https://gcc.gnu.org/PR97295 Bug: https://bugs.gentoo.org/750905 Bug: https://gcc.gnu.org/PR94163 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: stable 6.5.0-r3 for hppa
stable wrt bug #737232 Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: ppc64 stable wrt bug #737232
Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: ppc stable wrt bug #737232
Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: drop masked gcc-5.x
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 10.2.0: cut 3 patchset
three new patches: + 37_all_c-vector-init-PR96377.patch: fix vector init on arm + 38_all_gcov-TOPN-PR96913.patch: fix TOPN prof counters in shared libraries + 39_all_ipa-prop-multispec.patch: fix multiple speculation resolution on prof builds Bug: https://gcc.gnu.org/PR96377 Bug: https://gcc.gnu.org/PR96913 Closes: https://bugs.gentoo.org/734006 Bug: https://gcc.gnu.org/PR96394 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: drop gcc-4.x series
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
sys-devel/gcc: Enable rv32 for new enough glibc
Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: skip upstreamed patches from gcc-10
Reported-by: Helmut Jarausch Closes: https://bugs.gentoo.org/740682 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/gcc: Stabilize 6.5.0-r3 arm64, #737232
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 11.0.0: cut 4 patchset
One patch dropped: - 25_all_hppa-faster-synth_mult.patch: upstream got better fix Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 11.0.0 cut 3 patchset
Dropped one old patch: - 16_all_libgfortran-Werror.patch: should not be neede Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 2 patchset
Four new patches: + 33_all_lto-O0-mix-ICE-ipa-PR96291.patch: fix -O0 crash for ipa/lto + 34_all_fundecl-ICE-PR95820.patch: fix ICE on invalid templates + 35_all_ipa-fix-bit-CP.patch: fix bad code generation in ipa bit constprop + 36_all_ipa-fix-bit-CP-p2.patch: part 2 of previous patch Closes: https://bugs.gentoo.org/733482 Bug: https://gcc.gnu.org/PR96291 Closes: https://bugs.gentoo.org/730406 Bug: https://gcc.gnu.org/PR95820 Closes: https://bugs.gentoo.org/736685 Bug: https://gcc.gnu.org/PR96482 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 5.5.0: cut 4 patchset
One new patch: + 40_all_gcc-c++17.patch: be buildable with c++17 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: x86 stable wrt bug #737232
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: sparc stable wrt bug #737232
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: arm stable wrt bug #737232
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: s390 stable wrt bug #737232
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: amd64 stable wrt bug #737232
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
sys-devel/gcc: stable 7.5.0-r1 for hppa, bug #730904
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Rolf Eike Beer · gentoo
sys-devel/gcc: stable 6.5.0-r2 for hppa, bug #730906
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 4.9.4: tweak config/esp.h pie patch
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 4.9.4: switch EAPI=7
Single new patch to support bootstrap with c++17 compiler. Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
sys-devel/gcc: stable 9.3.0-r1 for hppa, bug #730900
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
sys-devel/gcc: stable 8.4.0-r1 for hppa, bug #730902
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/gcc: arm64 stable (bug #730906)
Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/gcc: arm64 stable (bug #730904)
Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: bump gcc:10 live branch version
Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 10.2.0: cut 1 patchset
Based on gcc-10.1.0 patchset. The only change is upstreamed backports: - 29_all_fix-float-hang-PR95118.patch - 31_all_ctor-range-PR95241.patch - 33_all_avx512-scalar-PR95528.patch - 34_all_cet-cross-x86.patch - 35_all_ICE-array-subscript-PR95508.patch - 38_all_ICE-ipa-fnsummary-PR96130.patch Bug: https://gcc.gnu.org/PR96190 Bug: https://bugs.gentoo.org/619706 Bug: https://gcc.gnu.org/PR96130 Bug: https://bugs.gentoo.org/733246 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: s390 stable wrt bug #730906
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/gcc: arm64 stable (bug #730902)
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/gcc: arm64 stable (bug #730900)
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 6.5.0: cut 5 patchset
Single new patch to handle libjava's multilib. Reported-by: Georgi Georgiev Bug: https://bugs.gentoo.org/504812 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: arm stable wrt bug #730906
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: ppc64 stable wrt bug #730906
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: ppc stable wrt bug #730906
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: arm stable wrt bug #730904
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: x86 stable wrt bug #730906
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: x86 stable wrt bug #730904
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: x86 stable wrt bug #730902
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: x86 stable wrt bug #730900
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: sparc stable wrt bug #730906
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: sparc stable wrt bug #730904
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: sparc stable wrt bug #730902
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: sparc stable wrt bug #730900
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: s390 stable wrt bug #730904
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: s390 stable wrt bug #730902
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: s390 stable wrt bug #730900
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: ppc64 stable wrt bug #730904
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: ppc64 stable wrt bug #730902
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: ppc64 stable wrt bug #730900
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: ppc stable wrt bug #730904
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: ppc stable wrt bug #730902
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: ppc stable wrt bug #730900
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: arm stable wrt bug #730902
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: arm stable wrt bug #730900
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: amd64 stable wrt bug #730906
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: amd64 stable wrt bug #730904
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: amd64 stable wrt bug #730902
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: amd64 stable wrt bug #730900
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 10.1.0: cut 3 patchset
Four new patches: + 33_all_avx512-scalar-PR95528.patch: fix ICE on small avx512 unpack + 34_all_cet-cross-x86.patch: backport CET cross-compilation fix + 35_all_ICE-array-subscript-PR95508.patch: fix ICE on some C++ array subscripts + 36_all_fno-delayed-branch.patch: disable -fdelayed-branch to to fix python mis-compilation. Bug: https://gcc.gnu.org/PR95528 Bug: https://bugs.gentoo.org/727028 Bug: https://gcc.gnu.org/94998 Bug: https://bugs.gentoo.org/729074 Bug: https://gcc.gnu.org/PR95508 Bug: https://bugs.gentoo.org/729434 Reported-by: Jeroen Roovers Bug: https://gcc.gnu.org/PR96015 Bug: https://bugs.gentoo.org/729570. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 11.0.0: cut 2 patchset
Two new patches: + 29_all_plugin-objdump.patch: detect tool-prefixed objdump + 30_all_fno-delayed-branch.patch: disable -fdelayed-branch to to fix python mis-compilation. Bug: https://gcc.gnu.org/PR95648 Reported-by: Jeroen Roovers Bug: https://gcc.gnu.org/PR96015 Bug: https://bugs.gentoo.org/729570 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
sys-devel/gcc: stable 8.4.0 for hppa, bug #717960
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 10.1.0: cut 2 patchset
Four new patches: + 29_all_fix-float-hang-PR95118.patch: fix looping in printing real numbers + 30_all_lto-intl-workaround-PR95194.patch: add a workaround to fix gettext LTO + 31_all_ctor-range-PR95241.patch: fix constexpr constructors with ranges + 32_all_plugin-objdump.patch: user tuple-prefixed objdump Bug: https://gcc.gnu.org/PR95118 Closes: https://bugs.gentoo.org/722774 Reported-by: Andrew Savchenko Bug: https://gcc.gnu.org/PR95194 Closes: https://bugs.gentoo.org/723370 Bug: https://gcc.gnu.org/PR95241 Closes: https://bugs.gentoo.org/726644 Bug: https://gcc.gnu.org/PR95648 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 6.5.0: fix patchset numbering
-r2 was not a patchset bump, it should have been. -r1 was a patchset bump by accident. The change reverts -r1 back to patchset 3, -r2 is on patchset 4 now. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 4.9.4: cut 2 patchset
Two new patches: + 102_all_ustat-sparc.patch: tweak asan for moder glibc + 103_all_whitespace-pa.patch: backport whitespace change Reported-by: Jeroen Roovers Bug: https://bugs.gentoo.org/725676 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 5.5.0: cut 3 patchset
Two new patches: + 26_all_libcpp-ar.patch: respect user's AR + 27_all_alignof-failure-PR90736.patch: avoid gcc ICE in templates Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/718004 Bug: https://gcc.gnu.org/PR94657 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 6.5.0: cut 4 patchset
Two new patches: + 26_all_libcpp-ar.patch: respect user's AR + 27_all_alignof-failure-PR90736.patch: avoid gcc ICE in templates Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/718004 Bug: https://gcc.gnu.org/PR94657 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 7.5.0: cut 3 patchset
One new patch: - 29_all_libcpp-ar.patch: respect user's AR Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/718004 Bug: https://gcc.gnu.org/PR94657 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 8.4.0: cut 2 patchset
Two new patches: + 29_all_libcpp-ar.patch: respect user's AR + 30_all_alignof-failure-PR90736.patch: avoid gcc ICE in templates Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/718004 Bug: https://gcc.gnu.org/PR94657 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 9.3.0: cut 3 patchset
One new patch: - 29_all_libcpp-ar.patch: respect user's AR Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/718004 Bug: https://gcc.gnu.org/PR94657 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: cut patchset 1 for live ebuilds, bug #725682
One change compared to previous patchset: - refresh 04_all_nossp-on-nostdlib.patch patchset Reported-by: Jeroen Roovers Closes: https://bugs.gentoo.org/725682 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: drop most 4.x compilers
Let's keep only 4.9.4 as the olderst available version for now. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: drop 3.x versions
These are very old versions. Let's finally drop them. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: use gcc-10.1.0 patchset against live ebuilds
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: switch live versions to BDEPEND-style deps
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: bump up to 10.1.0
10.1.0 patchset is a copy/refresh of patches from 9.3.0: Changes are: 2 upstreamed patches are removed: - 12_all_pr55930-dependency-tracking.patch - 25_all_ia64-bootstrap.patch 1 patch is updated: - 11_all_extra-options.patch is split in two: + 27_all_EXTRA_OPTIONS-z-now.patch + 28_all_EXTRA_OPTIONS-fstack-clash-protection.patch Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: update gcc-10 live ebuild version
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: switch gcc master to 11.0.0 version
Reported-by: Arfrever Frehtes Taifersar Arahesis Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: x86 stable wrt bug #717960
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: sparc stable wrt bug #717960
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: s390 stable wrt bug #717960
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: ppc64 stable wrt bug #717960
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: ppc stable wrt bug #717960
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: arm stable wrt bug #717960
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/gcc: amd64 stable wrt bug #717960
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
sys-devel/gcc: arm64 stable (bug #717956)
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
*/*: downgrade m68k down to ~m68k
m68k and ~m68k trees are inconsistent. Let's drop keywords down to ~m68k only. Profiles already accept both keywords: ACCEPT_KEYWORDS="m68k ~m68k" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
sys-devel/gcc: arm64 stable (bug #717960)
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: ppc64 stable wrt bug #717956
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: ppc stable wrt bug #717956
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: arm stable wrt bug #717956
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: x86 stable wrt bug #717956
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: sparc stable wrt bug #717956
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: s390 stable wrt bug #717956
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/gcc: amd64 stable wrt bug #717956
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 8.3.0: cut 4 patchset
3 new patches: riscv32 ABI patch and libsanitiser patch Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
sys-devel/gcc: arm64 stable (bug #711386)
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 5.5.0: fix pie patchset
make 40_all_gcc49_config_esp.patch -p1 appliable. Before the change patch silently created file in wrong location. Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 5.5.0: cut 2 patchset
Two new patches to handle glibc-2.31 struct changes: + 36_all_libsanitizer-p1.patch + 37_all_libsanitizer-p2.patch While at it switch to EAPI=7, twea pie patches to be -p1 appliable. Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jeroen Roovers · gentoo
sys-devel/gcc: Stable for HPPA
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Jeroen Roovers <jer@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: refresh live ebuild against latest patchset
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 9.3.0: cut 2 patchset
One new patch: + 28_all_hppa-faster-synth_mult.patch: speed up xxhash compilation on hppa One old patch is split in two: - 04_all_default-ssp-fix.patch + 04_all_nossp-on-nostdlib.patch + 27_all_default_ssp-buffer-size.patch to separate two independent fixes. Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Matt Turner · gentoo
*/*: Drop stable ia64 keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
*/*: Discontinue Gentoo SuperH port
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 2 patchset for 6.5.0
Two new patches to add sanitizer compatibility with glibc-2.31: + 23_all_libsanitizer-p1.patch + 24_all_libsanitizer-p2.patch Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 2 patchset for 7.5.0
Two new patches to add sanitizer compatibility with glibc-2.31: + 22_all_libsanitizer-p1.patch + 23_all_libsanitizer-p2.patch Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
sys-devel/gcc: arm64 stable (bug #711388)
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/gcc: sh stable wrt bug #711388
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sh" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Mikle Kolyada · gentoo
sys-devel/gcc: sh stable wrt bug #711386
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sh" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: rebase live ebuild against 9.3.0-1 patchset
Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: bump up to 9.3.0
9.3.0: cut initial patchset, a copy of 9.2.0 patches All patches removed are backports: - 27_all_sparc-PIC-constant-PR91472.patch - 28_all_sparc-fpu-subregs-91269.patch - 29_all_mips_split_move-SEGV.patch - 30_all_arm64-march-native.patch - 31_all_openmp-for-SEGV.patch - 32_all_sparc-PIC-constant-part2.patch - 33_all_extend-lifetime.patch - 34_all_ia64-neg-insn-cost.patch - 35_all_glibc-2.31-libsanitizer-1.patch - 36_all_glibc-2.31-libsanitizer-2.patch - 37_all_whitespace-pa.patch Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 9.2.0: cut 6 patchset
Single new patch: - 37_all_whitespace-pa.patch: fix hppa target built with gcc-10 Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: bump up to 8.4.0, patchset 1
patchset 1, is a copy of 8.3.0 patchset without upstreamed patches. The only change from 8.3.0 is removal of 3 upstreamed patches: - 16_all_sh_textrel-on-libitm.patch - 27_all_flto-make-all.patch - 28_all_i386_retpoline-and-jumptable.patch Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: ia64 stable wrt bug #711386
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: ppc64 stable wrt bug #711386
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: ia64 stable wrt bug #711388
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: arm stable wrt bug #711386
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: s390 stable wrt bug #711386
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: ppc64 stable wrt bug #711388
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: ppc stable wrt bug #711386
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: amd64 stable wrt bug #711386
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: x86 stable wrt bug #711388
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: x86 stable wrt bug #711386
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: arm stable wrt bug #711388
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: sparc stable wrt bug #711388
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: sparc stable wrt bug #711386
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: s390 stable wrt bug #711388
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: ppc stable wrt bug #711388
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: amd64 stable wrt bug #711388
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: drop upstreamed libatomic patch, bug #710522
Reported-by: andy Closes: https://bugs.gentoo.org/710522 Bug: https://gcc.gnu.org/PR55930 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: drop unused PATCHES= assignment
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 9.2.0: cut 5 patchset
Three new patches: + 34_all_ia64-neg-insn-cost.patch: fix lz4 code generation on ia64 + 35_all_glibc-2.31-libsanitizer-{1,2}.patch: fix build against glibc-2.31 Closes: https://bugs.gentoo.org/707958 Bug: https://gcc.gnu.org/PR88879 Closes: https://bugs.gentoo.org/708346 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
sys-devel/gcc: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Bump copyright on files touched this year
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: allow negative insn cost, bug #707958
Apply the patch right on stable ebuild to unblock catalyst builds for ia64. Reported-by: Matt Turner Bug: https://bugs.gentoo.org/707958 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: match live ebuild version with upstream's
Closes: https://bugs.gentoo.org/706240 Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
*/*: Drop stable alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: add live ebuild for gcc-master
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: drop 7.3.0-r6 again
Closes: https://bugs.gentoo.org/701050 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 9.2.0: cut 4 patchset
4 new patches: - 27_all_sparc-PIC-constant-PR91472.patch: fix PIC register alocation (bug detected by gmp test suite) - 31_all_openmp-for-SEGV.patch: fix opemnmp for loop condition folding - 32_all_sparc-PIC-constant-part2.patch: fix PIC register allocation (bug detected by python regressin) - 33_all_extend-lifetime.patch: fix lifetime extension on ':?' operator (bug detected by firefox LTO build Bug: https://gcc.gnu.org/PR91472 Bug: https://bugs.gentoo.org/699938 Bug: https://gcc.gnu.org/PR92504 Bug: https://bugs.gentoo.org/697708 Bug: https://gcc.gnu.org/PR92095 Bug: https://bugs.gentoo.org/701866 Bug: https://gcc.gnu.org/PR92831 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: restore 7.3.0-r6, bug #701050
This reverts commit 242ab93fca9d6a746bf5eb5ba6c351d10997b0db. In bug #701050 users claim that gcc-7.3.0 is the only working version that works. It's not clear why yet. Let's restore it for the time being. While at it bump up to EAPI=7. Bug: https://bugs.gentoo.org/701050 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: drop gcc-5.* keywords down to ~arch
gcc-5 branch is masked on modern profiles. We will not maintain stable keywords there. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/gcc: arm stable wrt bug #698646
Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
sys-devel/gcc: stable 9.2.0-r2 for hppa, bug #698646
Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: bump up to 7.5.0, 1 patchset
The difference from 7.4.0 is a single dropped patch: - 21_all_kr-decl-PR88214.patch: backported upstream Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: ia64 stable wrt bug #698646
Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: ppc stable wrt bug #698646
Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
sys-devel/gcc-9.2.0-r2: alpha stable, bug 698646
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: ppc64 stable wrt bug #698646
Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
sys-devel/gcc-9.2.0-r2: sparc stable, bug 698646
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 4.6.4: cut 2 patchset
Single patch update: 97_all_cgraph_node-gcc-9.patch: allow gcc-9.2 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 4.5.4: cut 2 patchset
Single patch update: 102_all_cgraph_node-gcc-9.patch: allow gcc-9.2 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 4.4.7: cut 2 patchset
Single patch update: 99_all_cgraph_node-gcc-9.patch: allow gcc-9.2 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 4.3.6: cut 2 patchset
Single patch update: 98_all_cgraph_node-gcc-9.patch: allow gcc-9.2 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 4.2.4: cut 2 patchset
Single patch update: 98_all_cgraph_node-gcc-9.patch: allow gcc-9.2 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 4.0.4: cut 2 patchset
Single patch update: 98_all_cgraph_node-gcc-9.patch: allow gcc-9.2 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/gcc: s390 stable wrt bug #698646
Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="s390" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
sys-devel/gcc: x86 stable (bug #698646)
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/gcc: amd64 stable wrt bug #698646
Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
sys-devel/gcc: arm64 stable (bug #698646)
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.78, Repoman-2.3.17 - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 8.3.0: cut 3 patchset
Dropped patch: - 27_all_sparc-PIC-constant-PR91472.patch: restore python codegen on sparc While at it switched to EAPI=7 to add support for selective stripping. Closes: https://bugs.gentoo.org/697708 Closes: https://bugs.gentoo.org/686512 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 9.2.0: cut 3 patchset
New patch: + 30_all_arm64-march-native.patch: fix -march= ordering handling on arm64 Dropped patch: - 27_all_sparc-PIC-constant-PR91472.patch: restore python codegen on sparc While at it switched to EAPI=7 to add support for selective stripping. Bug: https://bugs.gentoo.org/697708 Bug: https://bugs.gentoo.org/695420 Bug: https://bugs.gentoo.org/686512 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/gcc: m68k stable wrt bug #685144
Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="m68k" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Mikle Kolyada · gentoo
sys-devel/gcc: sh stable wrt bug #685144
Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="sh" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/gcc: sh stable wrt bug #694998
Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="sh" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Mikle Kolyada · gentoo
sys-devel/gcc: m68k stable wrt bug #694998
Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="m68k" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Mikle Kolyada · gentoo
sys-devel/gcc: arm stable wrt bug #694998
Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Mikle Kolyada · gentoo
sys-devel/gcc: m68k stable wrt bug #694996
Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="m68k" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Mikle Kolyada · gentoo
sys-devel/gcc: sh stable wrt bug #694996
Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="sh" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Mikle Kolyada · gentoo
sys-devel/gcc: arm stable wrt bug #694996
Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: de-stabilize gcc-4.*
These compilers are not frequently used and yet patchsets get updated with time. Don't claim these ebuilds are stable. Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 4.1.2: fix build against gcc-9.2.0
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: bump 3.4.6 up to EAPI=6
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: de-stabilize gcc-3.*
These compilers are not frequently used and yet patchsets get updated with time. Don't claim these ebuilds are stable. Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: bump 3.3.6 up to EAPI=6
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 6.4.0: drop empty uclibc patches
commit bd758f25 ("toolchain.eclass: isolate 'epatch' into 'tc_apply_patches'") slightly changed the way how patches are applied in empty directories: it started failing to apply patches (to ease catching mismatch in requested and applied patches). The change is to drop empty uclibc versioning. Reported-by: Stephan Litterst Closes: https://bugs.gentoo.org/698188 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 7.4.0: drop unappliable 23_all-pgo.patch
23_all-pgo.patch used not to apply due to mis-named patch. commit bd758f25a8246 ("toolchain.eclass: isolate 'epatch' into 'tc_apply_patches'") started applying all patches unconditionall and exposed the problem. The change reverts back to previous patches (misses exactly that patch). Reported-by: Samuel Bernardo Closes: https://bugs.gentoo.org/698130 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
sys-devel/gcc: arm64 stable (bug #694998)
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.77, Repoman-2.3.17 - Aaron Bauman · gentoo
sys-devel/gcc: arm64 stable (bug #694996)
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.77, Repoman-2.3.17 - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
sys-devel/gcc-6.5.0-r1: alpha stable, bug 694996
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Matt Turner · gentoo
sys-devel/gcc-7.4.0-r2: alpha stable, bug 694998
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Remove remaining *-fbsd keywords
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: s390 stable wrt bug #694998
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: s390 stable wrt bug #694996
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
sys-devel/gcc: stable 7.4.0-r2 for hppa/sparc, bug #694998
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
sys-devel/gcc: x86 stable (bug #694998)
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
sys-devel/gcc: x86 stable (bug #694996)
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Mikle Kolyada · gentoo
sys-devel/gcc: amd64 stable wrt bug #694998
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Mikle Kolyada · gentoo
sys-devel/gcc: amd64 stable wrt bug #694996
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: stable 7.4.0-r2 for ppc64, bug #694998
Package-Manager: Portage-2.3.76, Repoman-2.3.17 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: stable 6.5.0-r1 for ppc64, bug #694996
Package-Manager: Portage-2.3.76, Repoman-2.3.17 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: stable 7.4.0-r2 for ppc, bug #694998
Package-Manager: Portage-2.3.76, Repoman-2.3.17 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: stable 6.5.0-r1 for ppc, bug #694996
Package-Manager: Portage-2.3.76, Repoman-2.3.17 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
sys-devel/gcc: stable 6.5.0-r1 for hppa/sparc, bug #694996
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 8.3.0: cut 2 patchset
3 new backports: + 29_all_ia64-bootstrap.patch: fix bootstrap on ia64 (debug wibble) + 30_all_sparc-PIC-constant-PR91472.patch: fix -fPIE sparc codegen + 31_all_sparc-fpu-subregs-91269.patch: fix -fPIE sparc codegen Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 9.2.0: cut 2 patchset
3 new backports: + 27_all_sparc-PIC-constant-PR91472.patch: fix -fPIE sparc codegen + 28_all_sparc-fpu-subregs-91269.patch: fix another -fPIE sparc codegen + 29_all_mips_split_move-SEGV.patch: fix crashes on mips16 code Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: stable 7.4.0-r2 for ia64, bug #694998
Package-Manager: Portage-2.3.76, Repoman-2.3.17 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: stable 6.5.0-r1 for ia64, bug #694996
Package-Manager: Portage-2.3.76, Repoman-2.3.17 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: bump up to 9.2.0
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: bump up to 2 patchset for 3.3.6
Two new patches: 93_all_gperf-inline.patch: fix gcj compilation on modern gcc. 94_all_flag_jni.patch: fix gcj compilation on modern gcc. Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: bump patchset to 2 for 3.4.6
Single new patch: 93_all_gperf-inline.patch: fix gcj compilation on modern gcc. Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
sys-devel/gcc: stable 8.3.0-r1 for hppa, bug #685144
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 3.3.6: cut 1.11 patchset
Single new patch: 92_all_ucontext-to-ucontext_t.patch:fix libjava build on modern glibc Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 3.4.6: cut 1.9 patchset
Two new patches: 91_all_ucontext-to-ucontext_t.patch: fix libjava build on modern glibc 92_all_libtool-pass-all.patch: Unbreak libc and libm detection by libtool when those are linker scripts. Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 4.0.4: cut 1.5 patchset
Two new patches: 87_all_libjava-ucontext.patch: fix libjava build on modern glibc 88_all_cgraph_node-gcc-9.patch: workaround buid failure against gcc-9.1.0 Closes: https://bugs.gentoo.org/629502 Bug: https://gcc.gnu.org/PR90677 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 4.1.2: cut 1.8 patchset
Two new patches: 97_all_libjava-ucontext.patch: fix libjava build on modern glibc 98_all_cgraph_node-gcc-9.patch: workaround buid failure against gcc-9.1.0 Closes: https://bugs.gentoo.org/629502 Bug: https://gcc.gnu.org/PR90677 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 4.2.4: cut 1.6 patchset
Three new patches: 94_all_gcc-libgomp-no-werror.patch: disable -Werror on libgomp 95_all_libjava-ucontext.patch: fix libjava build on modern glibc 96_all_cgraph_node-gcc-9.patch: workaround buid failure against gcc-9.1.0 Closes: https://bugs.gentoo.org/629502 Bug: https://gcc.gnu.org/PR90677 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 4.3.6: cut 1.4 patchset
Two new patches: 98_all_libjava-ucontext.patch: fix libjava build on modern glibc 99_all_cgraph_node-gcc-9.patch: workaround buid failure against gcc-9.1.0 Closes: https://bugs.gentoo.org/629502 Bug: https://gcc.gnu.org/PR90677 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 4.4.7: cut 1.5 patchset
Two new patches: 98_all_libjava-ucontext.patch: fix libjava build on modern glibc 99_all_cgraph_node-gcc-9.patch: workaround buid failure against gcc-9.1.0 Closes: https://bugs.gentoo.org/629502 Bug: https://gcc.gnu.org/PR90677 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 4.5.4: cut 1.5 patchset
Three new patches: 101_all_libjava-ucontext.patch: fix libjava build on modern glibc 102_all_cgraph_node-gcc-9.patch: workaround buid failure against gcc-9.1.0 103_all_gcc-gperf-gnu-inline.patch: fix inline declaration for modern gcc Closes: https://bugs.gentoo.org/629502 Bug: https://gcc.gnu.org/PR90677 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 4.6.4: cut 1.5 patchset
Three new patches: 95_all_libjava-ucontext.patch: fix libjava build on modern glibc 96_all_gcc-gperf-gnu-inline.patch: fix inline declaration for modern gcc 97_all_cgraph_node-gcc-9.patch: workaround buid failure against gcc-9.1.0 Closes: https://bugs.gentoo.org/629502 Bug: https://gcc.gnu.org/PR90677 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 4.7.4: cut 1.6 patchset
Single patch to fix libjava build on glibc-2.28 (ucontext changes). Closes: https://bugs.gentoo.org/629502 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 4.8.5: cut 1.5 patchset
Four new patches: 96_all_stage1-ldflags.patch: fix LDFLAGS passing to STAGE1 97_all_libjava-ucontext.patch: fix ucontext definition for glibc-2.28 98_all_asan-signal_h.patch: fix signal declarations for glibc-2.28 99_all_libsanitizer-res_state-glibc-2.28.patch: fix libsanitizer for glibc-2.28 Closes: https://bugs.gentoo.org/629502 Closes: https://bugs.gentoo.org/671568 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 4.9.4: cut 1.4 patchset
Three new patches: 99_all_remove-lieee.patch: don't require empty libieee presence on glibc. 100_all_avoid-ustat-glibc-2.28.patch: fix libsanitizer build against glibc-2.28 101_all_libsanitizer-libbacktrace-Werror.patch: drop -Werror Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 6.5.0: cut 2 patchset
Single new patch: fix std::pair ABI deviation in 6.5 branch. This change will once again break ABI for existing 6.5 users but longer-term it should be more compatible with rest of gcc branches. Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 7.4.0: cut 1.3 patchset
Single new patch to backport PGO fix. Bug: https://bugs.gentoo.org/677724 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: 9.1.0: cut 1.1 patchset
Three new patches: 26_all_ipa-incomplete.patch: fix ICE on pcsx2 package 27_all_es-po.patch: fix ICE on es lcoales 28_all_disable-riscv32-ABIs.patch: disable unconditional riscv32 ABIs Bug: https://gcc.gnu.org/PR90303 Closes: https://bugs.gentoo.org/686930 Bug: https://gcc.gnu.org/PR90528 Closes: https://bugs.gentoo.org/686076 Bug: https://gcc.gnu.org/PR90419 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
sys-devel/gcc: re-keyword ~riscv
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: ia64 stable wrt bug #685144
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ia64" - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
sys-devel/gcc: Add patch disabling riscv 32bit ABIs
For more information see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90419 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/gcc: ppc64 stable wrt bug #685144
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc64" - Agostino Sarubbo · gentoo
sys-devel/gcc: ppc stable wrt bug #685144
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc" - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/gcc: s390 stable wrt bug #685144
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="s390" - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/gcc: arm stable wrt bug #685144
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="arm" - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
sys-devel/gcc: stable 8.3.0-r1 for sparc, bug #685144
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
sys-devel/gcc: x86 stable (bug #685144)
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
sys-devel/gcc: arm64 stable (bug #685144)
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="arm64" - Repository mirror & CI · gentoo
Merge updates from master - Tobias Klausmann · gentoo
sys-devel/gcc-8.3.0-r1: alpha stable
Bug: http://bugs.gentoo.org/685144 Signed-off-by: Tobias Klausmann <klausman@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/gcc: amd64 stable wrt bug #685144
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: bump up to 9.1.0
Cut 1.0 patchset, a copy of 8.3.0 patches (safe backports). Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Andreas K. Hüttel · gentoo
sys-devel/gcc: Dont build 32bit ABIs on riscv, not supported by glibc
Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: fix ia64 bootstrap
On ia64 stage2/3 comparison fails due to label wibble. Bug: https://gcc.gnu.org/87338 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
sys-devel/gcc: arm64 stable (bug #678254)
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 1.1 patchset for 8.3.0
Three new patches: - 26_all_overridable_native.patch - 27_all_flto-make-all.patch - 28_all_i386_retpoline-and-jumptable.patch This is also the first EAPI=6 gcc ebuild. Closes: https://bugs.gentoo.org/679738 Closes: https://bugs.gentoo.org/682018 Closes: https://bugs.gentoo.org/682218 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: stable 8.2.0-r6 for ia64, bug #678254
Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
sys-devel/gcc-8.2.0-r6: alpha stable, bug 678254
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: stable 8.2.0-r6 for hppa, bug #678254
Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/gcc: s390 stable wrt bug #678254
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="s390" - Mikle Kolyada · gentoo
sys-devel/gcc: m68k stable wrt bug #678254
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="m68k" - Mikle Kolyada · gentoo
sys-devel/gcc: sh stable wrt bug #678254
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="sh" - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/gcc: arm stable wrt bug #678254
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="arm" - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: stable 8.2.0-r6 for ppc/ppc64, bug #678254
Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
sys-devel/gcc: x86 stable (bug #678254)
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/gcc: amd64 stable wrt bug #678254
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: bump up to 8.3.0, patchset 1.0
It's a verbatim copy of 8.2.0 patchset with upstreamed patches removed. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 1.2 patchset for 7.4.0
One new patch and one update: U 01_all_default-fortify-source.patch: make _FORTIFY_SOURCE portable + 21_all_kr-decl-PR88214.patch: fix SIGSEVs on net-analyzer/netcat Reported-by: ernsteiswuerfel Closes: https://bugs.gentoo.org/672032 Reported-and-tested-by: Martin Kletzander Tested-by: Tomáš Mózes Bug: https://bugs.gentoo.org/621036 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: stabilize 8.2.0-r6 eary on sparc, bug #667032
Currently gcc-7.3.0 and gcc-7.4.0 experience mysterious crashes on Niagara ships (see #667032 for details). The current workaround is not to use gcc-7.x on them. Let's stable 8.x early while debugging happens. Reported-by: Ben Kohler Bug: https://bugs.gentoo.org/667032 Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-devel/gcc: bump up to 1.7 patchset
Two new patches: + 114_all_kr-decl-PR88214.patch: ICE on k&r declarations + 115_all_avx2-SIGSEGV-PR86871.patch: ICE in vectorizer Bug: https://bugs.gentoo.org/672032 Bug: https://bugs.gentoo.org/657060 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: bump up to 5.5.0, patchset 1.0
The only changes from 5.4.0 patches are: - removed backported and upstreamed patches - dropped gcc.info doc patches Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: bump up to 7.4.0, 1.1 patchset
Compared to 7.3.0 patchset base single patch update: 01_all_default-fortify-source.patch: simplify _FORTIFY_SOURCE macro definition Bug: https://bugs.gentoo.org/621036 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 8.2.0: cut 1.6 patchset
Single patch update: U 10_all_default-fortify-source.patch: simplify _FORTIFY_SOURCE default. Reported-by: Martin Kletzander Bug: https://bugs.gentoo.org/621036 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 1.11 patchset for 5.4.0
Eight new patches: + 99_all_remove-lieee.patch: drop assumed -lieee from -mieee-fp + 100_all_libgfortran-Werror.patch: + 101_all_libgomp-Werror.patch + 102_all_libitm-Werror.patch + 103_all_libatomic-Werror.patch + 104_all_libbacktrace-Werror.patch + 105_all_libsanitizer-libbacktrace-Werror.patch: pull in all -Werror patches from 8.2.0 + 106_all_libstdcxx-no-vtv.patch: drop libvtv RPATH from libstdc++ Bug: https://bugs.gentoo.org/667104 Bug: https://bugs.gentoo.org/475350 Bug: https://bugs.gentoo.org/229059 Bug: http://gcc.gnu.org/PR38436 Bug: https://bugs.gentoo.org/433435 Bug: http://gcc.gnu.org/PR54724 Bug: https://bugs.gentoo.org/582524 Bug: https://gcc.gnu.org/PR85884 Closes: https://bugs.gentoo.org/621178 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 6.5.0-1 patchset, a copy of 6.4.0-1.8
The only different from 6.4.0-1.8 patchset is dropped patches that are already upstream. 22 patches: + 01_all_default-fortify-source.patch + 02_all_default-warn-format-security.patch + 03_all_default-warn-trampolines.patch + 04_all_default-ssp-fix.patch + 05_all_alpha-mieee-default.patch + 06_all_arm_armv4t-default.patch + 07_all_ia64_note.GNU-stack.patch + 08_all_superh_default-multilib.patch + 09_all_libiberty-asprintf.patch + 10_all_libiberty-pic.patch + 11_all_nopie-all-flags.patch + 12_all_extra-options.patch + 13_all_pr55930-dependency-tracking.patch + 14_all_asan-signal_h.patch + 15_all_respect-build-cxxflags.patch + 16_all_libgfortran-Werror.patch + 17_all_libgomp-Werror.patch + 18_all_libitm-Werror.patch + 19_all_libatomic-Werror.patch + 20_all_libbacktrace-Werror.patch + 21_all_libsanitizer-libbacktrace-Werror.patch + 22_all_libstdcxx-no-vtv.patch Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 1.8 patchset for 6.4.0
Eight new patches: + 103_all_remove-lieee.patch: drop assumed -lieee from -mieee-fp + 104_all_libgfortran-Werror.patch: + 105_all_libgomp-Werror.patch + 106_all_libitm-Werror.patch + 107_all_libatomic-Werror.patch + 108_all_libbacktrace-Werror.patch + 109_all_libsanitizer-libbacktrace-Werror.patch: pull in all -Werror patches from 8.2.0 + 110_all_libstdcxx-no-vtv.patch: drop libvtv RPATH from libstdc++ Bug: https://bugs.gentoo.org/667104 Bug: https://bugs.gentoo.org/475350 Bug: https://bugs.gentoo.org/229059 Bug: http://gcc.gnu.org/PR38436 Bug: https://bugs.gentoo.org/433435 Bug: http://gcc.gnu.org/PR54724 Bug: https://bugs.gentoo.org/582524 Bug: https://gcc.gnu.org/PR85884 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 1.8 patchset for 7.3.0
Five new patches: + 101_all_remove-lieee.patch: drop assumed -lieee from -mieee-fp + 102_all_libgfortran-Werror.patch: + 103_all_libgomp-Werror.patch + 104_all_libitm-Werror.patch + 105_all_libatomic-Werror.patch + 106_all_libbacktrace-Werror.patch + 107_all_libsanitizer-libbacktrace-Werror.patch: pull in all -Werror patches from 8.2.0 + 108_all_libstdcxx-no-vtv.patch: drop libvtv RPATH from libstdc++ Bug: https://bugs.gentoo.org/667104 Bug: https://bugs.gentoo.org/475350 Bug: https://bugs.gentoo.org/229059 Bug: http://gcc.gnu.org/PR38436 Bug: https://bugs.gentoo.org/433435 Bug: http://gcc.gnu.org/PR54724 Bug: https://bugs.gentoo.org/582524 Bug: https://gcc.gnu.org/PR85884 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 1.5 patchset for 8.2.0
3 new patches: + 111_all_ubd-hog-PR85704.patch: fix initialization of empty structs U 105_all_libgfortran-Werror.patch: patch configure.ac as well + 112_all_libstdcxx-no-vtv.patch: drop libstdc++ libking against libvtv + 113_all_ICE-on-strncmp-PR87099.patch: fix SIGSEGV on strncmp() VRP checks Closes: https://gcc.gnu.org/PR85704 Closes: https://bugs.gentoo.org/582524 Bug: https://gcc.gnu.org/PR85884 Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/668044 Bug: https://gcc.gnu.org/PR87099 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 1.4 patchset for 8.2.0
Six new patches. All disable -Werror: + 105_all_libgfortran-Werror.patch + 106_all_libgomp-Werror.patch + 107_all_libitm-Werror.patch + 108_all_libatomic-Werror.patch + 109_all_libbacktrace-Werror.patch + 110_all_libsanitizer-Werror.patch 105..109 are picked from 4.9.x patchset. 110 is new. Reported-by: Jeroen Roovers Bug: https://bugs.gentoo.org/667104 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old 2.95.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 1.10 patchset for 3.3.6
Three new patches: + 89_all_gcc-3.3.x-ucontext.patch: Port to glibc-2.26, Fix by Christian Schmidt + 90_all_libtool-pass-all.patch: fix auto-detection of -lc and -lm by libtool + 91_all_libexec-gcc-binutils.patch: add /usr/libexec/gcc/<TARGET> for executables (STANDARD_LIBEXEC_PREFIX) Closes: https://bugs.gentoo.org/664486 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 1.4 patchset for 4.0.4
One new patch: + 86_all_ucontext-to-ucontext_t.patch fix build failure against glibc-2.28 Bug: https://bugs.gentoo.org/629502 Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 1.7 patchset for 4.1.2
One new patch: + 96_all_ucontext-to-ucontext_t.patch fix build failure against glibc-2.28 Bug: https://bugs.gentoo.org/629502 Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 1.5 patchset for 4.2.4
One new patch: + 93_all_ucontext-to-ucontext_t.patch fix build failure against glibc-2.28 Bug: https://bugs.gentoo.org/629502 Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 1.3 patchset for 4.3.6
One new patch: + 92_all_ucontext-to-ucontext_t.patch fix build failure against glibc-2.28 Bug: https://bugs.gentoo.org/629502 Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 1.4 patchset for 4.4.7
One new patch and one update: U 93_all_gcc-4.5-cloog-dl.patch + 97_all_ucontext-to-ucontext_t.patch fix build failure against glibc-2.28 Bug: https://bugs.gentoo.org/629502 Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 1.4 patchset for 4.5.4
One new patch and one update: U 93_all_gcc-4.5-cloog-dl.patch + 100_all_ucontext-to-ucontext_t.patch fix build failure against glibc-2.28 Bug: https://bugs.gentoo.org/629502 Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 1.4 patchset for 4.6.4
Two new patches and four removals: - 10_all_default-fortify-source.patch - 11_all_gcc-default-format-security.patch - 12_all_default-warn-trampolines.patch + 34_all_libjava-classpath-locale-sort.patch fix sortting on cs_CZ locale - 99_all_testsuite-01-Wformat.patch + 94_all_ucontext-to-ucontext_t.patch fix build failure against glibc-2.28 Bug: https://bugs.gentoo.org/563710 Bug: https://bugs.gentoo.org/629502 Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 1.5 patchset for 4.7.4
Two new patches and two updates: + 34_all_libjava-classpath-locale-sort.patch fix sortting on cs_CZ locale + 95_all_ucontext-to-ucontext_t.patch fix build failure against glibc-2.28 Bug: https://bugs.gentoo.org/629502 Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 1.4 patchset for 4.8.5
Three new patches and two updates: U 09_all_default-ssp.patch disable stack protector when stage1 is built, fix ffreestanding handling + 34_all_libjava-classpath-locale-sort.patch fix sortting on cs_CZ locale U 74_all_gcc48_cloog-dl.patch update cloog patch + 94_all_gcc-gperf-gnu-inline.patch fix build failure against new gcc + 95_all_ucontext-to-ucontext_t.patch fix build failure against glibc-2.28 Bug: https://bugs.gentoo.org/629502 Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 1.10 patchset for 5.4.0
One new patch: + 98_all_respect-build-cxxflags.patch fix cross-build for arch-specific CXXFLAGS Bug: https://bugs.gentoo.org/581406 Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 1.7 patchset for 6.4.0
Two new patches: + 101_all_x32-fix-eh-return-address.patch fix exception handler ABI on x32 + 102_all_respect-build-cxxflags.patch fix cross-build for arch-specific CXXFLAGS Bug: https://bugs.gentoo.org/664016 Bug: https://bugs.gentoo.org/581406 Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 1.7 patchset for 7.3.0
Three new patches: + 98_all_msp430-partial-int.patch: fix msp430 code generator on complex types + 99_all_x32-fix-eh-return-address.patch fix exception handler ABI on x32 + 100_all_respect-build-cxxflags.patch fix cross-build for arch-specific CXXFLAGS Bug: https://bugs.gentoo.org/664014 Bug: https://bugs.gentoo.org/664016 Bug: https://bugs.gentoo.org/581406 Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 1.3 patchset for 8.2.0
Four new patches: + 101_all_x32-fix-eh-return-address.patch: fix exception handler ABI on x32 + 102_all_respect-build-cxxflags.patch: fix cross-build for arch-specific CXXFLAGS + 103_all_mmix-fix-85666-p1.patch + 104_all_mmix-fix-85666-p2.patch backport mmix support Bug: https://bugs.gentoo.org/664016 Bug: https://bugs.gentoo.org/581406 Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/gcc: sh/m68k stable wrt bug #658444
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 1.9 patchset for 5.4.0-r4
Fix build failure against glibc-2.28: + 96_all_libsanitizer-avoidustat.h-glibc-2.28-part-1.patch + 97_all_libsanitizer-avoidustat.h-glibc-2.28-part-2.patch Package-Manager: Portage-2.3.48, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-2.3.47, Repoman-2.3.10 - Sergei Trofimovich · gentoo
sys-devel/gcc: restore ~arch keywords for 6.4.0-r3
Closes: https://bugs.gentoo.org/662500 Package-Manager: Portage-2.3.47, Repoman-2.3.10 - Sergei Trofimovich · gentoo
sys-devel/gcc: restore ~arch keywords for 7.3.0-r4
Closes: https://bugs.gentoo.org/662500 Package-Manager: Portage-2.3.47, Repoman-2.3.10 - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-2.3.47, Repoman-2.3.10 - Sergei Trofimovich · gentoo
sys-devel/gcc: drop old
Package-Manager: Portage-2.3.47, Repoman-2.3.10 - Sergei Trofimovich · gentoo
sys-devel/gcc: restore ~arch keywords for 8.2.0-r2
Closes: https://bugs.gentoo.org/662500 Package-Manager: Portage-2.3.47, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: 1.6 patchset for 6.4.0-r3
Single new patch: 100_all_isl-include.patch: fix build failure against isl-0.20 Bug: https://bugs.gentoo.org/662500 Package-Manager: Portage-2.3.46, Repoman-2.3.10 - Sergei Trofimovich · gentoo
sys-devel/gcc: 1.6 patchset for 7.3.0-r4
Single new patch: 97_all_isl-include.patch: fix build failure against isl-0.20 Bug: https://bugs.gentoo.org/662500 Package-Manager: Portage-2.3.46, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 1.5 patchset for 6.4.0 (glibc-2.28 support)
Package-Manager: Portage-2.3.46, Repoman-2.3.10 - Sergei Trofimovich · gentoo
sys-devel/gcc: cut 1.5 patchset for 7.4.0 (glibc-2.28 support)
Package-Manager: Portage-2.3.46, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: new 1.2 patchset for 8.2.0
One renamed patch to match _all_ arch selector: - 100_all-isl-include.patch + 100_all_isl-include.patch Reported-by: cyrillic Bug: https://bugs.gentoo.org/662500 Package-Manager: Portage-2.3.46, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: new 1.1 patchset for 8.2.0
3 new patches: + 98_all_sh_textrel-on-libitm.patch: fix TEXTRELs in libitm on sh target + 99_all_m68k-textrel-on-libgcc.patch: fix TEXTRELs in libgcc on m68k target + 100_all-isl-include.patch: fix build failures against isl-0.20 Bug: https://bugs.gentoo.org/662500 Package-Manager: Portage-2.3.46, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: use 8.2.0 patchset for 8.2.0 release
No change to gcc source tree. As EPATCH_EXCLUDE is not used anymore this change happens to workaround spurious QA warning in bug #662586. Bug: https://bugs.gentoo.org/662586 Package-Manager: Portage-2.3.44, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: bump up to 8.2.0 (unkeyworded)
Package-Manager: Portage-2.3.43, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: stable 7.3.0-r3 for hppa, bug #658444
Bug: https://bugs.gentoo.org/658444 Package-Manager: Portage-2.3.43, Repoman-2.3.10 RepoMan-Options: --include-arches="hppa" - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/gcc: arm stable wrt bug #658444
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/gcc: s390 stable wrt bug #658444
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: stable 7.3.0-r3 for ppc64, bug #658444
Bug: https://bugs.gentoo.org/658444 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64" - Repository mirror & CI · gentoo
Merge updates from master - Tobias Klausmann · gentoo
sys-devel/gcc-7.3.0-r3: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/658444 - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: stable 7.3.0-r3 for ppc, bug #658444
Bug: https://bugs.gentoo.org/658444 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc" - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
sys-devel/gcc: stable 7.3.0-r3 for sparc
Bug: https://bugs.gentoo.org/658444 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc" - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-devel/gcc: stable 7.3.0-r3 for ia64, bug #658444
Bug: https://bugs.gentoo.org/658444 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64" - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
sys-devel/gcc-7.3.0-r3: arm64 stable (bug #658444)
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
sys-devel/gcc: x86 stable (bug #658444)
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Jason Zaman · gentoo
sys-devel/gcc: amd64 stable
Gentoo-bug: 658444 Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
sys-devel/gcc: Drop old (including all 7.2)
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
sys-devel/gcc: marked ~ppc-macos
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Sergei Trofimovich · gentoo
sys-devel/gcc: bump 6.4.0 patchset up to 1.4
1 update: - 13_all_default-ssp-fix.patch : fix breakage of -ffreestanding Not assigning any keywords as there is not many changes compares to previous ebuild. Bug: https://bugs.gentoo.org/646440 Package-Manager: Portage-2.3.38, Repoman-2.3.9 - Sergei Trofimovich · gentoo
sys-devel/gcc: bump 7.3.0 patchset up to 1.4
1 new patch, 2 updates:: - 13_all_default-ssp-fix.patch : fix breakage of -ffreestanding - 55_all_extra-options.patch : refrest -fstack-check fixes - 93_all_copy-constructible-fix.patch : fix -O2 enable_if selection Bug: https://bugs.gentoo.org/646440 Package-Manager: Portage-2.3.38, Repoman-2.3.9 - Sergei Trofimovich · gentoo
sys-devel/gcc: bump patchset up to 1.3 for gcc-8.1.0
3 new patches: + 95_all_ia64-TEXTREL.patch : fix TEXTRELs on -rdynamic binaries + 96_all_lto-O2-PR85655.patch : fix gcc -flto SIGSEGV on mariadb + 97_all_disable-systemtap-switch.patch : add --disable-systemtap switch Bug: https://bugs.gentoo.org/566118 Bug: https://bugs.gentoo.org/655518 Bug: https://bugs.gentoo.org/654748 Package-Manager: Portage-2.3.36, Repoman-2.3.9 - Sergei Trofimovich · gentoo
sys-devel/gcc: push 1.2 patchset for 8.1.0
1.2 patchset has 2 new patches: + 93_all_arm-arch.patch: fix broken arm CPU/features autodetection + 94_all_mips-o32-asan.patch: fix asan build breakage on o32 ABI Package-Manager: Portage-2.3.36, Repoman-2.3.9 - Sergei Trofimovich · gentoo
sys-devel/gcc: bump 8.1.0 patchest to 1.1, unkeyworded
No keywords yet as it is very lightly tested. 1.1 patchset has the following update: U 13_all_default-ssp-fix.patch: update ssp patch + 35_all_i386_libgcc_note.GNU-stack.patch: fix executable stack marking + 55_all_extra-options.patch: restore 7.3.0 hardened patch Package-Manager: Portage-2.3.33, Repoman-2.3.9 - Sergei Trofimovich · gentoo
sys-devel/gcc: bump up to 8.1.0 (1.0 patchset), unkeyworded
No keywords yet as it is very lightly tested. 1.0 patchset is a copy of 7.3.0 patchset with the folowing changes: - 11_all_default-warn-format-security.patch tweaked for gcc-8.1.0 - 91_all_bmi-i386-PR-target-81763.patch dropped (was a backport) - 55_all_extra-options.patch dropped, does not apply and needs a port Package-Manager: Portage-2.3.33, Repoman-2.3.9 - Andreas K. Hüttel · gentoo
sys-devel/gcc: Remove old
Package-Manager: Portage-2.3.31, Repoman-2.3.9 - Sergei Trofimovich · gentoo
sys-devel/gcc: bump patchset of 7.3.0 up to 1.2, bug #511548
Single new patch: + 92_all_sh-drop-sysroot-suffix.patch : drop sysroot-suffix Reported-by: Manuel Lauss Bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42947 Closes: https://bugs.gentoo.org/511548 Package-Manager: Portage-2.3.28, Repoman-2.3.9 - Sergei Trofimovich · gentoo
sys-devel/gcc: restore KEYWORDS for 7.3.0-r1
Package-Manager: Portage-2.3.28, Repoman-2.3.9 - Sergei Trofimovich · gentoo
sys-devel/gcc: bump 1.1 patchset: add i386-bmi tweak, bug #649880
Single new patch: + 91_all_bmi-i386-PR-target-81763.patch No keywords yet to verify minmal sanity. Bug: https://bugs.gentoo.org/649880 Bug: https://gcc.gnu.org/PR81763 Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Sergei Trofimovich · gentoo
sys-devel/gcc: stable 6.4.0-r1 for arm, bug #641474
Bug: https://bugs.gentoo.org/641474 Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Jeroen Roovers · gentoo
sys-devel/gcc: Stable for HPPA too.
Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --ignore-arches - Markus Meier · gentoo
sys-devel/gcc: arm stable, bug #638030
Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="arm" - Andreas K. Hüttel · gentoo
sys-devel/gcc: Restore keywords of gcc 7.3.0
Package-Manager: Portage-2.3.20, Repoman-2.3.6 - Sergei Trofimovich · gentoo
sys-devel/gcc: drop unused variables, use 7.3.0 patchset for gcc-7.3.0
Package-Manager: Portage-2.3.20, Repoman-2.3.6 - Andreas K. Huettel · gentoo
sys-devel/gcc: Version bump, untested, unkeyworded
Package-Manager: Portage-2.3.20, Repoman-2.3.6 - Michał Górny · gentoo
*/*: Remove sparc-fbsd keywords - Sergei Trofimovich · gentoo
sys-devel/gcc: restore ~arch keywords for static+pie fixes, bug #641474
Bug: https://bugs.gentoo.org/641474 Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Sergei Trofimovich · gentoo
sys-devel/gcc: fix building against glibc-2.26 (ucontext_t change), bug #629502#c20
Single patch to fix built failure: - 97_all_libjava-ucontext.patch Applied to gcc-5.9.4, -5.4.0-r4, -6.4.0-r1 Reported-by: Andrey Grozin Bug: https://bugs.gentoo.org/643390 Closes: https://bugs.gentoo.org/629502#c20 Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Mike Frysinger · gentoo
sys-devel/gcc: mark 5.4.0-r4 m68k/s390/sh stable - Sergei Trofimovich · gentoo
sys-devel/gcc: bump 6.4.0 and 7.2.0 patchsets, bug #641474
Two new patches for a single issue: - 95_all_static_override_pie.patch - 96_all_powerpc_pie.patch First fixes -static handling for --default-pie compiler. Second fixes to use proper startup files for --default-pie on powerpc. This should unbreak 17.0 profiles at least for powerpc. Dropped keywords until minimal testing is done for other arches. Bug: https://bugs.gentoo.org/641474 Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Anthony G. Basile · gentoo
sys-devel/gcc: bump 4.7.4, 4.8.5, 5.4.0-r4 to EAPI=5, bug #642316
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Signed-off-by: Matthias Maier <tamiko@gentoo.org> Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --force - Mart Raudsepp · gentoo
sys-devel/gcc-6.4.0: arm64 stable
Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="arm64" - Matt Turner · gentoo
sys-devel/gcc-6.4.0: alpha stable, bug 638030 - Andreas K. Hüttel · gentoo
sys-devel/gcc: Drop gcc-6.3.0
Package-Manager: Portage-2.3.16, Repoman-2.3.6 - Sergei Trofimovich · gentoo
sys-devel/gcc: stable 6.4.0 for sparc, bug #638030 (thanks to Rolf Eike Beer)
Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" - Anthony G. Basile · gentoo
sys-devel/gcc: add UCLIBC_VER="1.0" to fix uclibc-ng
Package-Manager: Portage-2.3.13, Repoman-2.3.3 - Sergei Trofimovich · gentoo
sys-devel/gcc: stable 6.4.0 for ia64, bug #638030
Package-Manager: Portage-2.3.14, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64" - Sergei Trofimovich · gentoo
sys-devel/gcc: stable 6.4.0 for ppc/ppc64, bug #638030
Package-Manager: Portage-2.3.14, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc ppc64" - Andreas K. Hüttel · gentoo
sys-devel/gcc: Drop gcc 7.1
Package-Manager: Portage-2.3.14, Repoman-2.3.6 - Andreas K. Hüttel · gentoo
sys-devel/gcc: Re-add keywords to 7.2
Package-Manager: Portage-2.3.14, Repoman-2.3.6 - Thomas Deutschmann · gentoo
sys-devel/gcc: x86 stable (bug #638030)
Package-Manager: Portage-2.3.13, Repoman-2.3.4 - Andreas K. Hüttel · gentoo
sys-devel/gcc: stable for amd64, bug 638030
Package-Manager: Portage-2.3.14, Repoman-2.3.6 - Andreas K. Hüttel · gentoo
sys-devel/gcc: Fix build of gcc-4.9.4 by gcc-6.4.0, bug 638056
Solution found by Zorry Closes: https://bugs.gentoo.org/638056 Package-Manager: Portage-2.3.14, Repoman-2.3.6 - Andreas K. Hüttel · gentoo
sys-devel/gcc: Drop old
Package-Manager: Portage-2.3.13, Repoman-2.3.4 - Sergei Trofimovich · gentoo
sys-devel/gcc: bump 4.9.4 patch set up to 1.2, bug #629502
Patchset contains the following new patches (picked as-is from 5.4.0): - 94_all_compatibility_fix_with_perl_5.26.patch: regex tweak for perl-5.26 - 95_all_asan-signal_h.patch: add missing '<signal.h>' header - 96_all_ucontext-to-ucontext_t.patch: change 'struct ucontext' to 'ucontext_t' - 97_all_no-sigaltstack.patch: remove 'sigaltstack' usage to fix gcc-4.9.4 build failure against glibc-2.26. I've deleted 4.9.4-r1 as it contained single build-time fix for perl-5.26. Closes: https://bugs.gentoo.org/629502 Closes: https://bugs.gentoo.org/620164 Package-Manager: Portage-2.3.12, Repoman-2.3.4 - Sergei Trofimovich · gentoo
sys-devel/gcc: bump 6.4.0 patch set up to 1.1, bug #629502
Patchset contains the following new patches (picked as-is from 5.4.0): - 92_all_asan-signal_h.patch: add missing '<signal.h>' header - 93_all_ucontext-to-ucontext_t.patch: change 'struct ucontext' to 'ucontext_t' - 94_all_no-sigaltstack.patch: remove 'sigaltstack' usage to fix gcc-6.4.0 build failure against glibc-2.26. Bug: https://bugs.gentoo.org/629502 Package-Manager: Portage-2.3.12, Repoman-2.3.4 - Sergei Trofimovich · gentoo
sys-devel/gcc: bump 5.4.0-r3 patch set up to 1.7, bug #629502
Patchset contains single new patch: - 94_all_no-sigaltstack.patch to fix gcc-5.4.0-r3 build failure against glibc-2.26. Bug: https://bugs.gentoo.org/629502 Package-Manager: Portage-2.3.12, Repoman-2.3.4 - Sergei Trofimovich · gentoo
sys-devel/gcc: bump 5.4.0-r3 patch set up to 1.6, bug #629502
Patchset contains single new patch: - 93_all_ucontext-to-ucontext_t.patch to fix gcc-5.4.0-r3 build failure against glibc-2.26. Bug: https://bugs.gentoo.org/629502 Package-Manager: Portage-2.3.12, Repoman-2.3.4 - Sergei Trofimovich · gentoo
sys-devel/gcc: bump 5.4.0-r3 patch set up to 1.5, bug #629502
Patchset contains single new patch: - 92_all_asan-signal_h.patch to fix gcc-5.4.0-r3 build failure against glibc-2.25-r8. Bug: https://bugs.gentoo.org/629502 Package-Manager: Portage-2.3.12, Repoman-2.3.3 - Sergei Trofimovich · gentoo
sys-devel/gcc: stable 5.4.0-r3 for sparc, bug #603260 (tested by Dakon)
Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc" - Andreas K. Hüttel · gentoo
sys-devel/gcc: Bump patchset in -r3 to add build fix for bug 620164; remove unkeyworded -r4
Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Andreas K. Hüttel · gentoo
sys-devel/gcc: Version bump (build tested, no keywords)
Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Matthias Maier · gentoo
sys-devel/gcc: 4.9.4-r1, actually apply 1.1 patchset.
Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Matthias Maier · gentoo
sys-devel/gcc: 5.4.0-r4, bump patchset to 1.4, fix for bug #620164
Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Matthias Maier · gentoo
sys-devel/gcc: 4.9.4, bump patchset to 1.1, fix for bug #620164
Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Anthony G. Basile · gentoo
sys-devel/gcc: remove older stable version in 4.9 branch
Package-Manager: Portage-2.3.6, Repoman-2.3.1 - Anthony G. Basile · gentoo
sys-devel/gcc: version bump to 6.4.0
Package-Manager: Portage-2.3.6, Repoman-2.3.1 - Matthias Maier · gentoo
sys-devel/gcc: Bump patchset for gcc-7.1.0, bug #617260 comment 13
This fixes a typo in patch 13_all_default_ssp-fix.patch Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Matthias Maier · gentoo
sys-devel/gcc: add 7.1.0 to the tree, bug #617260
Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Jeroen Roovers · gentoo
sys-devel/gcc: Stable for HPPA (bug #603260).
Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches - Agostino Sarubbo · gentoo
sys-devel/gcc: alpha stable wrt bug #603260
Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="alpha" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - William Hubbs · gentoo
sys-devel/gcc: Add ~ keywords to 6.3.0
I am doing this after a discussion on the ml and speaking with Kensington on IRC. Package-Manager: Portage-2.3.5, Repoman-2.3.1 - Agostino Sarubbo · gentoo
sys-devel/gcc: ia64 stable wrt bug #603260
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Michael Weber · gentoo
sys-devel/gcc: arm arm64 ppc ppc64 stable (bug 603260).
Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="arm arm64 ppc ppc64" - Agostino Sarubbo · gentoo
sys-devel/gcc: x86 stable wrt bug #603260
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/gcc: amd64 stable wrt bug #603260
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Mike Frysinger · gentoo
sys-devel/gcc: move 5.[123] to the toolchain overlay - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Magnus Granberg · gentoo
sys-devel/gcc: missed to bump the gentoo patchet to 1.3 for 5.4.0-r3
Package-Manager: portage-2.3.2 - Magnus Granberg · gentoo
sys-devel/gcc: version bump to 5.4.0-r3
Bump 5.4.0 to -r3 and remove 5.4.0-r2 Package-Manager: portage-2.3.2 - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Mike Frysinger · gentoo
fix quoting to a lot of patch calls - Magnus Granberg · gentoo
sys-devel/gcc: Bump 5.4 to r2 bug #603798
Bump the patchset to 1.2 for 1.1 was broken bug #603798 Package-Manager: portage-2.3.2 - Magnus Granberg · gentoo
sys-devel/gcc: Rmove gcc-5.4.0-r1
That bump need more work bug #603798 Package-Manager: portage-2.3.2 - Magnus Granberg · gentoo
sys-devel/gcc: Bump to 5.4 to -r1
Bumped with a git diff snapshot git diff 9d0507742960aa9f2b99bc6e9584655ecc611792 > file Package-Manager: portage-2.3.2 - Magnus Granberg · gentoo
sys-devel/gcc: version bump to 6.3
Bump to 6.3 bug 603548 Package-Manager: portage-2.3.2 - Thomas Deutschmann · gentoo
sys-devel/gcc: x86 stable (bug #595560)
Package-Manager: Portage-2.3.2, Repoman-2.3.1 - Aaron Bauman · gentoo
sys-devel/gcc: amd64 stable wrt bug #595560 - Mike Frysinger · gentoo
sys-devel/gcc: mark 4.9.4 arm64/ia64/m68k/ppc/s390/sh/sparc stable #595560 - Markus Meier · gentoo
sys-devel/gcc: arm stable, bug #595560
Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" - Jeroen Roovers · gentoo
sys-devel/gcc: Stable for PPC64 (bug #595560).
Package-Manager: portage-2.3.2 RepoMan-Options: --ignore-arches - Jeroen Roovers · gentoo
sys-devel/gcc: Stable for HPPA (bug #595560).
Package-Manager: portage-2.3.1 RepoMan-Options: --ignore-arches - Tobias Klausmann · gentoo
sys-devel/gcc-4.9.4-r0: stable on alpha
Gentoo-Bug: 595560 - Magnus Granberg · gentoo
sys-devel/gcc: Bump gcc 6.2 for default ssp support
Package-Manager: portage-2.3.0 - Jason A. Donenfeld · gentoo
sys-devel/gcc: fix english
Package-Manager: portage-2.3.0 - Magnus Granberg · gentoo
sys-devel/gcc: add gcc 6.2.0 - Anthony G. Basile · gentoo
sys-devel/gcc: version bump to 4.9.4, bug #590966
Package-Manager: portage-2.2.28 - Michał Górny · gentoo
toolchain.eclass: [QA] Remove meaningless USE=multislot, #584610
The USE=multislot as defined partially by toolchain.eclass and partially by sys-devel/gcc was used for two purposes: - enabling build-time (only) blockers on old gcc versions -- which do not make any sense because they are build-time only and there is no technical reason for two gcc version ranges not to be installed at the same time, both at build time and at run time, - changing behavior of post-install wrt conditional gcc-config calls. Both cases are invalid use of USE flags, considering that the flag does not affect the installed files in any way. - Mike Frysinger · gentoo
sys-devel/gcc: version bump to 5.4.0 #585370 - Ryan Hill · gentoo
sys-devel/gcc: 5.3.0 p1.1
Fixes bug #574044 (ICE building Wine) and bug #503838 (glibc build failure on ia64). Package-Manager: portage-2.2.28 Signed-off-by: Ryan Hill <rhill@gentoo.org> - Mike Frysinger · gentoo
toolchain.eclass: use versioned SLOT all the time - Mike Frysinger · gentoo
sys-devel/gcc: mark 4.9.3 sparc stable #561844 - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/sbraz/gaupol'
Pull request: https://github.com/gentoo/gentoo/pull/743 - Michał Górny · gentoo
sys-devel/gcc: Merge ~amd64-fbsd ~x86-fbsd keywords
Pull-Request: https://github.com/gentoo/gentoo/pull/757 - Yuta Satoh · gentoo
sys-devel/gcc: Added ~amd64-fbsd ~x86-fbsd keyword. - Mike Frysinger · gentoo
sys-devel/gcc: roll new snapshots to fix building w/newer gcc - Mike Frysinger · gentoo
sys-devel/gcc: add fix from upstream for bootstrapping some targets - Mike Frysinger · gentoo
sys-apps/gcc: restore 4.9.3
Previous clean up shouldn't have dropped this version as it's our current stable. - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/nvinson/nagios-check_logfiles_eapi6'
Pull request: nvinson/nagios-check_logfiles_eapi6 - Mike Frysinger · gentoo
sys-devel/gcc: move old 4.8 and 4.9 versions to toolchain overlay - Patrice Clement · gentoo
Merge remote-tracking branch 'github/pr/548'. - Mike Frysinger · gentoo
sys-devel/gcc: mark 4.8.[345] & 4.9.3 ia64 stable #545124 - Mike Frysinger · gentoo
sys-devel/gcc: move 5.3.0 into ~arch - Mike Frysinger · gentoo
sys-devel/gcc: version bump to 5.3.0 - Mike Frysinger · gentoo
gcc: drop spec-env patch from non-hardened builds #528170
The GCC_SPEC env var is really only used by the hardened minispec logic, so drop it from the ebuilds that no longer support hardened. - Mike Frysinger · gentoo
sys-devel/gcc: drop hardened support from 4.6 - Matt Turner · gentoo
sys-devel/gcc: alpha stable, bug 561844. - Jeroen Roovers · gentoo
sys-devel/gcc: Stable for HPPA (bug #561844).
Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches - Mike Frysinger · gentoo
sys-devel/gcc: add upstream fix for checking JNI headers in some locales #563710 - Mike Frysinger · gentoo
sys-devel/gcc: fix build w/isl-0.11 #562728 - Pacho Ramos · gentoo
sys-devel/gcc: x86 stable, bug #561844
Package-Manager: portage-2.2.22 - Mike Frysinger · gentoo
sys-devel/gcc: add upstream fix for ms_abi miscompiles #549768 - Anthony G. Basile · gentoo
sys-devel/gcc: marked stable for arm, bug #561844 c#5
Package-Manager: portage-2.2.20.1 - Mike Frysinger · gentoo
sys-devel/gcc: mark 4.9.3 arm64/m68k/s390/sh stable #561844 - Mikle Kolyada · gentoo
sys-devel/gcc: amd64 stable wrt bug #561844
Package-Manager: portage-2.2.20.1 - Anthony G. Basile · gentoo
sys-devel/gcc: 4.9.3 stable on ppc and ppc64, bug #561844.
Package-Manager: portage-2.2.20.1 - Jeroen Roovers · gentoo
sys-devel/gcc: Stable for HPPA (bug #559146).
Package-Manager: portage-2.2.20.1 RepoMan-Options: --ignore-arches - Agostino Sarubbo · gentoo
sys-devel/gcc: sparc stable wrt bug #559146
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="sparc" - Mike Frysinger · gentoo
sys-devel/gcc: mark 4.8.5 stable for arm64/m68k/s390/sh #559146 - Agostino Sarubbo · gentoo
sys-devel/gcc: x86 stable wrt bug #559146
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86" - Anthony G. Basile · gentoo
sys-devel/gcc: 4.8.5 stable on arm #559146
Package-Manager: portage-2.2.20.1 - Anthony G. Basile · gentoo
sys-devel/gcc: 4.8.5 stable on ppc and ppc64 #559146
Package-Manager: portage-2.2.20.1 - Tobias Klausmann · gentoo
sys-devel/gcc: add alpha keyword
Gentoo-Bug: 559146 Package-Manager: portage-2.2.20.1 - Mikle Kolyada · gentoo
sys-devel/gcc: amd64 stable wrt bug #559146
Package-Manager: portage-2.2.20.1 - Mike Frysinger · gentoo
sys-devel/gcc: fix 4.8.5 building w/isl-0.15 #557330 - Mike Frysinger · gentoo
sys-devel/gcc: disable -fstack-check for arm/hardened #518598 - Mike Frysinger · gentoo
sys-devel/gcc: fix building w/isl-0.15 #558032 - Mike Frysinger · gentoo
sys-devel/gcc: backport generated headers fix #487398 - Mike Frysinger · gentoo
gcc: fix bconfig.h/gengtype-lex.c parallel build issues #487398 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed