[dragonegg] r182277 - Like for gcc-4.7, this test is not relevant to gcc-4.8.
Duncan Sands
baldrick at free.fr
Mon May 20 07:26:57 PDT 2013
Author: baldrick
Date: Mon May 20 09:26:57 2013
New Revision: 182277
URL: http://llvm.org/viewvc/llvm-project?rev=182277&view=rev
Log:
Like for gcc-4.7, this test is not relevant to gcc-4.8.
Modified:
dragonegg/trunk/test/validator/c++/2007-01-06-ELF-Thunk-Sections.cpp
Modified: dragonegg/trunk/test/validator/c++/2007-01-06-ELF-Thunk-Sections.cpp
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/test/validator/c%2B%2B/2007-01-06-ELF-Thunk-Sections.cpp?rev=182277&r1=182276&r2=182277&view=diff
==============================================================================
--- dragonegg/trunk/test/validator/c++/2007-01-06-ELF-Thunk-Sections.cpp (original)
+++ dragonegg/trunk/test/validator/c++/2007-01-06-ELF-Thunk-Sections.cpp Mon May 20 09:26:57 2013
@@ -1,6 +1,6 @@
// RUN: %dragonegg %s -S -o - | FileCheck %s
// PR1085
-// XFAIL: gcc-4.7
+// XFAIL: gcc-4.7, gcc-4.8
// CHECK: define weak void @_ZThn{{[48]}}_N
// CHECK: define weak void @_ZThn{{[48]}}_N
More information about the llvm-commits
mailing list