Re: [PATCH, i386]: Fix PR79804, ICE in print_reg

2017-04-21 Thread Uros Bizjak
On Fri, Apr 21, 2017 at 7:15 AM, Markus Trippelsdorf wrote: > On 2017.04.20 at 22:29 +0200, Uros Bizjak wrote: >> >> PR target/79804 >> * gcc.target/i386/pr79804.c: New test. >> >> Bootstrapped and regression tested on x86_64-linux-gnu {,-m32}. >> >> Committed to mainline SVN. > > The test

Re: [PATCH, i386]: Fix PR79804, ICE in print_reg

2017-04-20 Thread Markus Trippelsdorf
On 2017.04.20 at 22:29 +0200, Uros Bizjak wrote: > > PR target/79804 > * gcc.target/i386/pr79804.c: New test. > > Bootstrapped and regression tested on x86_64-linux-gnu {,-m32}. > > Committed to mainline SVN. > --- testsuite/gcc.target/i386/pr79804.c (nonexistent) > +++ testsuite/g

[PATCH, i386]: Fix PR79804, ICE in print_reg

2017-04-20 Thread Uros Bizjak
2017-04-20 Uros Bizjak PR target/79804 * config/i386/i386.c (print_reg): Remove assert for disalowed regno values, call output_operand_lossage instead. testsuite/ChangeLog: 2017-04-20 Uros Bizjak PR target/79804 * gcc.target/i386/pr79804.c: New test. Bootstrapped and