https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107692
Jiu Fu Guo <guojiufu at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |guojiufu at gcc dot gnu.org --- Comment #4 from Jiu Fu Guo <guojiufu at gcc dot gnu.org> --- (In reply to Hongyu Wang from comment #2) > Created attachment 53897 [details] > A patch > > Sorry for introducing these fails. Here is the patch. > > I've tested the patch with cross-compler and all the fails disappeared, but > I don't have a powerpc to do full bootstrap & regtest (I'm still applying > for gcc farm account). > > I'll send out the patch after I can access gcc farm for a power machine, or > hopefully someone can help testing the patch. > > I suppose s390 has similar issue and I will update that accordingly. Hi, One small comment, for code "if (!(flag_unroll_loops || flag_unroll_all_loops))" we may need to add one more condition "|| loop->unroll", like what does in r13-3950 for i386.cc. Otherwise, unroll pragma may be affected.