Problem with g++ in gcc version 3.0 20010402

2001-04-05 Thread David Ronis
I've been having trouble getting the following C++ program to work using the current 3.0 CVS. I've installed with --prefix=/usr, after purging all of the existing /usr/include/g++* directories. I'm on an i686-linux(2.4.3)-gnu(2.2.2) box. Here's the program: #include int main() { cout << "he

Increased testsuite failues in binutils-2.11.1 using gcc-3.01

2001-06-20 Thread David Ronis
Hi, I've just upgraded binutils on an i686-linux-gnu box from 2.11 to 2.11.1. I used default complile flags and used gcc-3.0 to do the build. There were a number of testsuite failures and so I also tried building with gcc-2.95.3 (on the same box); there were fewer. I've attached the logs: Da