This is the mail archive of the gcc@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]

My bug is fixed!!!


I don't who did it, but the bug that I reported has gone.

Before installation:

/usr/src/egcs/egcs-cvs/gcc/testsuite/g++.old-deja/g++.other>g++ virtual2.C
/tmp/ccOA3Vm4%O: In function `A<D, C>::A(int)':
/tmp/ccOA3Vm4%O(.A<D, C>::gnu.linkonce.t.(int)+0x23): undefined reference to `A<D, C>::V virtual table'
collect2: ld returned 1 exit status

After "make install" of egcs-1.1 "Tue Jul 28 13:12:44 UTC 1998":

/usr/src/egcs/egcs-cvs/gcc/testsuite/g++.old-deja/g++.other>g++ virtual2.C
/usr/src/egcs/egcs-cvs/gcc/testsuite/g++.old-deja/g++.other>

I'd still appreciate it when 'virtual2.C' was added as a regression test;
this time really a *regression* test :)

You can still find the patch on
http://www.cygnus.com/ml/egcs-patches/1998-Jul/0084.html

Is it ok to be added now, Jason?

-- 
 Carlo Wood  <carlo@runaway.xs4all.nl>


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