> -----Original Message----- > From: Sam James <s...@gentoo.org> > Sent: Thursday, August 15, 2024 6:30 AM > To: Jiang, Haochen <haochen.ji...@intel.com> > Cc: gcc-regress...@gcc.gnu.org; gcc-testresu...@gcc.gnu.org; > gcc@gcc.gnu.org > Subject: Re: gcc-regression script build fail info > > "Jiang, Haochen" <haochen.ji...@intel.com> writes: > > > Ping for this thread. > > > > Any ideas? If no, I will change the generated info with command > > following if we take r15-1643 as example and see if it is clearer: > > > > head -26 makelog.r15-1643.x86_64.native | tail -7 > 1.log; grep -E > > "(error:|Error)" makelog.r15-1643.x86_64.native >> 1.log; echo > > "==================== Detailed Info around error (+- 10 Lines) > > ====================" >> 1.log; grep -C 10 -E "error:" > > makelog.r15-1643.x86_64.native >> 1.log; > > > > This plan sounds good to me, although I was hoping someone might speak > up ;) > > I will keep an eye on the failures afterwards and then see if it looks OK too. > > (Sorry if you were waiting on me, I may have misunderstood.) >
I have changed the command to the mentioned one for normal and ia32 build while keeping the native build as unchanged for comparison and prevent something went wrong for the change. (I suppose it won't break but in case I did some typo.) Thx, Haochen