PR testsuite/29055
* gcc.target/powerpc/darwin-bool-1.c: Skip -m64
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116993
138bc75d-0d04-0410-961f-
82ee72b054a4
+2006-09-16 Jack Howarth <howarth@bromo.med.uc.edu>
+
+ PR testsuite/29055
+ * gcc.target/powerpc/darwin-bool-1.c: Skip -m64
+
2006-09-15 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/specs/double_record_extension1.ads: New test.
/* Check that sizeof(bool) is 4 if we don't use special options. */
/* Matt Austern <austern@apple.com> */
/* { dg-do run { target powerpc*-*-darwin* } } */
+/* { dg-skip-if "" { powerpc*-*-darwin* } { "-m64" } { "" } } */
int dummy1[sizeof(_Bool) - 3];
int dummy2[5 - sizeof(_Bool)];