two months or so ago, I've noticed that one of MICO core file is not
compilable by gcc3.3 - i.e. I've thought that gcc goes into infinite
loop
while compiling it. Today I'm trying to find where is the problem to
fill
proper bugreport. I've found that gcc is not in infinite loop, but just
that it spend too long time in ``expand'' and consumes too much memory
in
comparison with gcc3.2.2
Rought comparison:
gcc3.2.2: time 20s memory 58MB (reported by top)
gcc3.3: time 900s memory about 250MB (reported by top)