fno-tree-vrp (#1091482)

This commit is contained in:
Rex Dieter 2014-04-25 21:23:24 -05:00
parent a7b8fcade0
commit 2d4235fd76
1 changed files with 5 additions and 2 deletions

View File

@ -25,7 +25,7 @@ Summary: Qt toolkit
Name: qt
Epoch: 1
Version: 4.8.6
Release: 3%{?dist}
Release: 4%{?dist}
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
License: (LGPLv2 with exceptions or GPLv3 with exceptions) and ASL 2.0 and BSD and FTL and MIT
@ -536,7 +536,7 @@ RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'`
# add -fno-delete-null-pointer-checks in attempt to workaround
# https://bugzilla.redhat.com/1091482
%if 0%{?fedora} > 20
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-delete-null-pointer-checks"
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-delete-null-pointer-checks -fno-tree-vrp"
%endif
%define platform linux-g++
@ -1227,6 +1227,9 @@ fi
%changelog
* Fri Apr 25 2014 Rex Dieter <rdieter@fedoraproject.org> 4.8.6-4
- -fno-tree-vrp (#1091482)
* Fri Apr 25 2014 Rex Dieter <rdieter@fedoraproject.org> 4.8.6-3
- try -fno-delete-null-pointer-checks to workaround bug #1091482