Re: [PATCH] Add testcase for ICE in assemble_integer

2016-02-12 Thread Bernd Schmidt
On 02/12/2016 03:08 PM, Marek Polacek wrote: We've got a report that GCC is crashing when building a package on i686; there was an ICE in assemble_integer. Turned out this ICE was already fixed by r233216, so I reduced it and would like to add it to the testsuite. Tested on x86_64-linux and i68

[PATCH] Add testcase for ICE in assemble_integer

2016-02-12 Thread Marek Polacek
We've got a report that GCC is crashing when building a package on i686; there was an ICE in assemble_integer. Turned out this ICE was already fixed by r233216, so I reduced it and would like to add it to the testsuite. Tested on x86_64-linux and i686-linux, ok for trunk? 2016-02-12 Marek Polac