This is the mail archive of the gcc-bugs@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]

[Bug target/31364] [4.3 Regression] ICE in extract_insn, at recog.c:2119 during bootstrap



------- 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


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