longjmp warning with Win64 compile

Jerry DeLisle jvdelisle@verizon.net
Sat Apr 26 15:36:00 GMT 2008


NightStrike wrote:
> When compiling for host=target=x86_64-pc-mingw32, I see this:
> 
> ../../../build/gcc-svn/gcc/libgfortran/io/list_read.c: In function
> 'list_formatted_read_scalar':
> ../../../build/gcc-svn/gcc/libgfortran/io/list_read.c:1740: warning:
> argument 'type' might be clobbered by 'longjmp' or 'vfork'
> 
> 
> I'm guessing this must be related to the recent fixes with
> setjmp/longjmp.  Any ideas on how to fix it?
> 
This is expected for that particular piece of code.  Not to do with Win64, its 
been around a while.

Jerry



More information about the Fortran mailing list