Operating System - HP-UX
1828411 Members
3337 Online
109977 Solutions
New Discussion

Re: Weird 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.