[dragonegg] r182275 - Like gcc-4.7, gcc-4.8 uses the optimal alignment rather than the maximal

Duncan Sands baldrick at free.fr
Mon May 20 07:24:17 PDT 2013


Author: baldrick
Date: Mon May 20 09:24:17 2013
New Revision: 182275

URL: http://llvm.org/viewvc/llvm-project?rev=182275&view=rev
Log:
Like gcc-4.7, gcc-4.8 uses the optimal alignment rather than the maximal
alignment here, causing this test to fail.

Modified:
    dragonegg/trunk/test/validator/c/2012-10-01-Alloca.c

Modified: dragonegg/trunk/test/validator/c/2012-10-01-Alloca.c
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/test/validator/c/2012-10-01-Alloca.c?rev=182275&r1=182274&r2=182275&view=diff
==============================================================================
--- dragonegg/trunk/test/validator/c/2012-10-01-Alloca.c (original)
+++ dragonegg/trunk/test/validator/c/2012-10-01-Alloca.c Mon May 20 09:24:17 2013
@@ -1,5 +1,5 @@
 // RUN: %dragonegg -S %s -o - | FileCheck %s
-// XFAIL: gcc-4.7
+// XFAIL: gcc-4.7, gcc-4.8
 
 void use(int*);
 





More information about the llvm-commits mailing list