This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/51758] ICE with optional arguments of elemental procedures
- From: "mikael at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 09 Jan 2012 19:01:44 +0000
- Subject: [Bug fortran/51758] ICE with optional arguments of elemental procedures
- Auto-submitted: auto-generated
- References: <bug-51758-4@http.gcc.gnu.org/bugzilla/>
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