Skip to content

Commit 1fb2c20

Browse files
committed
Update: hello_complex_2 to expose link bug
There's a bug which causes app-local modules to be added twice if auto-discovery is on and the app is specified in the manifest. This causes the module to be compiled and linked twice. Not detected before because the module contained no symbols. This commit adds an integer symbol to an app-local module to test this bug.
1 parent 75c1da5 commit 1fb2c20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
module app_hello_mod
22
implicit none
33

4+
integer :: hello_int = 42
5+
46
end module app_hello_mod

0 commit comments

Comments
 (0)