https://sourceware.org/bugzilla/show_bug.cgi?id=33721
Alan Modra <amodra at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #16521|0 |1
is obsolete| |
--- Comment #2 from Alan Modra <amodra at gmail dot com> ---
Created attachment 16522
--> https://sourceware.org/bugzilla/attachment.cgi?id=16522&action=edit
Revised patch
Applying the patch allowed gcc to optimise sframe_decode_fre_start_address
better and see this:
libsframe/sframe.c:1287:21: warning: ‘end_ip_offset’ may be used uninitialized
[-Wmaybe-uninitialized]
1287 | end_ip_offset -= 1;
| ^~
Fix that too.
--
You are receiving this mail because:
You are on the CC list for the bug.