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, fortran] PR28174 - actual args with substring refs and PR28167 - character array constructors


On Fri, Jun 30, 2006 at 12:03:10AM +0200, Paul Thomas wrote:
> 
>    PR fortran/28167
>    * array.c (resolve_character_array_constructor): Remove static
>    attribute, make use of element charlens for the expression and
>    pick up constant string lengths for expressions that are not
>    themselves constant.

Paul, the patch is ok with the possible exception of the above.
If you removed "static" to make the function visible to a function
in another file, then I believe our convention is start the 
function with the "gfc_" prefix.  Hence, resolve_character_array_constructor
becomes gfc_resolve_character_array_constructor.

-- 
Steve


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