This is the mail archive of the gcc-patches@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]

Re: [PATCH, committed][gcc-5-branch] Fix broken test case derived_constructor_comps_6.f90


Dear Peter,

Many thanks! I have been away, got back last night and had intended to
deal with it tonight. You should note that Dominique has flagged up
that it fails with -m32.

Tshuess

Paul

On 25 January 2016 at 18:09, Peter Bergner <bergner@vnet.ibm.com> wrote:
> When the test case derived_constructor_comps_6.f90 was backported to
> the FSF 5 branch, a '}' on the dg-additional-options was dropped
> causing the test case to fail.  I have added it back and committed
> it as obvious.
>
> Peter
>
>         PR fortran/61831
>         * gfortran.dg/derived_constructor_comps_6.f90: Add missing } to fix
>         up dg-additional-options.
>
>
> Index: gcc/testsuite/gfortran.dg/derived_constructor_comps_6.f90
> ===================================================================
> --- gcc/testsuite/gfortran.dg/derived_constructor_comps_6.f90   (revision 232798)
> +++ gcc/testsuite/gfortran.dg/derived_constructor_comps_6.f90   (working copy)
> @@ -1,5 +1,5 @@
>  ! { dg-do run }
> -! { dg-additional-options "-fdump-tree-original"
> +! { dg-additional-options "-fdump-tree-original" }
>  !
>  ! PR fortran/61831
>  ! The deallocation of components of array constructor elements
>



-- 
The difference between genius and stupidity is; genius has its limits.

Albert Einstein


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