[llvm-commits] [llvm] r45899 - /llvm/trunk/test/C++Frontend/2008-01-11-BadWarning.cpp
Chris Lattner
sabre at nondot.org
Fri Jan 11 17:45:22 PST 2008
Author: lattner
Date: Fri Jan 11 19:45:22 2008
New Revision: 45899
URL: http://llvm.org/viewvc/llvm-project?rev=45899&view=rev
Log:
this actually does pass with 4.0
Modified:
llvm/trunk/test/C++Frontend/2008-01-11-BadWarning.cpp
Modified: llvm/trunk/test/C++Frontend/2008-01-11-BadWarning.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/C%2B%2BFrontend/2008-01-11-BadWarning.cpp?rev=45899&r1=45898&r2=45899&view=diff
==============================================================================
--- llvm/trunk/test/C++Frontend/2008-01-11-BadWarning.cpp (original)
+++ llvm/trunk/test/C++Frontend/2008-01-11-BadWarning.cpp Fri Jan 11 19:45:22 2008
@@ -1,6 +1,5 @@
// RUN: %llvmgcc -xc++ %s -S -o /dev/null |& not grep warning
// rdar://5683899
-// XFAIL: llvmgcc4.0.1
void** f(void **Buckets, unsigned NumBuckets) {
return Buckets + NumBuckets;
}
More information about the llvm-commits
mailing list