Is there any reason why these changes shouldn't be made on
the 4.2.x branch and then merged to 4.3.x and trunk as we
discussed:
http://www.nabble.com/4.3.x-branch-created-tt16888280.html
[EMAIL PROTECTED] wrote:
Author: faridz
Date: Wed Apr 30 08:23:38 2008
New Revision: 652395
URL: http://svn.apache.org/viewvc?rev=652395&view=rev
Log:
2008-04-30 Farid Zaripov <[EMAIL PROTECTED]>
* tests/regress/27.basic.ios.copyfmt.stdcxx-766.cpp (main): Name the
struct to avoid ICE on Intel C++ (see STDCXX-719).
Modified:
stdcxx/trunk/tests/regress/27.basic.ios.copyfmt.stdcxx-766.cpp
Modified: stdcxx/trunk/tests/regress/27.basic.ios.copyfmt.stdcxx-766.cpp
URL:
http://svn.apache.org/viewvc/stdcxx/trunk/tests/regress/27.basic.ios.copyfmt.stdcxx-766.cpp?rev=652395&r1=652394&r2=652395&view=diff
==============================================================================
--- stdcxx/trunk/tests/regress/27.basic.ios.copyfmt.stdcxx-766.cpp (original)
+++ stdcxx/trunk/tests/regress/27.basic.ios.copyfmt.stdcxx-766.cpp Wed Apr 30
08:23:38 2008
@@ -35,7 +35,7 @@
int main ()
{
- struct: std::streambuf { } xsb, ysb;
+ struct sbuf : std::streambuf { } xsb, ysb;
std::ostream xstrm (0);
std::ostream ystrm (0);