Operating System - Linux
1753288 Members
5434 Online
108792 Solutions
New Discussion юеВ

Re: Compiler Issues fixed with aCC 6 compiler

 
Sanoj Mathew
New Member

Compiler Issues fixed with aCC 6 compiler

We have come across some issues with our product which has compiled using acc 5 copiler..Basicallu ++,--
kind of operators creating issues..These issues were fixed with aCC 6 compiler.I want to know is there any patch available for these fixes which can be applied on aCC 5 compiler..

Thanks
Sanoj
2 REPLIES 2
Sanoj Mathew
New Member

Re: Compiler Issues fixed with aCC 6 compiler

We are on HP 11.23. With our new stack definition we are using aCC 6
compiler and realesed a hp 11.23 version with this new compiler ,which
doens't have any issues. But now we need to apply the same to our old stack
definition also. Old stack has aCC 5. Which is crashing our server bcoz of
the opearator issues which I have mentioned.My question is, is there any
patch that we can apply on acc 5 so that it will work similar to acc 6.

or we need the complete acc 6 with the old stack also.



Thanks

Sanoj

Dennis Handly
Acclaimed Contributor

Re: Compiler Issues fixed with aCC 6 compiler

What problems with ++/--? Any problems with something like this are user problems:
a = a++;

To get to aCC6 you must purchase a new aC++ compiler. (Or have a support contract.) The latest is A.06.15 with a patch to A.06.16.

>is there any patch that we can apply on aCC5 so that it will work similar to aCC6. Or we need the complete aC6 with the old stack also.

Yes, that's called aCC6. Especially since aCC5 is no longer supported.