Lines Matching refs:gfc_error
1296 gfc_error ("Bad continuation line at %C"); in verify_token_fixed()
1403 gfc_error ("Non-numeric character in statement label at %C"); in next_fixed()
1430 gfc_error ("Bad continuation line at %C"); in next_fixed()
1729 gfc_error ("FORMAT statement at %L does not have a statement label", in check_statement_label()
2645 gfc_error ("Unexpected %s statement at %C", gfc_ascii_statement (st)); in unexpected_statement()
2800 gfc_error ("%s statement at %C cannot follow %s statement at %L", in verify_st_order()
2817 gfc_error ("Unexpected end of file in %qs", gfc_source_file); in unexpected_eof()
2852 gfc_error ("Derived-type %qs with SEQUENCE must not have a CONTAINS" in parse_derived_contains()
2855 gfc_error ("Derived-type %qs with BIND(C) must not have a CONTAINS" in parse_derived_contains()
2875 gfc_error ("Components in TYPE at %C must precede CONTAINS"); in parse_derived_contains()
2917 gfc_error ("PRIVATE statement in TYPE at %C must be inside " in parse_derived_contains()
2924 gfc_error ("PRIVATE statement at %C must precede procedure" in parse_derived_contains()
2931 gfc_error ("Duplicate PRIVATE statement at %C"); in parse_derived_contains()
2941 gfc_error ("SEQUENCE statement at %C must precede CONTAINS"); in parse_derived_contains()
2945 gfc_error ("Already inside a CONTAINS block at %C"); in parse_derived_contains()
3064 gfc_error ("Component %s at %L of type LOCK_TYPE must have a " in check_component()
3070 gfc_error ("Pointer component %s at %L has a noncoarray subcomponent " in check_component()
3075 gfc_error ("Allocatable component %s at %L of type LOCK_TYPE must have " in check_component()
3079 gfc_error ("Allocatable component %s at %L must have a codimension as " in check_component()
3084 gfc_error ("Noncoarray component %s at %L of type LOCK_TYPE or with " in check_component()
3091 gfc_error ("Noncoarray component %s at %L of type LOCK_TYPE or with " in check_component()
3101 gfc_error ("Component %s at %L of type EVENT_TYPE must have a " in check_component()
3107 gfc_error ("Pointer component %s at %L has a noncoarray subcomponent " in check_component()
3112 gfc_error ("Allocatable component %s at %L of type EVENT_TYPE must have " in check_component()
3116 gfc_error ("Allocatable component %s at %L must have a codimension as " in check_component()
3121 gfc_error ("Noncoarray component %s at %L of type EVENT_TYPE or with " in check_component()
3128 gfc_error ("Noncoarray component %s at %L of type EVENT_TYPE or with " in check_component()
3268 gfc_error ("Syntax error in nested structure declaration at %C"); in parse_struct_map()
3355 gfc_error ("FINAL declaration at %C must be inside CONTAINS"); in parse_derived()
3372 gfc_error ("PRIVATE statement in TYPE at %C must be inside " in parse_derived()
3379 gfc_error ("PRIVATE statement at %C must precede " in parse_derived()
3385 gfc_error ("Duplicate PRIVATE statement at %C"); in parse_derived()
3396 gfc_error ("SEQUENCE statement at %C must precede " in parse_derived()
3407 gfc_error ("Duplicate SEQUENCE statement at %C"); in parse_derived()
3475 gfc_error ("ENUM declaration at %C has no ENUMERATORS"); in parse_enum()
3562 gfc_error ("Unexpected %s statement in INTERFACE block at %C", in parse_interface()
3586 gfc_error ("Name %qs of ABSTRACT INTERFACE at %C " in parse_interface()
3620 gfc_error ("Unexpected %s statement at %C in INTERFACE body", in parse_interface()
3638 gfc_error ("INTERFACE procedure %qs at %L has the same name as the " in parse_interface()
3777 gfc_error ("%s statement is not allowed inside of BLOCK at %C", in parse_spec()
3809 gfc_error ("%s statement is not allowed inside of BLOCK DATA at %C", in parse_spec()
3893 gfc_error ("%s statement must appear in a MODULE", in parse_spec()
3901 gfc_error ("%s statement at %C follows another accessibility " in parse_spec()
3953 gfc_error ("Bad kind expression for function %qs at %L", in parse_spec()
3957 gfc_error ("The type for function %qs at %L is not accessible", in parse_spec()
4017 gfc_error ("ELSEWHERE statement at %C follows previous " in parse_where_block()
4039 gfc_error ("Unexpected %s statement in WHERE block at %C", in parse_where_block()
4098 gfc_error ("Unexpected %s statement in FORALL block at %C", in parse_forall_block()
4149 gfc_error ("ELSE IF statement at %C cannot follow ELSE " in parse_if_block()
4167 gfc_error ("Duplicate ELSE statements at %L and %C", in parse_if_block()
4228 gfc_error ("Expected a CASE or END SELECT statement following SELECT " in parse_select_block()
4312 gfc_error ("Expected TYPE IS, CLASS IS or END SELECT statement " in parse_select_type_block()
4388 gfc_error ("Expected RANK or RANK DEFAULT " in parse_select_rank_block()
4485 gfc_error ("End of nonblock DO statement at %C is within another block"); in check_do_closure()
4495 gfc_error ("End of nonblock DO statement at %C is interwoven " in check_do_closure()
5079 gfc_error ("Missing !$OMP END ATOMIC after !$OMP ATOMIC CAPTURE at %C"); in parse_omp_oacc_atomic()
5132 gfc_error ("Expecting %s at %C", gfc_ascii_statement (acc_end_st)); in parse_oacc_structured_block()
5176 gfc_error ("Expected DO loop at %C"); in parse_oacc_loop()
5414 gfc_error ("Name after !$omp critical and !$omp end critical does " in parse_omp_structured_block()
5472 gfc_error ("%s statement at %C cannot terminate a non-block " in parse_executable()
5619 gfc_error ("%<GCC unroll%> directive not at the start of a loop at %C"); in parse_executable()
5622 gfc_error ("%<GCC ivdep%> directive not at the start of a loop at %C"); in parse_executable()
5625 gfc_error ("%<GCC vector%> directive not at the start of a loop at %C"); in parse_executable()
5628 gfc_error ("%<GCC novector%> " in parse_executable()
5744 gfc_error ("Contained procedure %qs at %C is already " in parse_contained()
5801 gfc_error ("Unexpected %s statement in CONTAINS section at %C", in parse_contained()
5940 gfc_error ("CONTAINS statement at %C is already in a contained " in parse_progunit()
5992 gfc_error ("Global binding name %qs at %L is already being used " in gfc_global_used()
5996 gfc_error ("Global name %qs at %L is already being used as " in gfc_global_used()
6002 gfc_error ("Global binding name %qs at %L is already being used " in gfc_global_used()
6005 gfc_error ("Global name %qs at %L is already being used at %L", in gfc_global_used()
6027 gfc_error ("Blank BLOCK DATA at %C conflicts with " in parse_block_data()
6053 gfc_error ("Unexpected %s statement in BLOCK DATA at %C", in parse_block_data()
6158 gfc_error ("Unexpected %s statement in MODULE at %C", in parse_module()
6607 gfc_error ("Two main PROGRAMs at %L and %C", &prog_locus); in gfc_parse_file()