-Wall -pendatic options warn about a lot of issues that are often programming errors. I would like to sugest reversing the warning policy so that warnings should be explicitly turned off instead of on. The rational behind this is that, the programmer should be warned about possible issues with his code. In case the programmer knows what he is doing he can still disable the undesired warning (but he has to do so explicitly).
-- Summary: -Wall -pedantic should be default Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at nefthy dot de GCC build triplet: * GCC host triplet: * GCC target triplet: * http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30030