Why doesn't Arduino 1.0.1 use the latest GCC?

MarkT:
The reason is probably that noone's spent the time testing it for bugs - newer versions of optimising compilers tend to have bugs. You'll have a far easier life if you update compiler versions after they've been shaked down in the wild for some time. The principle of "if it isn't broken don't fix it" applies.

If you want to try more recent gcc-avr versions there is no-one stopping you.

However, the version Ardunio is shipping is 4.3.2 which was released on August 27, 2008, so the version is rather old. The latest release is 4.7.2 which was released on September 20, 2012. Even if you wanted to go back one major revision, the 4.6.3 release was made on March 1, 2012.