Out of curiosity, I pulled out an old piece of merge-sort code I'd written a few years ago and compiled it using both Dev-C++ and gcc 2.95.3. Dev-C++ is a Win32 port of gcc 2.95.3, for anyone who wasn ...
Steven Rostedt wanted to do a little housekeeping, specifically with the function tracing code used in debugging the kernel. Up until then, the kernel could enable function tracing using either GCC's ...