From 10955775610a3ccbcfde5806fed305a45b8adf262db88b33f403b955d3f41ebf Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Fri, 10 Feb 2017 12:53:14 +0000 Subject: [PATCH] - Update to gcc trunk head (r245326). - Enable profiledbootstrap for %ix86, build with release checking. - Build stage1 with -O2 -g. - Enable Ada for s390x. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=23 --- cross-aarch64-gcc7.changes | 8 ++++++++ cross-aarch64-gcc7.spec | 6 +++--- cross-arm-gcc7.changes | 8 ++++++++ cross-arm-gcc7.spec | 6 +++--- cross-avr-gcc7.changes | 8 ++++++++ cross-avr-gcc7.spec | 6 +++--- cross-epiphany-gcc7-bootstrap.changes | 8 ++++++++ cross-epiphany-gcc7-bootstrap.spec | 6 +++--- cross-epiphany-gcc7.changes | 8 ++++++++ cross-epiphany-gcc7.spec | 6 +++--- cross-hppa-gcc7.changes | 8 ++++++++ cross-hppa-gcc7.spec | 6 +++--- cross-i386-gcc7.changes | 8 ++++++++ cross-i386-gcc7.spec | 6 +++--- cross-m68k-gcc7.changes | 8 ++++++++ cross-m68k-gcc7.spec | 6 +++--- cross-mips-gcc7.changes | 8 ++++++++ cross-mips-gcc7.spec | 6 +++--- cross-nvptx-gcc7.changes | 8 ++++++++ cross-nvptx-gcc7.spec | 6 +++--- cross-ppc64-gcc7.changes | 8 ++++++++ cross-ppc64-gcc7.spec | 6 +++--- cross-ppc64le-gcc7.changes | 8 ++++++++ cross-ppc64le-gcc7.spec | 6 +++--- cross-rx-gcc7-bootstrap.changes | 8 ++++++++ cross-rx-gcc7-bootstrap.spec | 6 +++--- cross-rx-gcc7.changes | 8 ++++++++ cross-rx-gcc7.spec | 6 +++--- cross-s390x-gcc7.changes | 8 ++++++++ cross-s390x-gcc7.spec | 6 +++--- cross-sparc-gcc7.changes | 8 ++++++++ cross-sparc-gcc7.spec | 6 +++--- cross-sparc64-gcc7.changes | 8 ++++++++ cross-sparc64-gcc7.spec | 6 +++--- cross-x86_64-gcc7.changes | 8 ++++++++ cross-x86_64-gcc7.spec | 6 +++--- gcc-7.0.1-r245052.tar.bz2 | 3 --- gcc-7.0.1-r245326.tar.bz2 | 3 +++ gcc.spec.in | 19 +++++++++---------- gcc7-testresults.changes | 8 ++++++++ gcc7-testresults.spec | 19 +++++++++---------- gcc7.changes | 8 ++++++++ gcc7.spec | 19 +++++++++---------- 43 files changed, 244 insertions(+), 87 deletions(-) delete mode 100644 gcc-7.0.1-r245052.tar.bz2 create mode 100644 gcc-7.0.1-r245326.tar.bz2 diff --git a/cross-aarch64-gcc7.changes b/cross-aarch64-gcc7.changes index 7fa29be..66a484b 100644 --- a/cross-aarch64-gcc7.changes +++ b/cross-aarch64-gcc7.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 10 12:49:56 UTC 2017 - rguenther@suse.com + +- Update to gcc trunk head (r245326). +- Enable profiledbootstrap for %ix86, build with release checking. +- Build stage1 with -O2 -g. +- Enable Ada for s390x. + ------------------------------------------------------------------- Thu Feb 2 13:44:56 UTC 2017 - rguenther@suse.com diff --git a/cross-aarch64-gcc7.spec b/cross-aarch64-gcc7.spec index d05c9e8..aa64058 100644 --- a/cross-aarch64-gcc7.spec +++ b/cross-aarch64-gcc7.spec @@ -150,7 +150,7 @@ Conflicts: %selfconflict %{gcc_target_arch}-gcc %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.0.1+r245052 +Version: 7.0.1+r245326 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) @@ -320,8 +320,8 @@ PARALLEL="-j$J -l$JL" # In general we want to ship release checking enabled compilers # which is the default for released compilers #ENABLE_CHECKING="--enable-checking=yes" -#ENABLE_CHECKING="--enable-checking=release" -ENABLE_CHECKING="" +ENABLE_CHECKING="--enable-checking=release" +#ENABLE_CHECKING="" # Work around tail/head -1 changes export _POSIX2_VERSION=199209 diff --git a/cross-arm-gcc7.changes b/cross-arm-gcc7.changes index 7fa29be..66a484b 100644 --- a/cross-arm-gcc7.changes +++ b/cross-arm-gcc7.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 10 12:49:56 UTC 2017 - rguenther@suse.com + +- Update to gcc trunk head (r245326). +- Enable profiledbootstrap for %ix86, build with release checking. +- Build stage1 with -O2 -g. +- Enable Ada for s390x. + ------------------------------------------------------------------- Thu Feb 2 13:44:56 UTC 2017 - rguenther@suse.com diff --git a/cross-arm-gcc7.spec b/cross-arm-gcc7.spec index 297a5e0..8d4576a 100644 --- a/cross-arm-gcc7.spec +++ b/cross-arm-gcc7.spec @@ -150,7 +150,7 @@ Conflicts: %selfconflict %{gcc_target_arch}-gcc %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.0.1+r245052 +Version: 7.0.1+r245326 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) @@ -320,8 +320,8 @@ PARALLEL="-j$J -l$JL" # In general we want to ship release checking enabled compilers # which is the default for released compilers #ENABLE_CHECKING="--enable-checking=yes" -#ENABLE_CHECKING="--enable-checking=release" -ENABLE_CHECKING="" +ENABLE_CHECKING="--enable-checking=release" +#ENABLE_CHECKING="" # Work around tail/head -1 changes export _POSIX2_VERSION=199209 diff --git a/cross-avr-gcc7.changes b/cross-avr-gcc7.changes index 7fa29be..66a484b 100644 --- a/cross-avr-gcc7.changes +++ b/cross-avr-gcc7.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 10 12:49:56 UTC 2017 - rguenther@suse.com + +- Update to gcc trunk head (r245326). +- Enable profiledbootstrap for %ix86, build with release checking. +- Build stage1 with -O2 -g. +- Enable Ada for s390x. + ------------------------------------------------------------------- Thu Feb 2 13:44:56 UTC 2017 - rguenther@suse.com diff --git a/cross-avr-gcc7.spec b/cross-avr-gcc7.spec index 816d8eb..84f003e 100644 --- a/cross-avr-gcc7.spec +++ b/cross-avr-gcc7.spec @@ -150,7 +150,7 @@ Conflicts: %selfconflict %{gcc_target_arch}-gcc %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.0.1+r245052 +Version: 7.0.1+r245326 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) @@ -320,8 +320,8 @@ PARALLEL="-j$J -l$JL" # In general we want to ship release checking enabled compilers # which is the default for released compilers #ENABLE_CHECKING="--enable-checking=yes" -#ENABLE_CHECKING="--enable-checking=release" -ENABLE_CHECKING="" +ENABLE_CHECKING="--enable-checking=release" +#ENABLE_CHECKING="" # Work around tail/head -1 changes export _POSIX2_VERSION=199209 diff --git a/cross-epiphany-gcc7-bootstrap.changes b/cross-epiphany-gcc7-bootstrap.changes index 7fa29be..66a484b 100644 --- a/cross-epiphany-gcc7-bootstrap.changes +++ b/cross-epiphany-gcc7-bootstrap.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 10 12:49:56 UTC 2017 - rguenther@suse.com + +- Update to gcc trunk head (r245326). +- Enable profiledbootstrap for %ix86, build with release checking. +- Build stage1 with -O2 -g. +- Enable Ada for s390x. + ------------------------------------------------------------------- Thu Feb 2 13:44:56 UTC 2017 - rguenther@suse.com diff --git a/cross-epiphany-gcc7-bootstrap.spec b/cross-epiphany-gcc7-bootstrap.spec index 96b9e07..e0ddf13 100644 --- a/cross-epiphany-gcc7-bootstrap.spec +++ b/cross-epiphany-gcc7-bootstrap.spec @@ -151,7 +151,7 @@ Conflicts: %selfconflict %{gcc_target_arch}-gcc %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.0.1+r245052 +Version: 7.0.1+r245326 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) @@ -321,8 +321,8 @@ PARALLEL="-j$J -l$JL" # In general we want to ship release checking enabled compilers # which is the default for released compilers #ENABLE_CHECKING="--enable-checking=yes" -#ENABLE_CHECKING="--enable-checking=release" -ENABLE_CHECKING="" +ENABLE_CHECKING="--enable-checking=release" +#ENABLE_CHECKING="" # Work around tail/head -1 changes export _POSIX2_VERSION=199209 diff --git a/cross-epiphany-gcc7.changes b/cross-epiphany-gcc7.changes index 7fa29be..66a484b 100644 --- a/cross-epiphany-gcc7.changes +++ b/cross-epiphany-gcc7.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 10 12:49:56 UTC 2017 - rguenther@suse.com + +- Update to gcc trunk head (r245326). +- Enable profiledbootstrap for %ix86, build with release checking. +- Build stage1 with -O2 -g. +- Enable Ada for s390x. + ------------------------------------------------------------------- Thu Feb 2 13:44:56 UTC 2017 - rguenther@suse.com diff --git a/cross-epiphany-gcc7.spec b/cross-epiphany-gcc7.spec index 490e5a8..2b36607 100644 --- a/cross-epiphany-gcc7.spec +++ b/cross-epiphany-gcc7.spec @@ -150,7 +150,7 @@ Conflicts: %selfconflict %{gcc_target_arch}-gcc %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.0.1+r245052 +Version: 7.0.1+r245326 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) @@ -320,8 +320,8 @@ PARALLEL="-j$J -l$JL" # In general we want to ship release checking enabled compilers # which is the default for released compilers #ENABLE_CHECKING="--enable-checking=yes" -#ENABLE_CHECKING="--enable-checking=release" -ENABLE_CHECKING="" +ENABLE_CHECKING="--enable-checking=release" +#ENABLE_CHECKING="" # Work around tail/head -1 changes export _POSIX2_VERSION=199209 diff --git a/cross-hppa-gcc7.changes b/cross-hppa-gcc7.changes index 7fa29be..66a484b 100644 --- a/cross-hppa-gcc7.changes +++ b/cross-hppa-gcc7.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 10 12:49:56 UTC 2017 - rguenther@suse.com + +- Update to gcc trunk head (r245326). +- Enable profiledbootstrap for %ix86, build with release checking. +- Build stage1 with -O2 -g. +- Enable Ada for s390x. + ------------------------------------------------------------------- Thu Feb 2 13:44:56 UTC 2017 - rguenther@suse.com diff --git a/cross-hppa-gcc7.spec b/cross-hppa-gcc7.spec index 3899e6a..06bb720 100644 --- a/cross-hppa-gcc7.spec +++ b/cross-hppa-gcc7.spec @@ -150,7 +150,7 @@ Conflicts: %selfconflict %{gcc_target_arch}-gcc %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.0.1+r245052 +Version: 7.0.1+r245326 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) @@ -320,8 +320,8 @@ PARALLEL="-j$J -l$JL" # In general we want to ship release checking enabled compilers # which is the default for released compilers #ENABLE_CHECKING="--enable-checking=yes" -#ENABLE_CHECKING="--enable-checking=release" -ENABLE_CHECKING="" +ENABLE_CHECKING="--enable-checking=release" +#ENABLE_CHECKING="" # Work around tail/head -1 changes export _POSIX2_VERSION=199209 diff --git a/cross-i386-gcc7.changes b/cross-i386-gcc7.changes index 7fa29be..66a484b 100644 --- a/cross-i386-gcc7.changes +++ b/cross-i386-gcc7.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 10 12:49:56 UTC 2017 - rguenther@suse.com + +- Update to gcc trunk head (r245326). +- Enable profiledbootstrap for %ix86, build with release checking. +- Build stage1 with -O2 -g. +- Enable Ada for s390x. + ------------------------------------------------------------------- Thu Feb 2 13:44:56 UTC 2017 - rguenther@suse.com diff --git a/cross-i386-gcc7.spec b/cross-i386-gcc7.spec index 7b32022..887ecae 100644 --- a/cross-i386-gcc7.spec +++ b/cross-i386-gcc7.spec @@ -150,7 +150,7 @@ Conflicts: %selfconflict %{gcc_target_arch}-gcc %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.0.1+r245052 +Version: 7.0.1+r245326 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) @@ -320,8 +320,8 @@ PARALLEL="-j$J -l$JL" # In general we want to ship release checking enabled compilers # which is the default for released compilers #ENABLE_CHECKING="--enable-checking=yes" -#ENABLE_CHECKING="--enable-checking=release" -ENABLE_CHECKING="" +ENABLE_CHECKING="--enable-checking=release" +#ENABLE_CHECKING="" # Work around tail/head -1 changes export _POSIX2_VERSION=199209 diff --git a/cross-m68k-gcc7.changes b/cross-m68k-gcc7.changes index 7fa29be..66a484b 100644 --- a/cross-m68k-gcc7.changes +++ b/cross-m68k-gcc7.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 10 12:49:56 UTC 2017 - rguenther@suse.com + +- Update to gcc trunk head (r245326). +- Enable profiledbootstrap for %ix86, build with release checking. +- Build stage1 with -O2 -g. +- Enable Ada for s390x. + ------------------------------------------------------------------- Thu Feb 2 13:44:56 UTC 2017 - rguenther@suse.com diff --git a/cross-m68k-gcc7.spec b/cross-m68k-gcc7.spec index 676551b..514f180 100644 --- a/cross-m68k-gcc7.spec +++ b/cross-m68k-gcc7.spec @@ -150,7 +150,7 @@ Conflicts: %selfconflict %{gcc_target_arch}-gcc %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.0.1+r245052 +Version: 7.0.1+r245326 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) @@ -320,8 +320,8 @@ PARALLEL="-j$J -l$JL" # In general we want to ship release checking enabled compilers # which is the default for released compilers #ENABLE_CHECKING="--enable-checking=yes" -#ENABLE_CHECKING="--enable-checking=release" -ENABLE_CHECKING="" +ENABLE_CHECKING="--enable-checking=release" +#ENABLE_CHECKING="" # Work around tail/head -1 changes export _POSIX2_VERSION=199209 diff --git a/cross-mips-gcc7.changes b/cross-mips-gcc7.changes index 7fa29be..66a484b 100644 --- a/cross-mips-gcc7.changes +++ b/cross-mips-gcc7.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 10 12:49:56 UTC 2017 - rguenther@suse.com + +- Update to gcc trunk head (r245326). +- Enable profiledbootstrap for %ix86, build with release checking. +- Build stage1 with -O2 -g. +- Enable Ada for s390x. + ------------------------------------------------------------------- Thu Feb 2 13:44:56 UTC 2017 - rguenther@suse.com diff --git a/cross-mips-gcc7.spec b/cross-mips-gcc7.spec index bae1b0e..5127bd1 100644 --- a/cross-mips-gcc7.spec +++ b/cross-mips-gcc7.spec @@ -150,7 +150,7 @@ Conflicts: %selfconflict %{gcc_target_arch}-gcc %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.0.1+r245052 +Version: 7.0.1+r245326 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) @@ -320,8 +320,8 @@ PARALLEL="-j$J -l$JL" # In general we want to ship release checking enabled compilers # which is the default for released compilers #ENABLE_CHECKING="--enable-checking=yes" -#ENABLE_CHECKING="--enable-checking=release" -ENABLE_CHECKING="" +ENABLE_CHECKING="--enable-checking=release" +#ENABLE_CHECKING="" # Work around tail/head -1 changes export _POSIX2_VERSION=199209 diff --git a/cross-nvptx-gcc7.changes b/cross-nvptx-gcc7.changes index 7fa29be..66a484b 100644 --- a/cross-nvptx-gcc7.changes +++ b/cross-nvptx-gcc7.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 10 12:49:56 UTC 2017 - rguenther@suse.com + +- Update to gcc trunk head (r245326). +- Enable profiledbootstrap for %ix86, build with release checking. +- Build stage1 with -O2 -g. +- Enable Ada for s390x. + ------------------------------------------------------------------- Thu Feb 2 13:44:56 UTC 2017 - rguenther@suse.com diff --git a/cross-nvptx-gcc7.spec b/cross-nvptx-gcc7.spec index 8e7c3f5..ed90f30 100644 --- a/cross-nvptx-gcc7.spec +++ b/cross-nvptx-gcc7.spec @@ -150,7 +150,7 @@ Conflicts: %selfconflict %{gcc_target_arch}-gcc %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.0.1+r245052 +Version: 7.0.1+r245326 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) @@ -320,8 +320,8 @@ PARALLEL="-j$J -l$JL" # In general we want to ship release checking enabled compilers # which is the default for released compilers #ENABLE_CHECKING="--enable-checking=yes" -#ENABLE_CHECKING="--enable-checking=release" -ENABLE_CHECKING="" +ENABLE_CHECKING="--enable-checking=release" +#ENABLE_CHECKING="" # Work around tail/head -1 changes export _POSIX2_VERSION=199209 diff --git a/cross-ppc64-gcc7.changes b/cross-ppc64-gcc7.changes index 7fa29be..66a484b 100644 --- a/cross-ppc64-gcc7.changes +++ b/cross-ppc64-gcc7.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 10 12:49:56 UTC 2017 - rguenther@suse.com + +- Update to gcc trunk head (r245326). +- Enable profiledbootstrap for %ix86, build with release checking. +- Build stage1 with -O2 -g. +- Enable Ada for s390x. + ------------------------------------------------------------------- Thu Feb 2 13:44:56 UTC 2017 - rguenther@suse.com diff --git a/cross-ppc64-gcc7.spec b/cross-ppc64-gcc7.spec index 655cfce..95cb442 100644 --- a/cross-ppc64-gcc7.spec +++ b/cross-ppc64-gcc7.spec @@ -150,7 +150,7 @@ Conflicts: %selfconflict %{gcc_target_arch}-gcc %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.0.1+r245052 +Version: 7.0.1+r245326 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) @@ -320,8 +320,8 @@ PARALLEL="-j$J -l$JL" # In general we want to ship release checking enabled compilers # which is the default for released compilers #ENABLE_CHECKING="--enable-checking=yes" -#ENABLE_CHECKING="--enable-checking=release" -ENABLE_CHECKING="" +ENABLE_CHECKING="--enable-checking=release" +#ENABLE_CHECKING="" # Work around tail/head -1 changes export _POSIX2_VERSION=199209 diff --git a/cross-ppc64le-gcc7.changes b/cross-ppc64le-gcc7.changes index 7fa29be..66a484b 100644 --- a/cross-ppc64le-gcc7.changes +++ b/cross-ppc64le-gcc7.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 10 12:49:56 UTC 2017 - rguenther@suse.com + +- Update to gcc trunk head (r245326). +- Enable profiledbootstrap for %ix86, build with release checking. +- Build stage1 with -O2 -g. +- Enable Ada for s390x. + ------------------------------------------------------------------- Thu Feb 2 13:44:56 UTC 2017 - rguenther@suse.com diff --git a/cross-ppc64le-gcc7.spec b/cross-ppc64le-gcc7.spec index 0980e1f..1c7c939 100644 --- a/cross-ppc64le-gcc7.spec +++ b/cross-ppc64le-gcc7.spec @@ -150,7 +150,7 @@ Conflicts: %selfconflict %{gcc_target_arch}-gcc %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.0.1+r245052 +Version: 7.0.1+r245326 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) @@ -320,8 +320,8 @@ PARALLEL="-j$J -l$JL" # In general we want to ship release checking enabled compilers # which is the default for released compilers #ENABLE_CHECKING="--enable-checking=yes" -#ENABLE_CHECKING="--enable-checking=release" -ENABLE_CHECKING="" +ENABLE_CHECKING="--enable-checking=release" +#ENABLE_CHECKING="" # Work around tail/head -1 changes export _POSIX2_VERSION=199209 diff --git a/cross-rx-gcc7-bootstrap.changes b/cross-rx-gcc7-bootstrap.changes index 7fa29be..66a484b 100644 --- a/cross-rx-gcc7-bootstrap.changes +++ b/cross-rx-gcc7-bootstrap.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 10 12:49:56 UTC 2017 - rguenther@suse.com + +- Update to gcc trunk head (r245326). +- Enable profiledbootstrap for %ix86, build with release checking. +- Build stage1 with -O2 -g. +- Enable Ada for s390x. + ------------------------------------------------------------------- Thu Feb 2 13:44:56 UTC 2017 - rguenther@suse.com diff --git a/cross-rx-gcc7-bootstrap.spec b/cross-rx-gcc7-bootstrap.spec index 2ad30dd..385f3e1 100644 --- a/cross-rx-gcc7-bootstrap.spec +++ b/cross-rx-gcc7-bootstrap.spec @@ -151,7 +151,7 @@ Conflicts: %selfconflict %{gcc_target_arch}-gcc %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.0.1+r245052 +Version: 7.0.1+r245326 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) @@ -321,8 +321,8 @@ PARALLEL="-j$J -l$JL" # In general we want to ship release checking enabled compilers # which is the default for released compilers #ENABLE_CHECKING="--enable-checking=yes" -#ENABLE_CHECKING="--enable-checking=release" -ENABLE_CHECKING="" +ENABLE_CHECKING="--enable-checking=release" +#ENABLE_CHECKING="" # Work around tail/head -1 changes export _POSIX2_VERSION=199209 diff --git a/cross-rx-gcc7.changes b/cross-rx-gcc7.changes index 7fa29be..66a484b 100644 --- a/cross-rx-gcc7.changes +++ b/cross-rx-gcc7.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 10 12:49:56 UTC 2017 - rguenther@suse.com + +- Update to gcc trunk head (r245326). +- Enable profiledbootstrap for %ix86, build with release checking. +- Build stage1 with -O2 -g. +- Enable Ada for s390x. + ------------------------------------------------------------------- Thu Feb 2 13:44:56 UTC 2017 - rguenther@suse.com diff --git a/cross-rx-gcc7.spec b/cross-rx-gcc7.spec index d3cbe32..8c4eeb0 100644 --- a/cross-rx-gcc7.spec +++ b/cross-rx-gcc7.spec @@ -150,7 +150,7 @@ Conflicts: %selfconflict %{gcc_target_arch}-gcc %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.0.1+r245052 +Version: 7.0.1+r245326 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) @@ -320,8 +320,8 @@ PARALLEL="-j$J -l$JL" # In general we want to ship release checking enabled compilers # which is the default for released compilers #ENABLE_CHECKING="--enable-checking=yes" -#ENABLE_CHECKING="--enable-checking=release" -ENABLE_CHECKING="" +ENABLE_CHECKING="--enable-checking=release" +#ENABLE_CHECKING="" # Work around tail/head -1 changes export _POSIX2_VERSION=199209 diff --git a/cross-s390x-gcc7.changes b/cross-s390x-gcc7.changes index 7fa29be..66a484b 100644 --- a/cross-s390x-gcc7.changes +++ b/cross-s390x-gcc7.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 10 12:49:56 UTC 2017 - rguenther@suse.com + +- Update to gcc trunk head (r245326). +- Enable profiledbootstrap for %ix86, build with release checking. +- Build stage1 with -O2 -g. +- Enable Ada for s390x. + ------------------------------------------------------------------- Thu Feb 2 13:44:56 UTC 2017 - rguenther@suse.com diff --git a/cross-s390x-gcc7.spec b/cross-s390x-gcc7.spec index 3f91e84..b00ae39 100644 --- a/cross-s390x-gcc7.spec +++ b/cross-s390x-gcc7.spec @@ -150,7 +150,7 @@ Conflicts: %selfconflict %{gcc_target_arch}-gcc %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.0.1+r245052 +Version: 7.0.1+r245326 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) @@ -320,8 +320,8 @@ PARALLEL="-j$J -l$JL" # In general we want to ship release checking enabled compilers # which is the default for released compilers #ENABLE_CHECKING="--enable-checking=yes" -#ENABLE_CHECKING="--enable-checking=release" -ENABLE_CHECKING="" +ENABLE_CHECKING="--enable-checking=release" +#ENABLE_CHECKING="" # Work around tail/head -1 changes export _POSIX2_VERSION=199209 diff --git a/cross-sparc-gcc7.changes b/cross-sparc-gcc7.changes index 7fa29be..66a484b 100644 --- a/cross-sparc-gcc7.changes +++ b/cross-sparc-gcc7.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 10 12:49:56 UTC 2017 - rguenther@suse.com + +- Update to gcc trunk head (r245326). +- Enable profiledbootstrap for %ix86, build with release checking. +- Build stage1 with -O2 -g. +- Enable Ada for s390x. + ------------------------------------------------------------------- Thu Feb 2 13:44:56 UTC 2017 - rguenther@suse.com diff --git a/cross-sparc-gcc7.spec b/cross-sparc-gcc7.spec index c098bdc..f0efa29 100644 --- a/cross-sparc-gcc7.spec +++ b/cross-sparc-gcc7.spec @@ -150,7 +150,7 @@ Conflicts: %selfconflict %{gcc_target_arch}-gcc %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.0.1+r245052 +Version: 7.0.1+r245326 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) @@ -320,8 +320,8 @@ PARALLEL="-j$J -l$JL" # In general we want to ship release checking enabled compilers # which is the default for released compilers #ENABLE_CHECKING="--enable-checking=yes" -#ENABLE_CHECKING="--enable-checking=release" -ENABLE_CHECKING="" +ENABLE_CHECKING="--enable-checking=release" +#ENABLE_CHECKING="" # Work around tail/head -1 changes export _POSIX2_VERSION=199209 diff --git a/cross-sparc64-gcc7.changes b/cross-sparc64-gcc7.changes index 7fa29be..66a484b 100644 --- a/cross-sparc64-gcc7.changes +++ b/cross-sparc64-gcc7.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 10 12:49:56 UTC 2017 - rguenther@suse.com + +- Update to gcc trunk head (r245326). +- Enable profiledbootstrap for %ix86, build with release checking. +- Build stage1 with -O2 -g. +- Enable Ada for s390x. + ------------------------------------------------------------------- Thu Feb 2 13:44:56 UTC 2017 - rguenther@suse.com diff --git a/cross-sparc64-gcc7.spec b/cross-sparc64-gcc7.spec index 930b6e1..3dcf82b 100644 --- a/cross-sparc64-gcc7.spec +++ b/cross-sparc64-gcc7.spec @@ -150,7 +150,7 @@ Conflicts: %selfconflict %{gcc_target_arch}-gcc %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.0.1+r245052 +Version: 7.0.1+r245326 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) @@ -320,8 +320,8 @@ PARALLEL="-j$J -l$JL" # In general we want to ship release checking enabled compilers # which is the default for released compilers #ENABLE_CHECKING="--enable-checking=yes" -#ENABLE_CHECKING="--enable-checking=release" -ENABLE_CHECKING="" +ENABLE_CHECKING="--enable-checking=release" +#ENABLE_CHECKING="" # Work around tail/head -1 changes export _POSIX2_VERSION=199209 diff --git a/cross-x86_64-gcc7.changes b/cross-x86_64-gcc7.changes index 7fa29be..66a484b 100644 --- a/cross-x86_64-gcc7.changes +++ b/cross-x86_64-gcc7.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 10 12:49:56 UTC 2017 - rguenther@suse.com + +- Update to gcc trunk head (r245326). +- Enable profiledbootstrap for %ix86, build with release checking. +- Build stage1 with -O2 -g. +- Enable Ada for s390x. + ------------------------------------------------------------------- Thu Feb 2 13:44:56 UTC 2017 - rguenther@suse.com diff --git a/cross-x86_64-gcc7.spec b/cross-x86_64-gcc7.spec index bb5a08a..614ccdd 100644 --- a/cross-x86_64-gcc7.spec +++ b/cross-x86_64-gcc7.spec @@ -150,7 +150,7 @@ Conflicts: %selfconflict %{gcc_target_arch}-gcc %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.0.1+r245052 +Version: 7.0.1+r245326 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) @@ -320,8 +320,8 @@ PARALLEL="-j$J -l$JL" # In general we want to ship release checking enabled compilers # which is the default for released compilers #ENABLE_CHECKING="--enable-checking=yes" -#ENABLE_CHECKING="--enable-checking=release" -ENABLE_CHECKING="" +ENABLE_CHECKING="--enable-checking=release" +#ENABLE_CHECKING="" # Work around tail/head -1 changes export _POSIX2_VERSION=199209 diff --git a/gcc-7.0.1-r245052.tar.bz2 b/gcc-7.0.1-r245052.tar.bz2 deleted file mode 100644 index c17399d..0000000 --- a/gcc-7.0.1-r245052.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:625d80aad734ab2b1d87bda4207f7fe0f0e5e5511101b151d25a0529432c6957 -size 76882654 diff --git a/gcc-7.0.1-r245326.tar.bz2 b/gcc-7.0.1-r245326.tar.bz2 new file mode 100644 index 0000000..994ca76 --- /dev/null +++ b/gcc-7.0.1-r245326.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e09f90abccff5b3eb6bf9fa4e84f80b810a815542feb086196273460cc7530 +size 75730579 diff --git a/gcc.spec.in b/gcc.spec.in index c8eaf41..42c4cad 100644 --- a/gcc.spec.in +++ b/gcc.spec.in @@ -23,7 +23,7 @@ # on those that work %if %{suse_version} >= 1310 %if %{suse_version} >= 1330 -%define ada_arch %ix86 x86_64 ppc ppc64 ppc64le s390 ia64 aarch64 +%define ada_arch %ix86 x86_64 ppc ppc64 ppc64le s390 s390x ia64 aarch64 %else %define ada_arch %ix86 x86_64 ppc ppc64 s390 ia64 %endif @@ -231,7 +231,7 @@ BuildRequires: gdb %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: http://gcc.gnu.org/ -Version: 7.0.1+r245052 +Version: 7.0.1+r245326 Release: 1 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) @@ -1135,8 +1135,8 @@ PARALLEL="-j$J -l$JL" # In general we want to ship release checking enabled compilers # which is the default for released compilers #ENABLE_CHECKING="--enable-checking=yes" -#ENABLE_CHECKING="--enable-checking=release" -ENABLE_CHECKING="" +ENABLE_CHECKING="--enable-checking=release" +#ENABLE_CHECKING="" # Work around tail/head -1 changes export _POSIX2_VERSION=199209 @@ -1354,14 +1354,13 @@ nvptx-none=%{_prefix}/nvptx-none, \ # COMMON-END -STAGE1_FLAGS="-g" +STAGE1_FLAGS="-g -O2" # Only run profiled bootstrap on archs where it works and matters -# ??? Currently broken (PR79255) -#%ifarch x86_64 ppc64le s390x aarch64 -#make profiledbootstrap STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL -#%else +%ifarch x86_64 %ix86 ppc64le s390x aarch64 +make profiledbootstrap STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL +%else make STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL -#%endif +%endif make info %if 0%{?run_tests:1} echo "Run testsuite" diff --git a/gcc7-testresults.changes b/gcc7-testresults.changes index 7fa29be..66a484b 100644 --- a/gcc7-testresults.changes +++ b/gcc7-testresults.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 10 12:49:56 UTC 2017 - rguenther@suse.com + +- Update to gcc trunk head (r245326). +- Enable profiledbootstrap for %ix86, build with release checking. +- Build stage1 with -O2 -g. +- Enable Ada for s390x. + ------------------------------------------------------------------- Thu Feb 2 13:44:56 UTC 2017 - rguenther@suse.com diff --git a/gcc7-testresults.spec b/gcc7-testresults.spec index d9d27fc..b804a3a 100644 --- a/gcc7-testresults.spec +++ b/gcc7-testresults.spec @@ -39,7 +39,7 @@ # on those that work %if %{suse_version} >= 1310 %if %{suse_version} >= 1330 -%define ada_arch %ix86 x86_64 ppc ppc64 ppc64le s390 ia64 aarch64 +%define ada_arch %ix86 x86_64 ppc ppc64 ppc64le s390 s390x ia64 aarch64 %else %define ada_arch %ix86 x86_64 ppc ppc64 s390 ia64 %endif @@ -243,7 +243,7 @@ BuildRequires: gdb %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.0.1+r245052 +Version: 7.0.1+r245326 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) @@ -503,8 +503,8 @@ PARALLEL="-j$J -l$JL" # In general we want to ship release checking enabled compilers # which is the default for released compilers #ENABLE_CHECKING="--enable-checking=yes" -#ENABLE_CHECKING="--enable-checking=release" -ENABLE_CHECKING="" +ENABLE_CHECKING="--enable-checking=release" +#ENABLE_CHECKING="" # Work around tail/head -1 changes export _POSIX2_VERSION=199209 @@ -720,14 +720,13 @@ nvptx-none=%{_prefix}/nvptx-none, \ --build=%{GCCDIST} \ --host=%{GCCDIST} -STAGE1_FLAGS="-g" +STAGE1_FLAGS="-g -O2" # Only run profiled bootstrap on archs where it works and matters -# ??? Currently broken (PR79255) -#%ifarch x86_64 ppc64le s390x aarch64 -#make profiledbootstrap STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL -#%else +%ifarch x86_64 %ix86 ppc64le s390x aarch64 +make profiledbootstrap STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL +%else make STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL -#%endif +%endif make info %if 0%{?run_tests:1} echo "Run testsuite" diff --git a/gcc7.changes b/gcc7.changes index 7fa29be..66a484b 100644 --- a/gcc7.changes +++ b/gcc7.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 10 12:49:56 UTC 2017 - rguenther@suse.com + +- Update to gcc trunk head (r245326). +- Enable profiledbootstrap for %ix86, build with release checking. +- Build stage1 with -O2 -g. +- Enable Ada for s390x. + ------------------------------------------------------------------- Thu Feb 2 13:44:56 UTC 2017 - rguenther@suse.com diff --git a/gcc7.spec b/gcc7.spec index 384911c..ccb2481 100644 --- a/gcc7.spec +++ b/gcc7.spec @@ -21,7 +21,7 @@ # on those that work %if %{suse_version} >= 1310 %if %{suse_version} >= 1330 -%define ada_arch %ix86 x86_64 ppc ppc64 ppc64le s390 ia64 aarch64 +%define ada_arch %ix86 x86_64 ppc ppc64 ppc64le s390 s390x ia64 aarch64 %else %define ada_arch %ix86 x86_64 ppc ppc64 s390 ia64 %endif @@ -225,7 +225,7 @@ BuildRequires: gdb %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 Url: http://gcc.gnu.org/ -Version: 7.0.1+r245052 +Version: 7.0.1+r245326 Release: 0 %define gcc_version %(echo %version | sed 's/+.*//') %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1) @@ -1827,8 +1827,8 @@ PARALLEL="-j$J -l$JL" # In general we want to ship release checking enabled compilers # which is the default for released compilers #ENABLE_CHECKING="--enable-checking=yes" -#ENABLE_CHECKING="--enable-checking=release" -ENABLE_CHECKING="" +ENABLE_CHECKING="--enable-checking=release" +#ENABLE_CHECKING="" # Work around tail/head -1 changes export _POSIX2_VERSION=199209 @@ -2044,14 +2044,13 @@ nvptx-none=%{_prefix}/nvptx-none, \ --build=%{GCCDIST} \ --host=%{GCCDIST} -STAGE1_FLAGS="-g" +STAGE1_FLAGS="-g -O2" # Only run profiled bootstrap on archs where it works and matters -# ??? Currently broken (PR79255) -#%ifarch x86_64 ppc64le s390x aarch64 -#make profiledbootstrap STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL -#%else +%ifarch x86_64 %ix86 ppc64le s390x aarch64 +make profiledbootstrap STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL +%else make STAGE1_CFLAGS="$STAGE1_FLAGS" BOOT_CFLAGS="$RPM_OPT_FLAGS" $PARALLEL -#%endif +%endif make info %if 0%{?run_tests:1} echo "Run testsuite"