Re: fix pr65369.c testcase

2015-05-28 Thread DJ Delorie
Done. Thanks!

Re: fix pr65369.c testcase

2015-05-28 Thread Richard Biener
On Thu, May 28, 2015 at 7:11 AM, DJ Delorie d...@redhat.com wrote: Copied the way other tests get uint32_t. Ok? Ok. * gcc.c-torture/execute/pr65369.c: Don't assume int is 32 bits. Index: gcc.c-torture/execute/pr65369.c

fix pr65369.c testcase

2015-05-27 Thread DJ Delorie
Copied the way other tests get uint32_t. Ok? * gcc.c-torture/execute/pr65369.c: Don't assume int is 32 bits. Index: gcc.c-torture/execute/pr65369.c === --- gcc.c-torture/execute/pr65369.c (revision 223737) +++