Re: gcc-regression script build fail info

2024-08-14 Thread Sam James via Gcc-testresults
"Jiang, Haochen" 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_

Re: master branch: commit r15-2116 failed to bootstrap on Linux/x86_64 (commit r15-2111 builds)!

2024-07-17 Thread Sam James via Gcc-testresults
Hi! For future reports, would it be possible to change the grep to something like: grep -E "(error:|Error)" or just grep -rsin "error" -w or something. This would allow catching the actual compile error in libbacktrace if it's not going to fit in the last N lines from make. (Not needed here as