15.10.2009, 17:49
This isn't in any way weird. Here is condition line from "sc1.c" file from compiler sources:
In other words, it is called when stack optimal size is exceeded.
Код:
if ((sc_debug & sSYMBOLIC)!=0 || verbosity>=2 || stacksize+32>=(long)pc_stksize || flag_exceed)