* arm.md (stack_tie): New insn. Use an idiom that the alias code
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb55.C
blob0ab10d5d424bb4eb6957274c5ca7882b4e38b778
1 // Build don't link: 
2 // Since the constructor is in streambuf.h, additional diagnostics are
3 // produced, which are not really supported in the old-deja framework
5 #include <sstream>
7 void
8 t( char* buf )
10   std::istrstream str = buf;  //ERROR - inaccessible copy constructor