RFR (XXS): 8138820: JDK Hotspot build fails with Xcode 7.0.1 (original) (raw)
Christian Thalinger christian.thalinger at oracle.com
Thu Oct 8 23:44:25 UTC 2015
- Previous message: RFR (XXS): 8138820: JDK Hotspot build fails with Xcode 7.0.1
- Next message: RFR: 8139256: Add Makefile target to run internal VM tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks, Igor.
On Oct 8, 2015, at 1:37 PM, Igor Veresov <igor.veresov at oracle.com> wrote:
Good. igor
On Oct 8, 2015, at 1:34 PM, Christian Thalinger <christian.thalinger at oracle.com> wrote:
https://bugs.openjdk.java.net/browse/JDK-8138820 I’ve verified we still need both workarounds. diff -r 0011fab3f1b5 make/bsd/makefiles/gcc.make --- a/make/bsd/makefiles/gcc.make Thu Oct 08 10:25:45 2015 +0000 +++ b/make/bsd/makefiles/gcc.make Thu Oct 08 10:33:02 2015 -1000 @@ -313,10 +313,11 @@ endif # Work around some compiler bugs. ifeq ($(USECLANG), true) _- # Clang <= 6.1_ _+ # Clang <= 6.1 | <= 7.0_ _ifeq ($(shell expr _ _$(CCVERMAJOR) < 6 | _ _- ( (CCVERMAJOR)=6&(CCVERMAJOR) = 6 & (CCVERMAJOR)=6&(CCVERMINOR) <= 1 ) _ _+ ( (CCVERMAJOR)=6&(CCVERMAJOR) = 6 & (CCVERMAJOR)=6&(CCVERMINOR) <= 1 ) | _ _+ ( (CCVERMAJOR)=7&(CCVERMAJOR) = 7 & (CCVERMAJOR)=7&(CCVERMINOR) <= 0 ) _ ), 1) OPTCFLAGS/loopTransform.o += $(OPTCFLAGS/NOOPT) OPTCFLAGS/unsafe.o += -O1
- Previous message: RFR (XXS): 8138820: JDK Hotspot build fails with Xcode 7.0.1
- Next message: RFR: 8139256: Add Makefile target to run internal VM tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]