This is the mail archive of the gcc-help@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: Integral conversions in C/C++


Andrew Haley wrote:

Section 5 Para. 9

That's talking about _relational_ operators and starts with


"The usual arithmetic conversions are performed on operands of
 arithmetic or enumeration type."

going on about pointer conversions ectpp.  My example did,
however, neither.  Any more pointers ?

and Section 4.5.

That's "Integral promotions" vs. 4.7 "Integral conversions" as in the subject of the OP.


Cheers, Christian


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