Mail Archives: djgpp/1994/11/08/16:18:22
In message <2049 AT snsystems DOT co DOT uk> Martin Day writes:
>
> I am trying to build a 68000 cross compiler but I am having trouble
> compiling the file cse.c. When I try to compile this file I get an
> Abort! message from cc1 with no further indication of what is wrong.
> What does this mean ?
>
> I have cut down cse.c (considerably) and I've found that the
> following program causes cc1 to produce the Abort! message :
>
>
> a ()
> {
> register int i = i ? 1 : c() / 3;
> int e = c() ? 0 : 1 / i ;
> i = 1 << i;
> }
I've now reported this to prep.ai.mit.edu and have been told that
it's fixed in 2.6.1. Is there going to be a djgpp release of this
version of the compiler ?
--
Martin martin AT snsystems DOT co DOT uk
- Raw text -