This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/bheckel/fortran-strides in repository binutils-gdb.
discards 2c392d4 fortran: test cases for subarray strides and slices discards 4113176 fortran: calculate elements of a subarray using a provided st [...] discards 0fa0ca2 fortran: enable parsing of stride parameter for subranges discards fd3d44b fortran: change subrange enum to bit field discards 7e6d1f1 fortran: combine subarray and string computation discards 54194dc fortran: allow multi-dimensional subarrays discards ba92ba1 test: stride support for dynamic arrays. discards 0906bbb vla: add stride support to fortran arrays. new c632ec4 Dwarf: Fix dynamic properties with neg. value. new 538707a Fortran: Fix negative bounds for dynamic allocated arrays. new 4efec01 vla: add stride support to fortran arrays. new 47a78fe fortran: allow multi-dimensional subarrays new 75d2491 fortran: combine subarray and string computation new 57113d3 fortran: change subrange enum to bit field new ef4f0c7 fortran: enable parsing of stride parameter for subranges new 3067104 fortran: calculate elements of a subarray using a provided st [...] new dbfd714 fortran: test cases for subarray strides and slices
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (2c392d4) \ N -- N -- N refs/heads/users/bheckel/fortran-strides (dbfd714)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/dwarf2loc.c | 46 ++++++++++++++++++++++++++------ gdb/dwarf2loc.h | 6 +++++ gdb/gdbtypes.c | 23 +++++----------- gdb/gdbtypes.h | 2 -- gdb/testsuite/gdb.fortran/vla-ptype.exp | 4 +++ gdb/testsuite/gdb.fortran/vla-sizeof.exp | 4 +++ gdb/testsuite/gdb.fortran/vla-stride.f90 | 4 +-- gdb/testsuite/gdb.fortran/vla.f90 | 10 +++++++ gdb/valarith.c | 12 +++------ 9 files changed, 73 insertions(+), 38 deletions(-)