We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92885b2 commit fbca1e6Copy full SHA for fbca1e6
flang/test/Semantics/declarations09.f90
@@ -2,8 +2,8 @@
2
3
subroutine bug149771
4
5
- !ERROR: 'x1' may not have both the EXTERNAL and INTRINSIC attributes
6
- integer, external, intrinsic :: x1
+ !ERROR: 'exp' may not have both the EXTERNAL and INTRINSIC attributes
+ real, external, intrinsic :: exp
7
8
!ERROR: 'x2' may not have both the EXTERNAL and PARAMETER attributes
9
integer, external, parameter :: x2
0 commit comments