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: More AltiVec builtin/argument combinations



On May 11, 2004, at 12:47 PM, Ziemowit Laski wrote:
On 11 May, 2004, at 10.25, Aldy Hernandez wrote:
"Ziemowit" == Ziemowit Laski <zlaski@apple.com> writes:

+/* { dg-do compile { target powerpc*-*-* } } */
+/* { dg-options "-faltivec" } */

Huh, we don't have an -faltivec option on non-darwin, and you're running this test for all powerpc variants.

Oh yeah, sorry :-) I'll add that to my altivec.h fix.


Brace goes on separate line.  Space after foo.  Same for the rest of
the patch.

So we _do_ have coding standards for DejaGNU test cases? :-) That's news to me,
but I guess it won't hurt to do as you suggest.

It's new to me too, and it's a bad idea. This wil conceal bugs that appear only with
a style that doesn't follow the coding standards.



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