[Bug debug/86687] New: Wrong debug information for string types passed as parameters

2018-07-26 Thread nikolay.piskun at roguewave dot com
Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: nikolay.piskun at roguewave dot com Target Milestone: ---

[Bug debug/86687] Wrong debug information for string types passed as parameters

2018-07-26 Thread nikolay.piskun at roguewave dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86687 --- Comment #1 from Nikolay Piskun --- Created attachment 8 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=8&action=edit Test program How to reproduce; Set a breakpoint on line 48 Look at two variable: base (passed as reference) a

[Bug debug/86687] Wrong debug information for string types passed as parameters

2018-07-26 Thread nikolay.piskun at roguewave dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86687 --- Comment #2 from Nikolay Piskun --- How to reproduce; Set a breakpoint on line 48 Look at two variable: base (passed as reference) and dir_hint (passed as copy). They should be the same values, but second one is wrong. Looks like compiler pas

[Bug debug/86687] Wrong debug information for string types passed as parameters

2018-08-01 Thread nikolay.piskun at roguewave dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86687 --- Comment #12 from Nikolay Piskun --- Great work, thanks. Will this fix propagate to other branches?

[Bug debug/69785] New: c++filt can't demangle string or compiler produce wrong mangled string

2016-02-12 Thread nikolay.piskun at roguewave dot com
ormal Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: nikolay.piskun at roguewave dot com Target Milestone: --- TotalView debugger emits demangling error, trying to demangle following s

[Bug debug/69785] c++filt can't demangle string or compiler produce wrong mangled string

2016-02-12 Thread nikolay.piskun at roguewave dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69785 --- Comment #1 from Nikolay Piskun --- I can send a test program, but its rather long.

[Bug fortran/77865] New: Regression: wrong debug information for gfortran pointers to structures

2016-10-05 Thread nikolay.piskun at roguewave dot com
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: nikolay.piskun at roguewave dot com Target Milestone: --- Created attachment 39757 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39757&action=edit Test progra