Commit 998c7773 by Eric Botcazou Committed by Eric Botcazou

* gcc.dg/20030626-1.c: Use signed char.

From-SVN: r68525
parent 6dc208a1
2003-06-26 Eric Botcazou <ebotcazou@libertysurf.fr> 2003-06-26 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.dg/20030626-1.c: Use signed char.
2003-06-26 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.dg/20030626-1.c: New test. * gcc.dg/20030626-1.c: New test.
2003-06-26 Neil Booth <neil@daikokuya.co.uk> 2003-06-26 Neil Booth <neil@daikokuya.co.uk>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
struct str { struct str {
int head; int head;
char data[8]; signed char data[8];
}; };
int foo(struct str t) int foo(struct str t)
......
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