This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/25502] I64d format Werror problem in build
- From: "aaronavay62 at aaronwl dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Sep 2008 03:27:29 -0000
- Subject: [Bug bootstrap/25502] I64d format Werror problem in build
- References: <bug-25502-10259@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #20 from aaronavay62 at aaronwl dot com 2008-09-14 03:27 -------
Danny has recommended that we wait until 4.5 to add -Wno-pedantic-ms-format
which will resolve this problem.
<http://gcc.gnu.org/ml/gcc-patches/2008-09/msg00664.html>.
In the meantime, I'll keep the patch at
<http://gcc.gnu.org/ml/gcc-patches/2008-09/msg00594.html> in my tree to allow
bootstraps from trunk to work without using --disable-werror. It's important
we keep keep using -Werror so that more problems don't creep into
Windows-specific code, whether they're bona fide bugs or just false positives.
(Previously, I was adding __extension__ to each the site of each printf to
allow the build to work.)
Anyway, this shouldn't affect 4.4.x release builds, for which --disable-werror
is the default.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25502