[Bug fortran/57711] New: Fortran 4.7.2/4.8.1 error: constraints for functions parameters

kabanovdmitry at gmail dot com gcc-bugzilla@gcc.gnu.org
Tue Jun 25 17:51:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57711

            Bug ID: 57711
           Summary: Fortran 4.7.2/4.8.1 error: constraints for functions
                    parameters
           Product: gcc
           Version: 4.7.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: kabanovdmitry at gmail dot com

I try to compile the fortran program which my advisor gave me.

It doesn't want to compile when I'm doing this with gfortran 4.7.2 on Mac OS X
10.8.4 and with gfortran 4.8.1 on Arch Linux x64.

I've built the minimal working example which replays the error. Unfortunately,
it's quite big anyway, so I've put it on the github:
https://github.com/kabanovdmitry/vode-test

I can compile this code under Ubuntu 12.04 with gfortran 4.6.3.

I've checked press releases for GCC 4.7 and found nothing that could give me a
clue.

Seems like gfortran's rules for functions parameters became stricter without an
announcement.



More information about the Gcc-bugs mailing list