[Bug fortran/82453] reading an allocatable array into namelist aborts with segmentation fault

2017-10-06 Thread oivulf at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82453 --- Comment #1 from fulvio ciriaco --- Created attachment 42315 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42315&action=edit not failing

[Bug fortran/82453] reading an allocatable array into namelist aborts with segmentation fault

2017-10-06 Thread oivulf at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82453 --- Comment #2 from fulvio ciriaco --- Created attachment 42316 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42316&action=edit sample input

[Bug fortran/82453] reading an allocatable array into namelist aborts with segmentation fault

2017-10-06 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82453 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/82453] reading an allocatable array into namelist aborts with segmentation fault

2017-10-06 Thread oivulf at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82453 --- Comment #4 from fulvio ciriaco --- Thanks for answering. This was the use case I imagined for f2003, when it allows allocatable arrays. Are they otherwise any distinguishable from ordinary arrays in this context? Too sad. Thank you again