Moving To GCC 4.0

Last Revision:
Version 1.0, 2005-06-01
Shows how to fix code that GCC 3.3 accepts but GCC 4.0 doesn't.
Build Requirements:
Tiger or later
Runtime Requirements:
N/A

A collection of code examples that each show a problem you might encounter when moving from GCC 3.3 to GCC 4.0 due to invalid code in your project that GCC 3.3 accepted but GCC 4.0 does not. Each example also shows how to rewrite the code to make it valid.