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 #7 from Mikael Morin <mikael at gcc dot gnu.org> 2012-01-09 19:01:44 UTC ---
Author: mikael
Date: Mon Jan  9 19:01:34 2012
New Revision: 183024

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183024
Log:
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-01-09  Tobias Burnus  <burnus@net-b.de>

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


Added:
    trunk/gcc/testsuite/gfortran.dg/optional_absent_2.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-array.c
    trunk/gcc/testsuite/ChangeLog


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