James A. Morrison wrote:
The coding conventions for gcc 3.4 and up say to no longer use k&r style definitions. Is gpc going to follow suit?
Eventually yes.
I.e. Will patches to remove PARAMS and switch away from k&r style definitions be accepted?
I think such a patch is not really necessary. I can probably do this more or less automated, which is probably easier than syncing a patch with other ongoing changes.
What's needed is rather a patch to the Makefiles etc. of the older backends to suppress such warnings etc. I don't suppose you'd like to do it, but I can probably look at it rather soon ...
Frank