------- 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