https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103115
--- Comment #1 from ygal klein ---
I see that in the first program I gave as an example I forgot to insert the
line
write(*, "('size(titles) = ',i1)") size(titles)
bf the block
anyway - it is there (one can see the output).
: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: ygalklein at gmail dot com
Target Milestone: ---
The following example program:
```fortran
program reallocationCharacterArray
implicit none
character
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101199
--- Comment #4 from ygal klein ---
(In reply to Jürgen Reuter from comment #3)
> I think that indeed this is not something the compiler needs to do as
> expected, as it is an aliasing problem.
> In the advance TBP you are calling again the init
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101199
--- Comment #2 from ygal klein ---
The problem also persists in an example code that is with no extended type:
```fortran
module mod_original_struct
implicit none
private
public :: original_struct
type original_struct
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101199
--- Comment #1 from ygal klein ---
The problem stays for even a smaller example program:
``` fortran
module mod_original_struct
implicit none
private
public :: extended_struct
type original_struct
private
real,
: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: ygalklein at gmail dot com
Target Milestone: ---
I have written the following example code:
```fortran
module mod_original_struct
implicit none
private
public :: original_struct, extended_struct
type
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91077
ygal klein changed:
What|Removed |Added
CC||ygalklein at gmail dot com
--- Comment #4