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: Intrinsics for N2965: Type traits and base classes


On 3 October 2011 02:55, Michael Spertus wrote:
> Index: gcc/c-family/c-common.h
> ===================================================================
> --- gcc/c-family/c-common.h ? ? (revision 178892)
> +++ gcc/c-family/c-common.h ? ? (working copy)
> @@ -139,7 +139,8 @@
> ? RID_IS_LITERAL_TYPE, ? ? ? ? RID_IS_POD,
> ? RID_IS_POLYMORPHIC, ? ? ? ? ?RID_IS_STD_LAYOUT,
> ? RID_IS_TRIVIAL, ? ? ? ? ? ? ?RID_IS_UNION,
> - ?RID_UNDERLYING_TYPE,
> + ?RID_UNDERLYING_TYPE, ? ? ? ? RID_BASES,
> + ?RID_DIRECT_BASES,


Should that be kept in alphabetical order?


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