[Bug 2502] New: [IcedTea7] Remove -fno-tree-vectorize workaround now http://gcc.gnu.org/PR63341 is fixed
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Jul 8 23:10:56 UTC 2015
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2502
Bug ID: 2502
Summary: [IcedTea7] Remove -fno-tree-vectorize workaround now
http://gcc.gnu.org/PR63341 is fixed
Product: IcedTea
Version: 2.6.0
Hardware: ppc64
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: IcedTea
Assignee: gnu.andrew at redhat.com
Reporter: gnu.andrew at redhat.com
CC: unassigned at icedtea.classpath.org
changeset: 5658:d24203ca6ebd
user: andrew
date: Wed Oct 01 14:51:36 2014 +0100
summary: RH1015432: java-1.7.0-openjdk: Fails on PPC with
StackOverflowError (revised comprehensive fix)
hotspot/make/{bsd,linux}/makefiles/gcc.make
+# gcc bug http://gcc.gnu.org/PR63341 in ppc code generation requires
-fno-tree-vectorize for now
+ARCHFLAG/ppc += -fno-tree-vectorize
+ARCHFLAG/ppc64 += -fno-tree-vectorize
+ifeq ($(TYPE),ZERO)
+ ifeq ($(ZERO_ARCHDEF),PPC)
+ ARCHFLAG/zero += -fno-tree-vectorize
+ endif
+ ifeq ($(ZERO_ARCHDEF),PPC32)
+ ARCHFLAG/zero += -fno-tree-vectorize
+ endif
+ ifeq ($(ZERO_ARCHDEF),PPC64)
+ ARCHFLAG/zero += -fno-tree-vectorize
+ endif
+endif
We should limit this workaround to versions of GCC < 5 at the minimum.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20150708/fd4a5fea/attachment.html>
More information about the distro-pkg-dev
mailing list