------- Comment #1 from ubizjak at gmail dot com 2008-03-26 22:55 ------- (In reply to comment #0) > On powerpc-apple-darwin* we have the following failures (among others): > > FAIL: gcc.dg/vect/section-anchors-pr27770.c (test for excess errors) > FAIL: gcc.dg/vect/section-anchors-vect-69.c (test for excess errors) > > This can be fixed by the following patch (borrowed from > gcc/testsuite/gcc.dg/pr26427.c):
> /* { dg-require-effective-target section_anchors } */ Perhaps a better fix would be to exclude darwin from the list of supported targets in procedure check_effective_target_section_anchors in testsuite/lib/target-supports.exp? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35710