Commit 6e9a9f9f by Jakub Jelinek Committed by Jakub Jelinek

* gcc.dg/torture/pr39678.c (struct X): Make c field signed char.

From-SVN: r146470
parent a962b0a1
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> 2009-04-21 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/import1.ad[sb]: New test. * gnat.dg/import1.ad[sb]: New test.
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/* { dg-options "-Wno-psabi" } */ /* { dg-options "-Wno-psabi" } */
struct X { struct X {
char c; signed char c;
__complex__ float val; __complex__ float val;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment