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

ints in parallel code


Hi Johannes,

today was going through the parallel code to do some more or less
formatting and uglifications fixes, when I noticed something potentially
much more serious: I'm seeing many plain ints around, also for things
which look like indexes in data, differences of iterators, things like
that. That would be not 64-bit clean, a rather serious issue these days,
but automatically replacing longs would be in general essentially enough
to fix the problem (ptrdiff_t can be more correct in some cases). Can
you look a bit into this?

Thanks,
Paolo.


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