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: 11 May 2008 21:24:36 -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 #17 from aaronavay62 at aaronwl dot com 2008-05-11 21:24 -------
(In reply to comment #16)
> -Wno-long-long disables warnings in gnu89 -pedantic mode for certain
> standard C99 usages, not for non-standard usages. You could add
> -Wno-long-long-windows-formats to disable warning for "I64d" in both gnu89
> and gnu99 modes.
I like this idea; it lets us resolve this issue without having to neuter this
port in one way or another. If there are no objections, I will prepare a patch
for this.
On naming, this isn't so much a Windowsism as a MSVCism. Maybe this should be
named -Wlong-long-ms-formats similarly to -fms-extension or
-fvisibility-ms-compat?
--
aaronavay62 at aaronwl dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |aaronavay62 at aaronwl dot
|dot org |com
Status|NEW |ASSIGNED
Last reconfirmed|2008-05-11 04:48:20 |2008-05-11 21:24:33
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25502