Drop workaround for GCC PR69537

This commit is contained in:
Florian Weimer 2017-06-21 20:50:35 +02:00
parent 8a569a02e8
commit 6e985d0a59
2 changed files with 1 additions and 20 deletions

View File

@ -1,17 +0,0 @@
Work around incorrect -Wmaybe-uninitialized warning due to this GCC bug:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69537
Index: glibc-2.22-709-g8a71d2e/nis/ypclnt.c
===================================================================
--- glibc-2.22-709-g8a71d2e.orig/nis/ypclnt.c
+++ glibc-2.22-709-g8a71d2e/nis/ypclnt.c
@@ -584,7 +584,7 @@ yp_master (const char *indomain, const c
{
ypreq_nokey req;
ypresp_master resp;
- enum clnt_stat result;
+ int result;
if (indomain == NULL || indomain[0] == '\0' ||
inmap == NULL || inmap[0] == '\0')

View File

@ -284,8 +284,6 @@ Patch2027: glibc-rh819430.patch
Patch2031: glibc-rh1070416.patch
Patch2036: glibc-gcc-PR69537.patch
# extend_alloca removal, BZ 18023
Patch2037: glibc-rh1315108.patch
@ -849,7 +847,6 @@ microbenchmark tests on the system.
%patch0053 -p1
%patch0059 -p1
%patch0060 -p1
%patch2036 -p1
%patch2037 -p1
%patch2112 -p1
%patch0061 -p1
@ -2260,6 +2257,7 @@ rm -f *.filelist*
%changelog
* Wed Jun 21 2017 Florian Weimer <fweimer@redhat.com> - 2.25.90-9
- Drop historic aarch64 TLS patches
- Drop workaround for GCC PR69537
- Auto-sync with upstream master,
commit 9649350d2ee47fae00794d57e2526aa5d67d900e.