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 10:34, Andrew Pinski <pinskia@gmail.com> wrote:
> 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.

Yes, we've added -Werror to stage1 because we're not bootstrapping
yet.  -Werror has helped catch new warnings we introduce, but it's got
these disadvantages.

These changes will be discarded when the branch starts bootstrapping.

Diego.


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