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]

Re: G++ -frepo bug for templates that invoke templates


>>>>> Alexandre Oliva <oliva@dcc.unicamp.br> writes:

 > Melissa O'Neill <oneill@cs.sfu.ca> writes:
 >>     unix% g++ -c -frepo repo-bug.cc
 >>     unix% g++ -o repo-bug -frepo repo-bug.o
 >>     /bin/ld: Undefined symbols:
 >>     Foo<int> virtual table
 >>     collect2: ld returned 1 exit status

 > Jason (or anyone else, for that matter), is there any way to split the 
 > build of a test case of the testsuite into compile and link phases, so 
 > that we can test -frepo?

Not until someone writes the necessary Expect code to support such
testcases.  I don't personally feel like learning Tcl well enough to write
it...

Jason


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