Re: [PATCH] PR target/66817: Check int_size_in_bytes in ix86_return_in_memory

2015-07-09 Thread Uros Bizjak
On Wed, Jul 8, 2015 at 11:16 PM, H.J. Lu hongjiu...@intel.com wrote: ix86_return_in_memory should check negative return from int_size_in_bytes, similar to other ports. Tested on Linux/x86-64. OK for trunk? Thanks. H.J. --- gcc/ PR target/66817 * config/i386/i386.c

[PATCH] PR target/66817: Check int_size_in_bytes in ix86_return_in_memory

2015-07-08 Thread H.J. Lu
ix86_return_in_memory should check negative return from int_size_in_bytes, similar to other ports. Tested on Linux/x86-64. OK for trunk? Thanks. H.J. --- gcc/ PR target/66817 * config/i386/i386.c (ix86_return_in_memory): Return true if int_size_in_bytes returns