[Bug libdw/30085] Negative strides in dwarf_aggregate_size

2023-02-21 Thread thaines.astro at gmail dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30085 --- Comment #3 from Tim Haines --- I was actually trying to make a Fortran example, but couldn't get one to work! Glad John was able to make one. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug libdw/30085] Negative strides in dwarf_aggregate_size

2023-02-21 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30085 --- Comment #2 from Mark Wielaard --- I asked around and John DelSignore came up with the following fortran example: = array.f95 = program f_prog integer*4, allocatable, target, dimension (:,:) :: big_array integer, dimension

[Bug libdw/30085] Negative strides in dwarf_aggregate_size

2023-02-15 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30085 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #1