This is the mail archive of the gcc@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: [TESTCASE] Minimized testcase for AltiVec segfault


Am Don, 2002-02-28 um 00.10 schrieb Aldy Hernandez:

> it is theoretically possible to use -maltivec without the altivec abi,
> but that doesn't make much sense because you won't have VRSAVE set,
> you won't get varargs (which are broken right now anyhow :-)) working,
> you can't get the stack adjusted properly for the vector arguments,
> etc etc.

The joke here is: I'm not using vector arguments, nor varargs, I don't
need vectors on the stack and nothing. In theory I should be able to
live without -mabi=altivec if there wasn't this nasty segfault at -O0.

> i think -maltivec without the abi changes is there for somebody who
> *really* knows what s/he's doing, has everything aligned properly, and
> wants to have a function callable from non altivec compiled functions.

That would be me! I know what I'm doing, have no intention to pass
vector arguments or use varargs.
 
-- 
Servus,
       Daniel


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