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, ping] Cray Pointers


On Fri, Sep 16, 2005 at 11:23:28AM +0200, Fran?ois-Xavier Coudert wrote:
> 
> With that patch and a few modifications, the CPMD code (a major
> computational chemistry code, ~ 182,000 lines of F77 code using many
> extensions) builds and my tests codes seem to run fine. Modifications
> required are:
>   + replace IMAG by AIMAG (see PR 23516)

Ugh. I never looked at g77.info, so did not realize it defines
a IMAG() intrinsic.  I'll "fix" this today.

>   + gfortran rejects mod(4_8,5_4) when arguments have different kinds;
> g77 used to accept it, as well as most major compilers (reported as PR
> 23912)

See 13.14.73.  gfortran is doing the right thing according to the
standard.  Try the other major compilers with their -std=f95 flags.

-- 
Steve


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