[llvm-branch-commits] [cfe-branch] r71378 - /cfe/branches/Apple/Dib/test/Analysis/xfail_regionstore_wine_crash.c
Mike Stump
mrs at apple.com
Sat May 9 20:11:57 PDT 2009
Author: mrs
Date: Sat May 9 22:11:57 2009
New Revision: 71378
URL: http://llvm.org/viewvc/llvm-project?rev=71378&view=rev
Log:
Merge in 71356:
add comments to test case.
Modified:
cfe/branches/Apple/Dib/test/Analysis/xfail_regionstore_wine_crash.c
Modified: cfe/branches/Apple/Dib/test/Analysis/xfail_regionstore_wine_crash.c
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/Dib/test/Analysis/xfail_regionstore_wine_crash.c?rev=71378&r1=71377&r2=71378&view=diff
==============================================================================
--- cfe/branches/Apple/Dib/test/Analysis/xfail_regionstore_wine_crash.c (original)
+++ cfe/branches/Apple/Dib/test/Analysis/xfail_regionstore_wine_crash.c Sat May 9 22:11:57 2009
@@ -2,7 +2,8 @@
// XFAIL
// When this test passes we should put it in the misc-ps.m test file.
-
+// This test fails now because RegionStoreManager::Retrieve() does correctly
+// retrieve the first byte of 'x' when retrieving '*y'.
void foo() {
long x = 0;
char *y = (char *) &x;
More information about the llvm-branch-commits
mailing list