This is just a reminder bug to make sure that I and/or Paul T. don't lose it as it will cause an ICE once I fix the double decl issue as we will be start to inline this function and fail Testcase: function a(b) REAL ::b b = 2.0 a = 1.0 end function
program gg real :: h h = a(); end program gg -- Summary: accepts invalid fortran, different dummy types/number Product: gcc Version: 4.2.0 Status: UNCONFIRMED Keywords: accepts-invalid Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pinskia at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26227