1 ! RUN: %python %S/test_errors.py %s %flang_fc1
2 ! test global name conflicts
8 !ERROR: Two entities have the same global name 'ext1'
14 !ERROR: Two entities have the same global name 'ext2'
15 subroutine foo() bind(c
,name
="ext2")
17 !ERROR: Two entities have the same global name 'ext3'
18 subroutine bar() bind(c
,name
="ext3")
23 !PORTABILITY: Global name 'ext4' conflicts with a module