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: [patch, libgfortran] Some more transformational intrinsic speedups


>  Without looking at the details of Thomas' patch I think intptr_t is the
> right type, i.e. an integer type that is defined to always be wide enough to
> contain a pointer.

uintptr_t (the unsigned type) seems more appropriate here. But are we
guaranteed it is defined? When I used intptr_t in the past (in
intrinsics/signal.c and runtime/backtrace.c) I've defined a macro
depending on HAVE_INTPTR_T.

FX

-- 
FX Coudert
http://www.homepages.ucl.ac.uk/~uccafco/


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