[Bug fortran/114012] overloaded unary operator called twice

2024-02-27 Thread alexandre.poux at coria dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114012 --- Comment #5 from Alexandre Poux --- Thanks for the quick fix !

[Bug fortran/114012] New: overloaded unary operator called twice

2024-02-20 Thread alexandre.poux at coria dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114012 Bug ID: 114012 Summary: overloaded unary operator called twice Product: gcc Version: 13.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug fortran/112700] Segmentation fault with list of characters and types

2023-11-27 Thread alexandre.poux at coria dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112700 --- Comment #2 from Alexandre Poux --- Among the things that avoid the ICE: - Using a subroutine instead of a function - not using a type procedure but a regular function - wrapping the list of char in a custom type - returning a list of a real

[Bug fortran/112700] New: Segmentation fault with list of characters and types

2023-11-24 Thread alexandre.poux at coria dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112700 Bug ID: 112700 Summary: Segmentation fault with list of characters and types Product: gcc Version: 13.2.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug fortran/111321] Segmentation fault with associate construct

2023-09-07 Thread alexandre.poux at coria dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111321 --- Comment #1 from Alexandre Poux --- Created attachment 55848 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55848=edit a program triggering the segmentation fault

[Bug fortran/111321] New: Segmentation fault with associate construct

2023-09-07 Thread alexandre.poux at coria dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111321 Bug ID: 111321 Summary: Segmentation fault with associate construct Product: gcc Version: 13.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: