This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33097] Function decl trees without proper argument list
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Aug 2007 16:51:17 -0000
- Subject: [Bug fortran/33097] Function decl trees without proper argument list
- References: <bug-33097-14919@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from fxcoudert at gcc dot gnu dot org 2007-08-20 16:51 -------
(In reply to comment #5)
> How is it choking? Maybe I already seen this during preparation of quick patch.
Well, it's trying to reuse a decl without arglist for a function call with
arguments, and it leads to some segfault down the way...
Program received signal SIGSEGV, Segmentation fault.
create_function_arglist (sym=<value optimized out>)
at ../../../trunk3/gcc/fortran/trans-decl.c:1430
I'm sorry that I can't yet attach my patch (the one that triggers the ICE), but
I'll try to do it later this week.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33097