From 7969d7f1d493854fd8e8bff375587ad680037e2c Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Mon, 27 Mar 2017 12:57:54 +0200 Subject: [PATCH] 7.0.1-0.13 --- .gitignore | 1 + gcc.spec | 53 +++++++++++++++++++++----- gcc7-pr79941.patch | 92 ---------------------------------------------- gcc7-pr79969.patch | 43 ---------------------- gcc7-pr79972.patch | 58 ----------------------------- sources | 2 +- 6 files changed, 46 insertions(+), 203 deletions(-) delete mode 100644 gcc7-pr79941.patch delete mode 100644 gcc7-pr79969.patch delete mode 100644 gcc7-pr79972.patch diff --git a/.gitignore b/.gitignore index b7dd852..acea644 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /gcc-7.0.1-20170225.tar.bz2 /gcc-7.0.1-20170308.tar.bz2 /gcc-7.0.1-20170309.tar.bz2 +/gcc-7.0.1-20170327.tar.bz2 diff --git a/gcc.spec b/gcc.spec index dba9601..3d3f185 100644 --- a/gcc.spec +++ b/gcc.spec @@ -1,10 +1,10 @@ -%global DATE 20170309 -%global SVNREV 246007 +%global DATE 20170327 +%global SVNREV 246493 %global gcc_version 7.0.1 %global gcc_major 7 # Note, gcc_release must be integer, if you want to add suffixes to # %{release}, append them after %{gcc_release} on Release: line. -%global gcc_release 0.12 +%global gcc_release 0.13 %global nvptx_tools_gitrev c28050f60193b3b95a18866a96f03334e874e78f %global nvptx_newlib_gitrev aadc8eb0ec43b7cd0dd2dfb484bae63c8b05ef24 %global _unpackaged_files_terminate_build 0 @@ -232,9 +232,6 @@ Patch8: gcc7-no-add-needed.patch Patch9: gcc7-aarch64-async-unw-tables.patch Patch10: gcc7-foffload-default.patch Patch11: gcc7-Wno-format-security.patch -Patch12: gcc7-pr79941.patch -Patch13: gcc7-pr79969.patch -Patch14: gcc7-pr79972.patch Patch1000: nvptx-tools-no-ptxas.patch Patch1001: nvptx-tools-build.patch @@ -823,9 +820,6 @@ package or when debugging this package. %patch9 -p0 -b .aarch64-async-unw-tables~ %patch10 -p0 -b .foffload-default~ %patch11 -p0 -b .Wno-format-security~ -%patch12 -p0 -b .pr79941~ -%patch13 -p0 -b .pr79969~ -%patch14 -p0 -b .pr79972~ cd nvptx-tools-%{nvptx_tools_gitrev} %patch1000 -p1 -b .nvptx-tools-no-ptxas~ @@ -3242,6 +3236,47 @@ fi %endif %changelog +* Mon Mar 27 2017 Jakub Jelinek 7.0.1-0.13 +- update from the trunk + - PRs bootstrap/79771, bootstrap/79952, c++/35878, c++/52477, c++/77339, + c++/77563, c++/77752, c++/78345, c++/79393, c++/79519, c++/79548, + c++/79640, c++/79687, c++/79896, c++/79899, c++/79960, c++/79962, + c++/79967, c++/79984, c++/80029, c++/80043, c++/80059, c++/80073, + c++/80077, c++/80084, c++/80096, c++/80119, c++/80129, c++/80141, + c++/80150, c/67338, c/78165, c/79921, c/79936, c/80097, driver/79875, + fortran/33271, fortran/39239, fortran/69498, fortran/71838, + fortran/79602, fortran/79676, fortran/79838, fortran/79844, + fortran/79853, fortran/79859, fortran/79860, fortran/79886, + fortran/80010, fortran/80011, fortran/80142, fortran/80156, + gcov-profile/80081, libfortran/79956, libgfortran/78854, + libgfortran/78881, libstdc++/62045, libstdc++/67440, libstdc++/79162, + libstdc++/79511, libstdc++/79980, libstdc++/80034, libstdc++/80041, + libstdc++/80064, libstdc++/80183, middle-end/78339, middle-end/79753, + middle-end/79831, middle-end/80020, middle-end/80050, + middle-end/80075, middle-end/80171, other/79991, plugins/80094, + rtl-optimization/63191, rtl-optimization/78911, + rtl-optimization/79150, rtl-optimization/79728, + rtl-optimization/79909, rtl-optimization/79910, + rtl-optimization/80112, rtl-optimization/80159, + rtl-optimization/80160, sanitizer/78158, sanitizer/79757, + sanitizer/80063, sanitizer/80110, sanitizer/80168, target/71294, + target/71436, target/78857, target/79769, target/79770, target/79892, + target/79893, target/79906, target/79907, target/79911, target/79912, + target/79925, target/79941, target/79947, target/79951, target/79963, + target/80017, target/80019, target/80052, target/80082, target/80083, + target/80123, target/80125, target/80148, target/80180, + testsuite/79356, testsuite/80092, translation/79848, + translation/79923, translation/80001, tree-optimization/71437, + tree-optimization/77975, tree-optimization/79800, + tree-optimization/79908, tree-optimization/79981, + tree-optimization/80030, tree-optimization/80032, + tree-optimization/80048, tree-optimization/80054, + tree-optimization/80072, tree-optimization/80079, + tree-optimization/80109, tree-optimization/80113, + tree-optimization/80122, tree-optimization/80136, + tree-optimization/80158, tree-optimization/80167, + tree-optimization/80170 + * Thu Mar 9 2017 Jakub Jelinek 7.0.1-0.12 - update from the trunk - PRs c++/71966, c++/79672, c++/79797, c++/79900, ipa/79761, ipa/79764, diff --git a/gcc7-pr79941.patch b/gcc7-pr79941.patch deleted file mode 100644 index 24e4216..0000000 --- a/gcc7-pr79941.patch +++ /dev/null @@ -1,92 +0,0 @@ -2017-03-07 Will Schmidt - - PR middle-end/79941 - * config/rs6000/rs6000.c (gimplify_init_constructor): Remove multiply - even and multiply odd unsigned (vmule/vmulo) intrinsics from the - multiply folding sequence. - - * gcc.target/powerpc/fold-vec-mult-even_odd_misc.c: New test. - ---- gcc/config/rs6000/rs6000.c 2017-03-03 20:31:01.000000000 +0100 -+++ gcc/config/rs6000/rs6000.c 2017-03-08 18:52:48.409967121 +0100 -@@ -16855,9 +16855,6 @@ rs6000_gimple_fold_builtin (gimple_stmt_ - /* Even element flavors of vec_mul (signed). */ - case ALTIVEC_BUILTIN_VMULESB: - case ALTIVEC_BUILTIN_VMULESH: -- /* Even element flavors of vec_mul (unsigned). */ -- case ALTIVEC_BUILTIN_VMULEUB: -- case ALTIVEC_BUILTIN_VMULEUH: - { - arg0 = gimple_call_arg (stmt, 0); - arg1 = gimple_call_arg (stmt, 1); -@@ -16870,9 +16867,6 @@ rs6000_gimple_fold_builtin (gimple_stmt_ - /* Odd element flavors of vec_mul (signed). */ - case ALTIVEC_BUILTIN_VMULOSB: - case ALTIVEC_BUILTIN_VMULOSH: -- /* Odd element flavors of vec_mul (unsigned). */ -- case ALTIVEC_BUILTIN_VMULOUB: -- case ALTIVEC_BUILTIN_VMULOUH: - { - arg0 = gimple_call_arg (stmt, 0); - arg1 = gimple_call_arg (stmt, 1); ---- gcc/testsuite/gcc.target/powerpc/fold-vec-mult-even_odd_misc.c -+++ gcc/testsuite/gcc.target/powerpc/fold-vec-mult-even_odd_misc.c -@@ -0,0 +1,58 @@ -+ -+/* { dg-do run } */ -+/* { dg-require-effective-target powerpc_vsx_ok } */ -+/* { dg-options "-maltivec -mvsx -O2 -save-temps" } */ -+ -+#include -+ -+__attribute__((noinline)) void -+test_eub_char () -+{ -+ vector unsigned char v0 = {1, 0, 0, 0, 0, 0, 0, 0}; -+ vector unsigned char v1 = {0xff, 0, 0, 0, 0, 0, 0, 0}; -+ vector unsigned short res = vec_vmuleub (v0, v1); -+ if (res[0] != (unsigned short)v0[0] * (unsigned short)v1[0]) -+ __builtin_abort (); -+} -+__attribute__((noinline)) void -+test_oub_char () -+{ -+ vector unsigned char v0 = {0, 1, 0, 0, 0, 0, 0, 0}; -+ vector unsigned char v1 = {0, 0xff, 0, 0, 0, 0, 0, 0}; -+ vector unsigned short res = vec_vmuloub (v0, v1); -+ if (res[0] != (unsigned short)v0[1] * (unsigned short)v1[1]) -+ __builtin_abort (); -+} -+ -+__attribute__((noinline)) void -+test_euh_short () -+{ -+ vector unsigned short v0 = {1, 0, 0, 0}; -+ vector unsigned short v1 = {0xff, 0, 0, 0}; -+ vector unsigned int res = vec_vmuleuh (v0, v1); -+ if (res[0] != (unsigned int)v0[0] * (unsigned int)v1[0]) -+ __builtin_abort (); -+} -+__attribute__((noinline)) void -+test_ouh_short () -+{ -+ vector unsigned short v0 = {0, 1, 0, 0}; -+ vector unsigned short v1 = {0, 0xff, 0, 0}; -+ vector unsigned int res = vec_vmulouh (v0, v1); -+ if (res[0] != (unsigned int)v0[1] * (unsigned int)v1[1]) -+ __builtin_abort (); -+} -+ -+int main () -+{ -+ test_eub_char(); -+ test_oub_char(); -+ test_euh_short(); -+ test_ouh_short(); -+} -+ -+/* { dg-final { scan-assembler-times "vmuleub" 1 } } */ -+/* { dg-final { scan-assembler-times "vmuloub" 1 } } */ -+/* { dg-final { scan-assembler-times "vmuleuh" 1 } } */ -+/* { dg-final { scan-assembler-times "vmulouh" 1 } } */ -+ diff --git a/gcc7-pr79969.patch b/gcc7-pr79969.patch deleted file mode 100644 index f2d6d89..0000000 --- a/gcc7-pr79969.patch +++ /dev/null @@ -1,43 +0,0 @@ -2017-03-09 Jakub Jelinek - - PR c/79969 - * c-decl.c (start_enum): Adjust DECL_SOURCE_LOCATION of - TYPE_STUB_DECL. - - * gcc.dg/debug/dwarf2/enum-loc1.c: New test. - ---- gcc/c/c-decl.c.jj 2017-03-05 22:39:45.000000000 +0100 -+++ gcc/c/c-decl.c 2017-03-09 08:19:33.100042166 +0100 -@@ -8201,6 +8201,10 @@ start_enum (location_t loc, struct c_enu - enumtype = make_node (ENUMERAL_TYPE); - pushtag (loc, name, enumtype); - } -+ /* Update type location to the one of the definition, instead of e.g. -+ a forward declaration. */ -+ else if (TYPE_STUB_DECL (enumtype)) -+ DECL_SOURCE_LOCATION (TYPE_STUB_DECL (enumtype)) = loc; - - if (C_TYPE_BEING_DEFINED (enumtype)) - error_at (loc, "nested redefinition of %", name); ---- gcc/testsuite/gcc.dg/debug/dwarf2/enum-loc1.c.jj 2017-03-09 08:09:30.742037844 +0100 -+++ gcc/testsuite/gcc.dg/debug/dwarf2/enum-loc1.c 2017-03-09 08:16:45.202268438 +0100 -@@ -0,0 +1,19 @@ -+/* PR c/79969 */ -+/* { dg-do compile } */ -+/* { dg-options "-gdwarf -dA -fno-merge-debug-strings" } */ -+ -+enum ENUMTAG; -+ -+enum ENUMTAG -+{ -+ B = 1, -+ C = 2 -+}; -+ -+void -+bar (void) -+{ -+ enum ENUMTAG a = C; -+} -+ -+/* { dg-final { scan-assembler "DW_TAG_enumeration_type\[^\\r\\n\]*\[\\r\\n\]+\[^\\r\\n\]*\"ENUMTAG\[^\\r\\n\]*DW_AT_name(\[^\\r\\n\]*\[\\r\\n\]+\[^\\r\\n\]*DW_AT_)*\[^\\r\\n\]*\[\\r\\n\]+\[^\\r\\n\]*\[^0-9a-fA-FxX](0x)?7\[^0-9a-fA-FxX]\[^\\r\\n\]*DW_AT_decl_line" } } */ diff --git a/gcc7-pr79972.patch b/gcc7-pr79972.patch deleted file mode 100644 index 89259ff..0000000 --- a/gcc7-pr79972.patch +++ /dev/null @@ -1,58 +0,0 @@ -2017-03-09 Jakub Jelinek - - PR tree-optimization/79972 - * gimple-ssa-warn-alloca.c (alloca_call_type): Only call - get_range_info on SSA_NAMEs. Formatting fixes. - - * gcc.dg/pr79972.c: New test. - ---- gcc/gimple-ssa-warn-alloca.c.jj 2017-03-07 20:04:52.000000000 +0100 -+++ gcc/gimple-ssa-warn-alloca.c 2017-03-09 12:11:41.943934314 +0100 -@@ -300,8 +300,9 @@ alloca_call_type (gimple *stmt, bool is_ - ret = alloca_type_and_limit (ALLOCA_OK); - } - // Check the range info if available. -- else if (value_range_type range_type = get_range_info (len, &min, &max)) -+ else if (TREE_CODE (len) == SSA_NAME) - { -+ value_range_type range_type = get_range_info (len, &min, &max); - if (range_type == VR_RANGE) - { - if (wi::leu_p (max, max_size)) -@@ -328,7 +329,6 @@ alloca_call_type (gimple *stmt, bool is_ - gimple *def = SSA_NAME_DEF_STMT (len); - if (gimple_assign_cast_p (def) - && TYPE_UNSIGNED (TREE_TYPE (gimple_assign_rhs1 (def)))) -- - { - len_casted = gimple_assign_rhs1 (def); - range_type = get_range_info (len_casted, &min, &max); -@@ -344,8 +344,7 @@ alloca_call_type (gimple *stmt, bool is_ - else if (range_type == VR_ANTI_RANGE) - return alloca_type_and_limit (ALLOCA_UNBOUNDED); - else if (range_type != VR_VARYING) -- return -- alloca_type_and_limit (ALLOCA_BOUND_MAYBE_LARGE, max); -+ return alloca_type_and_limit (ALLOCA_BOUND_MAYBE_LARGE, max); - } - } - else if (range_type == VR_ANTI_RANGE) ---- gcc/testsuite/gcc.dg/pr79972.c.jj 2017-03-09 12:14:24.188800592 +0100 -+++ gcc/testsuite/gcc.dg/pr79972.c 2017-03-09 12:13:38.000000000 +0100 -@@ -0,0 +1,16 @@ -+/* PR tree-optimization/79972 */ -+/* { dg-do compile } */ -+/* { dg-require-effective-target alloca } */ -+/* { dg-options "-Walloca -Wvla-larger-than=10000" } */ -+ -+int -+f (int dim, int *b, int *c) -+{ -+ int newcentroid[3][dim]; /* { dg-warning "unbounded use of variable-length array" } */ -+ int *a = newcentroid[2]; -+ int i, dist = 0; -+ __builtin_memcpy (newcentroid, c, sizeof (newcentroid)); -+ for (i = 0; i < dim; i++) -+ dist += (a[i] - b[i]) * (a[i] - b[i]); -+ return dist; -+} diff --git a/sources b/sources index f003944..c454cd6 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (gcc-7.0.1-20170309.tar.bz2) = d65c12060cfbe6aa685a1d8f768be6ec2dde733cb7c82ed3ac8cba839b33cfd16174f61f9fb7da3cec6ac967c0bcc9b664d71129a609e924e544edec4d7024ff +SHA512 (gcc-7.0.1-20170327.tar.bz2) = 803138f7097da80a68c2c0d543d50bcd9c13771b6cf88c5208bd4c6722587ce8b2d569add09cddc6a410658d60c97e6516edae9dcec26ae658de8c9cdecb6d07 SHA512 (nvptx-newlib-aadc8eb0ec43b7cd0dd2dfb484bae63c8b05ef24.tar.bz2) = 38f97c9297ad108568352a4d28277455a3c01fd8b7864e798037e5006b6f757022e874bbf3f165775fe3b873781bc108137bbeb42dd5ed3c7d3e6747746fa918 SHA512 (nvptx-tools-c28050f60193b3b95a18866a96f03334e874e78f.tar.bz2) = 95b577a06a93bb044dbc8033e550cb36bcf2ab2687da030a7318cdc90e7467ed49665e247dcafb5ff4a7e92cdc264291d19728bd17fab902fb64b22491269330