bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

warnings.m4: check the compiler, not the preprocessor.


From: Akim Demaille
Subject: warnings.m4: check the compiler, not the preprocessor.
Date: Thu, 29 Mar 2012 15:36:36 +0200

For Bison I would like to test C and C++ warnings
in two different batches.  Currently the macro does
not depend on the language to store its result, and
it does not try to compile, just to preprocess.

Attachment: 0001-warnings.m4-check-the-compiler-not-the-preprocessor.patch
Description: Binary data


FWIW I used to use a generic scheme, where I checked the
stderr of the compiler to see if the option was really
accepted: in some case (e.g., GCC) the compiler will
accept the option ($? = 0) yet it will constantly complain
about its uses.  Is there interest in this approach?
Attached for the records.

Attachment: warning.m4
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]