[llvm-commits] [test-suite] r114593 - /test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile

Nick Lewycky nicholas at mxc.ca
Wed Sep 22 15:22:50 PDT 2010


Author: nicholas
Date: Wed Sep 22 17:22:50 2010
New Revision: 114593

URL: http://llvm.org/viewvc/llvm-project?rev=114593&view=rev
Log:
Add -fpermissive to help newer GCC's cope with crufty C++ code.

Modified:
    test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile

Modified: test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile?rev=114593&r1=114592&r2=114593&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile Wed Sep 22 17:22:50 2010
@@ -57,7 +57,7 @@
             mrXYRectangle.cc mrXZRectangle.cc mrYZRectangle.cc myrand.cc)
 
 # Yes, we know this is an old crufty C++ benchmark.  Don't tell us about it GCC!
-CXXFLAGS += -fno-exceptions -Wno-deprecated -Wno-non-template-friend 
+CXXFLAGS += -fno-exceptions -Wno-deprecated -Wno-non-template-friend -fpermissive
 
 LDFLAGS = -lstdc++ -lm
 LIBS    = -lm





More information about the llvm-commits mailing list