Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
9ae63018
Commit
9ae63018
authored
Oct 08, 2013
by
Jonathan Wakely
Committed by
Jonathan Wakely
Oct 08, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* testsuite/*: Remove stray semi-colons after function definitions.
From-SVN: r203279
parent
3947652f
Hide whitespace changes
Inline
Side-by-side
Showing
71 changed files
with
79 additions
and
75 deletions
+79
-75
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/testsuite/26_numerics/valarray/subset_assignment.cc
+1
-1
libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags/bitmask_operators.cc
+1
-1
libstdc++-v3/testsuite/27_io/ios_base/types/iostate/bitmask_operators.cc
+1
-1
libstdc++-v3/testsuite/27_io/ios_base/types/openmode/bitmask_operators.cc
+1
-1
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring.cc
+1
-1
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring_op.cc
+1
-1
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/moveable.cc
+6
-6
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/pstring.cc
+1
-1
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/range.cc
+1
-1
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/string.cc
+1
-1
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/string_op.cc
+1
-1
libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/cstring.cc
+1
-1
libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/cstring_op.cc
+1
-1
libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/pstring.cc
+1
-1
libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/range.cc
+1
-1
libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/string.cc
+1
-1
libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/string_op.cc
+1
-1
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/47724.cc
+1
-1
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/pstring_char.cc
+1
-1
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/pstring_wchar_t.cc
+1
-1
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/cstring.cc
+1
-1
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/default.cc
+1
-1
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/range.cc
+1
-1
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/copy_char.cc
+1
-1
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/move_char.cc
+1
-1
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/string_char.cc
+1
-1
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/string_wchar_t.cc
+1
-1
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/cstring.cc
+1
-1
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/default.cc
+1
-1
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/range.cc
+1
-1
libstdc++-v3/testsuite/28_regex/traits/char/ctor.cc
+1
-1
libstdc++-v3/testsuite/28_regex/traits/char/translate_nocase.cc
+1
-1
libstdc++-v3/testsuite/28_regex/traits/char/value.cc
+1
-1
libstdc++-v3/testsuite/28_regex/traits/wchar_t/ctor.cc
+1
-1
libstdc++-v3/testsuite/28_regex/traits/wchar_t/translate_nocase.cc
+1
-1
libstdc++-v3/testsuite/28_regex/traits/wchar_t/value.cc
+1
-1
libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/bitwise.cc
+1
-1
libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/decrement.cc
+1
-1
libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/increment.cc
+1
-1
libstdc++-v3/testsuite/performance/27_io/ifstream_extract_int.cc
+1
-1
libstdc++-v3/testsuite/performance/27_io/ofstream_insert_int.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/cstring.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/cstring_op.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/pstring.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/range.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/string.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/string_op.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/cstring.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/cstring_op.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/pstring.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/range.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/string.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/string_op.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/cstring.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/default.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/pstring.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/range.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/string.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/cstring.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/default.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/pstring.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/range.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/string.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/match_results/ctors/char/default.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/ctor.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/translate_nocase.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/value.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/ctor.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/translate_nocase.cc
+1
-1
libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/value.cc
+1
-1
No files found.
libstdc++-v3/ChangeLog
View file @
9ae63018
2013-10-08 Jonathan Wakely <jwakely.gcc@gmail.com>
* testsuite/*: Remove stray semi-colons after function definitions.
2013-10-08 Jonathan Wakely <jwakely.gcc@gmail.com>
PR libstdc++/58659
* include/bits/shared_ptr_base.h (__shared_count::__shared_count(P,D)):
Delegate to constructor taking allocator.
...
...
libstdc++-v3/testsuite/26_numerics/valarray/subset_assignment.cc
View file @
9ae63018
...
...
@@ -75,4 +75,4 @@ int main()
VERIFY
(
check_array
(
val_g
,
ans4
));
return
0
;
}
;
}
libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags/bitmask_operators.cc
View file @
9ae63018
...
...
@@ -26,4 +26,4 @@
int
main
()
{
__gnu_test
::
bitmask_operators
<
std
::
ios_base
::
fmtflags
>
();
}
;
}
libstdc++-v3/testsuite/27_io/ios_base/types/iostate/bitmask_operators.cc
View file @
9ae63018
...
...
@@ -26,4 +26,4 @@
int
main
()
{
__gnu_test
::
bitmask_operators
<
std
::
ios_base
::
iostate
>
();
}
;
}
libstdc++-v3/testsuite/27_io/ios_base/types/openmode/bitmask_operators.cc
View file @
9ae63018
...
...
@@ -26,4 +26,4 @@
int
main
()
{
__gnu_test
::
bitmask_operators
<
std
::
ios_base
::
openmode
>
();
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring.cc
View file @
9ae63018
...
...
@@ -41,4 +41,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring_op.cc
View file @
9ae63018
...
...
@@ -40,4 +40,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/moveable.cc
View file @
9ae63018
...
...
@@ -30,16 +30,16 @@ void test01()
{
bool
test
__attribute__
((
unused
))
=
true
;
std
::
regex
src_re
(
"aaba"
);
std
::
regex
src_re
(
"aaba"
);
const
unsigned
mark_count
=
src_re
.
mark_count
();
const
std
::
regex
::
flag_type
flags
=
src_re
.
flags
();
const
std
::
regex
::
flag_type
flags
=
src_re
.
flags
();
std
::
regex
target_re
;
std
::
regex
target_re
;
target_re
.
assign
(
std
::
move
(
src_re
));
VERIFY
(
target_re
.
flags
()
==
flags
);
VERIFY
(
target_re
.
mark_count
()
==
mark_count
);
VERIFY
(
target_re
.
flags
()
==
flags
);
VERIFY
(
target_re
.
mark_count
()
==
mark_count
);
}
int
...
...
@@ -47,4 +47,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/pstring.cc
View file @
9ae63018
...
...
@@ -40,4 +40,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/range.cc
View file @
9ae63018
...
...
@@ -40,4 +40,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/string.cc
View file @
9ae63018
...
...
@@ -41,4 +41,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/string_op.cc
View file @
9ae63018
...
...
@@ -41,4 +41,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/cstring.cc
View file @
9ae63018
...
...
@@ -41,4 +41,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/cstring_op.cc
View file @
9ae63018
...
...
@@ -41,4 +41,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/pstring.cc
View file @
9ae63018
...
...
@@ -40,4 +40,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/range.cc
View file @
9ae63018
...
...
@@ -41,4 +41,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/string.cc
View file @
9ae63018
...
...
@@ -42,4 +42,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/string_op.cc
View file @
9ae63018
...
...
@@ -42,4 +42,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/47724.cc
View file @
9ae63018
...
...
@@ -31,4 +31,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/pstring_char.cc
View file @
9ae63018
...
...
@@ -39,4 +39,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/pstring_wchar_t.cc
View file @
9ae63018
...
...
@@ -41,4 +41,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/cstring.cc
View file @
9ae63018
...
...
@@ -39,4 +39,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/default.cc
View file @
9ae63018
...
...
@@ -44,4 +44,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/range.cc
View file @
9ae63018
...
...
@@ -39,4 +39,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/copy_char.cc
View file @
9ae63018
...
...
@@ -42,4 +42,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/move_char.cc
View file @
9ae63018
...
...
@@ -46,4 +46,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/string_char.cc
View file @
9ae63018
...
...
@@ -51,4 +51,4 @@ main()
test01
();
test02
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/string_wchar_t.cc
View file @
9ae63018
...
...
@@ -53,4 +53,4 @@ main()
test01
();
test02
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/cstring.cc
View file @
9ae63018
...
...
@@ -40,4 +40,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/default.cc
View file @
9ae63018
...
...
@@ -45,4 +45,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/range.cc
View file @
9ae63018
...
...
@@ -40,4 +40,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/traits/char/ctor.cc
View file @
9ae63018
...
...
@@ -47,4 +47,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/traits/char/translate_nocase.cc
View file @
9ae63018
...
...
@@ -43,4 +43,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/traits/char/value.cc
View file @
9ae63018
...
...
@@ -46,4 +46,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/traits/wchar_t/ctor.cc
View file @
9ae63018
...
...
@@ -46,4 +46,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/traits/wchar_t/translate_nocase.cc
View file @
9ae63018
...
...
@@ -43,4 +43,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/28_regex/traits/wchar_t/value.cc
View file @
9ae63018
...
...
@@ -46,4 +46,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/bitwise.cc
View file @
9ae63018
...
...
@@ -26,4 +26,4 @@ int main()
__gnu_test
::
has_bitwise_operators
test
;
using
__gnu_test
::
atomic_integrals_no_bool
;
__gnu_cxx
::
typelist
::
apply_generator
(
test
,
atomic_integrals_no_bool
::
type
());
}
;
}
libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/decrement.cc
View file @
9ae63018
...
...
@@ -26,4 +26,4 @@ int main()
__gnu_test
::
has_decrement_operators
test
;
using
__gnu_test
::
atomic_integrals_no_bool
;
__gnu_cxx
::
typelist
::
apply_generator
(
test
,
atomic_integrals_no_bool
::
type
());
}
;
}
libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/increment.cc
View file @
9ae63018
...
...
@@ -26,4 +26,4 @@ int main()
__gnu_test
::
has_increment_operators
test
;
using
__gnu_test
::
atomic_integrals_no_bool
;
__gnu_cxx
::
typelist
::
apply_generator
(
test
,
atomic_integrals_no_bool
::
type
());
}
;
}
libstdc++-v3/testsuite/performance/27_io/ifstream_extract_int.cc
View file @
9ae63018
...
...
@@ -45,4 +45,4 @@ int main()
unlink
(
"tmp_perf_int.txt"
);
return
0
;
}
;
}
libstdc++-v3/testsuite/performance/27_io/ofstream_insert_int.cc
View file @
9ae63018
...
...
@@ -38,4 +38,4 @@ int main()
unlink
(
"tmp_perf_int.txt"
);
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/cstring.cc
View file @
9ae63018
...
...
@@ -39,4 +39,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/cstring_op.cc
View file @
9ae63018
...
...
@@ -39,4 +39,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/pstring.cc
View file @
9ae63018
...
...
@@ -39,4 +39,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/range.cc
View file @
9ae63018
...
...
@@ -39,4 +39,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/string.cc
View file @
9ae63018
...
...
@@ -40,4 +40,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/string_op.cc
View file @
9ae63018
...
...
@@ -40,4 +40,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/cstring.cc
View file @
9ae63018
...
...
@@ -39,4 +39,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/cstring_op.cc
View file @
9ae63018
...
...
@@ -39,4 +39,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/pstring.cc
View file @
9ae63018
...
...
@@ -39,4 +39,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/range.cc
View file @
9ae63018
...
...
@@ -39,4 +39,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/string.cc
View file @
9ae63018
...
...
@@ -40,4 +40,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/string_op.cc
View file @
9ae63018
...
...
@@ -40,4 +40,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/cstring.cc
View file @
9ae63018
...
...
@@ -38,4 +38,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/default.cc
View file @
9ae63018
...
...
@@ -43,4 +43,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/pstring.cc
View file @
9ae63018
...
...
@@ -38,4 +38,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/range.cc
View file @
9ae63018
...
...
@@ -38,4 +38,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/string.cc
View file @
9ae63018
...
...
@@ -50,4 +50,4 @@ main()
test01
();
test02
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/cstring.cc
View file @
9ae63018
...
...
@@ -38,4 +38,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/default.cc
View file @
9ae63018
...
...
@@ -43,4 +43,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/pstring.cc
View file @
9ae63018
...
...
@@ -38,4 +38,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/range.cc
View file @
9ae63018
...
...
@@ -38,4 +38,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/string.cc
View file @
9ae63018
...
...
@@ -50,4 +50,4 @@ main()
test01
();
test02
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/match_results/ctors/char/default.cc
View file @
9ae63018
...
...
@@ -54,4 +54,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/ctor.cc
View file @
9ae63018
...
...
@@ -45,4 +45,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/translate_nocase.cc
View file @
9ae63018
...
...
@@ -38,4 +38,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/value.cc
View file @
9ae63018
...
...
@@ -45,4 +45,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/ctor.cc
View file @
9ae63018
...
...
@@ -45,4 +45,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/translate_nocase.cc
View file @
9ae63018
...
...
@@ -38,4 +38,4 @@ main()
{
test01
();
return
0
;
}
;
}
libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/value.cc
View file @
9ae63018
...
...
@@ -45,4 +45,4 @@ main()
{
test01
();
return
0
;
}
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment