[Bug 1082957] perl does not build with GCC 4.9
https://bugzilla.redhat.com/show_bug.cgi?id=1082957 Petr Pisar changed: What|Removed |Added Status|ASSIGNED|CLOSED Fixed In Version||perl-5.18.2-298.fc21 Resolution|--- |RAWHIDE Last Closed||2014-04-11 02:33:18 --- Comment #4 from Petr Pisar --- This patch will have to be revised after upstream develops real fix. Current patch has an impact on performance. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=GAHXcfvMoc&a=cc_unsubscribe -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[Bug 1082957] perl does not build with GCC 4.9
https://bugzilla.redhat.com/show_bug.cgi?id=1082957 --- Comment #3 from Petr Pisar --- Created attachment 884999 --> https://bugzilla.redhat.com/attachment.cgi?id=884999&action=edit Upstream patches ported to 5.18.2 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=OihY7UXDS2&a=cc_unsubscribe -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[Bug 1082957] perl does not build with GCC 4.9
https://bugzilla.redhat.com/show_bug.cgi?id=1082957 Petr Pisar changed: What|Removed |Added Assignee|jples...@redhat.com |ppi...@redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=cCKteWknJL&a=cc_unsubscribe -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel
[Bug 1082957] perl does not build with GCC 4.9
https://bugzilla.redhat.com/show_bug.cgi?id=1082957 --- Comment #1 from Petr Pisar --- This has been worked around by adding -fwrapv to ccflags with these two commits: commit 869747506fd0081f6c7eed149ec6f7adbcc4d5b1 Author: H.Merijn Brand Date: Wed Apr 9 11:16:55 2014 +0200 gcc 4.9 by default does some optimizations that break perl (#121505) Patch by Tony Cook commit 00051dd553979bd2a1dee100c324b59ee76a49e7 Author: H.Merijn Brand Date: Wed Apr 9 12:31:23 2014 +0200 -fwrapv is broken prior to gcc-4.3 (googled and patched by Zefram) The real code fix is demanded for perl-5.22. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=F8NK5oMCnV&a=cc_unsubscribe -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel