Bug 20663 - Generic function is not resolved
Summary: Generic function is not resolved
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: fortran (show other bugs)
Version: 4.0.0
: P2 normal
Target Milestone: 4.0.2
Assignee: Not yet assigned to anyone
URL:
Keywords: rejects-valid
Depends on: 20482
Blocks:
  Show dependency treegraph
 
Reported: 2005-03-27 22:12 UTC by kargls
Modified: 2005-08-23 01:54 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2005-06-26 02:35:29


Attachments
Walt's program (356 bytes, text/plain)
2005-03-27 22:12 UTC, kargls
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kargls 2005-03-27 22:12:04 UTC
This is Walt Brainerd's fc005.f95.

kargl[227] gfc41 -static -o z fc005.f95
 In file fc005.f95:23

if (.not. close(rx, rr)) then
              1
Error: Symbol 'close' at (1) has no IMPLICIT type
Comment 1 kargls 2005-03-27 22:12:23 UTC
Created attachment 8466 [details]
Walt's program
Comment 2 Andrew Pinski 2005-03-27 22:15:33 UTC
Confirmed, but I think this is a dup of bug 20482.
Comment 3 Thomas Koenig 2005-08-13 11:54:17 UTC
This has been fixed with Paul T's patch for generic name resolution.