mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
llvm-g++ 4.0 has completely different code for this warning,
just xfail it. llvm-svn: 45890
This commit is contained in:
parent
e330f0fe21
commit
3cc116abce
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user