Re: Pretty print of C++11 scoped enums - request help towards a proper fix

2018-09-24 Thread Nathan Sidwell
On 9/19/18 7:41 AM, will wray wrote: Re: "Pretty print of enumerator never prints the id, always falls back to C-style cast output" https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87364 I have a fix which duplicates the code in pp_c_enumeration_constant to pp_cxx_enumeration_constant in cx

Response needed

2018-09-24 Thread Sean Kim
Hello dear, Did you receive my email message to you? Please, get back to me ASAP as the matter is becoming late. Expecting your urgent response. Regards, Sean --- This email has been checked for viruses by AVG. https://www.avg.com

Re: Pretty print of C++11 scoped enums - request help towards a proper fix

2018-09-24 Thread will wray
Thanks Nathan, In fact, after testing with enums nested in namespaces or structs, or function local, I realised nested specifiers should be printed for both scoped and unscoped enums, but for unscoped enums one level of nested specifier (the enum type) needs to be stripped. So I inverted the

libgcov as shared library and other issues

2018-09-24 Thread Alexander Monakov
Hello, Here's the promised "libgcov summary"; sorry about the delay. So libgcov has a bit unusual design where: - on the one hand, the library is static-only, has PIC code and may be linked into shared libraries, - almost all gcov symbols have "hidden" visibility so they don't participa