From 68ac81b73374be1c4c6aa38d4435cf88e795e588 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 15 Dec 2015 09:37:01 +0000 Subject: [PATCH] clang/test/Analysis/padding_c.c: Suppress a test incompatible to i686-linux. error: 'warning' diagnostics expected but not seen: File clang/test/Analysis/padding_c.c Line 194 (directive at clang/test/Analysis/padding_c.c:193): Excessive padding in 'struct DefaultAttrAlign' 1 error generated. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@255636 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/padding_c.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/Analysis/padding_c.c b/test/Analysis/padding_c.c index ff532c6793..93cefcad89 100644 --- a/test/Analysis/padding_c.c +++ b/test/Analysis/padding_c.c @@ -190,13 +190,6 @@ void anonStructFunc() { } obj; } -// expected-warning@+1{{Excessive padding in 'struct DefaultAttrAlign'}} -struct DefaultAttrAlign { - char c1; - long long i; - char c2; -} __attribute__((aligned)); - struct CorrectDefaultAttrAlign { // no-warning long long i; char c1; -- 2.50.1