Re: [PATCH, CHKP, i386, PR target/65184] Fix pass_by_reference for MS ABI for bounds

2015-03-02 Thread Ilya Enkovich
Committed to trunk. 2015-02-25 17:25 GMT+03:00 Ilya Enkovich enkovich@gmail.com: Hi, Currenly ix86_pass_by_reference may return 1 for bounds if MS ABI is used. This patch explicitly says bounds are never passed by reference. Bootstrapped and tested on x86_64-unknown-linux-gnu. OK

[PATCH, CHKP, i386, PR target/65184] Fix pass_by_reference for MS ABI for bounds

2015-02-25 Thread Ilya Enkovich
Hi, Currenly ix86_pass_by_reference may return 1 for bounds if MS ABI is used. This patch explicitly says bounds are never passed by reference. Bootstrapped and tested on x86_64-unknown-linux-gnu. OK for trunk? Thanks, Ilya -- gcc/ 2015-02-25 Ilya Enkovich ilya.enkov...@intel.com