* gcc.dg/torture/pr39678.c (struct X): Make c field signed char.
From-SVN: r146470
This commit is contained in:
parent
a962b0a184
commit
6e9a9f9fed
@ -1,3 +1,7 @@
|
||||
2009-04-21 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* gcc.dg/torture/pr39678.c (struct X): Make c field signed char.
|
||||
|
||||
2009-04-21 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* gnat.dg/import1.ad[sb]: New test.
|
||||
|
@ -3,7 +3,7 @@
|
||||
/* { dg-options "-Wno-psabi" } */
|
||||
|
||||
struct X {
|
||||
char c;
|
||||
signed char c;
|
||||
__complex__ float val;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user