Comment 4 for bug 23789

Revision history for this message
In , Brendan O'Dea (bod) wrote : Re: Bug#333510: [FTBFS] perl fails on arm with -O2

On Wed, Oct 12, 2005 at 12:01:03PM +0300, Riku Voipio wrote:
>Perl fails to build on arm/armeb with -O2 optimization and current gcc4.
>with -01, perl compiled fine and pass testsuites withoout a problem. By
>using the following patch instead of the current 63_debian_ppc_opt..
>patch, this (gcc) issue can be worked around.

Building a new package now. I've dropped the optimisation on only the
following files (which proved to be the source of the problem on other
architectures): pp_ctl.c, pp_hot.c and pp_sort.c .

If this doesn't fix the problem, re-open and I'll drop everything to
-O1.

Would have tested this first, but unfortunately there doesn't seem to be
an arm machine available for developers right now...

--bod