------- Comment #12 from ubizjak at gmail dot com 2007-11-08 10:23 ------- (In reply to comment #8)
> Thanks for the suggestion. I think it should use the assembler when > compiling with Sun Studio 12. Please note that this part of gcc driver is only activated when -march=native is added to compile flags. When sunpro is used as stage1 compiler, -march=native functionality of the driver will be disabled, but will be re-enabled in later stages when gcc will compile itself. I didn't test this, but IMO -march=native functionality will remain disabled when non-bootstrapped gcc is built with non-gcc compiler. -- ubizjak at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32787