[cfe-commits] r163700 - /cfe/trunk/test/SemaCXX/dcl_ambig_res.cpp
NAKAMURA Takumi
geek4civic at gmail.com
Wed Sep 12 03:45:46 PDT 2012
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);
More information about the cfe-commits
mailing list