Re: [doc,patch] Fortran compiler on Ultrix and clobbered registers

2007-04-29 Thread John David Anglin
> I noted in the GCC docs (see for example http://gcc.gnu.org/ > onlinedocs/gcc/Interoperation.html) that we have the following text > in the section "Known Causes of Trouble with GCC": > > > On Ultrix, the Fortran compiler expects registers 2 through 5 to be > > saved by function calls. Howe

[doc,patch] Fortran compiler on Ultrix and clobbered registers

2007-04-29 Thread FX Coudert
I noted in the GCC docs (see for example http://gcc.gnu.org/ onlinedocs/gcc/Interoperation.html) that we have the following text in the section "Known Causes of Trouble with GCC": On Ultrix, the Fortran compiler expects registers 2 through 5 to be saved by function calls. However, the C comp