Skip to content

Commit fbca1e6

Browse files
committed
Use proper intrinsic name
1 parent 92885b2 commit fbca1e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/test/Semantics/declarations09.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
subroutine bug149771
44

5-
!ERROR: 'x1' may not have both the EXTERNAL and INTRINSIC attributes
6-
integer, external, intrinsic :: x1
5+
!ERROR: 'exp' may not have both the EXTERNAL and INTRINSIC attributes
6+
real, external, intrinsic :: exp
77

88
!ERROR: 'x2' may not have both the EXTERNAL and PARAMETER attributes
99
integer, external, parameter :: x2

0 commit comments

Comments
 (0)