https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121943
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- >However, why is this doing string comparison in the first place? It seems like >checking the exit code would be more robust. Because we want to check there is no warning too. no_compiler_messages is specifically for no warnings or otherwise.
