Lines Matching refs:gfc_error

98       gfc_error ("Invalid BOZ literal constant used in subscript at %C");  in match_subscript()
103 gfc_error ("Expected array subscript at %C"); in match_subscript()
112 gfc_error ("Unexpected %<*%> in coarray subscript at %C"); in match_subscript()
130 gfc_error ("Invalid BOZ literal constant used in subscript at %C"); in match_subscript()
142 gfc_error ("Strides not allowed in coarray subscript at %C"); in match_subscript()
151 gfc_error ("Invalid BOZ literal constant used in subscript at %C"); in match_subscript()
156 gfc_error ("Expected array subscript stride at %C"); in match_subscript()
216 gfc_error ("Invalid form of array reference at %C"); in gfc_match_array_ref()
226 gfc_error ("Array reference at %C cannot have more than %d dimensions", in gfc_match_array_ref()
247 gfc_error ("Unexpected coarray designator at %C"); in gfc_match_array_ref()
269 gfc_error ("TEAM= attribute in %C misplaced"); in gfc_match_array_ref()
281 gfc_error ("STAT= attribute in %C misplaced"); in gfc_match_array_ref()
290 gfc_error ("Too few codimensions at %C, expected %d not %d", in gfc_match_array_ref()
296 gfc_error ("Too many codimensions at %C, expected %d not %d", in gfc_match_array_ref()
306 gfc_error ("Unexpected %<*%> for codimension %d of %d at %C", in gfc_match_array_ref()
309 gfc_error ("Invalid form of coarray reference at %C"); in gfc_match_array_ref()
314 gfc_error ("Unexpected %<*%> for codimension %d of %d at %C", in gfc_match_array_ref()
321 gfc_error ("Invalid codimension %d at %C, only %d codimensions exist", in gfc_match_array_ref()
327 gfc_error ("Array reference at %C cannot have more than %d dimensions", in gfc_match_array_ref()
385 gfc_error ("Variable %qs at %L in this context must be constant", in resolve_array_bound()
388 gfc_error ("Expression at %L in this context must be constant", in resolve_array_bound()
489 gfc_error ("Expected expression in array specification at %C"); in match_array_element_spec()
502 gfc_error ("Expecting a scalar INTEGER expression at %C, found %s", in match_array_element_spec()
534 gfc_error ("Expecting a scalar INTEGER expression at %C, found %s", in match_array_element_spec()
605 gfc_error ("Bad array specification for implied-shape" in gfc_match_array_spec()
621 gfc_error ("Bad array specification for an explicitly shaped " in gfc_match_array_spec()
631 gfc_error ("Bad array specification for assumed shape " in gfc_match_array_spec()
645 gfc_error ("Bad specification for deferred shape array at %C"); in gfc_match_array_spec()
655 gfc_error ("Bad specification for assumed size array at %C"); in gfc_match_array_spec()
667 gfc_error ("Expected another dimension in array declaration at %C"); in gfc_match_array_spec()
673 gfc_error ("Array specification at %C has more than %d dimensions", in gfc_match_array_spec()
702 gfc_error ("Array specification at %C has more than %d " in gfc_match_array_spec()
734 gfc_error ("Bad array specification for an explicitly " in gfc_match_array_spec()
744 gfc_error ("Bad array specification for assumed shape " in gfc_match_array_spec()
758 gfc_error ("Bad specification for deferred shape array at %C"); in gfc_match_array_spec()
762 gfc_error ("Bad specification for assumed size array at %C"); in gfc_match_array_spec()
774 gfc_error ("Expected another dimension in array declaration at %C"); in gfc_match_array_spec()
780 gfc_error ("Array specification at %C has more than %d " in gfc_match_array_spec()
788 gfc_error ("Upper bound of last coarray dimension must be %<*%> at %C"); in gfc_match_array_spec()
862 gfc_error ("The assumed-rank array %qs at %L shall not have a " in gfc_set_array_spec()
918 gfc_error ("rank + corank of %qs exceeds %d at %C", sym->name, in gfc_set_array_spec()
1036 gfc_error ("DO-iterator %qs at %L is inside iterator of the " in check_duplicate_iterator()
1128 gfc_error ("Syntax error in array constructor at %C"); in match_array_list()
1158 gfc_error ("BOZ literal constant at %L cannot appear in an " in match_array_cons_element()
1167 gfc_error ("NULL() at %C cannot appear in an array constructor"); in match_array_cons_element()
1255 gfc_error ("Type-spec at %L cannot contain a deferred " in gfc_match_array_constructor()
1263 gfc_error ("Type-spec at %L cannot contain an asterisk for a " in gfc_match_array_constructor()
1281 gfc_error ("Empty array constructor at %C is not allowed"); in gfc_match_array_constructor()
1318 gfc_error ("Incompatible typespec for array element at %L", in gfc_match_array_constructor()
1328 gfc_error ("Incompatible typespec for array element at %L", in gfc_match_array_constructor()
1356 gfc_error ("Syntax error in array constructor at %C"); in gfc_match_array_constructor()
1403 gfc_error ("Element in %s array constructor at %L is %s", in check_element_type()
1734 gfc_error ("Iterator step at %L cannot be zero", &step->where); in expand_iterator()
1893 gfc_error ("The number of elements in the array constructor " in gfc_expand_constructor()
2098 gfc_error ("Array constructor value at %L shall not be unlimited " in resolve_array_list()
2190 gfc_error ("Different CHARACTER lengths (%ld/%ld) in array" in gfc_resolve_character_array_constructor()
2381 gfc_error ("Bad array dimension at %L", &ar->c_where[dimen]); in gfc_ref_dimen_size()