This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 269502 - Fortran module's name can cause build error
Summary: Fortran module's name can cause build error
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: Dev
Hardware: PC Linux
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-07 13:14 UTC by farhaddaie
Modified: 2017-03-15 11:16 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description farhaddaie 2017-01-07 13:14:17 UTC
If a file containing Fortran module has a name which is place after main file, in the compile process, because main file compiles first, it will failed, looking for .mod file which is not compiled yet! so order of compilation is not implemented in Netbeans CND for Fortran
Comment 1 Alexander Simon 2017-02-10 14:55:04 UTC
Please attach a project example.