[Bug c++/61755] New: Reference to function is parsed as const reference to function in debug info

2014-07-08 Thread sijun.liu at oracle dot com
: minor Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: sijun.liu at oracle dot com -- t.cc int foo(){ return 2; } int main(){ int (&g)() = foo; retu

[Bug c++/62027] New: missing dwarf info for struct/union nested in class

2014-08-05 Thread sijun.liu at oracle dot com
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: sijun.liu at oracle dot com Problem: For struct/union defined in class. their dwarf info are missing. In the following test case, the dwarf info for Un and St are missing. GNU C++ 4.8.1 -m64 -mtune=generic -march=x86-64