https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94110
Bug ID: 94110
Summary: Erroneous code compiling
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: jrfsousa at gmail dot com
Target Milestone: ---
Created attachment 48000
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48000&action=edit
Code demonstrating problems.
Hi all!
I am pretty sure this code is erroneous both because you can not pass an
assumed-size to an assumed-shape and because of pointer association rules.
Compiles without any warnings even using -pedantic -Wall -Wextra and others in
both:
GNU Fortran (GCC) 9.2.1 20200307
and
GNU Fortran (GCC) 10.0.1 20200307 (experimental)
Thank you very much.
Best regards,
José Rui