diff --git a/.gitignore b/.gitignore index a50d95f..ec5433f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /gcc-6.0.0-20160302.tar.bz2 /gcc-6.0.0-20160305.tar.bz2 /gcc-6.0.0-20160311.tar.bz2 +/gcc-6.0.0-20160323.tar.bz2 diff --git a/gcc.spec b/gcc.spec index f38390d..8f16562 100644 --- a/gcc.spec +++ b/gcc.spec @@ -1,9 +1,9 @@ -%global DATE 20160311 -%global SVNREV 234148 +%global DATE 20160323 +%global SVNREV 234421 %global gcc_version 6.0.0 # 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.17 +%global gcc_release 0.18 %global _unpackaged_files_terminate_build 0 %global _performance_build 1 # Hardening slows the compiler way too much. @@ -3066,8 +3066,36 @@ fi %doc rpm.doc/changelogs/libcc1/ChangeLog* %changelog +* Wed Mar 23 2016 Jakub Jelinek 6.0.0-0.18 +- update from the trunk + - PRs bootstrap/69513, c++/53792, c++/58281, c++/70095, c++/70096, + c++/70106, c++/70139, c++/70141, c++/70144, c++/70147, c++/70194, + c++/70204, c++/70205, c++/70209, c++/70218, c++/70259, c++/70267, + c++/70272, c++/70273, c++/70285, c++/70295, c/69407, c/69993, c/70093, + c/70264, c/70280, c/70281, debug/70271, driver/70132, driver/70192, + fortran/45076, fortran/69043, fortran/69520, fortran/69524, + fortran/70031, hsa/70234, hsa/70337, ipa/70161, ipa/70269, ipa/70306, + libfortran/69799, libgcc/70363, lto/70187, lto/70258, + middle-end/68215, middle-end/70199, middle-end/70219, + middle-end/70239, middle-end/70240, middle-end/70251, + middle-end/70326, middle-end/70333, rtl-optimization/63384, + rtl-optimization/69032, rtl-optimization/69102, + rtl-optimization/69307, rtl-optimization/70222, + rtl-optimization/70224, rtl-optimization/70263, + rtl-optimization/70278, target/38239, target/64411, target/66660, + target/69614, target/70048, target/70083, target/70098, target/70123, + target/70131, target/70162, target/70188, target/70232, target/70245, + target/70261, target/70293, target/70296, target/70300, target/70302, + target/70321, target/70325, target/70327, target/70329, + tree-optimization/56365, tree-optimization/64058, + tree-optimization/68714, tree-optimization/68715, + tree-optimization/68809, tree-optimization/70045, + tree-optimization/70190, tree-optimization/70252, + tree-optimization/70288, tree-optimization/70310, + tree-optimization/70317, tree-optimization/70354 + * Fri Mar 18 2016 Peter Robinson 6.0.0-0.17 -- Enable gnat on ppc64le +- enable gnat on ppc64le * Fri Mar 11 2016 Jakub Jelinek 6.0.0-0.16 - update from the trunk diff --git a/sources b/sources index 1a8cf12..d5f7d65 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -77eacd68eb92e8f3a510553e442d29c1 gcc-6.0.0-20160311.tar.bz2 +23d982c1fd321106481c8addf21bd44c gcc-6.0.0-20160323.tar.bz2