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: TYPE_VECTOR_OPAQUE broken


On Tue, Jul 28, 2009 at 10:55:38PM +0200, Paolo Bonzini wrote:
> >Why?  This is causing problems with the mep-elf port, which uses
> >opaque vectors extensively.
> 
> Because the existence of deprecated types (not TYPE_DECLs!) in 
> c-common.c is undocumented, and unfortunately it didn't show up on 
> PowerPC.  But even though its testcases are limited, I would have 
> thought that gcc.target/powerpc/spe1.c would have triggered it.

However, spe1.c is only run when the target is powerpc-linuxspe to enable the
test.  I didn't see any results from a linuxspe system in July's
gcc-testresults.  The Altivec/VSX part of the powerpc compiler doesn't use
opaque vectors, but instead prefers to have overloaded builtins that return the
appropriate builtin function based on the argument types.

-- 
Michael Meissner, IBM
4 Technology Place Drive, MS 2203A, Westford, MA, 01886, USA
meissner@linux.vnet.ibm.com


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