develooper Front page | perl.perl5.porters | Postings from September 2010

Re: [perl #77952] [PATCH] Fix longjmp build warnings in regcomp.c

Thread Previous | Thread Next
From:
karl williamson
Date:
September 20, 2010 15:57
Subject:
Re: [perl #77952] [PATCH] Fix longjmp build warnings in regcomp.c
Message ID:
4C97E6B6.2060908@khwilliamson.com
Jerry D. Hedden (via RT) wrote:
> # New Ticket Created by  "Jerry D. Hedden" 
> # Please include the string:  [perl #77952]
> # in the subject line of all future correspondence about this issue. 
> # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=77952 >
> 
> 
> This is a bug report for perl from jdhedden@cpan.org,
> generated with the help of perlbug 1.39 running under perl 5.13.4.
> 
> 
> -----------------------------------------------------------------
> [Please describe your issue here]
> 
> The attached patch fixes the following build warnings in blead:
> 
> regcomp.c: In function `Perl_re_compile':
> regcomp.c:4273: warning: variable 'exp' might be clobbered by
> `longjmp' or `vfork'
> regcomp.c:4274: warning: variable 'xend' might be clobbered by
> `longjmp' or `vfork'
> regcomp.c:4286: warning: variable 'restudied' might be clobbered by
> `longjmp' or `vfork'
> 

Thanks for this; I didn't know how to get rid of them.  However, 
regcomp.c was changed yesterday, and your patch deletes those changes. 
Perhaps you could rebase and resubmit?

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About