> > The Error occures in mark_jump_label_1. It is called with a null pointer > > as the rtx x. > > Does nobody have an idea why or where the error occures? I really start > to became desperate.
I'm sure plenty of people have an idea of why the error occurs. However, you need to be clearer in explaining the problem so that people have at least some hope of helping you, or doing so without consuming excessive amounts of time from their schedules. > I already changed a lot of Makros and analysed the the resulting gcc > with gdb but I can't fix the error. I'm really grateful for every > help! Perhaps you could get a stack backtrace and try to understand why you're getting a NULL_RTX passed in? Ben