This is the mail archive of the gcc@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]

Re: enums and null pointer constants


    Ah, but an enumeration type _is_ an integer type.  6.2.5 para 17:

        The type char, the signed and unsigned integer types, and the
        enumerated types are collectively called integer types.

... and here I was thinking the Ada standard was bad in using colloquial
notions as technical terms in ways that differed from their usual meaning.

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