re PR fortran/33596 (ICE with simplified ISNAN)
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Tue, 30 Oct 2007 21:48:23 +0000 (21:48 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Tue, 30 Oct 2007 21:48:23 +0000 (21:48 +0000)
commite1332188a4c377db70d82b8e6a5df3961b1a4499
tree4125a8d021413c2a8a2a29fe5a5ffea8fbe7f4e0
parent7e79298c1df4fa6a3f3fc4265cd75ce7501e423d
re PR fortran/33596 (ICE with simplified ISNAN)

PR fortran/33596

* trans-intrinsic.c (gfc_conv_intrinsic_isnan): Strip NOP_EXPR
from the result of build_call_expr.

* gfortran.dg/isnan_2.f90: New test.

From-SVN: r129782
gcc/fortran/ChangeLog
gcc/fortran/trans-intrinsic.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/isnan_2.f90 [new file with mode: 0644]