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: identified bug in g77 on Alpha


In article <35374743.48F5.cygnus.egcs.bugs@gx-tech.fr>,
Jean-Paul Jeannot <jeannot@gx-tech.fr> wrote:
>Dear Sir,
>
>You will find below the assembly code of a simple Fortran routine which
>crashes with segmentation fault when storing the first element 
>      in( jT_f-hd_T     ) = Xsp
>whereas everything is fine when commenting this line.

This is a known problem with the 1.0.2 release, the problem being with
negative array dimensions:

>#      real     in( jT_f-hd_T : jT_l )

You may either search for my patch in the mail archives, or use CVS to
collect the patch from the repository.  There are, I believe, instructions
for using CVS on the egcs home page.


r~


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