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

[v3] parallel mode use cstdint


First in a series of 3 patches fixing parallel mode settings. This was
originally posted as part of libstdc++/34797: I'm breaking it into
three pieces and posting individually.

This patch uses stdint's int64_t instead of the current
__gnu_parallel::int64, et. al. By doing this, we have consistent type
usage across C/C++, with the downside of having std::tr1 injected when
using parallel mode. I think the removal of "sound alike" typedefs
outweighs the (slight) disadvantage.

-benjamin

tested x86/linux
tested x86/linux parallel mode

Attachment: p.20080215-1
Description: Text document


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