1! { dg-do compile }
2! { dg-options "-O2 -fdump-tree-original" }
3  integer :: x(2,2)
4  if (any(x(:,:) .ne. reshape ((/ 3, 1, 4, 1 /), (/ 2, 2 /)))) STOP 1
5end
6! { dg-final { scan-tree-dump-times "atmp" 0 "original" } }
7