]> gcc.gnu.org Git - gcc.git/blame - gcc/fortran/dependency.h
Update FSF address.
[gcc.git] / gcc / fortran / dependency.h
CommitLineData
6de9cd9a
DN
1/* Header for dependency analysis
2 Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
3 Contributed by Paul Brook
4
9fc4d79b 5This file is part of GCC.
6de9cd9a 6
9fc4d79b
TS
7GCC is free software; you can redistribute it and/or modify it under
8the terms of the GNU General Public License as published by the Free
9Software Foundation; either version 2, or (at your option) any later
10version.
6de9cd9a 11
9fc4d79b
TS
12GCC is distributed in the hope that it will be useful, but WITHOUT ANY
13WARRANTY; without even the implied warranty of MERCHANTABILITY or
14FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15for more details.
6de9cd9a
DN
16
17You should have received a copy of the GNU General Public License
9fc4d79b 18along with GCC; see the file COPYING. If not, write to the Free
ab57747b
KC
19Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
2002110-1301, USA. */
6de9cd9a
DN
21
22
23
24int gfc_check_fncall_dependency (gfc_expr *, gfc_expr *);
25int gfc_check_dependency (gfc_expr *, gfc_expr *, gfc_expr **, int);
26int gfc_is_same_range (gfc_array_ref *, gfc_array_ref *, int, int);
27int gfc_dep_compare_expr (gfc_expr *, gfc_expr *);
28int gfc_expr_is_one (gfc_expr *, int);
29
30int gfc_dep_resolver(gfc_ref *, gfc_ref *);
This page took 0.467621 seconds and 5 git commands to generate.