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:
parent
a0f70fcb8a
commit
3c86bedbd7
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue