This is the mail archive of the gcc-bugs@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]

Re: g77 testsuite failures under hpux 10.20


>   >         arg 0 <function_decl 4009c700 do_lio type <function_type 4009c300>
>   >             addressable used public common external SI file 19990218-0.f li
>   > ne 5
>   >             (mem:SI (symbol_ref/v:SI ("")) 0) chain <function_decl 4009c380
>   >  s_wsle>>>
> OK.  So things are busted at the tree level.  A good thing to know.
> 
> Next I would recommend a breakpoint in make_decl_rtl conditional on
> decl == 0x4009c700 (ie the FUNCTION_DECL node mentioned in arg0 above).

This looks ok.  make_decl_rtl is called once for decl == 0x4009c700.  The
result looks ok.  Note, there are two previous calls to do_lio in MAIN__,
and the rtl and assembly code for these calls are ok.  It is only the calls
in fun_ that are bad.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

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