This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/37046] Inlining produces calls which gimple_call_fndecl cannot handle correctly
- From: "jamborm at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Aug 2008 15:49:59 -0000
- Subject: [Bug middle-end/37046] Inlining produces calls which gimple_call_fndecl cannot handle correctly
- References: <bug-37046-15951@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from jamborm at gcc dot gnu dot org 2008-08-07 15:49 -------
Unfortunately, I got a fortran regression:
/abuild/mjambor/iinln/gcc/testsuite/gfortran.dg/char_cast_1.f90:24: internal
com
piler error: in expand_call_inline, at tree-inline.c:3117
The assert is gcc_assert (dest->needed); so I think I might have
uncovered some unrelated hidden problem. We will see.
I will try to investigate but may not be able to go all the way
because I'm, leaving for vacation tomorrow.
Richi, that applies, to your question too. I will try but I may not
make it.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37046