2017-10-07 Thomas Koenig <tkoenig@gcc.gnu.org>
commitf7f62573653da3e31a3a6e5869ffd2260445a395
authortkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Oct 2017 11:48:28 +0000 (7 11:48 +0000)
committertkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Oct 2017 11:48:28 +0000 (7 11:48 +0000)
tree2b203f2950f7fe7ca5f8344d3962aa131b60d08a
parent233c58a74c69f62fe4c5b7a73a9a92868bb8625a
2017-10-07  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/49232
* expr.c (gfc_check_pointer_assign): Error
for non-contiguous rhs.

2017-10-07  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/49232
* gfortran.dg/contiguous_4.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@253509 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/contiguous_4.f90 [new file with mode: 0644]