Re: error compiling latest gcc snapshot

2005-08-17 Thread James E Wilson
Mareks Malnacs wrote: > This is an error I get compiling latest gcc 4.1 snapshot (gcc-4.1-20050813) This snapshot is broken. This bug is almost certainly already fixed on mainline. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: bug in "pure virtual" templates ?

2005-08-13 Thread James E Wilson
Dennis Lubert wrote: 37 template T get( void ) = 0; This looks like a legitimate bug. However, bugs should be reported into our bugzilla bug database. We don't track bugs mailed to the gcc-bugs address. See http://gcc.gnu.org/bugs.html -- Jim Wilson, GNU Tools Support, http://www.

Re: ==operator gives unexpected result using -O0

2005-07-28 Thread James E Wilson
Jakob Andreas Bærentzen wrote: It seems to me that if a,b, and c are float or double values and if a has been assigned b*c then a == (b*c) should return true since a should contain the same bitpattern as the temporary being assigned the value of b*c. Is it not so? This is the infamous x86 "ex

Re: Gcc 4.0.0 on NCR

2005-05-03 Thread James E Wilson
Bruzzone Mirko wrote: make: fatal error: don't know how to make ./../include/ansidecl.h (bu42). *** Error code 1 (bu21) Are you building in the srcdir or a separate objdir? Building in the srcdir is supposed to work, but is known to be broken in gcc-4.0.0. So you must build in a separate objdir

Re: gcc 4.0.0, doc/gcc.1 not there

2005-04-26 Thread James E Wilson
Karl Berry wrote: cp doc/gcc.1 doc/g++.1 cp: cannot stat `doc/gcc.1': No such file or directory I can't reproduce this. The failure looks curious, because the Makefile rule has a dependency on doc/gcc.1, so if doc/gcc.1 was missing, then why didn't you get an error from make saying the file was

Re: gcc-4.0.0: bootstrap error on ia64-linux

2005-04-23 Thread James E Wilson
Daniel Heiserer wrote: ../../../gcc-4.0.0/libffi/src/ia64/unix.S:104: Error: Unknown pseudo function [EMAIL PROTECTED]' You need a newer assembler. The assembler has supported ltoffx since December 2002, and this has been in binutils releases since binutils-2.14. binutils-2.16 will be coming o

Re: Gcc 3.4.3

2005-04-23 Thread James E Wilson
Bruzzone Mirko wrote: ld: 0711-252 SEVERE ERROR: File auxiliary symbol entry 1 in object /home/mirko/nfs/sp7/SpBLDAIX7-SV/obj/spts/sptsquit.o : Field x_offset contains 4. Valid values are between 4 and -1. That looks like a problem with the IBM assembler/linker that we probably can't do anything a

Re: G++ 3.4.3

2005-04-23 Thread James E Wilson
Bruzzone Mirko wrote: /tmp//ccWSbEX3.s: Assembler messages: /tmp//ccWSbEX3.s:845: Error: Unrecognized opcode: `mfcr' You are probably using the wrong assembler, or an out of date assembler. Try reading the install instructions for this target at http://gcc.gnu.org/install/specific.html#x-ibm-a

Re: cvs snap compilation error

2005-01-14 Thread James E Wilson
Tommy Vercetti wrote: ./configure --prefix=/usr/local/gcc4.0 --with-system-zlib --enable-languages=c,c++ We never use "./configure". It is supposed to work, but since we never use this ourselves, it is often accidentally broken. Instead, you should do something like cd .. mkdir build cd