[Bug fortran/100776] Error in automatic object of parameterized derived type

2021-05-26 Thread furquan2011 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100776 --- Comment #1 from Mohd Furquan --- Renaming result variable alleviates the problem. The following code compiles without complain: ``` module vector type :: vec(dimen)

[Bug fortran/100776] New: Error in automatic object of parameterized derived type

2021-05-26 Thread furquan2011 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100776 Bug ID: 100776 Summary: Error in automatic object of parameterized derived type Product: gcc Version: 11.1.1 Status: UNCONFIRMED Severity: normal Pri