]> git.ipfire.org Git - thirdparty/gcc.git/commit
2006-11-05 Francois-Xavier Coudert <fxcoudert@gcc.gnu,org>
authorPaul Thomas <pault@gcc.gnu.org>
Sun, 5 Nov 2006 06:27:48 +0000 (06:27 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sun, 5 Nov 2006 06:27:48 +0000 (06:27 +0000)
commit58b6e04789a04563418234e753835ee6248bf4d8
treed03b8048cc4743b2d76e030ab691c2db5c79c4b6
parentcb60c134e23d6c8c013ad89a4c1cb6e28cac94b6
2006-11-05  Francois-Xavier Coudert  <fxcoudert@gcc.gnu,org>
    Paul Thomas  <pault@gcc.gnu.org>

PR fortran/24518
* trans-intrinsic.c (gfc_conv_intrinsic_mod): Use built_in fmod
for both MOD and MODULO, if it is available.

PR fortran/29565
* trans-expr.c (gfc_conv_aliased_arg): For an INTENT(OUT), save
the declarations from the unused loops by merging the block
scope for each; this ensures that the temporary is declared.

2006-11-05  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/29565
* gfortran.dg/gfortran.dg/aliasing_dummy_3.f90: New test.

From-SVN: r118492
gcc/fortran/ChangeLog
gcc/fortran/f95-lang.c
gcc/fortran/trans-expr.c
gcc/fortran/trans-intrinsic.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/aliasing_dummy_3.f90 [new file with mode: 0644]