------- Comment #1 from tbm at cyrius dot com  2007-03-26 16:51 -------
Reduced testcase, you need -fPIC:

struct _pthread_fastlock
{
}
pthread_mutexattr_t;
extern void abort (void) __attribute__ ((__nothrow__))
  __attribute__ ((__noreturn__));
typedef int SItype __attribute__ ((mode (SI)));
__subvsi3 (SItype a, SItype b)
{
    abort ();
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31364

Reply via email to