https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117842
Bug ID: 117842
Summary: Function wrongly returning empty character string if
allocated on the heap
Product: gcc
Version: 14.2.1
Status: UNCONFIRMED
Severity: n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114012
--- Comment #5 from Alexandre Poux ---
Thanks for the quick fix !
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: fortran
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
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
Comp
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&action=edit
a program triggering the segmentation fault
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: fo