This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

g++ test failures on ia64


For several days now I've been seeing a lot of g++ test failures (over 900)
on the mainline for ia64-unknown-linux-gnu.  The tests are failing on
execution with the message

pure virtual method called

Even the simplest program fails:

$ cat x.c
int main(){return 0;}
$ /home/build/gcc_mainline/ia64/install/bin/g++ x.c
$ ./a.out
pure virtual method called
Aborted
$ 

The bootstrap and testing is done using

Red Hat Linux release 7.1.94 (Roswell)
Linux kernel 2.4.7-2smp
glibc-2.2.4
binutils-2.11.92.0.7
dejagnu-1.4.2

Does anyone know what's going on here?

Thanks

Steve


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]