1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00

llvm-g++ 4.0 has completely different code for this warning,

just xfail it.

llvm-svn: 45890
This commit is contained in:
Chris Lattner 2008-01-11 23:06:56 +00:00
parent e330f0fe21
commit 3cc116abce

View File

@ -1,5 +1,6 @@
// 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;
}