------- Comment #13 from tobi at gcc dot gnu dot org  2006-02-10 00:10 -------
Subject: Bug 14771

Author: tobi
Date: Fri Feb 10 00:10:47 2006
New Revision: 110819

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110819
Log:
fortran/
2006-02-09  Tobias Schlueter  <[EMAIL PROTECTED]>

        PR fortran/14771
        * gfortran.h (gfc_intrinsic_op): Add INTRINSIC_PARENTHESES.
        * dump-parse-tree (gfc_show_expr): Handle INTRINSIC_PARENTHESES.
        * expr.c (simplify_intrinsic_op): Treat INTRINSIC_PARENTHESES as
        if it were INTRINSIC_UPLUS.
        * resolve.c (resolve_operator): Handle INTRINSIC_PARENTHESES.
        * match.c (intrinsic_operators): Add INTRINSIC_PARENTHESES.
        * matchexp.c (match_primary): Record parentheses surrounding
        numeric expressions.
        * module.c (intrinsics): Add INTRINSIC_PARENTHESES for module
        dumping.
        * trans-expr.c (gfc_conv_expr_op): Handle INTRINSIC_PARENTHESES.

testsuite/
2006-02-09  Tobias Schlueter  <[EMAIL PROTECTED]>
        Paul Thomas  <[EMAIL PROTECTED]>

        PR fortran/14771
        * gfortran.dg/parens_1.f90: New.
        * gfortran.dg/parens_2.f90: New.
        * gfortran.dg/parens_3.f90: New.



Added:
    trunk/gcc/testsuite/gfortran.dg/parens_1.f90
    trunk/gcc/testsuite/gfortran.dg/parens_2.f90
    trunk/gcc/testsuite/gfortran.dg/parens_3.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/dump-parse-tree.c
    trunk/gcc/fortran/expr.c
    trunk/gcc/fortran/gfortran.h
    trunk/gcc/fortran/match.c
    trunk/gcc/fortran/matchexp.c
    trunk/gcc/fortran/module.c
    trunk/gcc/fortran/resolve.c
    trunk/gcc/fortran/trans-expr.c
    trunk/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14771

Reply via email to