commit | 5ab7e92d55958a61ee6504711ef91d9a5d102f1c | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Mon Mar 17 11:58:03 2025 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Tue Mar 18 06:32:45 2025 -0600 |
tree | eb0582191eeaf8b215568f8f29c04bf684c9fdb8 | |
parent | 7f6cdc6a9ef1234063c27bb56224338d47553147 [diff] |
Preserve a local variable in a gdb test I found another Ada test where LLVM optimizes away an unused local variable. This patch fixes this problem -- but note the test now fails for a different (currently expected) reason.