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]

Re: [gfortran] add SIGNAL and ALARM intrinsics


Then you should at least use *status = (long) signal (*number, handler);
to shut up the warnings about the cast if that's intentional.

Doesn't that only works on platforms where a pointer has the same size as long?


Plus a comment in the source would help too I guess.

OK. Will do it when I understand the first point.


FX


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