1 ! RUN: %python %S/test_errors.py %s %flang_fc1
10 !PORTABILITY: Name 'main' declared in a main program should not have the same name as the main program
12 !ERROR: Cannot change POINTER attribute on use-associated 'mobj'
14 !ERROR: Cannot change POINTER attribute on use-associated 'msubr'
16 !ERROR: 'inner' cannot have the POINTER attribute
19 !ERROR: 'ip' may not have both the POINTER and PARAMETER attributes
20 integer, parameter :: ip
= 123
23 !ERROR: 'dt' cannot have the POINTER attribute
29 !ERROR: 'generic' cannot have the POINTER attribute
32 !ERROR: 'nml' cannot have the POINTER attribute