------- Comment #5 from pault at gcc dot gnu dot org 2007-09-22 15:46 ------- Subject: Bug 33337
Author: pault Date: Sat Sep 22 15:46:41 2007 New Revision: 128672 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128672 Log: 2007-09-22 Paul Thomas <[EMAIL PROTECTED]> PR fortran/33337 PR fortran/33376 * trans-decl.c (gfc_create_module_variable): Output derived type parameters. * arith.c (gfc_parentheses): Return the argument if it is a constant expression. * primary.c (gfc_match_rvalue): Remove the clearing of the module name and the use_assoc attribute for derived type parameter expressions. 2007-09-22 Paul Thomas <[EMAIL PROTECTED]> PR fortran/33337 * gfortran.dg/derived_comp_array_ref_3.f90: New test. PR fortran/33376 * gfortran.dg/derived_comp_array_ref_4.f90: New test. Added: trunk/gcc/testsuite/gfortran.dg/derived_comp_array_ref_3.f90 trunk/gcc/testsuite/gfortran.dg/derived_comp_array_ref_4.f90 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/arith.c trunk/gcc/fortran/primary.c trunk/gcc/fortran/trans-decl.c trunk/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33337