GCC 3.3.1 Released
Wiz writes "The latest and greatest version of gcc is now out - v3.3.1! As an update to the current version, it is bug fixes only. You can find the list of changes here and you can download it from their mirror sites. Enjoy!"
← Back to Stories (view on slashdot.org)
The dead code removal has to be done in the linker, not in GCC. Note the linker is part of the binutils project, not GCC, complain to them, not us, GCC.
Also static linking anything will grow your executable more than needed.
Dead code removal in your code, not libraries is done by GCC already and is being improved still.