http://llvm.org/bugs/show_bug.cgi?id=6550
Ettl Martin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|FIXED | --- Comment #2 from Ettl Martin <[email protected]> 2010-11-30 14:52:05 CST --- $ clang++ -v clang version 2.8 (branches/release_28) Target: i386-pc-linux-gnu Thread model: posix This bug is still present: compiling the test.cc file gives: $ clang++ test.cc /tmp/cc-fxU0jW.o: In function `main': test.cc:(.text+0x9c): undefined reference to `std::basic_istream<char, std::char_traits<char> >::seekg(long, std::_Ios_Seekdir)' collect2: ld returned 1 exit status -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
