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: [ping 3] New port: Toshiba Media Processor (mep-elf)


> mep.c has '#include "c-common.h"' - we've been cleaning up such includes 
> lately, language-independent files should not include C-family headers.  
> The include is OK in mep-pragma.c, but not in mep.c.

I only did that so that %E would work in diagnostics, as you asked me
to use %E instead of %s for DECLs.  Without c-common.h, you get a
warning for each %E you use.

> Diagnostics should not start with a capital letter (in a capitalized word 

I'll fix all these.


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