"Rick C. Hodgin" <foxmuldrs...@yahoo.com> writes: > What's the best way to learn about developing GCC? Not developing in > GCC, but understanding and extending the compiler's design itself?
Start by reading http://gcc.gnu.org/onlinedocs/gccint/ and http://gcc.gnu.org/wiki/ . Ian