On 11/28/2016 04:51 PM, Jeff Law wrote:
On 11/25/2016 07:02 AM, Andreas Schwab wrote:
On Nov 23 2016, Christophe Lyon <christophe.l...@linaro.org> wrote:
Since you committed this patch (r242733), I've noticed a regression:
gcc.dg/uninit-pred-6_c.c warning (test for warnings, line 43)
now fails on some arm targets, for instance arm-none-linux-gnueabihf
--with-cpu=cortex-a5 --with-fpu=vfpv3-d16-fp16
(or similarly on arm-none-eabi --with-cpu=cortex-m3 --with-mode=thumb)
Also fails on m68k.
I believe Aldy is working on updating the patch.
Jeff
Sorry, I responded to Andreas and Christophe in an off-list email
earlier today.
Basically I temporarily dropped the ball because of the US Thanksgiving
weekend, but am back on this bug. I have created PR78566 to reflect
this, and have CC'ed both of them.
I have a pretty good idea what's going on, and should have something
tomorrow.
Aldy