This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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 04:21:40PM +0200, Fran?ois-Xavier Coudert wrote:
> >>   + 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.
> 
> The problem is that gfortran rejects it even without the -std=f95
> flag, while the default behaviour should be to stick to g77. I do
> agree that this is not allow by the standard.
> 

Sigh, gfortran is becoming a cesspool for the bad design decisions
of g77.  

-- 
Steve


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