[Bug fortran/117347] New: Associate with derived type array constructor

2024-10-29 Thread ivan.pribec at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117347 Bug ID: 117347 Summary: Associate with derived type array constructor Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug fortran/117077] New: ICE due to allocatable component in hidden type

2024-10-10 Thread ivan.pribec at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117077 Bug ID: 117077 Summary: ICE due to allocatable component in hidden type Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug fortran/117070] Procedure target error with parameter structure constructor

2024-10-10 Thread ivan.pribec at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117070 --- Comment #1 from Ivan Pribec --- This is supposed to work already with the F2008 standard: > nagfor -f2008 dispatch_test.f90 NAG Fortran Compiler Release 7.2(Shin-Urayasu) Build 7203 Evaluation trial version of NAG Fortran Compiler Release

[Bug fortran/117070] New: Procedure target error with parameter structure constructor

2024-10-10 Thread ivan.pribec at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117070 Bug ID: 117070 Summary: Procedure target error with parameter structure constructor Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/113305] ICE with do concurrent and ivdep

2024-01-10 Thread ivan.pribec at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113305 --- Comment #3 from Ivan Pribec --- In the mail archive (https://gcc.gnu.org/legacy-ml/fortran/2014-02/msg00077.html) I've read a message implying that do concurrent gets translated into a regular for-loop annotated with "#pragma ivdep", which a

[Bug fortran/113305] New: ICE with do concurrent and ivdep

2024-01-10 Thread ivan.pribec at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113305 Bug ID: 113305 Summary: ICE with do concurrent and ivdep Product: gcc Version: 13.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran