Lines Matching refs:gfc_error

123 	    gfc_error ("%qs at %L is of the ABSTRACT type %qs",  in resolve_typespec_used()
126 gfc_error ("ABSTRACT type %qs used at %L", in resolve_typespec_used()
143 gfc_error ("Interface %qs at %L is declared " in check_proc_interface()
156 gfc_error ("Interface %qs at %L may not be generic", in check_proc_interface()
163 gfc_error ("Interface %qs at %L may not be a statement function", in check_proc_interface()
172 gfc_error ("Intrinsic procedure %qs not allowed in " in check_proc_interface()
178 gfc_error ("Interface %qs at %L must be explicit", ifc->name, where); in check_proc_interface()
200 gfc_error ("PROCEDURE %qs at %L may not be used as its own interface", in resolve_procedure_interface()
300 gfc_error ("Alternate return specifier in elemental subroutine " in gfc_resolve_formal_arglist()
304 gfc_error ("Alternate return specifier in function " in gfc_resolve_formal_arglist()
315 gfc_error ("Self-referential argument " in gfc_resolve_formal_arglist()
387 gfc_error ("Dummy procedure %qs of PURE procedure at %L must " in gfc_resolve_formal_arglist()
402 gfc_error ("Argument %qs of pure function %qs at %L must " in gfc_resolve_formal_arglist()
415 gfc_error ("Argument %qs of pure subroutine %qs at %L " in gfc_resolve_formal_arglist()
425 gfc_error ("INTENT(OUT) argument %qs of pure procedure %qs at %L" in gfc_resolve_formal_arglist()
458 gfc_error ("Coarray dummy argument %qs at %L to elemental " in gfc_resolve_formal_arglist()
466 gfc_error ("Argument %qs of elemental procedure at %L must " in gfc_resolve_formal_arglist()
475 gfc_error ("Argument %qs of elemental procedure at %L cannot " in gfc_resolve_formal_arglist()
485 gfc_error ("Argument %qs of elemental procedure at %L cannot " in gfc_resolve_formal_arglist()
493 gfc_error ("Dummy procedure %qs not allowed in elemental " in gfc_resolve_formal_arglist()
502 gfc_error ("Argument %qs of elemental procedure %qs at %L must " in gfc_resolve_formal_arglist()
517 gfc_error ("Argument '%s' of statement function '%s' at %L " in gfc_resolve_formal_arglist()
528 gfc_error ("Character-valued argument %qs of statement " in gfc_resolve_formal_arglist()
577 gfc_error ("Contained procedure %qs at %L has the same name as its " in resolve_contained_fntype()
597 gfc_error ("Contained function %qs at %L has no IMPLICIT type", in resolve_contained_fntype()
600 gfc_error ("Result %qs of contained function %qs at %L has " in resolve_contained_fntype()
625 gfc_error (module_proc in resolve_contained_fntype()
800 gfc_error ("Function %s at %L has entries with mismatched " in resolve_entries()
844 gfc_error ("FUNCTION result %s cannot be an array in " in resolve_entries()
848 gfc_error ("ENTRY result %s cannot be an array in " in resolve_entries()
855 gfc_error ("FUNCTION result %s cannot be a POINTER in " in resolve_entries()
859 gfc_error ("ENTRY result %s cannot be a POINTER in " in resolve_entries()
897 gfc_error ("FUNCTION result %s cannot be of type %s " in resolve_entries()
902 gfc_error ("ENTRY result %s cannot be of type %s " in resolve_entries()
1026 gfc_error ("In Fortran 2003 COMMON %qs block at %L is a global " in resolve_common_blocks()
1040 gfc_error ("COMMON block %qs at %L uses the same global identifier " in resolve_common_blocks()
1048 gfc_error ("Fortran 2008: COMMON block %qs with binding label at " in resolve_common_blocks()
1070 gfc_error ("COMMON block at %L with binding label %qs uses the same " in resolve_common_blocks()
1091 gfc_error ("COMMON block %qs at %L is used as PARAMETER at %L", in resolve_common_blocks()
1095 gfc_error ("COMMON block %qs at %L cannot have the EXTERNAL attribute", in resolve_common_blocks()
1099 gfc_error ("COMMON block %qs at %L is also an intrinsic procedure", in resolve_common_blocks()
1175 gfc_error ("The KIND parameter %qs in the PDT constructor " in get_pdt_spec_expr()
1311 gfc_error ("The rank of the element in the structure " in resolve_structure_cons()
1332 gfc_error ("The element in the structure constructor at %L, " in resolve_structure_cons()
1398 gfc_error ("The NULL in the structure constructor at %L is " in resolve_structure_cons()
1451 gfc_error ("Bad array spec of component %qs referenced in " in resolve_structure_cons()
1464 gfc_error ("The shape of component %qs in the structure " in resolve_structure_cons()
1485 gfc_error ("The element in the structure constructor at %L, " in resolve_structure_cons()
1496 gfc_error ("Pointer initialization target at %L " in resolve_structure_cons()
1502 gfc_error ("Pointer initialization target at %L " in resolve_structure_cons()
1514 gfc_error ("Invalid expression in the structure constructor for " in resolve_structure_cons()
1638 gfc_error ("The upper bound in the last dimension must " in check_assumed_size_reference()
1700 gfc_error ("%qs at %L is ambiguous", e->symtree->n.sym->name, in count_specific_procs()
1704 gfc_error ("GENERIC procedure %qs is not allowed as an actual " in count_specific_procs()
1838 gfc_error ("Intrinsic subroutine %qs at %L shall not have a type" in gfc_resolve_intrinsic()
1849 gfc_error ("%qs declared INTRINSIC at %L does not exist", sym->name, in gfc_resolve_intrinsic()
1862 gfc_error ("The intrinsic %qs declared INTRINSIC at %L is not " in gfc_resolve_intrinsic()
1956 gfc_error ("Label %d referenced at %L is never defined", in resolve_actual_arglist()
1988 gfc_error ("Derived type %qs is used as an actual " in resolve_actual_arglist()
2006 gfc_error ("Statement function %qs at %L is not allowed as an " in resolve_actual_arglist()
2014 gfc_error ("Intrinsic %qs at %L is not allowed as an " in resolve_actual_arglist()
2029 gfc_error ("ELEMENTAL non-INTRINSIC procedure %qs is not " in resolve_actual_arglist()
2056 gfc_error ("Unable to find a specific INTRINSIC procedure " in resolve_actual_arglist()
2078 gfc_error ("Symbol %qs at %L is ambiguous", sym->name, &e->where); in resolve_actual_arglist()
2133 gfc_error ("By-value argument at %L is not of numeric " in resolve_actual_arglist()
2140 gfc_error ("By-value argument at %L cannot be an array or " in resolve_actual_arglist()
2154 gfc_error ("By-value argument at %L is not allowed " in resolve_actual_arglist()
2166 gfc_error ("Passing internal procedure at %L by location " in resolve_actual_arglist()
2177 gfc_error ("ELEMENTAL procedure pointer component %qs is not " in resolve_actual_arglist()
2186 gfc_error ("Coindexed actual argument at %L with ultimate pointer " in resolve_actual_arglist()
2355 gfc_error ("Actual argument at %L for INTENT(%s) dummy %qs of " in resolve_elemental_actual()
2629 gfc_error ("Return type mismatch of function %qs at %L (%s/%s)", in resolve_global_procedure()
2638 gfc_error ("Explicit interface required for %qs at %L: %s", in resolve_global_procedure()
2656 gfc_error ("Interface mismatch in global procedure %qs at %L: %s", in resolve_global_procedure()
2757 gfc_error ("Function %qs in initialization expression at %L " in resolve_generic_f()
2761 gfc_error ("There is no specific function for the generic %qs " in resolve_generic_f()
2781 gfc_error ("Generic function %qs at %L is not consistent with a " in resolve_generic_f()
2819 gfc_error ("Function %qs at %L is INTRINSIC but is not compatible " in resolve_specific_f0()
2874 gfc_error ("Unable to resolve the specific function %qs at %L", in resolve_specific_f()
2970 gfc_error ("Function %qs at %L has no IMPLICIT type" in resolve_unknown_f()
2974 gfc_error ("Function %qs at %L has no IMPLICIT type", in resolve_unknown_f()
3098 gfc_error ("Reference to impure function %qs at %L inside a " in check_pure_function()
3105 gfc_error ("Reference to impure function %qs at %L inside a " in check_pure_function()
3112 gfc_error ("Reference to impure function %qs at %L " in check_pure_function()
3179 gfc_error ("Unexpected junk after %qs at %L", expr->symtree->n.sym->name, in resolve_function()
3190 gfc_error ("%qs at %L is not a function", sym->name, &expr->where); in resolve_function()
3198 gfc_error ("ABSTRACT INTERFACE %qs must not be referenced at %L", in resolve_function()
3210 gfc_error ("ABSTRACT INTERFACE %qs at %L must not have an assumed " in resolve_function()
3253 gfc_error ("Function %qs is declared CHARACTER(*) and cannot " in resolve_function()
3301 gfc_error ("A BOZ literal constant at %L cannot appear as an " in resolve_function()
3317 gfc_error ("User defined non-ELEMENTAL function %qs at %L not allowed " in resolve_function()
3379 gfc_error ("ENTRY %qs at %L cannot be called recursively, as" in resolve_function()
3383 gfc_error ("Function %qs at %L cannot be called recursively, as it" in resolve_function()
3434 gfc_error ("Subroutine call to %qs in FORALL block at %L is not PURE", in pure_subroutine()
3440 gfc_error ("Subroutine call to %qs in DO CONCURRENT block at %L is not " in pure_subroutine()
3446 gfc_error ("Subroutine call to %qs at %L is not PURE", name, loc); in pure_subroutine()
3514 gfc_error ("There is no specific subroutine for the generic %qs at %L", in resolve_generic_s()
3523 gfc_error ("Generic subroutine %qs at %L is not consistent with an " in resolve_generic_s()
3558 gfc_error ("Subroutine %qs at %L is INTRINSIC but is not compatible " in resolve_specific_s0()
3603 gfc_error ("Unable to resolve the specific subroutine %qs at %L", in resolve_specific_s()
3661 gfc_error ("%qs at %L has a type, which is not consistent with " in resolve_call()
3690 gfc_error ("ABSTRACT INTERFACE %qs must not be referenced at %L", in resolve_call()
3700 gfc_error ("ENTRY %qs at %L cannot be called recursively, " in resolve_call()
3704 gfc_error ("SUBROUTINE %qs at %L cannot be called recursively, " in resolve_call()
3787 gfc_error ("Shapes for operands at %L and %L are not conformable", in compare_shapes()
4023 gfc_error ("BOZ literal constant at %L cannot be an operand of " in resolve_operator()
4044 gfc_error ("Operands at %L and %L cannot appear as operands of " in resolve_operator()
4453 gfc_error (msg, &op1->where, &op2->where); in resolve_operator()
4455 gfc_error (msg, &e->where); in resolve_operator()
4661 gfc_error ("Illegal stride of zero at %L", &ar->c_where[i]); in check_dimension()
4750 gfc_error ("Rightmost upper bound of assumed size array section " in compare_spec_to_ref()
4760 gfc_error ("Rank mismatch in array reference at %L (%d/%d)", in compare_spec_to_ref()
4768 gfc_error ("Coindex rank mismatch in array reference at %L (%d/%d)", in compare_spec_to_ref()
4784 gfc_error ("Coindex of codimension %d must be a scalar at %L", in compare_spec_to_ref()
4812 gfc_error ("Array index at %L must be scalar", &index->where); in gfc_resolve_index_1()
4818 gfc_error ("Array index at %L must be of INTEGER type, found %s", in gfc_resolve_index_1()
4863 gfc_error ("Argument dim at %L must be scalar", &dim->where); in gfc_resolve_dim_arg()
4870 gfc_error ("Argument dim at %L must be of INTEGER type", &dim->where); in gfc_resolve_dim_arg()
4994 gfc_error ("Array index at %L is an array of rank %d", in resolve_array_ref()
5092 gfc_error ("Substring start index at %L must be of type INTEGER", in gfc_resolve_substring()
5099 gfc_error ("Substring start index at %L must be scalar", in gfc_resolve_substring()
5108 gfc_error ("Substring start index at %L is less than one", in gfc_resolve_substring()
5121 gfc_error ("Substring end index at %L must be of type INTEGER", in gfc_resolve_substring()
5128 gfc_error ("Substring end index at %L must be scalar", in gfc_resolve_substring()
5138 gfc_error ("Substring end index at %L exceeds the string length", in gfc_resolve_substring()
5148 gfc_error ("Substring end index at %L is too large", in gfc_resolve_substring()
5355 gfc_error ("Component to the right of a part reference " in gfc_resolve_ref()
5365 gfc_error ("Component to the right of a part reference " in gfc_resolve_ref()
5411 gfc_error ("Two or more part references with nonzero rank must " in gfc_resolve_ref()
5585 gfc_error ("Variable %s at %L with NO_ARG_CHECK attribute may only " in resolve_variable()
5595 gfc_error ("Assumed-type variable %s at %L may only be used " in resolve_variable()
5605 gfc_error ("Assumed-type variable %s at %L as actual argument to " in resolve_variable()
5624 gfc_error ("Assumed-rank variable %s at %L may only be used as " in resolve_variable()
5634 gfc_error ("Assumed-rank variable %s at %L as actual argument " in resolve_variable()
5645 gfc_error ("Variable %s at %L with NO_ARG_CHECK attribute shall not have " in resolve_variable()
5654 gfc_error ("Assumed-type variable %s at %L shall not have a subobject " in resolve_variable()
5670 gfc_error ("Assumed-rank variable %s at %L shall not have a subobject " in resolve_variable()
5853 gfc_error ("Variable %qs, used in a specification expression" in resolve_variable()
5858 gfc_error ("Variable %qs is used at %L before the ENTRY " in resolve_variable()
5928 gfc_error ("Polymorphic subobject of coindexed object at %L", in resolve_variable()
5941 gfc_error ("Coindexed object with polymorphic allocatable " in resolve_variable()
6185 gfc_error ("Error in typebound call at %L", in extract_compcall_passed_object()
6301 gfc_error ("Passed-object at %L must be scalar", &e->where); in update_ppc_arglist()
6308 gfc_error ("Base object for procedure-pointer component call at %L is of" in update_ppc_arglist()
6337 gfc_error ("Error in typebound call at %L", &e->where); in check_typebound_baseobject()
6347 gfc_error ("Base object for type-bound procedure call at %L is of" in check_typebound_baseobject()
6356 gfc_error ("Base object for NOPASS type-bound procedure call at %L must" in check_typebound_baseobject()
6544 gfc_error ("Found no matching specific binding for the call to the GENERIC" in resolve_typebound_generic_call()
6578 gfc_error ("%qs at %L should be a SUBROUTINE", in resolve_typebound_call()
6630 gfc_error ("%qs at %L should be a FUNCTION", in resolve_compcall()
7198 gfc_error ("%s at %L must be a scalar", _(name_msgid), &expr->where); in gfc_resolve_iterator_expr()
7212 gfc_error ("%s at %L must be INTEGER", _(name_msgid), in gfc_resolve_iterator_expr()
7219 gfc_error ("%s at %L must be INTEGER", _(name_msgid), &expr->where); in gfc_resolve_iterator_expr()
7274 gfc_error ("Step expression in DO loop at %L cannot be zero", in gfc_resolve_iterator()
7381 gfc_error ("FORALL index-name at %L must be a scalar INTEGER", in resolve_forall_iterators()
7386 gfc_error ("FORALL start expression at %L must be a scalar INTEGER", in resolve_forall_iterators()
7393 gfc_error ("FORALL end expression at %L must be a scalar INTEGER", in resolve_forall_iterators()
7401 gfc_error ("FORALL stride expression at %L must be a scalar %s", in resolve_forall_iterators()
7406 gfc_error ("FORALL stride expression at %L cannot be zero", in resolve_forall_iterators()
7419 gfc_error ("FORALL index %qs may not appear in triplet " in resolve_forall_iterators()
7524 gfc_error ("Allocate-object at %L must be ALLOCATABLE or a POINTER", in resolve_deallocate_expr()
7532 gfc_error ("Coindexed allocatable object at %L", &e->where); in resolve_deallocate_expr()
7642 gfc_error ("Source-expr at %L must be scalar or have the " in conformable_arrays()
7673 gfc_error ("Source-expr at %L and allocate-object at %L must " in conformable_arrays()
7785 gfc_error ("Coindexed allocatable object at %L", in resolve_allocate_expr()
7821 gfc_error ("Allocate-object at %L must be ALLOCATABLE or a POINTER", in resolve_allocate_expr()
7832 gfc_error ("Type of entity at %L is type incompatible with " in resolve_allocate_expr()
7844 gfc_error ("The allocate-object at %L and the source-expr at %L " in resolve_allocate_expr()
7858 gfc_error ("The source-expr at %L shall neither be of type " in resolve_allocate_expr()
7873 gfc_error ("The source-expr at %L shall neither be of type " in resolve_allocate_expr()
7886 gfc_error ("Allocating %s of ABSTRACT base type at %L requires a " in resolve_allocate_expr()
7904 gfc_error ("Allocating %s at %L with type-spec requires the same " in resolve_allocate_expr()
7992 gfc_error ("Array specification or array-valued SOURCE= " in resolve_allocate_expr()
8000 gfc_error ("Array specification required in ALLOCATE statement " in resolve_allocate_expr()
8017 gfc_error ("Coarray specification required in ALLOCATE statement " in resolve_allocate_expr()
8026 gfc_error ("Bad array specification in ALLOCATE statement " in resolve_allocate_expr()
8032 gfc_error ("Upper cobound is less than lower cobound at %L", in resolve_allocate_expr()
8044 gfc_error ("Upper cobound is less than lower cobound " in resolve_allocate_expr()
8055 gfc_error ("Bad array specification in ALLOCATE statement at %L", in resolve_allocate_expr()
8083 gfc_error ("Bad array specification in ALLOCATE statement at %L", in resolve_allocate_expr()
8102 gfc_error ("%qs must not appear in the array specification at " in resolve_allocate_expr()
8117 gfc_error ("Expected '*' in coindex specification in ALLOCATE " in resolve_allocate_expr()
8128 gfc_error ("Bad coarray specification in ALLOCATE statement at %L", in resolve_allocate_expr()
8160 gfc_error ("Stat-variable at %L must be a scalar INTEGER " in resolve_allocate_deallocate()
8183 gfc_error ("Stat-variable at %L shall not be %sd within " in resolve_allocate_deallocate()
8210 gfc_error ("ERRMSG variable at %L shall be a scalar default CHARACTER " in resolve_allocate_deallocate()
8233 gfc_error ("Errmsg-variable at %L shall not be %sd within " in resolve_allocate_deallocate()
8263 gfc_error ("Allocate-object at %L also appears at %L", in resolve_allocate_deallocate()
8269 gfc_error ("Allocate-object at %L is subobject of" in resolve_allocate_deallocate()
8275 gfc_error ("Allocate-object at %L is subobject of" in resolve_allocate_deallocate()
8503 gfc_error ("CASE label at %L overlaps with CASE " in check_case_overlap()
8554 gfc_error ("Expression in CASE statement at %L must be of type %s", in validate_case_label_expr()
8565 gfc_error ("Expression in CASE statement at %L must be of kind %d", in validate_case_label_expr()
8578 gfc_error ("Expression in CASE statement at %L must be scalar", in validate_case_label_expr()
8624 gfc_error ("Selection expression in computed GOTO statement " in resolve_select()
8643 gfc_error ("Argument of SELECT statement at %L cannot be %s", in resolve_select()
8653 gfc_error ("Argument of SELECT statement at %L must be a scalar " in resolve_select()
8741 gfc_error ("The DEFAULT CASE at %L cannot be followed " in resolve_select()
8767 gfc_error ("Logical range in CASE statement at %L is not " in resolve_select()
8779 gfc_error ("Constant logical value in CASE statement " in resolve_select()
8948 gfc_error ("Associating entity %qs at %L is a procedure pointer", in resolve_assoc_var()
8957 gfc_error ("Derived type %qs cannot be used as a variable at %L", in resolve_assoc_var()
8974 gfc_error ("Associating entity %qs at %L is a procedure name", in resolve_assoc_var()
8990 gfc_error ("Associating selector-expression at %L yields a procedure", in resolve_assoc_var()
8997 gfc_error ("Selector at %L cannot be NULL()", &target->where); in resolve_assoc_var()
9002 gfc_error ("Selector at %L has no type", &target->where); in resolve_assoc_var()
9024 gfc_error ("Associate-name %qs at %L is used as array", in resolve_assoc_var()
9035 gfc_error ("CLASS selector at %L needs a temporary which is not " in resolve_assoc_var()
9267 gfc_error ("Selector shall be polymorphic in SELECT TYPE statement " in resolve_select_type()
9305 gfc_error ("Selector at %L must not be coindexed", in resolve_select_type()
9317 gfc_error ("Selector at %L must not be coindexed", in resolve_select_type()
9346 gfc_error ("TYPE IS at %L overlaps with TYPE IS at %L", in resolve_select_type()
9359 gfc_error ("Derived type %qs at %L must be extensible", in resolve_select_type()
9372 gfc_error ("Derived type %qs at %L must be an extension of %qs", in resolve_select_type()
9375 gfc_error ("Unexpected intrinsic type %qs at %L", in resolve_select_type()
9385 gfc_error ("The type-spec at %L shall specify that each length " in resolve_select_type()
9397 gfc_error ("The DEFAULT CASE at %L cannot be followed " in resolve_select_type()
9632 gfc_error ("Double CLASS IS block in SELECT TYPE " in resolve_select_type()
9760 gfc_error ("RANK DEFAULT at %L is repeated at %L", in resolve_select_rank()
9769 gfc_error ("RANK (*) at %L is repeated at %L", in resolve_select_rank()
9772 gfc_error ("RANK (%i) at %L is repeated at %L", in resolve_select_rank()
9782 gfc_error ("RANK (*) at %L cannot be used with the pointer or " in resolve_select_rank()
9787 gfc_error ("RANK (*) at %L cannot be used with the pointer or " in resolve_select_rank()
9896 gfc_error ("Invalid context for NULL () intrinsic at %L", in resolve_transfer()
9948 gfc_error ("DTIO %s procedure at %L must be recursive", in resolve_transfer()
9958 gfc_error ("Data transfer element at %L cannot be polymorphic unless " in resolve_transfer()
9971 gfc_error ("Data transfer element at %L cannot have POINTER " in resolve_transfer()
9980 gfc_error ("Data transfer element at %L cannot have " in resolve_transfer()
9987 gfc_error ("Data transfer element at %L cannot have ALLOCATABLE " in resolve_transfer()
10004 gfc_error ("Data transfer element at %L cannot have " in resolve_transfer()
10019 gfc_error ("Data transfer element at %L cannot be a full reference to " in resolve_transfer()
10076 gfc_error ("Lock variable at %L must be a scalar of type LOCK_TYPE", in resolve_lock_unlock_event()
10086 gfc_error ("Event variable at %L must be a scalar of type EVENT_TYPE", in resolve_lock_unlock_event()
10090 gfc_error ("Event variable argument at %L must be a coarray or coindexed", in resolve_lock_unlock_event()
10093 gfc_error ("Event variable argument at %L must be a coarray but not " in resolve_lock_unlock_event()
10100 gfc_error ("STAT= argument at %L must be a scalar INTEGER variable", in resolve_lock_unlock_event()
10112 gfc_error ("ERRMSG= argument at %L must be a scalar CHARACTER variable", in resolve_lock_unlock_event()
10124 gfc_error ("ACQUIRED_LOCK= argument at %L must be a scalar LOGICAL " in resolve_lock_unlock_event()
10137 gfc_error ("UNTIL_COUNT= argument at %L must be a scalar INTEGER " in resolve_lock_unlock_event()
10198 gfc_error ("Imageset argument at %L must be a scalar or rank-1 " in resolve_sync()
10202 gfc_error ("Imageset argument at %L must between 1 and num_images()", in resolve_sync()
10212 gfc_error ("Imageset argument at %L must between 1 and " in resolve_sync()
10222 gfc_error ("STAT= argument at %L must be a scalar INTEGER variable", in resolve_sync()
10230 gfc_error ("ERRMSG= argument at %L must be a scalar CHARACTER variable", in resolve_sync()
10250 gfc_error ("Label %d referenced at %L is never defined", label->value, in resolve_branch()
10257 gfc_error ("Statement at %L is not a valid branch target statement " in resolve_branch()
10284 gfc_error ("GOTO statement at %L leaves CRITICAL construct for " in resolve_branch()
10288 gfc_error ("GOTO statement at %L leaves DO CONCURRENT construct " in resolve_branch()
10307 gfc_error ("GOTO statement at %L leaves CRITICAL construct for label" in resolve_branch()
10313 gfc_error ("GOTO statement at %L leaves DO CONCURRENT construct for " in resolve_branch()
10400 gfc_error ("WHERE mask at %L has inconsistent shape", in resolve_where()
10416 gfc_error ("WHERE assignment target at %L has " in resolve_where()
10424 gfc_error("Non-ELEMENTAL user-defined assignment in WHERE at %L", in resolve_where()
10434 gfc_error ("Unsupported statement inside WHERE at %L", in resolve_where()
10465 gfc_error ("Assignment to a FORALL index variable at %L", in gfc_resolve_assign_in_forall()
10511 gfc_error("Non-ELEMENTAL user-defined assignment in WHERE at %L", in gfc_resolve_where_code_in_forall()
10521 gfc_error ("Unsupported statement inside WHERE at %L", in gfc_resolve_where_code_in_forall()
10642 gfc_error ("FORALL index-name at %L must be a scalar variable " in gfc_resolve_forall()
10652 gfc_error ("An outer FORALL construct already has an index " in gfc_resolve_forall()
10721 gfc_error ("IF clause at %L requires a scalar LOGICAL expression", in gfc_resolve_blocks()
10729 gfc_error ("WHERE/ELSEWHERE clause at %L requires a LOGICAL array", in gfc_resolve_blocks()
10899 gfc_error ("Cannot convert %s to %s at %L", gfc_typename (rhs), in resolve_ordinary_assign()
10924 gfc_error ("Invalid use of BOZ literal constant at %L", &rhs->where); in resolve_ordinary_assign()
10979 gfc_error ("Coindexed expression at %L is assigned to " in resolve_ordinary_assign()
10985 gfc_error ("In a pure subprogram an INTENT(IN) dummy argument " in resolve_ordinary_assign()
10997 gfc_error ("Assignment to coindexed variable at %L in a PURE " in resolve_ordinary_assign()
11029 gfc_error ("Assignment to polymorphic coarray at %L is not " in resolve_ordinary_assign()
11038 gfc_error ("Assignment to an allocatable polymorphic variable at %L " in resolve_ordinary_assign()
11045 gfc_error ("Nonallocatable variable must not be polymorphic in intrinsic " in resolve_ordinary_assign()
11056 gfc_error ("Coindexed variable must not have an allocatable ultimate " in resolve_ordinary_assign()
11628 gfc_error ("The function result on the lhs of the assignment at " in resolve_ptr_fcn_assign()
11883 gfc_error ("ASSIGNED GOTO statement at %L requires a " in gfc_resolve_code()
11887 gfc_error ("Variable %qs has not been assigned a target " in gfc_resolve_code()
11898 gfc_error ("Alternate RETURN statement at %L requires a SCALAR-" in gfc_resolve_code()
11955 gfc_error ("Label %d referenced at %L is never defined", in gfc_resolve_code()
11963 gfc_error ("ASSIGN statement at %L requires a scalar " in gfc_resolve_code()
12009 gfc_error ("Invalid NULL at %L", &e->where); in gfc_resolve_code()
12013 gfc_error ("Arithmetic IF statement at %L requires a scalar " in gfc_resolve_code()
12026 gfc_error ("IF clause at %L requires a scalar LOGICAL expression", in gfc_resolve_code()
12079 gfc_error ("Exit condition of DO WHILE loop at %L must be " in gfc_resolve_code()
12163 gfc_error ("FORALL mask clause at %L requires a scalar LOGICAL " in gfc_resolve_code()
12354 gfc_error ("Variable %qs with binding label %qs at %L uses the same global " in gfc_verify_binding_labels()
12368 gfc_error ("Variable %qs from module %qs with binding label %qs at %L " in gfc_verify_binding_labels()
12387 gfc_error ("Procedure %qs with binding label %qs at %L uses the same " in gfc_verify_binding_labels()
12446 gfc_error ("Scalar INTEGER expression expected at %L", in resolve_charlen()
12473 gfc_error ("String length at %L is too large", &cl->length->where); in resolve_charlen()
12707 gfc_error ("Allocatable array %qs at %L must have a deferred " in resolve_fl_var_and_proc()
12719 gfc_error ("Array pointer %qs at %L must have a deferred shape or " in resolve_fl_var_and_proc()
12730 gfc_error ("Array %qs at %L cannot have a deferred shape", in resolve_fl_var_and_proc()
12746 gfc_error ("Type %qs of CLASS variable %qs at %L is not extensible", in resolve_fl_var_and_proc()
12758 gfc_error ("CLASS variable %qs at %L must be dummy, allocatable " in resolve_fl_var_and_proc()
12791 gfc_error ("The type %qs cannot be host associated at %L " in resolve_fl_variable_derived()
12844 gfc_error ("Entity %qs at %L has a deferred type parameter and " in deferred_requirements()
12880 gfc_error ("The module or main program array %qs at %L must " in resolve_fl_variable()
12905 gfc_error ("Entity with assumed character length at %L must be a " in resolve_fl_variable()
12913 gfc_error (auto_save_msg, sym->name, &sym->declared_at); in resolve_fl_variable()
12926 gfc_error ("%qs at %L must have constant character length " in resolve_fl_variable()
12933 gfc_error ("COMMON variable %qs at %L must have constant " in resolve_fl_variable()
12965 gfc_error (auto_save_msg, sym->name, &sym->declared_at); in resolve_fl_variable()
12980 gfc_error ("Allocatable %qs at %L cannot have an initializer", in resolve_fl_variable()
12983 gfc_error ("External %qs at %L cannot have an initializer", in resolve_fl_variable()
12987 gfc_error ("Dummy %qs at %L cannot have an initializer", in resolve_fl_variable()
12990 gfc_error ("Intrinsic %qs at %L cannot have an initializer", in resolve_fl_variable()
12993 gfc_error ("Function result %qs at %L cannot have an initializer", in resolve_fl_variable()
12996 gfc_error ("Automatic array %qs at %L cannot have an initializer", in resolve_fl_variable()
13038 gfc_error ("%s at %L", errmsg, &fsym->declared_at); in compare_fsyms()
13070 gfc_error ("Character-valued statement function %qs at %L must " in resolve_fl_procedure()
13133 gfc_error ("Function %qs at %L cannot have an initializer", in resolve_fl_procedure()
13145 gfc_error ("External object %qs at %L may not have an initializer", in resolve_fl_procedure()
13155 gfc_error ("ELEMENTAL function %qs at %L must have a scalar " in resolve_fl_procedure()
13165 gfc_error ("Statement function %qs at %L may not have pointer or " in resolve_fl_procedure()
13184 gfc_error ("CHARACTER(*) function %qs at %L cannot be " in resolve_fl_procedure()
13188 gfc_error ("CHARACTER(*) function %qs at %L cannot be " in resolve_fl_procedure()
13192 gfc_error ("CHARACTER(*) function %qs at %L cannot be " in resolve_fl_procedure()
13196 gfc_error ("CHARACTER(*) function %qs at %L cannot be " in resolve_fl_procedure()
13220 gfc_error ("Procedure pointer %qs at %L shall not be elemental", in resolve_fl_procedure()
13226 gfc_error ("Dummy procedure %qs at %L shall not be elemental", in resolve_fl_procedure()
13246 gfc_error ("Function result variable %qs at %L of elemental " in resolve_fl_procedure()
13303 gfc_error ("PROCEDURE attribute conflicts with SAVE attribute " in resolve_fl_procedure()
13309 gfc_error ("PROCEDURE attribute conflicts with INTENT attribute " in resolve_fl_procedure()
13315 gfc_error ("PROCEDURE attribute conflicts with RESULT attribute " in resolve_fl_procedure()
13323 gfc_error ("EXTERNAL attribute conflicts with FUNCTION attribute " in resolve_fl_procedure()
13329 gfc_error ("Procedure pointer result %qs at %L " in resolve_fl_procedure()
13372 gfc_error ("Mismatch in ELEMENTAL attribute between MODULE " in resolve_fl_procedure()
13380 gfc_error ("Mismatch in PURE attribute between MODULE " in resolve_fl_procedure()
13388 gfc_error ("Mismatch in RECURSIVE attribute between MODULE " in resolve_fl_procedure()
13397 gfc_error ("%s between the MODULE PROCEDURE declaration " in resolve_fl_procedure()
13421 gfc_error ("Interface of %qs at %L must be explicit", in resolve_fl_procedure()
13491 gfc_error ("FINAL procedure %qs at %L is not a SUBROUTINE", in gfc_resolve_finalizers()
13500 gfc_error ("FINAL procedure at %L must have exactly one argument", in gfc_resolve_finalizers()
13509 gfc_error ("Argument of FINAL procedure at %L must be of type %qs", in gfc_resolve_finalizers()
13517 gfc_error ("Argument of FINAL procedure at %L must not be a POINTER", in gfc_resolve_finalizers()
13523 gfc_error ("Argument of FINAL procedure at %L must not be" in gfc_resolve_finalizers()
13529 gfc_error ("Argument of FINAL procedure at %L must not be OPTIONAL", in gfc_resolve_finalizers()
13537 gfc_error ("Argument of FINAL procedure at %L must not be" in gfc_resolve_finalizers()
13568 gfc_error ("FINAL procedure %qs declared at %L has the same" in gfc_resolve_finalizers()
13645 gfc_error ("%qs and %qs cannot be mixed FUNCTION/SUBROUTINE for" in check_generic_tbp_ambiguity()
13681 gfc_error ("%qs and %qs for GENERIC %qs at %L are ambiguous", in check_generic_tbp_ambiguity()
13740 gfc_error ("Undefined specific binding %qs as target of GENERIC %qs" in resolve_tb_generic_targets()
13752 gfc_error ("GENERIC %qs at %L must target a specific binding," in resolve_tb_generic_targets()
13780 gfc_error ("GENERIC %qs at %L cannot overwrite specific binding with" in resolve_tb_generic_targets()
13836 gfc_error ("Type-bound operator at %L cannot be NOPASS", &where); in get_checked_tb_operator_target()
14047 gfc_error ("%qs must be a module procedure or an external " in resolve_typebound_procedure()
14090 gfc_error ("Procedure %qs with PASS(%s) at %L has no" in resolve_typebound_procedure()
14104 gfc_error ("Procedure %qs with PASS at %L must have at" in resolve_typebound_procedure()
14118 gfc_error ("Non-polymorphic passed-object dummy argument of %qs" in resolve_typebound_procedure()
14126 gfc_error ("Argument %qs of %qs with PASS(%s) at %L must be of" in resolve_typebound_procedure()
14135 gfc_error ("Passed-object dummy argument of %qs at %L must be" in resolve_typebound_procedure()
14141 gfc_error ("Passed-object dummy argument of %qs at %L must not" in resolve_typebound_procedure()
14147 gfc_error ("Passed-object dummy argument of %qs at %L must not" in resolve_typebound_procedure()
14176 gfc_error ("Procedure %qs at %L has the same name as a component of" in resolve_typebound_procedure()
14186 gfc_error ("Procedure %qs at %L has the same name as an inherited" in resolve_typebound_procedure()
14281 gfc_error ("Derived-type %qs declared at %L must be ABSTRACT because" in ensure_not_abstract_walker()
14384 gfc_error ("Coarray component %qs at %L must be allocatable with " in resolve_component()
14393 gfc_error ("Component %qs at %L of TYPE(C_PTR) or TYPE(C_FUNPTR) " in resolve_component()
14403 gfc_error ("Component %qs at %L with coarray component " in resolve_component()
14428 gfc_error ("Component %qs at %L has the CONTIGUOUS attribute but " in resolve_component()
14439 gfc_error ("Component %qs of BIND(C) type at %L must have length one", in resolve_component()
14537 gfc_error ("Procedure pointer component %qs with PASS(%s) " in resolve_component()
14551 gfc_error ("Procedure pointer component %qs with PASS at %L " in resolve_component()
14567 gfc_error ("Argument %qs of %qs with PASS(%s) at %L must be of" in resolve_component()
14577 gfc_error ("Argument %qs of %qs with PASS(%s) at %L " in resolve_component()
14586 gfc_error ("Argument %qs of %qs with PASS(%s) at %L " in resolve_component()
14595 gfc_error ("Argument %qs of %qs with PASS(%s) at %L " in resolve_component()
14604 gfc_error ("Non-polymorphic passed-object dummy argument of %qs" in resolve_component()
14637 gfc_error ("Component %qs of %qs at %L has the same name as an" in resolve_component()
14650 gfc_error ("Character length of component %qs needs to " in resolve_component()
14661 gfc_error ("Character length expression of component %qs at %L " in resolve_component()
14674 gfc_error ("Character component %qs of %qs at %L with deferred " in resolve_component()
14715 gfc_error ("Polymorphic component %s at %L in SEQUENCE or BIND(C) " in resolve_component()
14724 gfc_error ("Component %s of SEQUENCE type declared at %L does " in resolve_component()
14806 gfc_error ("Conflicting initializers in union at %L and %L", in resolve_fl_struct()
14851 gfc_error ("As extending type %qs at %L has a coarray component, " in resolve_fl_derived0()
14864 gfc_error ("Non-extensible derived-type %qs at %L must not be ABSTRACT", in resolve_fl_derived0()
14928 gfc_error ("Parameterized type %qs does not have a component " in resolve_fl_derived0()
14975 gfc_error ("Derived type %qs at %L has not been declared", in resolve_fl_derived()
15040 gfc_error ("Assumed size array %qs in namelist %qs at %L is not " in resolve_fl_namelist()
15077 gfc_error ("NAMELIST object %qs was declared PRIVATE and " in resolve_fl_namelist()
15099 gfc_error ("NAMELIST object %qs has use-associated PRIVATE " in resolve_fl_namelist()
15110 gfc_error ("NAMELIST object %qs has PRIVATE components and " in resolve_fl_namelist()
15137 gfc_error ("PROCEDURE attribute conflicts with NAMELIST " in resolve_fl_namelist()
15156 gfc_error ("Parameter array %qs at %L cannot be automatic " in resolve_fl_parameter()
15172 gfc_error ("Implicitly typed PARAMETER %qs at %L doesn't match a " in resolve_fl_parameter()
15183 gfc_error ("Incompatible derived type in PARAMETER at %L", in resolve_fl_parameter()
15191 gfc_error ("CLASS variable %qs at %L cannot have the PARAMETER attribute", in resolve_fl_parameter()
15242 gfc_error ("The object %qs at %L has a deferred LEN " in resolve_pdt()
15253 gfc_error ("The AUTOMATIC object %qs at %L must not have the " in resolve_pdt()
15260 gfc_error ("The object %qs at %L with ASSUMED type parameters " in resolve_pdt()
15300 gfc_error ("Sorry, allocatable/pointer components in polymorphic (CLASS) " in resolve_symbol()
15364 gfc_error ("PROTECTED attribute conflicts with EXTERNAL attribute " in resolve_symbol()
15367 gfc_error ("PROCEDURE attribute conflicts with PROTECTED attribute " in resolve_symbol()
15463 gfc_error ("%qs at %L has the CONTIGUOUS attribute but is not an " in resolve_symbol()
15484 gfc_error ("Bad specification for assumed size array at %L", in resolve_symbol()
15497 gfc_error ("Assumed size array at %L must be a dummy argument", in resolve_symbol()
15500 gfc_error ("Assumed shape array at %L must be a dummy argument", in resolve_symbol()
15510 gfc_error ("Assumed-rank array at %L must be a dummy argument", in resolve_symbol()
15517 gfc_error ("Assumed-rank array at %L may not have the VALUE or " in resolve_symbol()
15530 gfc_error ("Symbol at %L is not a DUMMY variable", &sym->declared_at); in resolve_symbol()
15536 gfc_error ("%qs at %L cannot have the VALUE attribute because " in resolve_symbol()
15546 gfc_error ("Character dummy variable %qs at %L with VALUE " in resolve_symbol()
15555 gfc_error ("C interoperable character dummy variable %qs at %L " in resolve_symbol()
15568 gfc_error ("The derived type %qs at %L is of type %qs, " in resolve_symbol()
15582 gfc_error ("Variable %s at %L with NO_ARG_CHECK attribute shall be " in resolve_symbol()
15591 gfc_error ("Variable %s at %L with NO_ARG_CHECK attribute shall be " in resolve_symbol()
15600 gfc_error ("Variable %s at %L with NO_ARG_CHECK attribute may not " in resolve_symbol()
15608 gfc_error ("Variable %s at %L with NO_ARG_CHECK attribute may not " in resolve_symbol()
15615 gfc_error ("Variable %s at %L with NO_ARG_CHECK attribute shall " in resolve_symbol()
15635 gfc_error ("Assumed type of variable %s at %L is only permitted " in resolve_symbol()
15642 gfc_error ("Assumed-type variable %s at %L may not have the " in resolve_symbol()
15649 gfc_error ("Assumed-type variable %s at %L may not have the " in resolve_symbol()
15656 gfc_error ("Assumed-type variable %s at %L shall not be an " in resolve_symbol()
15682 gfc_error ("Variable %qs at %L cannot be BIND(C) because it " in resolve_symbol()
15692 gfc_error ("BIND(C) Variable %qs at %L must have length one", in resolve_symbol()
15745 gfc_error ("The derived type %qs at %L is of type %qs, " in resolve_symbol()
15786 gfc_error ("Variable %s at %L of type LOCK_TYPE or with subcomponent of " in resolve_symbol()
15799 gfc_error ("Variable %s at %L of type EVENT_TYPE or with subcomponent of " in resolve_symbol()
15817 gfc_error ("The INTENT(OUT) dummy argument %qs at %L is " in resolve_symbol()
15829 gfc_error ("Dummy argument %qs at %L of LOCK_TYPE shall not be " in resolve_symbol()
15838 gfc_error ("Dummy argument %qs at %L of EVENT_TYPE shall not be " in resolve_symbol()
15851 gfc_error ("Function result %qs at %L shall not be a coarray or have " in resolve_symbol()
15860 gfc_error ("Variable %qs at %L of TYPE(C_PTR) or TYPE(C_FUNPTR) " in resolve_symbol()
15873 gfc_error ("Variable %qs at %L with coarray component shall be a " in resolve_symbol()
15889 gfc_error ("Variable %qs at %L is a coarray and is not ALLOCATABLE, SAVE " in resolve_symbol()
15897 gfc_error ("Coarray variable %qs at %L shall not have codimensions with " in resolve_symbol()
15904 gfc_error ("Allocatable coarray variable %qs at %L must have " in resolve_symbol()
15917 gfc_error ("Variable %qs at %L is INTENT(OUT) and can thus not be an " in resolve_symbol()
15926 gfc_error ("Coarray dummy variable %qs at %L not allowed in BIND(C) " in resolve_symbol()
15973 gfc_error ("Namelist %qs cannot be an argument to " in resolve_symbol()
16043 gfc_error ("Threadprivate at %L isn't SAVEd", &sym->declared_at); in resolve_symbol()
16054 gfc_error ("!$OMP DECLARE TARGET variable %qs at %L isn't SAVEd", in resolve_symbol()
16159 gfc_error ("Expecting definable entity near %L", where); in check_data_variable()
16167 gfc_error ("BLOCK DATA element %qs at %L must be in COMMON", in check_data_variable()
16174 gfc_error ("DATA array %qs at %L must be specified in a previous" in check_data_variable()
16181 gfc_error ("DATA element %qs at %L cannot have a coindex", sym->name, in check_data_variable()
16197 gfc_error ("DATA element %qs at %L is a pointer and so must " in check_data_variable()
16204 gfc_error ("DATA object near %L has the pointer attribute " in check_data_variable()
16252 gfc_error ("Nonconstant array section at %L in DATA statement", in check_data_variable()
16265 gfc_error ("DATA statement at %L has more variables than values", in check_data_variable()
16364 gfc_error ("start of implied-do loop at %L could not be " in traverse_data_list()
16372 gfc_error ("end of implied-do loop at %L could not be " in traverse_data_list()
16380 gfc_error ("step of implied-do loop at %L could not be " in traverse_data_list()
16387 gfc_error ("step of implied-do loop at %L shall not be zero", in traverse_data_list()
16512 gfc_error ("DATA statement at %L has more values than variables", in resolve_data()
16768 gfc_error ("Derived type variable %qs at %L must have SEQUENCE " in resolve_equivalence_derived()
16777 gfc_error ("Derived type variable %qs at %L cannot have ALLOCATABLE " in resolve_equivalence_derived()
16785 gfc_error ("Derived type variable %qs at %L with default " in resolve_equivalence_derived()
16801 gfc_error ("Derived type variable %qs at %L with pointer " in resolve_equivalence_derived()
16904 gfc_error ("Syntax error in EQUIVALENCE statement at %L", in resolve_equivalence()
16919 gfc_error ("Either all or none of the objects in the " in resolve_equivalence()
16944 gfc_error ("COMMON block member %qs at %L cannot be an " in resolve_equivalence()
16953 gfc_error ("Named constant %qs at %L cannot be an EQUIVALENCE " in resolve_equivalence()
17026 gfc_error ("Array %qs at %L with non-constant bounds cannot be " in resolve_equivalence()
17037 gfc_error ("Structure component %qs at %L cannot be an " in resolve_equivalence()
17048 gfc_error ("Substring at %L has length zero", in resolve_equivalence()
17079 gfc_error ("Self reference in character length expression " in flag_fn_result_spec()
17136 gfc_error ("Function %qs at %L has no IMPLICIT type", in resolve_fntype()
17159 gfc_error ("ENTRY %qs at %L has no IMPLICIT type", in resolve_fntype()
17181 gfc_error ("User operator procedure %qs at %L must be a FUNCTION", in check_uop_procedure()
17191 gfc_error ("User operator procedure %qs at %L cannot be assumed " in check_uop_procedure()
17199 gfc_error ("User operator procedure %qs at %L must have at least " in check_uop_procedure()
17206 gfc_error ("First argument of operator interface at %L must be " in check_uop_procedure()
17213 gfc_error ("First argument of operator interface at %L cannot be " in check_uop_procedure()
17224 gfc_error ("Second argument of operator interface at %L must be " in check_uop_procedure()
17231 gfc_error ("Second argument of operator interface at %L cannot be " in check_uop_procedure()
17238 gfc_error ("Operator interface at %L must have, at most, two " in check_uop_procedure()
17317 gfc_error ("Contained procedure %qs at %L of a PURE procedure must " in resolve_types()