[PATCH] Fix trunk profiledbootstrap in fortran FE
Jakub Jelinek
jakub@redhat.com
Wed Jun 10 15:50:00 GMT 2009
On Wed, Jun 10, 2009 at 08:45:24AM -0700, Steve Kargl wrote:
> > * interface.c (fold_unary): Rename to...
> > (gfc_fold_unary): ... this.
> > (gfc_extend_expr): Adjust caller.
>
> By convention the Fortran FE normally uses the gfc_ prefix
> on non-static functions. If the function is static, the
> gfc_ is omitted. I don't recall the origins of this convention.
> Can you add a small comment above gfc_fold_unary? Something
> like
>
> /* gfc_ prefix used to avoid possible conflicts with middle-end
> fold_unary() function. */
In that case, wouldn't it be better renamed to e.g.
fold_unary_intrinsic instead (and no extra comment)?
Jakub
More information about the Fortran
mailing list