]> gcc.gnu.org Git - gcc.git/commit
re PR fortran/36703 (ICE (segfault) in reduce_binary0 (arith.c:1778))
authorPaul Thomas <pault@gcc.gnu.org>
Fri, 13 Feb 2009 21:12:34 +0000 (21:12 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Fri, 13 Feb 2009 21:12:34 +0000 (21:12 +0000)
commit686c82b505d95d57302821df084c751b9528cea7
treeb79c353c31da81b90682656be869db0f4b431def
parentda964feac45702899e5e8cfffb0d78bdb5759b80
re PR fortran/36703 (ICE  (segfault) in reduce_binary0  (arith.c:1778))

2009-02-13  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/36703
PR fortran/36528
* trans-expr.c (gfc_conv_function_val): Stabilize Cray-pointer
function references to ensure that a valid expression is used.
(gfc_conv_function_call): Pass Cray pointers to procedures.

2009-02-13  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/36528
* gfortran.dg/cray_pointers_8.f90: New test.

PR fortran/36703
* gfortran.dg/cray_pointers_9.f90: New test.

From-SVN: r144164
gcc/fortran/ChangeLog
gcc/fortran/trans-expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/cray_pointers_8.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/cray_pointers_9.f90 [new file with mode: 0644]
This page took 0.057684 seconds and 5 git commands to generate.