On 2011/10/11 09:10, Sebastian Reitenbach wrote:
>  
> On Thursday, October 6, 2011 10:42 CEST, David Coppa <dco...@openbsd.org> 
> wrote: 
>  
> > 
> > Hi,
> > 
> > The diff below updates wget to version 1.13.4 (the latest).
> > 
> > I've tested it on amd64 and sparc64, but I'd appreciate a test on
> > a gcc2 arch if is it possible...
> 
> Maybe vax is not the best gcc2 arch to test, since gperf doesn't seem to 
> build before even trying to build wget:

The other remaining gcc2 arch are considerably harder to get tests on.

bsd.port.arch.mk:GCC2_ARCHS = aviion luna88k m68k m88k mac68k mvme68k mvme88k 
vax

> ===>  Building for gperf-3.0.4
..
> c++ -O2 -pipe -I. -I./../lib -c ./input.cc
> In file included from options.h:31,
>                  from ./input.cc:28:
> positions.h:144: Internal compiler error.
> positions.h:144: Please submit a full bug report.
> positions.h:144: See <URL:http://www.gnu.org/software/gcc/bugs.html> for 
> instructions.
> cpp0: output pipe has been closed
> *** Error code 1

You could try forcing -O0.

Reply via email to