On 10/24/18 7:06 AM, Rainer Orth wrote: > Between 20181022 (r265393) and 20181023 (r265430), gcc.dg/pr78973-2.c > began to XPASS on a large number of targets: > > +XPASS: gcc.dg/pr78973-2.c ilp32 (test for warnings, line 16) > > The following patch fixes this by removing the xfail on dg-warning. > Tested on i386-pc-solaris2.11, sparc-sun-solaris2.11, and > x86_64-pc-linux-gnu (both multilibs in every case). I'd usually just > install the patch as obvious, but am holding back since none of the > patches in that range obviously caused that. My first thought was that it was likely Richi's VRP fixes, but those are r265391, so just outside the range.
His r265421 patch would be my next likely suspect :-) Jeff