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 rtl-optimization/16893] function parameters are valid in caller-context ... but turn up invalid (0x0) in callee-context


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


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