[committed] fix PR61831 test (was: Re: *Ping* Re: [Patch, fortran] PR61831 side-effect deallocation of variable components)

2015-07-21 Thread Mikael Morin
Le 21/07/2015 11:21, Uros Bizjak a écrit : The new test introduced several testsuite failures, please see e.g. [1]: Fixed with r226038 (Also, the name of the test is not correctly stated in the ChangeLog entry). Fixed with r226033 Thanks Mikael Index: ChangeLog ==

Re: *Ping* Re: [Patch, fortran] PR61831 side-effect deallocation of variable components

2015-07-21 Thread Dominique d'Humières
See https://gcc.gnu.org/ml/gcc-bugs/2015-07/msg01789.html Dominique

Re: *Ping* Re: [Patch, fortran] PR61831 side-effect deallocation of variable components

2015-07-21 Thread Uros Bizjak
Hello! > On Fri, Jul 10, 2015 at 06:35:30PM +0200, Mikael Morin wrote: >> Ping: https://gcc.gnu.org/ml/fortran/2015-06/msg00075.html >> > > Patch looks ok to me. The new test introduced several testsuite failures, please see e.g. [1]: UNRESOLVED: gfortran.dg/derived_constructor_comps_6.f90 -O0

Re: *Ping* Re: [Patch, fortran] PR61831 side-effect deallocation of variable components

2015-07-16 Thread Steve Kargl
On Fri, Jul 10, 2015 at 06:35:30PM +0200, Mikael Morin wrote: > Ping: https://gcc.gnu.org/ml/fortran/2015-06/msg00075.html > Patch looks ok to me. -- Steve

*Ping* Re: [Patch, fortran] PR61831 side-effect deallocation of variable components

2015-07-10 Thread Mikael Morin
Ping: https://gcc.gnu.org/ml/fortran/2015-06/msg00075.html Le 21/06/2015 11:48, Mikael Morin a écrit : > Le 16/05/2015 18:43, Mikael Morin a écrit : >> Hello, >> >> this is about PR61831 where in code like: >> >> type :: string_t >> character(LEN=1), dimension(:), allocatable ::

Re: [Patch, fortran] PR61831 side-effect deallocation of variable components

2015-06-21 Thread Mikael Morin
Le 16/05/2015 18:43, Mikael Morin a écrit : > Hello, > > this is about PR61831 where in code like: > > type :: string_t > character(LEN=1), dimension(:), allocatable :: chars > end type string_t > type(string_t) :: prt_in > (...) > tmp = new_prt_spec (

[Patch, fortran] PR61831 side-effect deallocation of variable components

2015-05-16 Thread Mikael Morin
Hello, this is about PR61831 where in code like: type :: string_t character(LEN=1), dimension(:), allocatable :: chars end type string_t type(string_t) :: prt_in (...) tmp = new_prt_spec ([prt_in]) the deallocation of the argumen