jo...@bec.de (Joerg Sonnenberger) writes: >Which compiler from this century doesn't allocate stack space >independent from the source order?
gcc with -O0 and -O1 allocates variables in source order. With our notoriously broken gdb, that can be helpful.