Re: libbacktrace patch committed: Add casts to avoid undefined shifts

2025-02-10 Thread Ian Lance Taylor
On Thu, Jan 30, 2025 at 3:23 PM Ian Lance Taylor wrote: > > This patch from pgerell at GitHub adds some casts to libbacktrace to > avoid undefined shifts. These shifts are OK on all real systems but > may as well get it right. Bootstrapped and ran libbacktrace tests on > x86_64-pc-linux-gnu. Commi

libbacktrace patch committed: Add casts to avoid undefined shifts

2025-01-30 Thread Ian Lance Taylor
This patch from pgerell at GitHub adds some casts to libbacktrace to avoid undefined shifts. These shifts are OK on all real systems but may as well get it right. Bootstrapped and ran libbacktrace tests on x86_64-pc-linux-gnu. Committed to mainline. Ian libbacktrace: add casts to avoid undefined