This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

longjmp warning with Win64 compile


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?


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