Upgrading from SUN SPARCCompiler 4.2 questions

reading the response to dbx debugging..........Forte C++ vs Sun Studio

I learned that SUN SPARCCompiler is now know as SUN Studio and

just how far behind the times our compiler is.

We are currently using SUN SPARCCompiler 4.2 running on Solaris 5.

Since the compiler is moving to a new server running Solaris 9 and

possibly Solaris 10 x86 in the future. It is past time to upgrade the

compiler.

I read that SUN Studio is backwards compatible to version 5.0. Will

code which worked with 4.2 also work with the latest version of Sun

Studio? WIll the code require only minor changes or will there be a

need to rewrite large sections?

Also how will moving to Solaris 10 x86 impact the code?

[765 byte] By [jfletch3] at [2007-11-26 10:43:21]
# 1

For migrating C++ programs from C++ 4.2, all your questions are answered in the C++ Migration Guide in the Studio 11 document set:

http://docs.sun.com/app/docs/coll/771.7

Moving to x86 should matter primarily if you have sparc assembler code, or sparc binaries for which you do not have source code.

Check out the "Reference" tab on the Sun Studio page:

http://developers.sun.com/sunstudio/

clamage45 at 2007-7-7 2:55:21 > top of Java-index,Development Tools,Solaris and Linux Development Tools...