This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/57287] [4.9 Regression] Bogus uninitialized warning with abnormal control flow


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57287

--- Comment #22 from rguenther at suse dot de <rguenther at suse dot de> ---
On Tue, 3 Sep 2013, amylaar at gcc dot gnu.org wrote:

> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57287
> 
> Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>                  CC|                            |amylaar at gcc dot gnu.org
> 
> --- Comment #21 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> ---
> (In reply to Richard Biener from comment #18)
> 
> > Added:
> >     trunk/gcc/testsuite/gcc.dg/pr57287-2.c
> 
> Why is that using __sigsetjmp ?  That's not a standard function.
> E.g. newlib doesn't have it.

Sorry, I forgot to change it to setjmp.  Done now.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]