This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/32787] [4.2 Regression] Sun Studio 12 Undefined symbol addl



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]