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

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |NEW
   Last reconfirmed|                            |2019-03-09
                 CC|                            |tkoenig at gcc dot gnu.org
         Resolution|DUPLICATE                   |---
     Ever confirmed|0                           |1

--- Comment #3 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
The patch at https://gcc.gnu.org/ml/gcc-patches/2019-03/msg00432.html
for PR87734 does not fix this bug (well, not all of it):

big.f90:46:24:

   46 |     ALLOCATE( CHARACTER(get_char_result_length(len(string%chars),
length)) ::  &
      |                        1
Error: Reference to impure function '_def_init' at (1) within a PURE procedure

Reply via email to