Description of problem: With the latest gcc4.3 iostream.h is replaced with just iostream. There is some ia64 specific code in xulrunner that still uses iostream.h. The file is: mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_ipf64.cpp I am attaching a patch that fixes this issue. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Created attachment 295698 [details] patch to replace iostream.h with iostream
Upstreamed: https://bugzilla.mozilla.org/show_bug.cgi?id=419350