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: [RFC,PATCH] Builtin macros for sizes of standard types


Andreas Krebbel <Andreas.Krebbel@de.ibm.com> writes:

> I couldn't find a function converting a HOST_WIDE_INT into a string.
> Do we have something like that?

sprintf (buf, HOST_WIDE_INT_PRINT_DEC, i);

> Does anyone agree with me that this might be helpful and worth to be
> integrated?

It seems useful to me, although it should be documented.  However, I
can't approve it.

Ian


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