[Bug fortran/103115] reallocation of character array fails when appending a constant size 4 array

2021-11-07 Thread ygalklein at gmail dot com via Gcc-bugs
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).

[Bug fortran/103115] New: reallocation of character array fails when appending a constant size 4 array

2021-11-07 Thread ygalklein at gmail dot com via Gcc-bugs
: 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

[Bug fortran/101199] program changes the value of a dummy argument

2021-06-25 Thread ygalklein at gmail dot com via Gcc-bugs
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

[Bug fortran/101199] program changes the value of a dummy argument

2021-06-24 Thread ygalklein at gmail dot com via Gcc-bugs
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

[Bug fortran/101199] program changes the value of a dummy argument

2021-06-24 Thread ygalklein at gmail dot com via Gcc-bugs
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,

[Bug fortran/101199] New: program changes the value of a dummy argument

2021-06-24 Thread ygalklein at gmail dot com via Gcc-bugs
: 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

[Bug fortran/91077] [8/9/10 Regression] Wrong indexing when using a pointer

2019-07-04 Thread ygalklein at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91077 ygal klein changed: What|Removed |Added CC||ygalklein at gmail dot com --- Comment #4