[Bug target/32787] [4.2/4.3 Regression] Sun Studio 12 Undefined symbol addl
kjetilho at ifi dot uio dot no
gcc-bugzilla@gcc.gnu.org
Mon Aug 13 17:53:00 GMT 2007
------- 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
More information about the Gcc-bugs
mailing list