[Bug fortran/56789] Wrong code with contiguous dummy argument

quantheory at gmail dot com gcc-bugzilla@gcc.gnu.org
Thu Jul 10 00:40:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56789

Sean Santos <quantheory at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |quantheory at gmail dot com

--- Comment #3 from Sean Santos <quantheory at gmail dot com> ---
I just want to note that I've encountered this in the wild using GCC 4.8. As
you would guess, the strides are not necessary; any argument that has to be
packed will cause a segfault when freeing the temporary, such as:

call foo(a(:4,:))



More information about the Gcc-bugs mailing list