[Bug debug/104169] GDB unable to set $xmm2-7 register but able to set $xmm0-1 on non-AVX machines

2022-01-21 Thread contact at lsferreira dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104169 --- Comment #2 from Luís Ferreira --- Thanks for the information. Just cross-referencing here: https://sourceware.org/bugzilla/show_bug.cgi?id=28803 .

[Bug debug/104169] New: GDB unable to set $xmm2-7 register but able to set $xmm0-1 on non-AVX machines

2022-01-21 Thread contact at lsferreira dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104169 Bug ID: 104169 Summary: GDB unable to set $xmm2-7 register but able to set $xmm0-1 on non-AVX machines Product: gcc Version: unknown Status: UNCONFIRMED

[Bug demangler/102732] New: quadratic/exponential time complexity on D demangler

2021-10-13 Thread contact at lsferreira dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102732 Bug ID: 102732 Summary: quadratic/exponential time complexity on D demangler Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug demangler/102702] libiberty: heap/stack buffer overflow when decoding user input

2021-10-12 Thread contact at lsferreira dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102702 --- Comment #1 from Luís Ferreira --- Submitted patch: https://gcc.gnu.org/pipermail/gcc-patches/2021-September/579985.html

[Bug demangler/102702] New: libiberty: heap/stack buffer overflow when decoding user input

2021-10-12 Thread contact at lsferreira dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102702 Bug ID: 102702 Summary: libiberty: heap/stack buffer overflow when decoding user input Product: gcc Version: 11.2.0 Status: UNCONFIRMED Severity: normal

[Bug d/102618] d-demangle: anonymous symbols are not being properly skipped

2021-10-08 Thread contact at lsferreira dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102618 --- Comment #2 from Luís Ferreira --- Sorry, I sent the wrong example. That example was to cover a missing test. The actual mangle that is not being handled is _D8demangle9anonymous0Z . It should be demangled as demangle.anonymous .

[Bug demangler/102618] New: d-demangle: anonymous symbols are not being properly skipped

2021-10-05 Thread contact at lsferreira dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102618 Bug ID: 102618 Summary: d-demangle: anonymous symbols are not being properly skipped Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal