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/33097] Function decl trees without proper argument list



------- 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


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