This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFT/PATCH] Fix Altivec breakage
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: Paolo Bonzini <bonzini at gnu dot org>
- Cc: gcc-patches at gcc dot gnu dot org, Fariborz Jahanian <fjahanian at apple dot com>, Richard Henderson <rth at redhat dot com>
- Date: Sun, 11 Apr 2004 08:35:57 -0400
- Subject: Re: [RFT/PATCH] Fix Altivec breakage
- References: <002201c41f1b$cb3f0720$94df1d97@philo>
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. */