[llvm-commits] [dragonegg] r171660 - /dragonegg/trunk/test/validator/c/2012-09-10-MRVOverflow.c

Duncan Sands baldrick at free.fr
Sun Jan 6 09:04:34 PST 2013


Author: baldrick
Date: Sun Jan  6 11:04:33 2013
New Revision: 171660

URL: http://llvm.org/viewvc/llvm-project?rev=171660&view=rev
Log:
This tests the 64 bit ABI so isn't relevant on 32 bit.

Modified:
    dragonegg/trunk/test/validator/c/2012-09-10-MRVOverflow.c

Modified: dragonegg/trunk/test/validator/c/2012-09-10-MRVOverflow.c
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/test/validator/c/2012-09-10-MRVOverflow.c?rev=171660&r1=171659&r2=171660&view=diff
==============================================================================
--- dragonegg/trunk/test/validator/c/2012-09-10-MRVOverflow.c (original)
+++ dragonegg/trunk/test/validator/c/2012-09-10-MRVOverflow.c Sun Jan  6 11:04:33 2013
@@ -1,5 +1,6 @@
 // RUN: %dragonegg -S %s -o - | FileCheck %s
 // Check that the MRV code doesn't load from beyond the end of an alloca.
+// XFAIL: i386, i486, i586, i686
 
 struct Three { int a; int b; int c; };
 





More information about the llvm-commits mailing list