7086762 oclock core dumps
authorAlan Coopersmith <Alan.Coopersmith@Oracle.COM>
Thu, 08 Sep 2011 13:57:48 -0700
changeset 1205 40c2a36fdf15
parent 1204 001a87690c54
child 1206 9d93d4ed7f47
7086762 oclock core dumps
open-src/common/Makefile.init
--- a/open-src/common/Makefile.init	Sat Sep 03 19:44:26 2011 -0700
+++ b/open-src/common/Makefile.init	Thu Sep 08 13:57:48 2011 -0700
@@ -118,6 +118,9 @@
 ARCH32_FLAGS_i386_suncc 	= -m32 -xarch=sse2 -D__i386__
 ARCH64_FLAGS_i386_suncc 	= -m64 -xarch=sse2 -D__amd64__
 
+# Workaround for Studio 12.1 compiler bug 7086868 (see CR 7086762)
+ARCH64_FLAGS_i386_suncc 	+= -W2,-Rtail
+
 # SPARC ABI requires system libraries not use application registers
 # The normal/documented flag for this is -xregs=no%appl, but for now,
 # we use "-Qoption cg -xregs=no%appl" to workaround bug 7030022 in