This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/46954] FDEs possibly left unsorted in unwind-dw2-fde.c
- From: "egallager at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 24 Jul 2017 19:05:23 +0000
- Subject: [Bug other/46954] FDEs possibly left unsorted in unwind-dw2-fde.c
- Auto-submitted: auto-generated
- References: <bug-46954-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46954
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2017-07-24
CC| |egallager at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #1 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Jan Voung from comment #0)
> Not completely sure if this is a bug in GCC or my toolchain, but I have been
> able to trigger a situation where _Unwind_Find_FDE is unable to find an FDE.
How exactly were you able to trigger this situation? Do you have anything that
could be used as a testcase?