forked from OSchip/llvm-project
[flang][nfc] Update expected warning message in test
to match the emitted warning, which has changed. I push this without review as it is a one-line NFC. I have discussed it in D130386, which altered the warning in question.
This commit is contained in:
parent
ca6d70b32e
commit
4b12b256d7
|
@ -137,7 +137,7 @@ subroutine assoc()
|
|||
lVar = associated(intprocPointer1, intVar)
|
||||
!ERROR: Procedure pointer 'intprocpointer1' associated with incompatible procedure designator 'elementalproc': incompatible procedure attributes: Elemental
|
||||
intProcPointer1 => elementalProc
|
||||
!WARNING: Procedure pointer 'intprocpointer1' associated with incompatible procedure designator 'elementalproc': incompatible dummy argument #1: incompatible dummy data object attributes
|
||||
!WARNING: Procedure pointer 'intprocpointer1' associated with incompatible procedure designator 'elementalproc': incompatible procedure attributes: Elemental
|
||||
lvar = associated(intProcPointer1, elementalProc)
|
||||
!ERROR: POINTER= argument 'intpointervar1' is an object pointer but the TARGET= argument 'intfunc' is a procedure designator
|
||||
lvar = associated (intPointerVar1, intFunc)
|
||||
|
|
Loading…
Reference in New Issue