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/48298] [F03] User-Defined Derived-Type IO (DTIO)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48298

Paul Thomas <pault at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pault at gcc dot gnu.org

--- Comment #20 from Paul Thomas <pault at gcc dot gnu.org> ---
(In reply to Paul Thomas from comment #19)
> Author: pault
> Date: Wed Sep  7 21:21:16 2016
> New Revision: 240032
> 
> URL: https://gcc.gnu.org/viewcvs?rev=240032&root=gcc&view=rev
> Log:
> 2016-09-07  Dominique Dhumieres  <dominiq@lps.ens.fr>
> 
> 	PR fortran/48298
> 	* gfortran.dg/assumed_rank_12.f90: Correct tree scan.
> 	* gfortran.dg/assumed_type_2.f90: Correct tree scans.
> 	* gfortran.dg/coarray_lib_comm_1.f90: Likewise.
> 	* gfortran.dg/coarray_lib_this_image_2.f90: Likewise.
> 	* gfortran.dg/coarray_lock_7.f90: Likewise.
> 	* gfortran.dg/coarray_stat_function.f90: Likewise.
> 	* gfortran.dg/no_arg_check_2.f90: Likewise.
> 	* gfortran.dg/pr32921.f: Likewise.
> 
> Modified:
>     branches/fortran-dev/gcc/testsuite/ChangeLog.fortran-dev
>     branches/fortran-dev/gcc/testsuite/gfortran.dg/assumed_rank_12.f90
>     branches/fortran-dev/gcc/testsuite/gfortran.dg/assumed_type_2.f90
>     branches/fortran-dev/gcc/testsuite/gfortran.dg/coarray_lib_comm_1.f90
>    
> branches/fortran-dev/gcc/testsuite/gfortran.dg/coarray_lib_this_image_2.f90
>     branches/fortran-dev/gcc/testsuite/gfortran.dg/coarray_lock_7.f90
>     branches/fortran-dev/gcc/testsuite/gfortran.dg/coarray_stat_function.f90
>     branches/fortran-dev/gcc/testsuite/gfortran.dg/no_arg_check_2.f90
>     branches/fortran-dev/gcc/testsuite/gfortran.dg/pr32921.f

Sorry for the noise. I did a copy and paste for ChangeLog formatting and forgot
to remove the PR number.

The above patch is concerned with fixing the fallout from merging fortran-dev
and 7-branch. Fortran-dev is focussed on array descriptor reform.

Paul

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