https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125485
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|UNCONFIRMED |RESOLVED
--- Comment #4 from Drea Pinski <pinskia at gcc dot gnu.org> ---
> I do see a bit of noise in a few places such as :
...
> However that is pure baloney :
That is make printing out the commands it is running; nothing more.
`make -k check` is known to return non-zero.
After you ran the testsuite you can see the test summary by running the
contrib/test_summary command.
We try to keep the number of "FAIL" in that summary to 0 but for some targets
it might be non-zero. Some "FAIL"s are not equal to others. (e.g. some are
missed optimizations rather than wrong code).