[email protected]:
> >> If you have time, can you try:
> >>
> >> stuff = 0.7 * ((double) var_psc_pre_queue_limit);
> >> stuff = 0.9 * ((double) var_psc_pre_queue_limit);
> >>
> >> Thanks,
> >
> > In case that does not help, declaring the hiwat and lowat variables
> > as double instead of int (in postscreen.c and postscreen.h) could
> > make a difference.
> >
> > Perhaps the bug is triggered when the target of assignment is int.
> >
> > Either way it would be a compiler bug.
>
> Luckily we do not need aCC compiled Postfix on HPUX but i wonder what
> else this compiler would break. I have to talk to the devs if they are
> aware of this strange behaviour. Maybe a recommendation should be
> included to better use gcc on HPUX.
Were you able to make it work? How? I'd rather not have other people
go through this same thing again.
Wietse