------- Comment #1 from tsarkov at cs dot man dot ac dot uk 2008-08-06 13:49 ------- I saw the same problem in C++ with a simple program
#include <iostream> void f ( std::ostream& o ) { o << std::endl; } This happens both on i686-pc-linux-gnu and i386-apple-darwin9.4.0. -- tsarkov at cs dot man dot ac dot uk changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tsarkov at cs dot man dot ac | |dot uk http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36990