Operating System - HP-UX
1753706 Members
4654 Online
108799 Solutions
New Discussion

Re: How to report a C compiler bug ??

 
Dennis Handly
Acclaimed Contributor

Re: How to report a C compiler bug ??

Looks like the bug report got to me anyway, no matter if I tried to hide. ;-)
Dennis Handly
Acclaimed Contributor

Re: How to report a C compiler bug ??

The problem has to do with a frontend optimization that doesn't recognize the default +Onosignedpointers.

If you use aCC -Ae, it won't happen. It also doesn't happen on Integrity, since they are always unsigned.