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]

Re: [patch]: Add support of new __int128 type for targets having 128-bit integer scalar support


On 05/25/2010 03:59 PM, Joseph S. Myers wrote:
Do we have a rule for when there is C++ support (numeric_limits, RTTI and
whatever else libstdc++ does for each integer or each floating-point type)
for extended types?

I would expect C++ support for any extended type to include those things. In this case, the compiler already has a mangling for 128-bit int, so the patch didn't need to add it. The patch handles RTTI properly.


Jason


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