------- Comment #12 from ubizjak at gmail dot com 2008-02-13 16:42 ------- (In reply to comment #11) > At rev. 132272 gcc.target/i386/pr35160.c fails on i686-apple-darwin9 with:
i686-apple-darwin-9 implies -fpic, so one register less is available. This is a testsuite failure, following patch fixes it: Index: pr35160.c =================================================================== --- pr35160.c (revision 132285) +++ pr35160.c (working copy) @@ -1,5 +1,6 @@ /* PR inline-asm/35160 */ /* { dg-do run } */ +/* { dg-skip-if "" { ilp32 && { ! nonpic } } { "*" } { "" } } */ /* { dg-options "-O2" } */ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35160