This is the mail archive of the gcc-prs@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: fortran/9972: [3.3/3.4 regression] Failure of g77.f-torture/execute/980520-1.f


The following reply was made to PR fortran/9972; it has been noted by GNATS.

From: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
To: <gcc-gnats at gcc dot gnu dot org>
Cc:  
Subject: Re: fortran/9972: [3.3/3.4 regression] Failure of g77.f-torture/execute/980520-1.f
Date: Fri, 14 Mar 2003 13:22:33 +1100

 The problem was introduced into trunk around 2003-03-05 01:45 UTC by
 
 Wed Mar  5 02:04:04 CET 2003  Jan Hubicka  <jh at suse dot cz>
 
         * toplev.c (rest_of_compilation):  Deffer RTL compilation only =
 when
         RTL inlining is done.
 
         * cgraphunit.c (cgraph_mark_local_functions): New local =
 function.
         (cgraph_optimize): Mark local functions.
         * i386-protos.h (init_cumulative_args): Update prototype.
         * i386.c (init_cumulative_args): Use register passing convention =
 for
         local functions.
 
         * cgraph.c (cgraph_global_info_ready): New global variable
         (cgraph_local_info, cgraph_global_info): New functions.
         * cgraph.h (struct cgraph_local_info, cgraph_global_info): New
         structures.
         (cgraph_local_info, cgraph_global_info, =
 cgraph_global_info_ready):
         Declare.
         * cgraphunit.c (cgraph_finalize_function): Set inline_many.
         (cgraph_mark_functions_to_output): Use inline_many.
         (cgraph_expand_function): Free DECL_SAVED_TREE uncondtionally.
         (cgraph_expand_functions): Expand inline functions last.
         (cgraph_optimize): Do not emit uneeded functions.


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