> gcc: version 4.02 > target: DLX CPU (port in progress) > > Does anyone have an idea what can cause this? > Is this a bug in gcc or in target cpu files?
It's almost certainly a bug in your target files. The quickest course of action would be to run cc1 under gdb, feed it with the same source file (preprocessed first, of course) and see if you can infer the cause of the crash from the backtrack and variables in that stack frame. Ben