Revisions of gcc7

Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 697512 from Richard Biener's avatar Richard Biener (rguenther) (revision 22)
- Update to gcc-7-branch head (r270528).
  * Disables switch jump-tables when retpolines are used.
  [bsc#1131264, jsc#SLE-6738]

- Add gcc8-pr89752.patch to fix ICE compiling tensorflow on aarch64.
  [bsc#1129389]

- Update to gcc-7-branch head (r269676).
  * Pulls fix for aarch64 FMA steering pass use-after-free.  [bsc#1128794]
  * Fixes ICE compiling tensorflow.  [bsc#1129389]
- Change URLs to use https.

- Update to gcc-7-branch head (r268660).
  * Pulls fix for s390x FP load-and-test issue.  [bnc#1124644]
- Improve build reproducability by disabling address-space randomization
  during build.

- Update gcc44-rename-info-files.patch to adjust gnat manual
  entries in the info directory.  [bnc#1114592]
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 655634 from Richard Biener's avatar Richard Biener (rguenther) (revision 21)
- Update to GCC 7.4 release.
- Fix AVR configuration to not use __cxa_atexit or libstdc++ headers.
  Point to /usr/avr/sys-root/include as system header include directory.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 629953 from Richard Biener's avatar Richard Biener (rguenther) (revision 20)
- Update to gcc-7-branch head (r263609).
  * Includes fix for build with ISL 0.20.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 619755 from Richard Biener's avatar Richard Biener (rguenther) (revision 19)
- Update to gcc-7-branch head (r262243).
  * Pulls fix for libcpp lexing bug on ppc64le manifesting during
    build with gcc8.  [bnc#1099119]
  * Pulls fix for forcing compile-time tuning even when building
    with -march=z13 on s390x.  [bnc#1099192]
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 616526 from Richard Biener's avatar Richard Biener (rguenther) (revision 18)
- Update to gcc-7-branch head (r261272).
  * Fixes support for 32bit ASAN with glibc 2.27+
  * Includes gcc7-bnc1087550.diff
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 597802 from Richard Biener's avatar Richard Biener (rguenther) (revision 17)
- Update gcc7-bnc1087550.diff with latest changes.  [bnc#1087550]
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 595563 from Richard Biener's avatar Richard Biener (rguenther) (revision 16)
- Update gcc7-bnc1087550.diff with fix from upstream that supports
  both ABIs for ios_base::failure.  [bnc#1087550]

- Set SUSE_ASNEEDED to zero during %install so libasan keeps its
  NEEDED entry for libstdc++.so.  [GCC#84428]

- Enable --enable-fix-cortex-a53-835769 for aarch64.
- Add gcc7-bnc1087550.diff to revert the ios_base::failure ABI
  back to compatible behavior with the default ABI.  [bnc#1087550]
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 593393 from Richard Biener's avatar Richard Biener (rguenther) (revision 15)
- Update to gcc-7-branch head (r258812).
  * Picks fix to no longer enable -mpc-relative-literal-loads by default
    with --enable-fix-cortex-a53-843419.
- Enable --enable-fix-cortex-a53-843419 on aarch64.  [bnc#1084812]
  [bnc#1087930]
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 583848 from Richard Biener's avatar Richard Biener (rguenther) (revision 14)
- Update to gcc-7-branch head (r258313).
  * includes spectre V2 mitigation patch for s390x.  [bnc#1083946]

- Update to gcc-7-branch head (r258025).
  * includes fix for chromium build failure.  [bnc#1083290]
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 581734 from Richard Biener's avatar Richard Biener (rguenther) (revision 13)
- Fix nvptx offload target compiler install so GCC can pick up
  required files.  Split out the newlib part into cross-nvptx-newlib7-devel
  and avoid conflicts with GCC 8 variant via Provides/Conflicts
  of cross-nvptx-newlib-devel.

-  Update to gcc-7-branch head (r258025).

- Update to gcc-7-branch head (r257981).
- Add conflicts to non-bootstrap variant for cross packages to silence
  repo-checker.
- Amend gcc48-remove-mpfr-2.4.0-requirement.patch to fix build on SLE11.

- Use %{?_smp_mflags} everywhere.
- Update _constraints to bump physicalmemory and general simplification.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 569508 from Richard Biener's avatar Richard Biener (rguenther) (revision 12)
- Update to GCC 7.3 release.

- Move misplaced %endif

- Update to GCC 7.3.0 RC1 (r256792).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 566443 from Richard Biener's avatar Richard Biener (rguenther) (revision 11)
- Update to gcc-7-branch head (r256737)
  * Includes gcc7-pr81481.diff
  * Adds backport of retpoline support via -mindirect-branch=,
    -mfunction-return= and friends.  [bnc#1074621]

- Handle new debug sources filelist variant debugsourcefiles.list.
- Prune libstdc++ includes for crosses.

- Do not install target parts of cross compilers into the sysroot
  but instead fixup manually (once required).

- Update to gcc-7-branch head (r256067).
- Deal with C++ being disabled for crosses.
- For crosses that have a target triplet not matching that of binutils
  create symlinks to as and ld in the GCC private directory.

- Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
  integration.

- Add gcc7-avoid-fixinc-error.diff to avoid install-host aborting
  on non-existing target include directory.  Remove --with-build-sysroot=/
  hack from icecream cross configs, no longer prune include-fixed for
  them to retain a GCC provided limits.h.  Remove installed install-tools.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 545233 from Richard Biener's avatar Richard Biener (rguenther) (revision 10)
- Add gcc7-pr82248.diff to fix bogus stack probe instruction on ARM.
  [bnc#1068967]
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 535490 from Richard Biener's avatar Richard Biener (rguenther) (revision 9)
- Update to gcc-7-branch head (r253932).
  * contains fix for PR82445 which is about a RPI1 bootloader
    miscompile.  [bnc#1061667]
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 531550 from Richard Biener's avatar Richard Biener (rguenther) (revision 8)
- Update to gcc-7-branch head (r253435).
  * contains fix for PR82406 which blocks chromium build.
- Add gcc7-pr81481.diff to fix a register allocation issue.
  [bnc#1048861]
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 528963 from Michael Matz's avatar Michael Matz (matz2) (revision 7)
- Update to gcc-7-branch head (r253221).
  * Includes similar fix to gcc41-ppc32-retaddr.patch, disable the
    patch but keep the testcase.

- Add support for zero-sized VLAs and allocas with
  -fstack-clash-protection.  [bnc #1059075]
  Changes gcc7-stack-probe.diff.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 520737 from Richard Biener's avatar Richard Biener (rguenther) (revision 6)
- Update to gcc-7-branch head (r251579).
  * Includes GCC 7.2 release.
  * Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch.

- Sort tar file list to make cross-* packages build reproducibly
  (boo#1041090)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 515187 from Richard Biener's avatar Richard Biener (rguenther) (revision 5)
- Add gcc7-pr81766.diff to fix grub2 build.

- Update to gcc-7-branch head (r250819).
  * Includes GCC 7.2 RC1.
  * Includes fix for gcov crash.  [bnc#1050487]
- Add gcc7-stack-probe.diff for support of -fstack-clash-protection
  [bnc#1039513].
- Add gcc7-go-sigrtmax.patch to fix Go build with glibc 2.26.

- Add gcc7-pr81766.diff to fix grub2 build.

- Update to gcc-7-branch head (r250819).
  * Includes GCC 7.2 RC1.
  * Includes fix for gcov crash.  [bnc#1050487]
- Add gcc7-stack-probe.diff for support of -fstack-clash-protection
  [bnc#1039513].
- Add gcc7-go-sigrtmax.patch to fix Go build with glibc 2.26.

- Add gcc7-pr81766.diff to fix grub2 build.

- Update to gcc-7-branch head (r250819).
  * Includes GCC 7.2 RC1.
  * Includes fix for gcov crash.  [bnc#1050487]
- Add gcc7-stack-probe.diff for support of -fstack-clash-protection
  [bnc#1039513].
- Add gcc7-go-sigrtmax.patch to fix Go build with glibc 2.26.

- Add gcc7-pr81766.diff to fix grub2 build.

- Update to gcc-7-branch head (r250819).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 507284 from Richard Biener's avatar Richard Biener (rguenther) (revision 4)
- Update to gcc-7-branch head (r249772).
  * Includes patch for PR81080.  [bnc#1044016]
  * Includes patch for PR81204.  [bnc#1045732]
  * Includes patch for PR81112.  [bnc#1043966]

- Fix cross compiler update-alternatives machinery to make rpmlint
  happy.

- Update plugin enablement guard to use %sle_version.  [bnc#1043590]

- Update to gcc-7-branch head (r248970).
  * Includes gcc7-pr80593.patch.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 500144 from Richard Biener's avatar Richard Biener (rguenther) (revision 3)
- Update to gcc-7-branch head (r248590).
- Add #!BuildIgnore: gcc-PIE also to cross compiler builds.
Displaying revisions 21 - 40 of 42
openSUSE Build Service is sponsored by