This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tuples] add -Wno-format to fortran


On Mon, Feb 25, 2008 at 4:14 AM, Aldy Hernandez <aldyh@redhat.com> wrote:
> The tuples branch passes -Werror to the fortran front-end, unlike
>  mainline.  This is causing problems with format warnings.

No they should always be passing -Werrror to the fortran front-end
compiling.  What is happening here is rather you are compiling the
fortran front-end with an older version of GCC than the current trunk
which has the full format support for the fortran front-end
diagnostic.

-- Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]