http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24526
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #9 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-06-27 16:54:03 UTC --- (In reply to comment #7) > My impression is that this is a bug in GDB and not in GCC Thus, the original problem has been fixed at some point. (I think it was Jakub's 2008-08-29 commit.) Any recent FSF gdb should should be able to print module variables using the <module>::<var> syntax - or directly the variable if one uses use-association. I am not sure whether 7.2 handles it already or whether the 7.3 (branched, to be released soon) is required. (Maybe 7.1 already did?) Regarding the rename issue of comment 6: As written in comment 7/comment 8: That's a GDB issue for which a patch exists (to be committed in the next hours). Thus, I close the PR now as FIXED. Please reopen - or fill a new PR with CCing me - if a related/new issue pops up.