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: [PATCH] strict types in code generators.


Marcin Dalecki <martin@dalecki.de> writes:

> 	* gengtype.c: Inform in the generated code about the generator.
> 	  Avoid leftover static code declarations for generated functions.
> 	  Properly declare the generated functions as storage qualified extern.

I don't really understand what this piece is doing.  Note that
"extern" is redundant on a function declaration.

>      * genmodes.c, machmode.h: Use the proper enum mode_class type
>      instead of the "opaque" unsigned char, since this is what the
>      objects in question are really used for.

Not OK.  This will quadruple the size of the arrays in question.

zw


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