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: [PATCH] Testsuite tweaks (SPARC)


On Mon, 13 Oct 2003 16:37:16 +0200
Eric Botcazou <ebotcazou@libertysurf.fr> wrote:

> The SPARC back-end doesn't know how to handle vector modes, so it ICEs when 
> such a mode reaches it, mainly at low optimization levels.

I don't know how wise it is to just do this for Sparc.

Is the compiler expected to handle vector modes even on platforms that
don't have something like the altivec vector support the rs6000 backend
has?

If so, we should fix Sparc.

If not, we should specifically mention the platforms that support
vector stuff in the testcase since that group is smaller than
those that don't support vector stuff.


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