From ab48904fa215a27ac4b534b84eae7dbd6107d4f5 Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Fri, 17 Jun 2016 17:14:40 +0200 Subject: [PATCH] Revert "Clarify at compile-time that cling cannot handle the new GCC ABI yet." Cling should now be able to do that. --- lib/Interpreter/CIFactory.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/Interpreter/CIFactory.cpp b/lib/Interpreter/CIFactory.cpp index 78ac135d..911b36d7 100644 --- a/lib/Interpreter/CIFactory.cpp +++ b/lib/Interpreter/CIFactory.cpp @@ -534,12 +534,6 @@ namespace { // https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html #ifdef _GLIBCXX_USE_CXX11_ABI - -# if _GLIBCXX_USE_CXX11_ABI -# error "cling does not support the GCC 5 ABI yet." -# error "See https://sft.its.cern.ch/jira/browse/ROOT-7947" -# endif - PPOpts.addMacroDef("_GLIBCXX_USE_CXX11_ABI=" ClingStringify(_GLIBCXX_USE_CXX11_ABI)); #endif