------- Comment #7 from kjetilho at ifi dot uio dot no 2007-08-13 17:53 ------- I suggest the patch is made simpler, so that Sun Studio 11 (which doesn't understand asm at all) can be used for bootstrapping, e.g.:
-#ifdef GCC_VERSION +#if defined(GCC_VERSION) && !defined(__SUNPRO_C) -- kjetilho at ifi dot uio dot no changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kjetilho at ifi dot uio dot | |no http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32787