------- Comment #1 from fche at redhat dot com 2009-03-23 22:53 ------- (In reply to comment #0) > Here there is only one nearby object; argv[] and environ[] are missing. [...] > Should the objects argv and environ be reported in the -m64 output.
I believe so, because those globals are supposed to be registered with the mudflap runtime, though they might be too far from buffer[] to be listed, so we should not depend on this. The real problem seems to be that test case should expect "mudflap dead object" rather than "mudflap object" to match buffer[], just like you say. -- fche at redhat dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fche at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38462