Searched refs:check_io_constraints (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2020 | 1729 * io.c (check_io_constraints): Initialize local variable num to 1843 check_close_constraints, check_io_constraints. 1855 expression. Call check_io_constraints, forwarding an I/O list as 1857 (check_io_constraints): Change return type to bool. Pass explicit 1866 (check_io_constraints).
|
H A D | io.cc | 3266 check_io_constraints (io_kind k, gfc_dt *dt, gfc_code *io_code, 3306 if (!check_io_constraints (k, dt, io_code, loc)) in gfc_resolve_dt() 3770 check_io_constraints (io_kind k, gfc_dt *dt, gfc_code *io_code, in check_io_constraints() function
|
H A D | ChangeLog-2006 | 815 * io.c (check_io_constraints): Unify gfc_notify_std message for 912 * io.c (check_io_constraints): Fix keyword string comparison. 954 * io.c (check_io_constraints): Allow namelists 1990 * io.c (check_io_constraints): It is an error if an ADVANCE 2993 * io.c (check_io_constraints): Don't look at
|
H A D | ChangeLog-2008 | 118 * io.c (check_io_constraints): Check constraints on REC=, POS=, and 527 * io.c (check_io_constraints): Use gfc_reduce_init_expr instead of 3132 * io.c (check_io_constraints): Add constrains. ID= requires 4116 * io.c (check_io_constraints): Disallow unformatted I/O for
|
H A D | ChangeLog-2007 | 1271 (check_io_constraints): Call gfc_simplify_expr() before calling 2998 (check_io_constraints): Return MATCH_ERROR if check_format_string 3274 check_io_constraints) Additional checking for READ.
|
H A D | ChangeLog-2005 | 125 (check_io_constraints): New function that checks for most of the 130 call to check_io_constraints.
|
H A D | ChangeLog-2014 | 2259 * io.c (check_io_constraints): Use gfc_unset_implicit_pure.
|
H A D | ChangeLog-2017 | 896 (check_io_constraints): If this is for an asynchronous I/O
|
H A D | ChangeLog-2018 | 171 (check_io_constraints): Catch missing IO UNIT in write and read
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | io.c | 3266 check_io_constraints (io_kind k, gfc_dt *dt, gfc_code *io_code, 3306 if (!check_io_constraints (k, dt, io_code, loc)) in gfc_resolve_dt() 3770 check_io_constraints (io_kind k, gfc_dt *dt, gfc_code *io_code, in check_io_constraints() function
|