Actions
Bug #12884
closedstabs: gcc false positive clobbered warning
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Since we do return immediately if setjmp() did return nonzero (that is, we got there from longjmp()), we do not really need to worry about possibly clobbered variables. Therefore, we can ignore this warning.
Testing done: build/install/boot
Updated by Toomas Soome about 2 years ago
- Description updated (diff)
- Gerrit CR set to 745
Updated by Electric Monk almost 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 875000d3c627d9be03a7f83a026d1ea45d9680d6
commit 875000d3c627d9be03a7f83a026d1ea45d9680d6 Author: Toomas Soome <tsoome@me.com> Date: 2020-07-02T18:17:22.000Z 12884 stabs: gcc false positive clobbered warning Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
Actions