Operating System - HP-UX
1827724 Members
2847 Online
109968 Solutions
New Discussion

Wierd Error when compiled Proc code with +Ofast compiler option

 
Dennis Handly
Acclaimed Contributor

Re: Weird Error when compiled Proc code with +Ofast compiler option

>But how do I do it?

Typically customers don't do it. If anything, they patch up to the latest version. Or they contact the Response Center and let HP do it.

If you would like to binary search for the bad function, you can use "+opts filename" and inside filename, you can add:
+O1=func1 +O1=func2

Then change it to +O2= to see when it fails.