http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58852
Bug ID: 58852 Summary: ASSOCIATE returns nothing after changing the value Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: sarantis.pantazis at gmail dot com Created attachment 31081 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31081&action=edit Minimal working example for associate bug (?) Hello. I was not able to find anything online related to this problem, so here goes. I would like to use the ASSOCIATE feature of fortran to shorten the names of some variables. However, when I use the associated variable as a subroutine argument, something goes wrong and the variable values are not passed as arguments correctly. I have attached a minimal working example to show what I mean. Any feedback is welcome.