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
This commit is contained in:
Kyrylo Tkachov 2013-09-18 14:01:52 +00:00 committed by Kyrylo Tkachov
parent a0f70fcb8a
commit 3c86bedbd7
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,7 @@
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>
PR sanitize/58443

View file

@ -1,7 +1,8 @@
int printf(const char *, ...);
int a, g, i, k, *p;
char b, e;
int a, g, i, k, *p;
signed char b;
char e;
short c, h;
static short *d = &c;