Home
last modified time | relevance | path

Searched refs:simplify_bound (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20201762 * simplify.c (simplify_bound): In the case of assumed-size arrays
1795 * simplify.c (simplify_bound): If a division by zero
1815 * simplify.c (simplify_bound): Simplify condition for error check.
1827 * simplify.c (simplify_bound): If an error has been issued for a
H A DChangeLog-20151897 * simplify.c (simplify_bound): Fix assert to accept subobject arrays.
1913 (simplify_bound): Remove assumed shape specific simplification.
1956 (simplify_bound): Don't skip simplification if the array
1963 * simplify.c (simplify_bound): Get constant lower bounds of one
H A DChangeLog-20102528 (simplify_bound): Handle non-variable expressions.
4388 (simplify_bound): Update simplify_bound_dim call.
4567 (simplify_bound): Likewise.
4661 (simplify_bound): Likewise.
H A Dsimplify.cc4137 simplify_bound (gfc_expr *array, gfc_expr *dim, gfc_expr *kind, int upper) in simplify_bound() function
4428 return simplify_bound (array, dim, kind, 0); in gfc_simplify_lbound()
8412 return simplify_bound (array, dim, kind, 1); in gfc_simplify_ubound()
H A DChangeLog1459 * simplify.cc (simplify_bound): Likewise.
H A DChangeLog-20093505 (simplify_bound): For array sections, take as from the
3572 * simplify.c (simplify_bound): Don't use array specification
H A DChangeLog-2006549 * simplify.c (simplify_bound): Fix the simplification of
551 * trans-intrinsic.c (simplify_bound): Fix the logic, and
H A DChangeLog-2021253 * simplify.c (simplify_bound): Do not try to simplify
H A DChangeLog-20121321 * simplify.c (simplify_bound, gfc_simplify_range): Add
H A DChangeLog-20072107 (simplify_bound): Likewise.
4043 (simplify_bound): Use the above. Perform simplification of LBOUND
H A DChangeLog-2018407 * simplify.c (simplify_bound, simplify_cobound): Punt on
H A DChangeLog-2011199 (simplify_bound): Return NULL for class arrays.
H A DChangeLog-20053199 (simplify_bound): ... this and overhaul.
H A DChangeLog-20082659 simplify_bound, gfc_simplify_nearest, gfc_simplify_real): Plug
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c4104 simplify_bound (gfc_expr *array, gfc_expr *dim, gfc_expr *kind, int upper) in simplify_bound() function
4395 return simplify_bound (array, dim, kind, 0); in gfc_simplify_lbound()
8269 return simplify_bound (array, dim, kind, 1); in gfc_simplify_ubound()