Searched refs:conformable_arrays (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2013 | 67 * resolve.c (conformable_arrays): Treat scalar 'e2'. 1073 * resolve.c (conformable_arrays): Avoid segfault
|
H A D | ChangeLog-2009 | 467 * match.c (conformable_arrays): Move to resolve.c. 470 * resolve.c (conformable_arrays): Moved here from match.c. 1244 (conformable_arrays): New function. Check SOURCE= and
|
H A D | ChangeLog-2010 | 3411 * resolve.c (conformable_arrays): Handle allocatable components. 4763 resolve_ref, resolve_variable, gfc_resolve_expr, conformable_arrays,
|
H A D | ChangeLog-2012 | 317 conformable_arrays, resolve_allocate_expr,
|
H A D | ChangeLog-2019 | 1032 * resolve.c (conformable_arrays): If array-spec is NULL, then
|
H A D | resolve.cc | 7755 conformable_arrays (gfc_expr *e1, gfc_expr *e2) in conformable_arrays() function 7961 if (code->expr3->rank > 0 && !conformable_arrays (code->expr3, e)) in resolve_allocate_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | resolve.c | 7633 conformable_arrays (gfc_expr *e1, gfc_expr *e2) in conformable_arrays() function 7838 if (code->expr3->rank > 0 && !conformable_arrays (code->expr3, e)) in resolve_allocate_expr()
|