This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/34556] Rejects valid with bogus error message: parameter initalization



------- Comment #11 from jvdelisle at gcc dot gnu dot org  2008-01-18 02:09 -------
Subject: Bug 34556

Author: jvdelisle
Date: Fri Jan 18 02:08:22 2008
New Revision: 131623

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131623
Log:
2008-01-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        PR fortran/34556
        * simplify.c (is_constant_array_expr): New static function that returns
        true if the given expression is an array and is constant.
        (gfc_simplify_reshape): Use new function.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/simplify.c


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]