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: [RFT/PATCH] Fix Altivec breakage


Eeech, is there no way to use one definition for both c-tree.h and
cp-tree.h?  Or perhaps a comment in c-tree.h saying both should be
kept in sync (sic).

Aldy

     Index: cp/cp-tree.h
     ===================================================================
     RCS file: /cvs/gcc/gcc/gcc/cp/cp-tree.h,v
     retrieving revision 1.961
     diff -u -p -r1.961 cp-tree.h
     --- cp/cp-tree.h        31 Mar 2004 08:41:25 -0000      1.961
     +++ cp/cp-tree.h        10 Apr 2004 16:38:06 -0000
     @@ -3383,6 +3383,9 @@ enum overload_flags { NO_SPECIAL = 0, DT
      #define COMPARE_REDECLARATION 4 /* The comparison is being done when
                                        another declaration of an existing
                                        entity is seen.  */
     +#define COMPARE_SAME_MODE     8 /* Check if the types have the same
     +                                  underlying mode.  Currently used for
     +                                  vector types only.  */


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