Re: Displaying structure members named like C keywords.

2014-08-26 Thread Emilio Lopes
Hello Sergio, I was able to reproduce this issue on the host (x86_64 GNU/Linux)! Here we go: $ cat gdb-reproducer.c #include iostream using std::cout; typedef struct { int rlevel; int complex; } param_t; int main(int argc, char *argv[]) {

Re: Displaying structure members named like C keywords.

2014-08-26 Thread Sergio Durigan Junior
On Tuesday, August 26 2014, Emilio Lopes wrote: Hello Sergio, I was able to reproduce this issue on the host (x86_64 GNU/Linux)! [...] It seems that something in the debug info of libstdc++ is causing the problem. Aha, yeah, I was indeed suspecting that libstdc++'s debuginfo would be the