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]

[Bug c++/33871] [4.3 Regression] typeinfo name referenced in ... defined in discarded section



------- Comment #28 from gcc at magfr dot user dot lysator dot liu dot se  2007-11-03 07:47 -------
That both files are named S1.C doesn't matter.

If one do

cp S1.C S2.C
g++ -c S1.C
g++ -c S2.C
g++ S1.o S2.o

one get the same behaviour and the same linker error.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33871


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