[Bug fortran/119812] New: Bogus rank and type mismatch errors with procedure pointer

2025-04-14 Thread abensonca at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119812 Bug ID: 119812 Summary: Bogus rank and type mismatch errors with procedure pointer Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Pr

[Bug fortran/110626] [13/14/15 regression] Duplicated finalization in derived

2025-04-14 Thread abensonca at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110626 --- Comment #5 from Andrew Benson --- Thanks Paul. I'm always happy to be patient - I appreciate the huge amount of work you put in to gfortran (and the many different priorities within that work).

[Bug fortran/119802] New: Defined assignment not called for component of derived type

2025-04-14 Thread abensonca at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119802 Bug ID: 119802 Summary: Defined assignment not called for component of derived type Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal P

[Bug fortran/109066] Segfault when using defined assignment

2024-10-22 Thread abensonca at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109066 --- Comment #5 from Andrew Benson --- With apologies for the long delay in replying - thanks for pointing out that I had the result of a constructor undefined. In this updated example I think that constructor results are now correctly defined, b

[Bug fortran/114535] [13/14 regression] ICE with elemental finalizer

2024-03-31 Thread abensonca at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114535 --- Comment #3 from Andrew Benson --- Thanks Paul. The workaround is very helpful and lets me continue making progress in the rest of my work for now. Thanks again!

[Bug fortran/114535] New: ICE with elemental finalizer

2024-03-30 Thread abensonca at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114535 Bug ID: 114535 Summary: ICE with elemental finalizer Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran A

[Bug fortran/110548] New: Segfault with optional argument and OpenMP tasks

2023-07-04 Thread abensonca at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110548 Bug ID: 110548 Summary: Segfault with optional argument and OpenMP tasks Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug fortran/110547] New: Improper finalization calls with OpenMP tasks

2023-07-04 Thread abensonca at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110547 Bug ID: 110547 Summary: Improper finalization calls with OpenMP tasks Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fo

[Bug fortran/109066] New: Segfault when using defined assignment

2023-03-08 Thread abensonca at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109066 Bug ID: 109066 Summary: Segfault when using defined assignment Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortra

[Bug fortran/105807] ICE / error when defining a class containing polymorphic components

2023-01-24 Thread abensonca at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105807 --- Comment #4 from Andrew Benson --- A possibly related case: module tm type :: st end type st type :: resourceManager class (*), pointer :: resource => null() integer , pointer :: counter => null() end type resourceMan

[Bug fortran/102845] New: Memory leak with nested OpenMP parallelism

2021-10-19 Thread abensonca at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102845 Bug ID: 102845 Summary: Memory leak with nested OpenMP parallelism Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortr