[Bug fortran/119948] Source allocation of pure function result rejected

2025-04-26 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119948 Jerry DeLisle changed: What|Removed |Added Last reconfirmed||2025-04-27 Status|UNCONFIRM

[Bug fortran/119948] Source allocation of pure function result rejected

2025-04-26 Thread kargls at comcast dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119948 --- Comment #3 from kargls at comcast dot net --- Created attachment 61202 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61202&action=edit fix the issues The attached patch has passed regression testing on x86_64-*-freebsd. * pri

[Bug fortran/119948] Source allocation of pure function result rejected

2025-04-25 Thread kargls at comcast dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119948 --- Comment #2 from kargls at comcast dot net --- (In reply to Damian Rouson from comment #0) > > % gfortran -c source-allocate-pure-function-result-component.f90 > source-allocate-pure-function-result.f90:17:20: > >17 | allocate(test%i

[Bug fortran/119948] Source allocation of pure function result rejected

2025-04-25 Thread kargls at comcast dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119948 kargls at comcast dot net changed: What|Removed |Added CC||kargls at comcast dot net --