This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/25502] I64d format Werror problem in build



------- Comment #18 from ktietz at gcc dot gnu dot org  2008-05-19 10:27 -------
The problem here is not that the ms-formatter patch can't treat I/I32/I64. The
problem is, that the ms-extensions are treated as gnu-extensions, which is in
my option wrong. The scalar width specifiers should be treated as C89, and C90.
So those meaningless warnings are avoided. The initial patch made this. I tried
to discuss this while implementation with Danny, but he insisted that it should
be implemented as gnu extensions, so it is.

Cheers,
  Kai


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25502


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