This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Bug report
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Bug report
- From: RNG <r dot gasch at chello dot nl>
- Date: Mon, 24 Jan 2000 22:58:38 +0100
Hi,
I'm using gcc-2.95.2 on Intel Linux (Mandrake 6.1) and seem to have run into a
bug which is reproducable by compiling the attached file with "g++ -c t.cc" .
On a mailing list I was told:
> This means usually that the Object you are trying to connect
> to is not derived from SigC::Object. The compiler should have
> failed a check earlier, but appearently the check isn't on every
> path. File a bug report that it some unknown path can get to register_data
> without a check. (Very minor.)
As the processed source file compresses to > 130K, I have made it available
via HTTP at
http://212.187.12.197/gccbug/
If you can, please let me know when you have grabbed the file so that I can
delete it off the server ...
Thanks
--> Robert