Hello, The attached patch changes the testsuite compiler_info for gcc from: gcc-MAJOR-MINOR e.g., gcc-3-3 to either of: gcc-MAJOR-MINOR-PATCHLEVEL e.g., gcc-3-3-2 gcc-MAJOR-MINOR- e.g., gcc-2-95- dependant on that info being available via __GNUC_PATCHLEVEL__. For the latter, possible alternatives include: gcc-MAJOR-MINOR-__GNUC_PATCHLEVEL__ e.g., gcc-2-95-__GNUC_PATCHLEVEL__ gcc-MAJOR-MINOR e.g., gcc-2-95 Thoughts? Michael? The original motivation for the change is gone but seeing as it is sitting in my sandpit. Andrew