]> git.ipfire.org Git - thirdparty/gcc.git/commit
fix assert in non-atomic path
authorThomas Neumann <tneumann@users.sourceforge.net>
Mon, 15 May 2023 12:59:22 +0000 (14:59 +0200)
committerThomas Neumann <tneumann@users.sourceforge.net>
Mon, 15 May 2023 13:17:21 +0000 (15:17 +0200)
commit30adfb85ff994c0faa0cc556ba46838b218263f5
treef2ea72cc9d02eb74046cf9ea366fd220ea849a95
parentc4733ea2b46278974f8d78a8afb379447cc38201
fix assert in non-atomic path

The non-atomic path does not have range information,
we have to adjust the assert handle that case, too.

libgcc/ChangeLog:
* unwind-dw2-fde.c: Fix assert in non-atomic path.
libgcc/unwind-dw2-fde.c