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
af583c44
Commit
af583c44
authored
9 years ago
by
Mike Stump
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ensure stdout is newline terminated for status wrappers.
From-SVN: r233254
parent
ca47576a
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
0 deletions
+11
-0
libstdc++-v3/testsuite/libstdc++-prettyprinters/48362.cc
+2
-0
libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx11.cc
+1
-0
libstdc++-v3/testsuite/libstdc++-prettyprinters/debug.cc
+1
-0
libstdc++-v3/testsuite/libstdc++-prettyprinters/libfundts.cc
+2
-0
libstdc++-v3/testsuite/libstdc++-prettyprinters/shared_ptr.cc
+1
-0
libstdc++-v3/testsuite/libstdc++-prettyprinters/simple.cc
+1
-0
libstdc++-v3/testsuite/libstdc++-prettyprinters/simple11.cc
+1
-0
libstdc++-v3/testsuite/libstdc++-prettyprinters/tr1.cc
+1
-0
libstdc++-v3/testsuite/libstdc++-prettyprinters/whatis.cc
+1
-0
No files found.
libstdc++-v3/testsuite/libstdc++-prettyprinters/48362.cc
View file @
af583c44
...
...
@@ -20,6 +20,7 @@
#include <tuple>
#include <string>
#include <iostream>
int
main
()
...
...
@@ -30,6 +31,7 @@ main()
std
::
tuple
<
std
::
string
,
int
,
std
::
tuple
<>>
t2
{
"Johnny"
,
5
,
{}
};
// { dg-final { regexp-test t2 {std::(__7::)?tuple containing = {\[1\] = "Johnny", \[2\] = 5, \[3\] = {<std::(__7::)?tuple<>> = empty std::(__7::)?tuple, <No data fields>}}} } }
std
::
cout
<<
"
\n
"
;
return
0
;
// Mark SPOT
}
...
...
This diff is collapsed.
Click to expand it.
libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx11.cc
View file @
af583c44
...
...
@@ -144,6 +144,7 @@ main()
use
(
uoms
);
use
(
uptr
->
s
);
std
::
cout
<<
"
\n
"
;
return
0
;
}
...
...
This diff is collapsed.
Click to expand it.
libstdc++-v3/testsuite/libstdc++-prettyprinters/debug.cc
View file @
af583c44
...
...
@@ -93,6 +93,7 @@ main()
__gnu_cxx
::
slist
<
int
>::
iterator
slliter
=
sll
.
begin
();
// { dg-final { note-test slliter {47} } }
std
::
cout
<<
"
\n
"
;
return
0
;
// Mark SPOT
}
...
...
This diff is collapsed.
Click to expand it.
libstdc++-v3/testsuite/libstdc++-prettyprinters/libfundts.cc
View file @
af583c44
...
...
@@ -26,6 +26,7 @@
#include <experimental/string_view>
#include <string>
#include <map>
#include <iostream>
using
std
::
experimental
::
any
;
using
std
::
experimental
::
optional
;
...
...
@@ -66,6 +67,7 @@ main()
any
am
=
*
om
;
// { dg-final { note-test am {std::experimental::any containing std::map with 3 elements = {[1] = 2, [3] = 4, [5] = 6}} } }
std
::
cout
<<
"
\n
"
;
return
0
;
// Mark SPOT
}
...
...
This diff is collapsed.
Click to expand it.
libstdc++-v3/testsuite/libstdc++-prettyprinters/shared_ptr.cc
View file @
af583c44
...
...
@@ -77,6 +77,7 @@ main()
use
(
wp1
);
use
(
wp2
);
std
::
cout
<<
"
\n
"
;
return
0
;
}
...
...
This diff is collapsed.
Click to expand it.
libstdc++-v3/testsuite/libstdc++-prettyprinters/simple.cc
View file @
af583c44
...
...
@@ -96,6 +96,7 @@ main()
__gnu_cxx
::
slist
<
int
>::
iterator
slliter
=
sll
.
begin
();
// { dg-final { note-test slliter {47} } }
std
::
cout
<<
"
\n
"
;
return
0
;
// Mark SPOT
}
...
...
This diff is collapsed.
Click to expand it.
libstdc++-v3/testsuite/libstdc++-prettyprinters/simple11.cc
View file @
af583c44
...
...
@@ -93,6 +93,7 @@ main()
__gnu_cxx
::
slist
<
int
>::
iterator
slliter
=
sll
.
begin
();
// { dg-final { note-test slliter {47} } }
std
::
cout
<<
"
\n
"
;
return
0
;
// Mark SPOT
}
...
...
This diff is collapsed.
Click to expand it.
libstdc++-v3/testsuite/libstdc++-prettyprinters/tr1.cc
View file @
af583c44
...
...
@@ -84,6 +84,7 @@ main()
use
(
eums
);
use
(
uoms
);
std
::
cout
<<
"
\n
"
;
return
0
;
}
...
...
This diff is collapsed.
Click to expand it.
libstdc++-v3/testsuite/libstdc++-prettyprinters/whatis.cc
View file @
af583c44
...
...
@@ -287,6 +287,7 @@ main()
placeholder
(
&
unord2_ptr
);
placeholder
(
&
unord2_holder
);
std
::
cout
<<
"
\n
"
;
return
0
;
}
...
...
This diff is collapsed.
Click to expand it.
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