From 03a0cdce24a13d0ef120d12160dc7d633d21385bb19ad36effcb4f82c7fdd744 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Mon, 2 Oct 2017 09:07:16 +0000 Subject: [PATCH 1/2] - Add gcc7-pr81481.diff to fix a register allocation issue. [bnc#1048861] OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=87 --- cross-aarch64-gcc7.changes | 6 ++++ cross-aarch64-gcc7.spec | 2 ++ cross-arm-gcc7.changes | 6 ++++ cross-arm-gcc7.spec | 2 ++ cross-avr-gcc7.changes | 6 ++++ cross-avr-gcc7.spec | 2 ++ cross-epiphany-gcc7-bootstrap.changes | 6 ++++ cross-epiphany-gcc7-bootstrap.spec | 2 ++ cross-epiphany-gcc7.changes | 6 ++++ cross-epiphany-gcc7.spec | 2 ++ cross-hppa-gcc7.changes | 6 ++++ cross-hppa-gcc7.spec | 2 ++ cross-i386-gcc7.changes | 6 ++++ cross-i386-gcc7.spec | 2 ++ cross-m68k-gcc7.changes | 6 ++++ cross-m68k-gcc7.spec | 2 ++ cross-mips-gcc7.changes | 6 ++++ cross-mips-gcc7.spec | 2 ++ cross-nvptx-gcc7.changes | 6 ++++ cross-nvptx-gcc7.spec | 2 ++ cross-ppc64-gcc7.changes | 6 ++++ cross-ppc64-gcc7.spec | 2 ++ cross-ppc64le-gcc7.changes | 6 ++++ cross-ppc64le-gcc7.spec | 2 ++ cross-rx-gcc7-bootstrap.changes | 6 ++++ cross-rx-gcc7-bootstrap.spec | 2 ++ cross-rx-gcc7.changes | 6 ++++ cross-rx-gcc7.spec | 2 ++ cross-s390x-gcc7.changes | 6 ++++ cross-s390x-gcc7.spec | 2 ++ cross-sparc-gcc7.changes | 6 ++++ cross-sparc-gcc7.spec | 2 ++ cross-sparc64-gcc7.changes | 6 ++++ cross-sparc64-gcc7.spec | 2 ++ cross-x86_64-gcc7.changes | 6 ++++ cross-x86_64-gcc7.spec | 2 ++ gcc.spec.in | 2 ++ gcc7-pr81481.diff | 47 +++++++++++++++++++++++++++ gcc7-testresults.changes | 6 ++++ gcc7-testresults.spec | 2 ++ gcc7.changes | 6 ++++ gcc7.spec | 2 ++ 42 files changed, 209 insertions(+) create mode 100644 gcc7-pr81481.diff diff --git a/cross-aarch64-gcc7.changes b/cross-aarch64-gcc7.changes index d3f0eea..47f43a4 100644 --- a/cross-aarch64-gcc7.changes +++ b/cross-aarch64-gcc7.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com + +- Add gcc7-pr81481.diff to fix a register allocation issue. + [bnc#1048861] + ------------------------------------------------------------------- Wed Sep 27 12:24:55 UTC 2017 - rguenther@suse.com diff --git a/cross-aarch64-gcc7.spec b/cross-aarch64-gcc7.spec index be0b469..32944b4 100644 --- a/cross-aarch64-gcc7.spec +++ b/cross-aarch64-gcc7.spec @@ -177,6 +177,7 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch Patch10: gcc5-no-return-gcc43-workaround.patch Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch Patch12: gcc7-stack-probe.diff +Patch13: gcc7-pr81481.diff # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -251,6 +252,7 @@ ln -s nvptx-newlib/newlib . %patch10 %patch11 %patch12 +%patch13 %patch51 %patch60 %patch61 diff --git a/cross-arm-gcc7.changes b/cross-arm-gcc7.changes index d3f0eea..47f43a4 100644 --- a/cross-arm-gcc7.changes +++ b/cross-arm-gcc7.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com + +- Add gcc7-pr81481.diff to fix a register allocation issue. + [bnc#1048861] + ------------------------------------------------------------------- Wed Sep 27 12:24:55 UTC 2017 - rguenther@suse.com diff --git a/cross-arm-gcc7.spec b/cross-arm-gcc7.spec index c7e0d17..abcd03c 100644 --- a/cross-arm-gcc7.spec +++ b/cross-arm-gcc7.spec @@ -177,6 +177,7 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch Patch10: gcc5-no-return-gcc43-workaround.patch Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch Patch12: gcc7-stack-probe.diff +Patch13: gcc7-pr81481.diff # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -251,6 +252,7 @@ ln -s nvptx-newlib/newlib . %patch10 %patch11 %patch12 +%patch13 %patch51 %patch60 %patch61 diff --git a/cross-avr-gcc7.changes b/cross-avr-gcc7.changes index d3f0eea..47f43a4 100644 --- a/cross-avr-gcc7.changes +++ b/cross-avr-gcc7.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com + +- Add gcc7-pr81481.diff to fix a register allocation issue. + [bnc#1048861] + ------------------------------------------------------------------- Wed Sep 27 12:24:55 UTC 2017 - rguenther@suse.com diff --git a/cross-avr-gcc7.spec b/cross-avr-gcc7.spec index 8c4d913..3a7cef2 100644 --- a/cross-avr-gcc7.spec +++ b/cross-avr-gcc7.spec @@ -177,6 +177,7 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch Patch10: gcc5-no-return-gcc43-workaround.patch Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch Patch12: gcc7-stack-probe.diff +Patch13: gcc7-pr81481.diff # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -251,6 +252,7 @@ ln -s nvptx-newlib/newlib . %patch10 %patch11 %patch12 +%patch13 %patch51 %patch60 %patch61 diff --git a/cross-epiphany-gcc7-bootstrap.changes b/cross-epiphany-gcc7-bootstrap.changes index d3f0eea..47f43a4 100644 --- a/cross-epiphany-gcc7-bootstrap.changes +++ b/cross-epiphany-gcc7-bootstrap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com + +- Add gcc7-pr81481.diff to fix a register allocation issue. + [bnc#1048861] + ------------------------------------------------------------------- Wed Sep 27 12:24:55 UTC 2017 - rguenther@suse.com diff --git a/cross-epiphany-gcc7-bootstrap.spec b/cross-epiphany-gcc7-bootstrap.spec index f1e1828..7184105 100644 --- a/cross-epiphany-gcc7-bootstrap.spec +++ b/cross-epiphany-gcc7-bootstrap.spec @@ -178,6 +178,7 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch Patch10: gcc5-no-return-gcc43-workaround.patch Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch Patch12: gcc7-stack-probe.diff +Patch13: gcc7-pr81481.diff # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -252,6 +253,7 @@ ln -s nvptx-newlib/newlib . %patch10 %patch11 %patch12 +%patch13 %patch51 %patch60 %patch61 diff --git a/cross-epiphany-gcc7.changes b/cross-epiphany-gcc7.changes index d3f0eea..47f43a4 100644 --- a/cross-epiphany-gcc7.changes +++ b/cross-epiphany-gcc7.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com + +- Add gcc7-pr81481.diff to fix a register allocation issue. + [bnc#1048861] + ------------------------------------------------------------------- Wed Sep 27 12:24:55 UTC 2017 - rguenther@suse.com diff --git a/cross-epiphany-gcc7.spec b/cross-epiphany-gcc7.spec index 3bcf140..3e7cd1b 100644 --- a/cross-epiphany-gcc7.spec +++ b/cross-epiphany-gcc7.spec @@ -177,6 +177,7 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch Patch10: gcc5-no-return-gcc43-workaround.patch Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch Patch12: gcc7-stack-probe.diff +Patch13: gcc7-pr81481.diff # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -251,6 +252,7 @@ ln -s nvptx-newlib/newlib . %patch10 %patch11 %patch12 +%patch13 %patch51 %patch60 %patch61 diff --git a/cross-hppa-gcc7.changes b/cross-hppa-gcc7.changes index d3f0eea..47f43a4 100644 --- a/cross-hppa-gcc7.changes +++ b/cross-hppa-gcc7.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com + +- Add gcc7-pr81481.diff to fix a register allocation issue. + [bnc#1048861] + ------------------------------------------------------------------- Wed Sep 27 12:24:55 UTC 2017 - rguenther@suse.com diff --git a/cross-hppa-gcc7.spec b/cross-hppa-gcc7.spec index 0bdb31d..0bcc76e 100644 --- a/cross-hppa-gcc7.spec +++ b/cross-hppa-gcc7.spec @@ -177,6 +177,7 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch Patch10: gcc5-no-return-gcc43-workaround.patch Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch Patch12: gcc7-stack-probe.diff +Patch13: gcc7-pr81481.diff # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -251,6 +252,7 @@ ln -s nvptx-newlib/newlib . %patch10 %patch11 %patch12 +%patch13 %patch51 %patch60 %patch61 diff --git a/cross-i386-gcc7.changes b/cross-i386-gcc7.changes index d3f0eea..47f43a4 100644 --- a/cross-i386-gcc7.changes +++ b/cross-i386-gcc7.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com + +- Add gcc7-pr81481.diff to fix a register allocation issue. + [bnc#1048861] + ------------------------------------------------------------------- Wed Sep 27 12:24:55 UTC 2017 - rguenther@suse.com diff --git a/cross-i386-gcc7.spec b/cross-i386-gcc7.spec index a853014..103fe78 100644 --- a/cross-i386-gcc7.spec +++ b/cross-i386-gcc7.spec @@ -177,6 +177,7 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch Patch10: gcc5-no-return-gcc43-workaround.patch Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch Patch12: gcc7-stack-probe.diff +Patch13: gcc7-pr81481.diff # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -251,6 +252,7 @@ ln -s nvptx-newlib/newlib . %patch10 %patch11 %patch12 +%patch13 %patch51 %patch60 %patch61 diff --git a/cross-m68k-gcc7.changes b/cross-m68k-gcc7.changes index d3f0eea..47f43a4 100644 --- a/cross-m68k-gcc7.changes +++ b/cross-m68k-gcc7.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com + +- Add gcc7-pr81481.diff to fix a register allocation issue. + [bnc#1048861] + ------------------------------------------------------------------- Wed Sep 27 12:24:55 UTC 2017 - rguenther@suse.com diff --git a/cross-m68k-gcc7.spec b/cross-m68k-gcc7.spec index c411d44..3c713ef 100644 --- a/cross-m68k-gcc7.spec +++ b/cross-m68k-gcc7.spec @@ -177,6 +177,7 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch Patch10: gcc5-no-return-gcc43-workaround.patch Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch Patch12: gcc7-stack-probe.diff +Patch13: gcc7-pr81481.diff # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -251,6 +252,7 @@ ln -s nvptx-newlib/newlib . %patch10 %patch11 %patch12 +%patch13 %patch51 %patch60 %patch61 diff --git a/cross-mips-gcc7.changes b/cross-mips-gcc7.changes index d3f0eea..47f43a4 100644 --- a/cross-mips-gcc7.changes +++ b/cross-mips-gcc7.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com + +- Add gcc7-pr81481.diff to fix a register allocation issue. + [bnc#1048861] + ------------------------------------------------------------------- Wed Sep 27 12:24:55 UTC 2017 - rguenther@suse.com diff --git a/cross-mips-gcc7.spec b/cross-mips-gcc7.spec index 060251b..003a07b 100644 --- a/cross-mips-gcc7.spec +++ b/cross-mips-gcc7.spec @@ -177,6 +177,7 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch Patch10: gcc5-no-return-gcc43-workaround.patch Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch Patch12: gcc7-stack-probe.diff +Patch13: gcc7-pr81481.diff # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -251,6 +252,7 @@ ln -s nvptx-newlib/newlib . %patch10 %patch11 %patch12 +%patch13 %patch51 %patch60 %patch61 diff --git a/cross-nvptx-gcc7.changes b/cross-nvptx-gcc7.changes index d3f0eea..47f43a4 100644 --- a/cross-nvptx-gcc7.changes +++ b/cross-nvptx-gcc7.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com + +- Add gcc7-pr81481.diff to fix a register allocation issue. + [bnc#1048861] + ------------------------------------------------------------------- Wed Sep 27 12:24:55 UTC 2017 - rguenther@suse.com diff --git a/cross-nvptx-gcc7.spec b/cross-nvptx-gcc7.spec index 158ac41..dc59a19 100644 --- a/cross-nvptx-gcc7.spec +++ b/cross-nvptx-gcc7.spec @@ -177,6 +177,7 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch Patch10: gcc5-no-return-gcc43-workaround.patch Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch Patch12: gcc7-stack-probe.diff +Patch13: gcc7-pr81481.diff # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -251,6 +252,7 @@ ln -s nvptx-newlib/newlib . %patch10 %patch11 %patch12 +%patch13 %patch51 %patch60 %patch61 diff --git a/cross-ppc64-gcc7.changes b/cross-ppc64-gcc7.changes index d3f0eea..47f43a4 100644 --- a/cross-ppc64-gcc7.changes +++ b/cross-ppc64-gcc7.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com + +- Add gcc7-pr81481.diff to fix a register allocation issue. + [bnc#1048861] + ------------------------------------------------------------------- Wed Sep 27 12:24:55 UTC 2017 - rguenther@suse.com diff --git a/cross-ppc64-gcc7.spec b/cross-ppc64-gcc7.spec index 0ba10ee..e1ec8fd 100644 --- a/cross-ppc64-gcc7.spec +++ b/cross-ppc64-gcc7.spec @@ -177,6 +177,7 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch Patch10: gcc5-no-return-gcc43-workaround.patch Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch Patch12: gcc7-stack-probe.diff +Patch13: gcc7-pr81481.diff # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -251,6 +252,7 @@ ln -s nvptx-newlib/newlib . %patch10 %patch11 %patch12 +%patch13 %patch51 %patch60 %patch61 diff --git a/cross-ppc64le-gcc7.changes b/cross-ppc64le-gcc7.changes index d3f0eea..47f43a4 100644 --- a/cross-ppc64le-gcc7.changes +++ b/cross-ppc64le-gcc7.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com + +- Add gcc7-pr81481.diff to fix a register allocation issue. + [bnc#1048861] + ------------------------------------------------------------------- Wed Sep 27 12:24:55 UTC 2017 - rguenther@suse.com diff --git a/cross-ppc64le-gcc7.spec b/cross-ppc64le-gcc7.spec index 2c64183..828d3b0 100644 --- a/cross-ppc64le-gcc7.spec +++ b/cross-ppc64le-gcc7.spec @@ -177,6 +177,7 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch Patch10: gcc5-no-return-gcc43-workaround.patch Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch Patch12: gcc7-stack-probe.diff +Patch13: gcc7-pr81481.diff # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -251,6 +252,7 @@ ln -s nvptx-newlib/newlib . %patch10 %patch11 %patch12 +%patch13 %patch51 %patch60 %patch61 diff --git a/cross-rx-gcc7-bootstrap.changes b/cross-rx-gcc7-bootstrap.changes index d3f0eea..47f43a4 100644 --- a/cross-rx-gcc7-bootstrap.changes +++ b/cross-rx-gcc7-bootstrap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com + +- Add gcc7-pr81481.diff to fix a register allocation issue. + [bnc#1048861] + ------------------------------------------------------------------- Wed Sep 27 12:24:55 UTC 2017 - rguenther@suse.com diff --git a/cross-rx-gcc7-bootstrap.spec b/cross-rx-gcc7-bootstrap.spec index ffafb57..0a40758 100644 --- a/cross-rx-gcc7-bootstrap.spec +++ b/cross-rx-gcc7-bootstrap.spec @@ -178,6 +178,7 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch Patch10: gcc5-no-return-gcc43-workaround.patch Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch Patch12: gcc7-stack-probe.diff +Patch13: gcc7-pr81481.diff # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -252,6 +253,7 @@ ln -s nvptx-newlib/newlib . %patch10 %patch11 %patch12 +%patch13 %patch51 %patch60 %patch61 diff --git a/cross-rx-gcc7.changes b/cross-rx-gcc7.changes index d3f0eea..47f43a4 100644 --- a/cross-rx-gcc7.changes +++ b/cross-rx-gcc7.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com + +- Add gcc7-pr81481.diff to fix a register allocation issue. + [bnc#1048861] + ------------------------------------------------------------------- Wed Sep 27 12:24:55 UTC 2017 - rguenther@suse.com diff --git a/cross-rx-gcc7.spec b/cross-rx-gcc7.spec index 361553a..b614fdd 100644 --- a/cross-rx-gcc7.spec +++ b/cross-rx-gcc7.spec @@ -177,6 +177,7 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch Patch10: gcc5-no-return-gcc43-workaround.patch Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch Patch12: gcc7-stack-probe.diff +Patch13: gcc7-pr81481.diff # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -251,6 +252,7 @@ ln -s nvptx-newlib/newlib . %patch10 %patch11 %patch12 +%patch13 %patch51 %patch60 %patch61 diff --git a/cross-s390x-gcc7.changes b/cross-s390x-gcc7.changes index d3f0eea..47f43a4 100644 --- a/cross-s390x-gcc7.changes +++ b/cross-s390x-gcc7.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com + +- Add gcc7-pr81481.diff to fix a register allocation issue. + [bnc#1048861] + ------------------------------------------------------------------- Wed Sep 27 12:24:55 UTC 2017 - rguenther@suse.com diff --git a/cross-s390x-gcc7.spec b/cross-s390x-gcc7.spec index 2f806e4..2f8ea3e 100644 --- a/cross-s390x-gcc7.spec +++ b/cross-s390x-gcc7.spec @@ -177,6 +177,7 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch Patch10: gcc5-no-return-gcc43-workaround.patch Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch Patch12: gcc7-stack-probe.diff +Patch13: gcc7-pr81481.diff # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -251,6 +252,7 @@ ln -s nvptx-newlib/newlib . %patch10 %patch11 %patch12 +%patch13 %patch51 %patch60 %patch61 diff --git a/cross-sparc-gcc7.changes b/cross-sparc-gcc7.changes index d3f0eea..47f43a4 100644 --- a/cross-sparc-gcc7.changes +++ b/cross-sparc-gcc7.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com + +- Add gcc7-pr81481.diff to fix a register allocation issue. + [bnc#1048861] + ------------------------------------------------------------------- Wed Sep 27 12:24:55 UTC 2017 - rguenther@suse.com diff --git a/cross-sparc-gcc7.spec b/cross-sparc-gcc7.spec index b3aee5f..393e9e1 100644 --- a/cross-sparc-gcc7.spec +++ b/cross-sparc-gcc7.spec @@ -177,6 +177,7 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch Patch10: gcc5-no-return-gcc43-workaround.patch Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch Patch12: gcc7-stack-probe.diff +Patch13: gcc7-pr81481.diff # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -251,6 +252,7 @@ ln -s nvptx-newlib/newlib . %patch10 %patch11 %patch12 +%patch13 %patch51 %patch60 %patch61 diff --git a/cross-sparc64-gcc7.changes b/cross-sparc64-gcc7.changes index d3f0eea..47f43a4 100644 --- a/cross-sparc64-gcc7.changes +++ b/cross-sparc64-gcc7.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com + +- Add gcc7-pr81481.diff to fix a register allocation issue. + [bnc#1048861] + ------------------------------------------------------------------- Wed Sep 27 12:24:55 UTC 2017 - rguenther@suse.com diff --git a/cross-sparc64-gcc7.spec b/cross-sparc64-gcc7.spec index c8ae98a..2c3c808 100644 --- a/cross-sparc64-gcc7.spec +++ b/cross-sparc64-gcc7.spec @@ -177,6 +177,7 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch Patch10: gcc5-no-return-gcc43-workaround.patch Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch Patch12: gcc7-stack-probe.diff +Patch13: gcc7-pr81481.diff # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -251,6 +252,7 @@ ln -s nvptx-newlib/newlib . %patch10 %patch11 %patch12 +%patch13 %patch51 %patch60 %patch61 diff --git a/cross-x86_64-gcc7.changes b/cross-x86_64-gcc7.changes index d3f0eea..47f43a4 100644 --- a/cross-x86_64-gcc7.changes +++ b/cross-x86_64-gcc7.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com + +- Add gcc7-pr81481.diff to fix a register allocation issue. + [bnc#1048861] + ------------------------------------------------------------------- Wed Sep 27 12:24:55 UTC 2017 - rguenther@suse.com diff --git a/cross-x86_64-gcc7.spec b/cross-x86_64-gcc7.spec index 94bd7ec..2851597 100644 --- a/cross-x86_64-gcc7.spec +++ b/cross-x86_64-gcc7.spec @@ -177,6 +177,7 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch Patch10: gcc5-no-return-gcc43-workaround.patch Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch Patch12: gcc7-stack-probe.diff +Patch13: gcc7-pr81481.diff # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -251,6 +252,7 @@ ln -s nvptx-newlib/newlib . %patch10 %patch11 %patch12 +%patch13 %patch51 %patch60 %patch61 diff --git a/gcc.spec.in b/gcc.spec.in index 06ae796..6b0dfff 100644 --- a/gcc.spec.in +++ b/gcc.spec.in @@ -302,6 +302,7 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch Patch10: gcc5-no-return-gcc43-workaround.patch Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch Patch12: gcc7-stack-probe.diff +Patch13: gcc7-pr81481.diff # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -1055,6 +1056,7 @@ ln -s nvptx-newlib/newlib . %patch10 %patch11 %patch12 +%patch13 %patch51 %patch60 %patch61 diff --git a/gcc7-pr81481.diff b/gcc7-pr81481.diff new file mode 100644 index 0000000..da7dbbb --- /dev/null +++ b/gcc7-pr81481.diff @@ -0,0 +1,47 @@ +2017-09-29 Vladimir Makarov + + PR target/81481 + * ira-costs.c (scan_one_insn): Don't take into account PIC equiv + with a symbol for LRA. + + * gcc.target/i386/pr81481.c: New. + +Index: gcc/testsuite/gcc.target/i386/pr81481.c +=================================================================== +--- gcc/testsuite/gcc.target/i386/pr81481.c (nonexistent) ++++ gcc/testsuite/gcc.target/i386/pr81481.c (revision 253300) +@@ -0,0 +1,18 @@ ++/* { dg-do compile } */ ++/* { dg-require-effective-target ssse3 } */ ++/* { dg-options "-O2 -fpic -mssse3" } */ ++/* { dg-final { scan-assembler-not "pshufb\[ \t\]\\(%esp\\)" } } */ ++#include ++ ++extern const signed char c[31] __attribute__((visibility("hidden"))); ++ ++__m128i f(__m128i *x, void *v) ++{ ++ int i; ++ asm("# %0" : "=r"(i)); ++ __m128i t = _mm_loadu_si128((void*)&c[i]); ++ __m128i xx = *x; ++ xx = _mm_shuffle_epi8(xx, t); ++ asm("# %0 %1 %2" : "+x"(xx) : "r"(c), "r"(i)); ++ return xx; ++} +Index: gcc/ira-costs.c +=================================================================== +--- gcc/ira-costs.c (revision 253299) ++++ gcc/ira-costs.c (revision 253300) +@@ -1471,7 +1471,10 @@ scan_one_insn (rtx_insn *insn) + && targetm.legitimate_constant_p (GET_MODE (SET_DEST (set)), + XEXP (note, 0)) + && REG_N_SETS (REGNO (SET_DEST (set))) == 1)) +- && general_operand (SET_SRC (set), GET_MODE (SET_SRC (set)))) ++ && general_operand (SET_SRC (set), GET_MODE (SET_SRC (set))) ++ /* LRA does not use equiv with a symbol for PIC code. */ ++ && (! ira_use_lra_p || ! pic_offset_table_rtx ++ || ! contains_symbol_ref_p (XEXP (note, 0)))) + { + enum reg_class cl = GENERAL_REGS; + rtx reg = SET_DEST (set); diff --git a/gcc7-testresults.changes b/gcc7-testresults.changes index d3f0eea..47f43a4 100644 --- a/gcc7-testresults.changes +++ b/gcc7-testresults.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com + +- Add gcc7-pr81481.diff to fix a register allocation issue. + [bnc#1048861] + ------------------------------------------------------------------- Wed Sep 27 12:24:55 UTC 2017 - rguenther@suse.com diff --git a/gcc7-testresults.spec b/gcc7-testresults.spec index 283a65f..ba7780f 100644 --- a/gcc7-testresults.spec +++ b/gcc7-testresults.spec @@ -315,6 +315,7 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch Patch10: gcc5-no-return-gcc43-workaround.patch Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch Patch12: gcc7-stack-probe.diff +Patch13: gcc7-pr81481.diff # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -441,6 +442,7 @@ ln -s nvptx-newlib/newlib . %patch10 %patch11 %patch12 +%patch13 %patch51 %patch60 %patch61 diff --git a/gcc7.changes b/gcc7.changes index d3f0eea..47f43a4 100644 --- a/gcc7.changes +++ b/gcc7.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com + +- Add gcc7-pr81481.diff to fix a register allocation issue. + [bnc#1048861] + ------------------------------------------------------------------- Wed Sep 27 12:24:55 UTC 2017 - rguenther@suse.com diff --git a/gcc7.spec b/gcc7.spec index ac41e21..50dcd56 100644 --- a/gcc7.spec +++ b/gcc7.spec @@ -297,6 +297,7 @@ Patch9: gcc48-remove-mpfr-2.4.0-requirement.patch Patch10: gcc5-no-return-gcc43-workaround.patch Patch11: gcc7-remove-Wexpansion-to-defined-from-Wextra.patch Patch12: gcc7-stack-probe.diff +Patch13: gcc7-pr81481.diff # A set of patches from the RH srpm Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian @@ -1745,6 +1746,7 @@ ln -s nvptx-newlib/newlib . %patch10 %patch11 %patch12 +%patch13 %patch51 %patch60 %patch61 From 6314bd787def076a66a4f5f407682135ac13b4c15ce25d9af9498b026b803ffd Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Thu, 5 Oct 2017 09:18:53 +0000 Subject: [PATCH 2/2] - Update to gcc-7-branch head (r253435). * contains fix for PR82406 which blocks chromium build. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=88 --- cross-aarch64-gcc7.changes | 4 +++- cross-aarch64-gcc7.spec | 2 +- cross-arm-gcc7.changes | 4 +++- cross-arm-gcc7.spec | 2 +- cross-avr-gcc7.changes | 4 +++- cross-avr-gcc7.spec | 2 +- cross-epiphany-gcc7-bootstrap.changes | 4 +++- cross-epiphany-gcc7-bootstrap.spec | 2 +- cross-epiphany-gcc7.changes | 4 +++- cross-epiphany-gcc7.spec | 2 +- cross-hppa-gcc7.changes | 4 +++- cross-hppa-gcc7.spec | 2 +- cross-i386-gcc7.changes | 4 +++- cross-i386-gcc7.spec | 2 +- cross-m68k-gcc7.changes | 4 +++- cross-m68k-gcc7.spec | 2 +- cross-mips-gcc7.changes | 4 +++- cross-mips-gcc7.spec | 2 +- cross-nvptx-gcc7.changes | 4 +++- cross-nvptx-gcc7.spec | 2 +- cross-ppc64-gcc7.changes | 4 +++- cross-ppc64-gcc7.spec | 2 +- cross-ppc64le-gcc7.changes | 4 +++- cross-ppc64le-gcc7.spec | 2 +- cross-rx-gcc7-bootstrap.changes | 4 +++- cross-rx-gcc7-bootstrap.spec | 2 +- cross-rx-gcc7.changes | 4 +++- cross-rx-gcc7.spec | 2 +- cross-s390x-gcc7.changes | 4 +++- cross-s390x-gcc7.spec | 2 +- cross-sparc-gcc7.changes | 4 +++- cross-sparc-gcc7.spec | 2 +- cross-sparc64-gcc7.changes | 4 +++- cross-sparc64-gcc7.spec | 2 +- cross-x86_64-gcc7.changes | 4 +++- cross-x86_64-gcc7.spec | 2 +- gcc-7.2.1+r253221.tar.xz | 3 --- gcc-7.2.1+r253435.tar.xz | 3 +++ gcc.spec.in | 2 +- gcc7-testresults.changes | 4 +++- gcc7-testresults.spec | 2 +- gcc7.changes | 4 +++- gcc7.spec | 2 +- 43 files changed, 84 insertions(+), 44 deletions(-) delete mode 100644 gcc-7.2.1+r253221.tar.xz create mode 100644 gcc-7.2.1+r253435.tar.xz diff --git a/cross-aarch64-gcc7.changes b/cross-aarch64-gcc7.changes index 47f43a4..53bc15d 100644 --- a/cross-aarch64-gcc7.changes +++ b/cross-aarch64-gcc7.changes @@ -1,6 +1,8 @@ ------------------------------------------------------------------- -Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com +Thu Oct 5 09:00:25 UTC 2017 - rguenther@suse.com +- 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] diff --git a/cross-aarch64-gcc7.spec b/cross-aarch64-gcc7.spec index 32944b4..12e9b3b 100644 --- a/cross-aarch64-gcc7.spec +++ b/cross-aarch64-gcc7.spec @@ -157,7 +157,7 @@ Requires(preun): update-alternatives %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.2.1+r253221 +Version: 7.2.1+r253435 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) diff --git a/cross-arm-gcc7.changes b/cross-arm-gcc7.changes index 47f43a4..53bc15d 100644 --- a/cross-arm-gcc7.changes +++ b/cross-arm-gcc7.changes @@ -1,6 +1,8 @@ ------------------------------------------------------------------- -Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com +Thu Oct 5 09:00:25 UTC 2017 - rguenther@suse.com +- 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] diff --git a/cross-arm-gcc7.spec b/cross-arm-gcc7.spec index abcd03c..b144e11 100644 --- a/cross-arm-gcc7.spec +++ b/cross-arm-gcc7.spec @@ -157,7 +157,7 @@ Requires(preun): update-alternatives %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.2.1+r253221 +Version: 7.2.1+r253435 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) diff --git a/cross-avr-gcc7.changes b/cross-avr-gcc7.changes index 47f43a4..53bc15d 100644 --- a/cross-avr-gcc7.changes +++ b/cross-avr-gcc7.changes @@ -1,6 +1,8 @@ ------------------------------------------------------------------- -Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com +Thu Oct 5 09:00:25 UTC 2017 - rguenther@suse.com +- 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] diff --git a/cross-avr-gcc7.spec b/cross-avr-gcc7.spec index 3a7cef2..ea3bcfe 100644 --- a/cross-avr-gcc7.spec +++ b/cross-avr-gcc7.spec @@ -157,7 +157,7 @@ Requires(preun): update-alternatives %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.2.1+r253221 +Version: 7.2.1+r253435 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) diff --git a/cross-epiphany-gcc7-bootstrap.changes b/cross-epiphany-gcc7-bootstrap.changes index 47f43a4..53bc15d 100644 --- a/cross-epiphany-gcc7-bootstrap.changes +++ b/cross-epiphany-gcc7-bootstrap.changes @@ -1,6 +1,8 @@ ------------------------------------------------------------------- -Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com +Thu Oct 5 09:00:25 UTC 2017 - rguenther@suse.com +- 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] diff --git a/cross-epiphany-gcc7-bootstrap.spec b/cross-epiphany-gcc7-bootstrap.spec index 7184105..9d00c8f 100644 --- a/cross-epiphany-gcc7-bootstrap.spec +++ b/cross-epiphany-gcc7-bootstrap.spec @@ -158,7 +158,7 @@ Requires(preun): update-alternatives %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.2.1+r253221 +Version: 7.2.1+r253435 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) diff --git a/cross-epiphany-gcc7.changes b/cross-epiphany-gcc7.changes index 47f43a4..53bc15d 100644 --- a/cross-epiphany-gcc7.changes +++ b/cross-epiphany-gcc7.changes @@ -1,6 +1,8 @@ ------------------------------------------------------------------- -Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com +Thu Oct 5 09:00:25 UTC 2017 - rguenther@suse.com +- 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] diff --git a/cross-epiphany-gcc7.spec b/cross-epiphany-gcc7.spec index 3e7cd1b..3518868 100644 --- a/cross-epiphany-gcc7.spec +++ b/cross-epiphany-gcc7.spec @@ -157,7 +157,7 @@ Requires(preun): update-alternatives %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.2.1+r253221 +Version: 7.2.1+r253435 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) diff --git a/cross-hppa-gcc7.changes b/cross-hppa-gcc7.changes index 47f43a4..53bc15d 100644 --- a/cross-hppa-gcc7.changes +++ b/cross-hppa-gcc7.changes @@ -1,6 +1,8 @@ ------------------------------------------------------------------- -Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com +Thu Oct 5 09:00:25 UTC 2017 - rguenther@suse.com +- 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] diff --git a/cross-hppa-gcc7.spec b/cross-hppa-gcc7.spec index 0bcc76e..5c4b738 100644 --- a/cross-hppa-gcc7.spec +++ b/cross-hppa-gcc7.spec @@ -157,7 +157,7 @@ Requires(preun): update-alternatives %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.2.1+r253221 +Version: 7.2.1+r253435 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) diff --git a/cross-i386-gcc7.changes b/cross-i386-gcc7.changes index 47f43a4..53bc15d 100644 --- a/cross-i386-gcc7.changes +++ b/cross-i386-gcc7.changes @@ -1,6 +1,8 @@ ------------------------------------------------------------------- -Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com +Thu Oct 5 09:00:25 UTC 2017 - rguenther@suse.com +- 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] diff --git a/cross-i386-gcc7.spec b/cross-i386-gcc7.spec index 103fe78..6086b35 100644 --- a/cross-i386-gcc7.spec +++ b/cross-i386-gcc7.spec @@ -157,7 +157,7 @@ Requires(preun): update-alternatives %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.2.1+r253221 +Version: 7.2.1+r253435 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) diff --git a/cross-m68k-gcc7.changes b/cross-m68k-gcc7.changes index 47f43a4..53bc15d 100644 --- a/cross-m68k-gcc7.changes +++ b/cross-m68k-gcc7.changes @@ -1,6 +1,8 @@ ------------------------------------------------------------------- -Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com +Thu Oct 5 09:00:25 UTC 2017 - rguenther@suse.com +- 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] diff --git a/cross-m68k-gcc7.spec b/cross-m68k-gcc7.spec index 3c713ef..714458d 100644 --- a/cross-m68k-gcc7.spec +++ b/cross-m68k-gcc7.spec @@ -157,7 +157,7 @@ Requires(preun): update-alternatives %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.2.1+r253221 +Version: 7.2.1+r253435 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) diff --git a/cross-mips-gcc7.changes b/cross-mips-gcc7.changes index 47f43a4..53bc15d 100644 --- a/cross-mips-gcc7.changes +++ b/cross-mips-gcc7.changes @@ -1,6 +1,8 @@ ------------------------------------------------------------------- -Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com +Thu Oct 5 09:00:25 UTC 2017 - rguenther@suse.com +- 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] diff --git a/cross-mips-gcc7.spec b/cross-mips-gcc7.spec index 003a07b..b4f7530 100644 --- a/cross-mips-gcc7.spec +++ b/cross-mips-gcc7.spec @@ -157,7 +157,7 @@ Requires(preun): update-alternatives %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.2.1+r253221 +Version: 7.2.1+r253435 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) diff --git a/cross-nvptx-gcc7.changes b/cross-nvptx-gcc7.changes index 47f43a4..53bc15d 100644 --- a/cross-nvptx-gcc7.changes +++ b/cross-nvptx-gcc7.changes @@ -1,6 +1,8 @@ ------------------------------------------------------------------- -Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com +Thu Oct 5 09:00:25 UTC 2017 - rguenther@suse.com +- 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] diff --git a/cross-nvptx-gcc7.spec b/cross-nvptx-gcc7.spec index dc59a19..91cdc08 100644 --- a/cross-nvptx-gcc7.spec +++ b/cross-nvptx-gcc7.spec @@ -157,7 +157,7 @@ Requires(preun): update-alternatives %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.2.1+r253221 +Version: 7.2.1+r253435 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) diff --git a/cross-ppc64-gcc7.changes b/cross-ppc64-gcc7.changes index 47f43a4..53bc15d 100644 --- a/cross-ppc64-gcc7.changes +++ b/cross-ppc64-gcc7.changes @@ -1,6 +1,8 @@ ------------------------------------------------------------------- -Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com +Thu Oct 5 09:00:25 UTC 2017 - rguenther@suse.com +- 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] diff --git a/cross-ppc64-gcc7.spec b/cross-ppc64-gcc7.spec index e1ec8fd..15c8334 100644 --- a/cross-ppc64-gcc7.spec +++ b/cross-ppc64-gcc7.spec @@ -157,7 +157,7 @@ Requires(preun): update-alternatives %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.2.1+r253221 +Version: 7.2.1+r253435 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) diff --git a/cross-ppc64le-gcc7.changes b/cross-ppc64le-gcc7.changes index 47f43a4..53bc15d 100644 --- a/cross-ppc64le-gcc7.changes +++ b/cross-ppc64le-gcc7.changes @@ -1,6 +1,8 @@ ------------------------------------------------------------------- -Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com +Thu Oct 5 09:00:25 UTC 2017 - rguenther@suse.com +- 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] diff --git a/cross-ppc64le-gcc7.spec b/cross-ppc64le-gcc7.spec index 828d3b0..c28036f 100644 --- a/cross-ppc64le-gcc7.spec +++ b/cross-ppc64le-gcc7.spec @@ -157,7 +157,7 @@ Requires(preun): update-alternatives %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.2.1+r253221 +Version: 7.2.1+r253435 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) diff --git a/cross-rx-gcc7-bootstrap.changes b/cross-rx-gcc7-bootstrap.changes index 47f43a4..53bc15d 100644 --- a/cross-rx-gcc7-bootstrap.changes +++ b/cross-rx-gcc7-bootstrap.changes @@ -1,6 +1,8 @@ ------------------------------------------------------------------- -Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com +Thu Oct 5 09:00:25 UTC 2017 - rguenther@suse.com +- 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] diff --git a/cross-rx-gcc7-bootstrap.spec b/cross-rx-gcc7-bootstrap.spec index 0a40758..b2e1a74 100644 --- a/cross-rx-gcc7-bootstrap.spec +++ b/cross-rx-gcc7-bootstrap.spec @@ -158,7 +158,7 @@ Requires(preun): update-alternatives %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.2.1+r253221 +Version: 7.2.1+r253435 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) diff --git a/cross-rx-gcc7.changes b/cross-rx-gcc7.changes index 47f43a4..53bc15d 100644 --- a/cross-rx-gcc7.changes +++ b/cross-rx-gcc7.changes @@ -1,6 +1,8 @@ ------------------------------------------------------------------- -Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com +Thu Oct 5 09:00:25 UTC 2017 - rguenther@suse.com +- 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] diff --git a/cross-rx-gcc7.spec b/cross-rx-gcc7.spec index b614fdd..42c6fa3 100644 --- a/cross-rx-gcc7.spec +++ b/cross-rx-gcc7.spec @@ -157,7 +157,7 @@ Requires(preun): update-alternatives %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.2.1+r253221 +Version: 7.2.1+r253435 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) diff --git a/cross-s390x-gcc7.changes b/cross-s390x-gcc7.changes index 47f43a4..53bc15d 100644 --- a/cross-s390x-gcc7.changes +++ b/cross-s390x-gcc7.changes @@ -1,6 +1,8 @@ ------------------------------------------------------------------- -Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com +Thu Oct 5 09:00:25 UTC 2017 - rguenther@suse.com +- 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] diff --git a/cross-s390x-gcc7.spec b/cross-s390x-gcc7.spec index 2f8ea3e..a47e3a3 100644 --- a/cross-s390x-gcc7.spec +++ b/cross-s390x-gcc7.spec @@ -157,7 +157,7 @@ Requires(preun): update-alternatives %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.2.1+r253221 +Version: 7.2.1+r253435 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) diff --git a/cross-sparc-gcc7.changes b/cross-sparc-gcc7.changes index 47f43a4..53bc15d 100644 --- a/cross-sparc-gcc7.changes +++ b/cross-sparc-gcc7.changes @@ -1,6 +1,8 @@ ------------------------------------------------------------------- -Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com +Thu Oct 5 09:00:25 UTC 2017 - rguenther@suse.com +- 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] diff --git a/cross-sparc-gcc7.spec b/cross-sparc-gcc7.spec index 393e9e1..a232be8 100644 --- a/cross-sparc-gcc7.spec +++ b/cross-sparc-gcc7.spec @@ -157,7 +157,7 @@ Requires(preun): update-alternatives %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.2.1+r253221 +Version: 7.2.1+r253435 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) diff --git a/cross-sparc64-gcc7.changes b/cross-sparc64-gcc7.changes index 47f43a4..53bc15d 100644 --- a/cross-sparc64-gcc7.changes +++ b/cross-sparc64-gcc7.changes @@ -1,6 +1,8 @@ ------------------------------------------------------------------- -Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com +Thu Oct 5 09:00:25 UTC 2017 - rguenther@suse.com +- 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] diff --git a/cross-sparc64-gcc7.spec b/cross-sparc64-gcc7.spec index 2c3c808..76b5ced 100644 --- a/cross-sparc64-gcc7.spec +++ b/cross-sparc64-gcc7.spec @@ -157,7 +157,7 @@ Requires(preun): update-alternatives %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.2.1+r253221 +Version: 7.2.1+r253435 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) diff --git a/cross-x86_64-gcc7.changes b/cross-x86_64-gcc7.changes index 47f43a4..53bc15d 100644 --- a/cross-x86_64-gcc7.changes +++ b/cross-x86_64-gcc7.changes @@ -1,6 +1,8 @@ ------------------------------------------------------------------- -Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com +Thu Oct 5 09:00:25 UTC 2017 - rguenther@suse.com +- 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] diff --git a/cross-x86_64-gcc7.spec b/cross-x86_64-gcc7.spec index 2851597..b0a2f3a 100644 --- a/cross-x86_64-gcc7.spec +++ b/cross-x86_64-gcc7.spec @@ -157,7 +157,7 @@ Requires(preun): update-alternatives %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.2.1+r253221 +Version: 7.2.1+r253435 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) diff --git a/gcc-7.2.1+r253221.tar.xz b/gcc-7.2.1+r253221.tar.xz deleted file mode 100644 index 6b32adf..0000000 --- a/gcc-7.2.1+r253221.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc3c7345397604c102b5d604d5d66674fb589792cadd813d2f27951d6612452e -size 61056212 diff --git a/gcc-7.2.1+r253435.tar.xz b/gcc-7.2.1+r253435.tar.xz new file mode 100644 index 0000000..e0aab78 --- /dev/null +++ b/gcc-7.2.1+r253435.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b23431c9e1ba4281a97a3d58e402bd8da754084658d2f03f0000e13f8607c5 +size 61043956 diff --git a/gcc.spec.in b/gcc.spec.in index 6b0dfff..ca09752 100644 --- a/gcc.spec.in +++ b/gcc.spec.in @@ -239,7 +239,7 @@ BuildRequires: gdb %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: http://gcc.gnu.org/ -Version: 7.2.1+r253221 +Version: 7.2.1+r253435 Release: 1 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) diff --git a/gcc7-testresults.changes b/gcc7-testresults.changes index 47f43a4..53bc15d 100644 --- a/gcc7-testresults.changes +++ b/gcc7-testresults.changes @@ -1,6 +1,8 @@ ------------------------------------------------------------------- -Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com +Thu Oct 5 09:00:25 UTC 2017 - rguenther@suse.com +- 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] diff --git a/gcc7-testresults.spec b/gcc7-testresults.spec index ba7780f..55ba9d1 100644 --- a/gcc7-testresults.spec +++ b/gcc7-testresults.spec @@ -253,7 +253,7 @@ BuildRequires: gdb %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.2.1+r253221 +Version: 7.2.1+r253435 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) diff --git a/gcc7.changes b/gcc7.changes index 47f43a4..53bc15d 100644 --- a/gcc7.changes +++ b/gcc7.changes @@ -1,6 +1,8 @@ ------------------------------------------------------------------- -Mon Oct 2 09:00:02 UTC 2017 - rguenther@suse.com +Thu Oct 5 09:00:25 UTC 2017 - rguenther@suse.com +- 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] diff --git a/gcc7.spec b/gcc7.spec index 50dcd56..a5f17c8 100644 --- a/gcc7.spec +++ b/gcc7.spec @@ -235,7 +235,7 @@ BuildRequires: gdb %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.2.1+r253221 +Version: 7.2.1+r253435 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)