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] Small cleanups in trees emission in gfortran


Hi,

Anton Korobeynikov wrote:
> Two patches attached are cleanups for trees construction inside
> gfortran. They are pretty obvious.
>
> Regtested on x86-32/linux with no new regressions.
>   
The patch is OK.

Checked in as Rev. 130914 with one modification.

Checked in was:

   gfor_fndecl_in_unpack = gfc_build_library_function_decl (
         get_identifier (PREFIX("internal_unpack")),
-        pvoid_type_node, 1, pvoid_type_node);
+        void_type_node, 2, pvoid_type_node, pvoid_type_node);


The original patch kept the pvoid_type_node for the return value.

Thanks for the patch.

Tobias

PS: The next time, please include the ChangeLog not as diff as otherwise
either the item is misplaces in ChangeLog or one has to remove the '+'
manually after copying the text.


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