|
From: | Paul Eggert |
Subject: | Re: Warnings/errors related to possibly clobbered variables |
Date: | Tue, 13 Jan 2015 09:07:21 -0800 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 |
Eli Zaretskii wrote:
Why not declare the offending variables 'volatile' and forget about all this stuff?
When this topic last came up, I vaguely recall Stefan saying that we shouldn't declare local variables 'volatile' merely to work around GCC bugs, and that we should get GCC fixed instead. I filed a bug report, but the bug has not been fixed yet; see:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48968
[Prev in Thread] | Current Thread | [Next in Thread] |