This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/16893] function parameters are valid in caller-context ... but turn up invalid (0x0) in callee-context
- From: "caelian at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Aug 2004 05:01:36 -0000
- Subject: [Bug rtl-optimization/16893] function parameters are valid in caller-context ... but turn up invalid (0x0) in callee-context
- References: <20040806081117.16893.caelian@gmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From caelian at gmail dot com 2004-08-18 05:01 -------
Well ... it looks like the actual coredump was caused by invalid struct-member
derefencing (wwin->frame) which at the point of the function call wasn't set yet.
Changing the code to take that into account solves the crashbug.
I still don't understand the actual GDB output i got ... but i guess this does
mark the bug as "INVALID".
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16893