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.