Lines Matching refs:gfc_error
195 gfc_error ("Expected structure component or operator name " in gfc_match_member_sep()
227 gfc_error ("%qs is neither a defined operator nor a " in gfc_match_member_sep()
298 gfc_error ("Missing %qs in statement at or before %L", in gfc_match_parens()
496 gfc_error ("Integer too large at %C"); in gfc_match_small_literal_int()
577 gfc_error ("Too many digits in statement label at %C"); in gfc_match_st_label()
583 gfc_error ("Statement label at %C is zero"); in gfc_match_st_label()
616 gfc_error ("Label name %qs at %C is ambiguous", name); in gfc_match_label()
622 gfc_error ("Duplicate construct label %qs at %C", name); in gfc_match_label()
656 gfc_error ("Invalid character in name at %C"); in gfc_match_name()
669 gfc_error ("Name at %C is too long"); in gfc_match_name()
1011 gfc_error ("Loop variable at %C cannot be an array"); in gfc_match_iterator()
1018 gfc_error ("Loop variable at %C cannot be a coarray"); in gfc_match_iterator()
1024 gfc_error ("Loop variable at %C cannot be a sub-component"); in gfc_match_iterator()
1058 gfc_error ("Expected a step value in iterator at %C"); in gfc_match_iterator()
1070 gfc_error ("Syntax error in iterator at %C"); in gfc_match_iterator()
1312 gfc_error ("Invalid form of PROGRAM statement at %C"); in gfc_match_program()
1356 gfc_error ("BOZ literal constant at %L is neither a DATA statement " in gfc_match_assignment()
1365 gfc_error ("Assignment to a constant expression at %C"); in gfc_match_assignment()
1516 gfc_error ("Missing %<(%> in IF-expression at %C"); in gfc_match_if()
1534 gfc_error ("Syntax error in IF-expression at %C"); in gfc_match_if()
1545 gfc_error ("Block label not appropriate for arithmetic IF " in gfc_match_if()
1583 gfc_error ("Block label is not appropriate for IF statement at %C"); in gfc_match_if()
1676 gfc_error ("Syntax error in IF-clause after %C"); in gfc_match_if()
1683 gfc_error ("Syntax error in IF-clause after %C"); in gfc_match_if()
1726 gfc_error ("Invalid character(s) in ELSE statement after %C"); in gfc_match_else()
1732 gfc_error ("Label %qs at %C doesn't match IF label %qs", in gfc_match_else()
1753 gfc_error ("Missing %<(%> in ELSE IF expression at %C"); in gfc_match_elseif()
1763 gfc_error ("Missing %<)%> in ELSE IF expression at %C"); in gfc_match_elseif()
1778 gfc_error ("Missing THEN in ELSE IF statement after %L", &where); in gfc_match_elseif()
1786 gfc_error ("Syntax error in ELSE IF statement after %L", &where); in gfc_match_elseif()
1792 gfc_error ("Label %qs after %L doesn't match IF label %qs", in gfc_match_elseif()
1853 gfc_error ("Image control statement CRITICAL at %C in PURE procedure"); in gfc_match_critical()
1859 gfc_error ("Image control statement CRITICAL at %C in DO CONCURRENT " in gfc_match_critical()
1878 gfc_error ("Nested CRITICAL block at %C"); in gfc_match_critical()
1930 gfc_error ("Expected association list at %C"); in gfc_match_associate()
1942 gfc_error ("Expected association at %C"); in gfc_match_associate()
1952 gfc_error ("Invalid association target at %C"); in gfc_match_associate()
1963 gfc_error ("Duplicate name %qs in association at %C", in gfc_match_associate()
1971 gfc_error ("Association target at %C must not be coindexed"); in gfc_match_associate()
1978 gfc_error ("Association target at %L cannot be a BOZ literal " in gfc_match_associate()
1997 gfc_error ("Expected %<)%> or %<,%> at %C"); in gfc_match_associate()
2015 gfc_error ("Junk after ASSOCIATE statement at %C"); in gfc_match_associate()
2137 gfc_error ("Derived type %qs at %L may not be ABSTRACT", in gfc_match_type_spec()
2209 gfc_error ("Invalid type-spec at %C"); in gfc_match_type_spec()
2281 gfc_error ("Invalid type-spec at %C"); in gfc_match_type_spec()
2304 gfc_error ("Invalid type-spec at %C"); in gfc_match_type_spec()
2399 gfc_error ("Syntax error in FORALL iterator at %C"); in match_forall_iterator()
2789 gfc_error ("Name %qs in %s statement at %C is unknown", in match_exit_cycle()
2797 gfc_error ("Name %qs in %s statement at %C is not a construct name", in match_exit_cycle()
2809 gfc_error("%s statement at %C leaves CRITICAL construct", in match_exit_cycle()
2817 gfc_error("%s statement at %C leaves DO CONCURRENT construct", in match_exit_cycle()
2829 gfc_error ("%s statement at %C is not within a construct", in match_exit_cycle()
2832 gfc_error ("%s statement at %C is not within construct %qs", in match_exit_cycle()
2858 gfc_error ("CYCLE statement at %C is not applicable to non-loop" in match_exit_cycle()
2869 gfc_error ("%s statement at %C is not applicable to construct %qs", in match_exit_cycle()
2876 gfc_error (is_oacc (p) in match_exit_cycle()
2915 gfc_error ("EXIT statement at %C terminating !$ACC LOOP loop"); in match_exit_cycle()
2920 gfc_error (o->previous->tail->ext.omp_clauses->tile_list in match_exit_cycle()
2952 gfc_error ("EXIT statement at %C terminating !$OMP DO loop"); in match_exit_cycle()
2957 gfc_error ("CYCLE statement at %C to non-innermost collapsed" in match_exit_cycle()
3045 gfc_error ("Blank required in %s statement near %C", in gfc_match_stopcode()
3063 gfc_error ("STOP code at %C cannot be negative"); in gfc_match_stopcode()
3069 gfc_error ("STOP code at %C contains too many digits"); in gfc_match_stopcode()
3096 gfc_error ("%s statement not allowed in PURE procedure at %C", in gfc_match_stopcode()
3106 gfc_error ("Image control statement STOP at %C in CRITICAL block"); in gfc_match_stopcode()
3111 gfc_error ("Image control statement STOP at %C in DO CONCURRENT block"); in gfc_match_stopcode()
3123 gfc_error ("STOP code at %L must be a scalar CHARACTER constant " in gfc_match_stopcode()
3135 gfc_error ("STOP code at %L must be a scalar default CHARACTER or " in gfc_match_stopcode()
3142 gfc_error ("STOP code at %L must be either INTEGER or CHARACTER type", in gfc_match_stopcode()
3149 gfc_error ("STOP code at %L must be scalar", &e->where); in gfc_match_stopcode()
3156 gfc_error ("STOP code at %L must be default character KIND=%d", in gfc_match_stopcode()
3163 gfc_error ("STOP code at %L must be default integer KIND=%d", in gfc_match_stopcode()
3258 gfc_error ("Image control statement EVENT %s at %C in PURE procedure", in event_statement()
3273 gfc_error ("Image control statement EVENT %s at %C in CRITICAL block", in event_statement()
3280 gfc_error ("Image control statement EVENT %s at %C in DO CONCURRENT " in event_statement()
3310 gfc_error ("Redundant STAT tag found at %L", &tmp->where); in event_statement()
3331 gfc_error ("Redundant ERRMSG tag found at %L", &tmp->where); in event_statement()
3352 gfc_error ("Redundant UNTIL_COUNT tag found at %L", in event_statement()
3600 gfc_error ("Image control statement %s at %C in PURE procedure", in lock_unlock_statement()
3615 gfc_error ("Image control statement %s at %C in CRITICAL block", in lock_unlock_statement()
3622 gfc_error ("Image control statement %s at %C in DO CONCURRENT block", in lock_unlock_statement()
3652 gfc_error ("Redundant STAT tag found at %L", &tmp->where); in lock_unlock_statement()
3673 gfc_error ("Redundant ERRMSG tag found at %L", &tmp->where); in lock_unlock_statement()
3694 gfc_error ("Redundant ACQUIRED_LOCK tag found at %L", in lock_unlock_statement()
3794 gfc_error ("Image control statement SYNC at %C in PURE procedure"); in sync_statement()
3812 gfc_error ("Image control statement SYNC at %C in CRITICAL block"); in sync_statement()
3818 gfc_error ("Image control statement SYNC at %C in DO CONCURRENT block"); in sync_statement()
3864 gfc_error ("Redundant STAT tag found at %L", &tmp->where); in sync_statement()
3884 gfc_error ("Redundant ERRMSG tag found at %L", &tmp->where); in sync_statement()
4086 gfc_error ("Statement label list in GOTO at %C cannot be empty"); in gfc_match_goto()
4137 gfc_error ("Statement label list in GOTO at %C cannot be empty"); in gfc_match_goto()
4222 gfc_error ("Error in type-spec at %L", &old_locus); in gfc_match_allocate()
4241 gfc_error ("Type-spec at %L cannot contain a deferred " in gfc_match_allocate()
4258 gfc_error ("The type parameter spec list in the type-spec at " in gfc_match_allocate()
4288 gfc_error ("Unexpected constant at %C"); in gfc_match_allocate()
4298 gfc_error ("Bad allocate-object at %C for a PURE procedure"); in gfc_match_allocate()
4313 gfc_error ("Incompatible allocate-object at %C for CHARACTER " in gfc_match_allocate()
4335 gfc_error ("ALLOCATE of coarray at %C in DO CONCURRENT block"); in gfc_match_allocate()
4340 gfc_error ("ALLOCATE of coarray at %C in CRITICAL block"); in gfc_match_allocate()
4362 gfc_error ("Allocate-object at %L is neither a data pointer " in gfc_match_allocate()
4374 gfc_error ("Type of entity at %L is type incompatible with " in gfc_match_allocate()
4382 gfc_error ("Kind type parameter for entity at %L differs from " in gfc_match_allocate()
4399 gfc_error ("Shape specification for allocatable scalar at %C"); in gfc_match_allocate()
4416 gfc_error ("Redundant STAT tag found at %L", &tmp->where); in gfc_match_allocate()
4426 gfc_error ("STAT tag at %L cannot be a constant", &stat->where); in gfc_match_allocate()
4448 gfc_error ("Redundant ERRMSG tag found at %L", &tmp->where); in gfc_match_allocate()
4471 gfc_error ("Redundant SOURCE tag found at %L", &tmp->where); in gfc_match_allocate()
4478 gfc_error ("SOURCE tag at %L conflicts with the typespec at %L", in gfc_match_allocate()
4508 gfc_error ("Redundant MOLD tag found at %L", &tmp->where); in gfc_match_allocate()
4515 gfc_error ("MOLD tag at %L conflicts with the typespec at %L", in gfc_match_allocate()
4541 gfc_error ("MOLD tag at %L conflicts with SOURCE tag at %L", in gfc_match_allocate()
4549 gfc_error ("Allocate-object at %L with a deferred type parameter " in gfc_match_allocate()
4561 gfc_error ("Unlimited polymorphic allocate-object at %L " in gfc_match_allocate()
4628 gfc_error ("Pointer object at %C shall not be coindexed"); in gfc_match_nullify()
4643 gfc_error ("NULLIFY does not allow bounds remapping for " in gfc_match_nullify()
4725 gfc_error ("Unexpected constant at %C"); in gfc_match_deallocate()
4737 gfc_error ("Illegal allocate-object at %C for a PURE procedure"); in gfc_match_deallocate()
4747 gfc_error ("DEALLOCATE of coarray at %C in DO CONCURRENT block"); in gfc_match_deallocate()
4754 gfc_error ("DEALLOCATE of coarray at %C in CRITICAL block"); in gfc_match_deallocate()
4770 gfc_error ("Allocate-object at %C is not a nonprocedure pointer " in gfc_match_deallocate()
4787 gfc_error ("Redundant STAT tag found at %L", &tmp->where); in gfc_match_deallocate()
4812 gfc_error ("Redundant ERRMSG tag found at %L", &tmp->where); in gfc_match_deallocate()
4864 gfc_error ("Image control statement RETURN at %C in CRITICAL block"); in gfc_match_return()
4870 gfc_error ("Image control statement RETURN at %C in DO CONCURRENT block"); in gfc_match_return()
4879 gfc_error ("Alternate RETURN statement at %C is only allowed within " in gfc_match_return()
4938 gfc_error ("Expected component reference at %C"); in match_typebound_call()
4947 gfc_error ("Junk after CALL at %C"); in match_typebound_call()
4958 gfc_error ("Expected type-bound procedure or procedure pointer component " in match_typebound_call()
5055 gfc_error ("A BOZ literal constant at %L cannot appear as an actual " in gfc_match_call()
5195 gfc_error ("Syntax error in common block name at %C"); in match_common_name()
5286 gfc_error ("Symbol %qs at %C is already in a COMMON block", in gfc_match_common()
5305 gfc_error ("Symbol %qs at %C is USE associated from module %qs " in gfc_match_common()
5320 gfc_error ("Array specification for symbol %qs in COMMON " in gfc_match_common()
5330 gfc_error ("Symbol %qs in COMMON at %C cannot be a " in gfc_match_common()
5376 gfc_error ("Symbol %qs, in COMMON block %qs at " in gfc_match_common()
5522 gfc_error ("Namelist group name %qs at %C already has a basic " in gfc_match_namelist()
5556 gfc_error ("Assumed size array %qs in namelist %qs at " in gfc_match_namelist()
5699 gfc_error ("Derived type component %C is not a " in gfc_match_equivalence()
5707 gfc_error ("Array reference in EQUIVALENCE at %C cannot " in gfc_match_equivalence()
5740 gfc_error ("EQUIVALENCE at %C requires two or more objects"); in gfc_match_equivalence()
5754 gfc_error ("Attempt to indirectly overlap COMMON " in gfc_match_equivalence()
5767 gfc_error ("Expecting a comma in EQUIVALENCE at %C"); in gfc_match_equivalence()
5908 gfc_error ("Statement function at %L is recursive", &expr->where); in gfc_match_st_function()
5914 gfc_error ("Statement function %qs at %L conflicts with function name", in gfc_match_st_function()
5925 gfc_error ("Statement function at %L cannot appear within an INTERFACE", in gfc_match_st_function()
6055 gfc_error ("Expression in CASE selector at %L cannot be %s", in match_case_selector()
6071 gfc_error ("Expression in CASE selector at %L cannot be %s", in match_case_selector()
6093 gfc_error ("Expected initialization expression in CASE at %C"); in match_case_selector()
6125 gfc_error ("Expected block name %qs of SELECT construct at %C", in match_case_eos()
6420 gfc_error ("SELECT TYPE at %C cannot appear in this scope"); in gfc_match_select_type()
6461 gfc_error ("parse error in SELECT TYPE statement at %C"); in gfc_match_select_type()
6486 gfc_error ("Selector in SELECT TYPE at %C is not a named variable; " in gfc_match_select_type()
6671 gfc_error ("The SELECT RANK selector at %C must be an assumed " in gfc_match_select_rank()
6725 gfc_error("The SELECT RANK selector at %C must be an assumed " in gfc_match_select_rank()
6735 gfc_error ("parse error in SELECT RANK statement at %C"); in gfc_match_select_rank()
6771 gfc_error ("Unexpected CASE statement at %C"); in gfc_match_case()
6823 gfc_error ("Syntax error in CASE specification at %C"); in gfc_match_case()
6841 gfc_error ("Unexpected TYPE IS statement at %C"); in gfc_match_type_is()
6873 gfc_error ("The type-spec shall not specify a sequence derived " in gfc_match_type_is()
6884 gfc_error ("All the LEN type parameters in the TYPE IS statement " in gfc_match_type_is()
6895 gfc_error ("Syntax error in TYPE IS specification at %C"); in gfc_match_type_is()
6971 gfc_error ("Syntax error in CLASS IS specification at %C"); in gfc_match_class_is()
6991 gfc_error ("Unexpected RANK statement at %C"); in gfc_match_rank_is()
7037 gfc_error ("The SELECT RANK CASE expression at %C must be a " in gfc_match_rank_is()
7046 gfc_error ("The value of the SELECT RANK CASE expression at " in gfc_match_rank_is()
7073 gfc_error ("Syntax error in RANK specification at %C"); in gfc_match_rank_is()
7195 gfc_error ("ELSEWHERE statement at %C not enclosed in WHERE block"); in gfc_match_elsewhere()
7233 gfc_error ("Label %qs at %C doesn't match WHERE label %qs", in gfc_match_elsewhere()