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] re-enable -mabi=no-altivec, use -mabi=altivec as default for powerpc-linux


Hello!

There is one regression with this patch which I plan to fix, probably
before this current patch can be checked in.  Passing generic vectors
to a function with a variable number of arguments is currently broken
for -mno-altivec -mabi=altivec, and with those options as the default
test gcc.c-torture/execute/va-arg-25.c now fails.  It fails without
the patch if -mabi=altivec is used explicitly.

Is this the same failure as PR 34621 for i686-apple-darwin? If it is, does the patch at http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00507.html fix it?


Uros.


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