Module Name: pcc
Committed By: plunky
Date: Tue Jul 31 09:10:01 UTC 2012
Modified Files:
pcc: configure configure.ac
Log Message:
When checking supported compiler flags, stop at the first one that
is not supported. This allows to add -Werror and -Wno-error=truncate
while leaving -Wtruncate in place, as there are some -Wtruncate warnings
produced that are not obviously wrong, and older pcc does not
support -Wno-error=
don't add -Werror yet as there is a bogus warning produced by gcc-4.5.3
about unintialised variable use in pftn.c
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pcc/configure
cvs rdiff -u -r1.112 -r1.113 pcc/configure.ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.