Bruce Momjian <bruce(at)momjian(dot)us> writes:
> Tom Lane wrote:
>> Suppress some "variable might be clobbered by longjmp" warnings.
>>
>> Seen with an older gcc version. I'm not sure these represent any real
>> risk factor, but still a bit scary. Anyway we have lots of other
>> volatile-marked variables in this code, so a couple more won't hurt.
> I assume you saw my comment in basebackup.c:
> * Some old compilers, e.g. gcc 2.95.3/x86, think that passing
> * a struct in the same function as a longjump might clobber
> * a variable. bjm 2011-02-04
> * http://lists.apple.com/archives/xcode-users/2003/Dec//msg00051.html
Curious that you're getting different warnings with that than I get
with HPPA 2.95.3.
regards, tom lane
In response to
Responses
pgsql-committers by date
| Next: | From: Itagaki Takahiro | Date: 2011-03-10 06:24:00 |
| Subject: pgsql: Cleanup copyright years and file names in the header commentsof |
| Previous: | From: Tom Lane | Date: 2011-03-10 05:12:56 |
| Subject: pgsql: replication/repl_gram.h needs to be cleaned too ... |