[Bug fortran/111304] Problem when passing implicit arrays of characters to functions

2023-09-06 Thread mailling-lists-bd at posteo dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111304 --- Comment #1 from Baptiste Demoulin --- One comment: replacing `trim(prefix)` with `prefix(1:len_trim(prefix))` leads to the same result, as does putting simply `prefix`, so the problem does not seem to be related to using the `trim`

[Bug fortran/111304] New: Problem when passing implicit arrays of characters to functions

2023-09-06 Thread mailling-lists-bd at posteo dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111304 Bug ID: 111304 Summary: Problem when passing implicit arrays of characters to functions Product: gcc Version: 13.2.1 Status: UNCONFIRMED Severity: normal

[Bug fortran/111265] New: Compiler segfault with character array in deferred type, when returned by a function

2023-09-01 Thread mailling-lists-bd at posteo dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111265 Bug ID: 111265 Summary: Compiler segfault with character array in deferred type, when returned by a function Product: gcc Version: 13.2.1 Status: UNCONFIRMED

[Bug fortran/77504] [9/10/11/12 Regression] "is used uninitialized" with allocatable string and array constructors

2022-01-17 Thread mailling-lists-bd at posteo dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77504 Baptiste Demoulin changed: What|Removed |Added CC||mailling-lists-bd at posteo dot de

[Bug fortran/100813] New: Function of array of pointers to abstract class returning an array

2021-05-28 Thread mailling-lists-bd at posteo dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100813 Bug ID: 100813 Summary: Function of array of pointers to abstract class returning an array Product: gcc Version: 10.3.0 Status: UNCONFIRMED Severity: normal