http://llvm.org/bugs/show_bug.cgi?id=22404
David Blaikie <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #1 from David Blaikie <[email protected]> --- Seems to work with ToT. $ cat deriv.cpp struct stat { }; struct file_stat : public ::stat { file_stat(const struct ::stat &s) : ::stat(s) {} }; int main() { struct ::stat s; file_stat s2(s); } blaikie@blaikie-linux:/tmp/dbginfo$ clang++-tot deriv.cpp -fsyntax-only blaikie@blaikie-linux:/tmp/dbginfo$ -- 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
