Author: chapuni
Date: Wed Sep 12 05:45:46 2012
New Revision: 163700
URL: http://llvm.org/viewvc/llvm-project?rev=163700&view=rev
Log:
clang/test/SemaCXX/dcl_ambig_res.cpp: [PR13819] It requires LP64 for now due to
__SIZE_TYPE__.
Modified:
cfe/trunk/test/SemaCXX/dcl_ambig_res.cpp
Modified: cfe/trunk/test/SemaCXX/dcl_ambig_res.cpp
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaCXX/dcl_ambig_res.cpp?rev=163700&r1=163699&r2=163700&view=diff
==============================================================================
--- cfe/trunk/test/SemaCXX/dcl_ambig_res.cpp (original)
+++ cfe/trunk/test/SemaCXX/dcl_ambig_res.cpp Wed Sep 12 05:45:46 2012
@@ -1,5 +1,8 @@
// RUN: %clang_cc1 -fsyntax-only -pedantic -verify %s
+// PR13819
+// REQUIRES: LP64
+
// [dcl.ambig.res]p1:
struct S {
S(int);
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits