OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [libstdc++-v3/] [testsuite/] [21_strings/] [basic_string/] [cons/] [wchar_t/] [6.cc] - Diff between revs 424 and 565

Show entire file | Details | Blame | View Log

Rev 424 Rev 565
Line 17... Line 17...
// with this library; see the file COPYING3.  If not see
// with this library; see the file COPYING3.  If not see
// <http://www.gnu.org/licenses/>.
// <http://www.gnu.org/licenses/>.
 
 
// 21.3.1 basic_string constructors.
// 21.3.1 basic_string constructors.
 
 
 
// { dg-options " -DSTR_ITER=10" { target { or32-*-elf } } }
 
 
 
#ifndef STR_ITER
 
#define STR_ITER 13
 
#endif
 
 
#include <iterator>
#include <iterator>
#include <sstream>
#include <sstream>
#include <cstdlib>
#include <cstdlib>
#include <testsuite_hooks.h>
#include <testsuite_hooks.h>
 
 
Line 48... Line 54...
    }
    }
}
}
 
 
int main()
int main()
{
{
  test01(13);
  test01(STR_ITER);
  return 0;
  return 0;
}
}
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.