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 fortran/45629] libgfortran/io/list_read.c:1872:10: warning: variable 'elem' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]


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

Janne Blomqvist <jb at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jb at gcc dot gnu.org,
                   |                            |jvdelisle at gcc dot
                   |                            |gnu.org

--- Comment #2 from Janne Blomqvist <jb at gcc dot gnu.org> 2010-10-16 22:10:19 UTC ---
(In reply to comment #1)
> Created attachment 22068 [details]
> Preliminary patch
> 
> Preliminary patch for getting rid of setjmp/longjmp, instead using an
> errno-style flag variable.

... preliminary, as in fails a few testcases. Anyways, I'm not sure when I'll
have time to finish it, but if anyone wants to lend a hand. Not that it's any
particularly high priority either.


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