Commit 3c86bedb by Kyrylo Tkachov Committed by Kyrylo Tkachov

pr58419.c (b): Change type to signed char.

[gcc/testsuite]
2013-09-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

	* gcc.c-torture/execute/pr58419.c (b): Change type to signed char.

From-SVN: r202703
parent a0f70fcb
2013-09-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* gcc.c-torture/execute/pr58419.c (b): Change type to signed char.
2013-09-18 Marek Polacek <polacek@redhat.com> 2013-09-18 Marek Polacek <polacek@redhat.com>
PR sanitize/58443 PR sanitize/58443
......
int printf(const char *, ...); int printf(const char *, ...);
int a, g, i, k, *p; int a, g, i, k, *p;
char b, e; signed char b;
char e;
short c, h; short c, h;
static short *d = &c; static short *d = &c;
......
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