https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60240
Ian Lance Taylor <ian at airs dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #2 from Ian Lance Taylor <ian at airs dot com> --- I agree that this example cannot be expected to work. The docs for backtrace_pcinfo say that the function works when "Given PC, a program counter in the current program." The value (uintptr_t)&a is not a program counter in the current program.