Lines Matching refs:gfc_error

103     gfc_error ("Missing kind-parameter at %C");  in get_kind()
279 gfc_error ("Integer kind %d at %C not available", kind); in match_integer_constant()
288 gfc_error ("Integer too big for its kind at %C. This check can be " in match_integer_constant()
323 gfc_error ("Invalid Hollerith constant: %L must contain at least " in match_hollerith_constant()
329 gfc_error ("Invalid Hollerith constant: Integer kind at %L " in match_hollerith_constant()
349 gfc_error ("Invalid Hollerith constant at %L contains a " in match_hollerith_constant()
444 gfc_error ("Empty set of digits in BOZ constant at %C"); in match_boz_constant()
450 gfc_error ("Illegal character in BOZ constant at %C"); in match_boz_constant()
615 gfc_error ("Missing exponent in real number at %C"); in match_real_constant()
674 gfc_error ("Real number at %C has a %<d%> exponent and an explicit " in match_real_constant()
704 gfc_error ("Real number at %C has a %<q%> exponent and an explicit " in match_real_constant()
718 gfc_error ("Invalid exponent-letter %<q%> in " in match_real_constant()
751 gfc_error ("Invalid real kind %d at %C", kind); in match_real_constant()
766 gfc_error ("Real constant overflows its kind at %C"); in match_real_constant()
916 gfc_error ("Syntax error in SUBSTRING specification at %C"); in match_substring()
1124 gfc_error ("Invalid kind %d for CHARACTER constant at %C", kind); in match_string_constant()
1145 gfc_error ("Unterminated character constant beginning at %C"); in match_string_constant()
1175 gfc_error ("Character %qs in string at %C is not representable " in match_string_constant()
1222 gfc_error ("Substring start index (%ld) at %L below 1", in match_string_constant()
1228 gfc_error ("Substring end index (%ld) at %L exceeds string " in match_string_constant()
1313 gfc_error ("Bad kind for logical constant at %C"); in match_logical_constant()
1357 gfc_error ("Expected PARAMETER symbol in complex constant at %C"); in match_sym_complex_part()
1368 gfc_error ("Numeric PARAMETER required in complex constant at %C"); in match_sym_complex_part()
1374 gfc_error ("Scalar PARAMETER required in complex constant at %C"); in match_sym_complex_part()
1408 gfc_error ("Error converting PARAMETER constant in complex constant at %C"); in match_sym_complex_part()
1540 gfc_error ("Syntax error in COMPLEX constant at %C"); in match_complex_constant()
1667 gfc_error ("Namelist %qs cannot be an argument at %L", in match_actual_arg()
1769 gfc_error ("Keyword %qs at %C has already appeared in the " in match_keyword_arg()
1910 gfc_error ("Expected alternate return label at %C"); in gfc_match_actual_arglist()
1957 gfc_error ("Missing keyword name in actual argument list at %C"); in gfc_match_actual_arglist()
2003 gfc_error ("Syntax error in argument list at %C"); in gfc_match_actual_arglist()
2102 gfc_error ("Array section designator, e.g. '(:)', is required " in gfc_match_varspec()
2110 gfc_error ("Coarray designator at %C but %qs is not a coarray", in gfc_match_varspec()
2262 gfc_error ("Symbol %qs at %C has no IMPLICIT type", sym->name); in gfc_match_varspec()
2269 gfc_error ("Unexpected %<%c%> for nonderived-type variable %qs at %C", in gfc_match_varspec()
2290 gfc_error ("Expected structure component name at %C"); in gfc_match_varspec()
2329 gfc_error ("The RE or IM part_ref at %C must be " in gfc_match_varspec()
2336 gfc_error ("The LEN part_ref at %C must be applied " in gfc_match_varspec()
2395 gfc_error ("Expected argument list at %C"); in gfc_match_varspec()
2413 gfc_error ("%qs at %C is not an inquiry reference to an intrinsic " in gfc_match_varspec()
2416 gfc_error ("%qs at %C is not an inquiry reference to an intrinsic " in gfc_match_varspec()
2457 gfc_error ("The RE or IM part_ref at %C must be " in gfc_match_varspec()
2470 gfc_error ("The LEN part_ref at %C must be applied " in gfc_match_varspec()
2486 gfc_error ("The KIND part_ref at %C must be applied " in gfc_match_varspec()
2514 gfc_error ("Procedure pointer component %qs requires an " in gfc_match_varspec()
2617 gfc_error ("Nonpolymorphic reference to abstract type at %C"); in gfc_match_varspec()
2624 gfc_error ("Coindexed procedure-pointer component at %C"); in gfc_match_varspec()
3098 gfc_error ("No initializer for component %qs given in the" in build_actual_constructor()
3146 gfc_error ("Cannot construct ABSTRACT type %qs at %L", in gfc_convert_to_structure_constructor()
3181 gfc_error ("Component initializer without name after component" in gfc_convert_to_structure_constructor()
3186 gfc_error ("Too many components in structure constructor at " in gfc_convert_to_structure_constructor()
3263 gfc_error ("Component %qs is initialized twice in the structure" in gfc_convert_to_structure_constructor()
3275 gfc_error ("Coindexed expression to pointer component %qs in " in gfc_convert_to_structure_constructor()
3329 gfc_error ("component %qs at %L has already been set by a " in gfc_convert_to_structure_constructor()
3553 gfc_error ("%qs at %C is the name of a recursive function " in gfc_match_rvalue()
3584 gfc_error ("Symbol at %C is not appropriate for an expression"); in gfc_match_rvalue()
3689 gfc_error ("Unexpected use of subroutine name %qs at %C", in gfc_match_rvalue()
3721 gfc_error ("Statement function %qs requires argument list at %C", in gfc_match_rvalue()
3724 gfc_error ("Function %qs requires an argument list at %C", in gfc_match_rvalue()
3774 gfc_error ("Missing argument to %qs at %C", sym->name); in gfc_match_rvalue()
3787 gfc_error ("The leftmost part-ref in a data-ref cannot be a " in gfc_match_rvalue()
3942 gfc_error ("Missing argument list in function %qs at %C", sym->name); in gfc_match_rvalue()
3986 gfc_error ("Symbol at %C is not appropriate for an expression"); in gfc_match_rvalue()
4056 gfc_error ("Derived type %qs cannot be used as a variable at %C", in match_variable()
4097 gfc_error ("Named constant at %C in an EQUIVALENCE"); in match_variable()
4132 gfc_error ("%qs at %C is not a variable", sym->name); in match_variable()