https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120513
--- Comment #14 from Greg Chandler <chandleg at wizardsworks dot org> --- Created attachment 61591 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61591&action=edit This patch is likely to be superceeded by another, but fixes grep for errors when warnings are transposed to errors. This specifically adds a grep -v "fstack" to ignore the -fstack-protector warnings on alpha, which doesn't support stack protection. This is not a clean fix, as a test should be done at the begining of configure to see if a generic compile yeilds warnings even when warnings are disabled like it does on this platform. That fix is more complicated, and this is a placeholder that from testing ***should*** not break anything...