XFAIL these tests until the fix gets backported

from llvm-gcc-4.2 to 4.0.

llvm-svn: 44103
This commit is contained in:
Duncan Sands 2007-11-14 07:42:50 +00:00
parent 322a04ec7c
commit 9c30fc234c
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// RUN: %llvmgcc -S %s -o - | grep "align 2" | count 6
// XFAIL: *
struct A { char s, t, u, v; short a; };
void q() { struct A a, b; a = b; }

View File

@ -1,3 +1,4 @@
// RUN: %llvmgcc -S %s -o - | grep "align 2"
// XFAIL: *
struct A { short s; short t; int i; };
void q() { struct A a = {0}; }