This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/51758] ICE with optional arguments of elemental procedures


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51758

--- Comment #8 from Mikael Morin <mikael at gcc dot gnu.org> 2012-07-14 15:24:17 UTC ---
Author: mikael
Date: Sat Jul 14 15:24:12 2012
New Revision: 189480

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189480
Log:
2012-07-14  Mikael Morin  <mikael@gcc.gnu.org>

    Backport from trunk:
    2012-01-09  Mikael Morin  <mikael@gcc.gnu.org>

    PR fortran/51758
    * trans-array.c (gfc_walk_elemental_function_args):
    Skip over NULL() actual arguments.

2012-07-14  Mikael Morin  <mikael.morin@gcc.gnu.org>

    Backport from trunk:
    2012-01-09  Tobias Burnus  <burnus@net-b.de>

    PR fortran/51758
    * gfortran.dg/optional_absent_2.f90: New.



Added:
    branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/optional_absent_2.f90
Modified:
    branches/gcc-4_6-branch/gcc/fortran/ChangeLog
    branches/gcc-4_6-branch/gcc/fortran/trans-array.c
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]