[Bug debug/91507] wrong debug for completed array with previous incomplete declaration

2024-06-01 Thread mark at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91507 Mark Wielaard changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Bug debug/91507] wrong debug for completed array with previous incomplete declaration

2024-06-01 Thread mark at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91507 Mark Wielaard changed: What|Removed |Added CC||gccbugs at dima dot secretsauce.ne

[Bug debug/91507] wrong debug for completed array with previous incomplete declaration

2019-10-10 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91507 Richard Biener changed: What|Removed |Added Known to work||10.0 Known to fail|10.0

[Bug debug/91507] wrong debug for completed array with previous incomplete declaration

2019-10-01 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91507 --- Comment #6 from Alexandre Oliva --- Author: aoliva Date: Tue Oct 1 11:36:31 2019 New Revision: 276403 URL: https://gcc.gnu.org/viewcvs?rev=276403=gcc=rev Log: DWARF array bounds missing from C++ array definitions A variable redeclaration

[Bug debug/91507] wrong debug for completed array with previous incomplete declaration

2019-09-10 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91507 --- Comment #5 from Tom de Vries --- patch submitted: https://sourceware.org/ml/gdb-patches/2019-09/msg00161.html

[Bug debug/91507] wrong debug for completed array with previous incomplete declaration

2019-09-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91507 Richard Biener changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug debug/91507] wrong debug for completed array with previous incomplete declaration

2019-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91507 --- Comment #3 from Richard Biener --- Note that lldb has (lldb) p zzz (char *[2]) $0 = ([0] = "abc", [1] = "cde") for the proposed variant with an extra DW_AT_type in the specification DIE and (lldb) p zzz error: incomplete type 'char *[]'

[Bug debug/91507] wrong debug for completed array with previous incomplete declaration

2019-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91507 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug debug/91507] wrong debug for completed array with previous incomplete declaration

2019-08-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91507 Richard Biener changed: What|Removed |Added Keywords||wrong-debug CC|