]> git.ipfire.org Git - thirdparty/gcc.git/commit
interface.c (fold_unary): Rename to...
authorJakub Jelinek <jakub@redhat.com>
Thu, 11 Jun 2009 06:42:49 +0000 (08:42 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 11 Jun 2009 06:42:49 +0000 (08:42 +0200)
commite8d4f3fcb274af7dc592a5f95ca76da533505920
treea68cb3905d59801559b99384933e8a0c97de5c67
parente521964299930c05e5306addf709980a52d4a62c
interface.c (fold_unary): Rename to...

* interface.c (fold_unary): Rename to...
(fold_unary_intrinsic): ... this.
(gfc_extend_expr): Adjust caller.
(gfc_match_generic_spec): Likewise.  Initialize *op to INTRINSIC_NONE
to avoid warnings.
* expr.c (gfc_simplify_expr): Initialize start and end before calling
gfc_extract_int.

From-SVN: r148366
gcc/fortran/ChangeLog
gcc/fortran/expr.c
gcc/fortran/interface.c