This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] lower nested functions
Jan Hubicka <hubicka@ucw.cz> writes:
> There is no one decl per object rule (anoyingly). Even C frontend
> creates many decls for single function (forward declarations get
> different decl than the definition in K&R, local declarations are also
> different and frontend is (used to?) making local copy of each decl when
> producing the call).
Many - perhaps not all - of these are what I've been trying to get rid
of with the c-decl.c work. The outstanding bugs demonstrate the
places where the existing mess doesn't work right.
zw