You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by fa...@apache.org on 2008/05/12 17:12:37 UTC

svn commit: r655515 - /stdcxx/branches/4.3.x/tests/regress/27.basic.ios.copyfmt.stdcxx-766.cpp

Author: faridz
Date: Mon May 12 08:12:36 2008
New Revision: 655515

URL: http://svn.apache.org/viewvc?rev=655515&view=rev
Log:
2008-05-12  Farid Zaripov  <fa...@epam.com>

	Merged r652395 from trunk.
	* tests/regress/27.basic.ios.copyfmt.stdcxx-766.cpp (main): Name the
	struct to avoid ICE on Intel C++ (see STDCXX-719).

Modified:
    stdcxx/branches/4.3.x/tests/regress/27.basic.ios.copyfmt.stdcxx-766.cpp

Modified: stdcxx/branches/4.3.x/tests/regress/27.basic.ios.copyfmt.stdcxx-766.cpp
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/tests/regress/27.basic.ios.copyfmt.stdcxx-766.cpp?rev=655515&r1=655514&r2=655515&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/tests/regress/27.basic.ios.copyfmt.stdcxx-766.cpp (original)
+++ stdcxx/branches/4.3.x/tests/regress/27.basic.ios.copyfmt.stdcxx-766.cpp Mon May 12 08:12:36 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);