llvm-svn: 118649
This commit is contained in:
John McCall 2010-11-09 23:36:43 +00:00
parent bed9465a96
commit 0e6cfaf6c0
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ void test_6792488(void) {
void test_7809123(void) {
struct { int i5 : 5; } a;
a.i5 = 36; // expected-warning {{implicit truncation for 'int' to bitfield changes value from 36 to 4}}
a.i5 = 36; // expected-warning {{implicit truncation from 'int' to bitfield changes value from 36 to 4}}
}