Operating System - HP-UX
1830898 Members
3034 Online
110017 Solutions
New Discussion

To Identify Non Protable C/C++ statements while porting from 32 bit to 64 bit thru ACC compiler

 
dheepak
Occasional Contributor

To Identify Non Protable C/C++ statements while porting from 32 bit to 64 bit thru ACC compiler

What is the equivalent of "cc +DD64 +M2" in aCC compiler to identify non portable c/C++ statements while moving to 64 bit?
how much i know depends on how little you know
1 REPLY 1
Dennis Handly
Acclaimed Contributor

Re: To Identify Non Protable C/C++ statements while porting from 32 bit to 64 bit thru ACC compiler

By now you can use +M2 or +w64bit on IPF. On that old compiler you could use +w and then weed out the one or two warnings that deal with truncation.

Now you can also download cadvise and use +w64bit:
http://www.hp.com/go/cadvise