Hello, Using FC3's GCC 3.4, I'm seeing the warning: /home/cygnus/cagney/GDB/src/gdb/gnu-v3-abi.c: In function `init_gnuv3_ops': /home/cygnus/cagney/GDB/src/gdb/gnu-v3-abi.c:430: warning: assignment from incom patible pointer type /home/cygnus/cagney/GDB/src/gdb/gnu-v3-abi.c:431: warning: assignment from incom patible pointer type I'm not sure how it should be fixed (it's messy, see patch for description) - suggestions? For the moment I've disabled -Werror on that file. committed, Andrew