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
3c4d3154
Commit
3c4d3154
authored
Feb 14, 2004
by
Paolo Carlini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2004-02-14 Paolo Carlini <pcarlini@suse.de>
Adjust last commit. From-SVN: r77830
parent
45cbe93c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
1 deletions
+5
-1
libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/9182-2.cc
+2
-1
libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/3.cc
+1
-0
libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/1.cc
+1
-0
libstdc++-v3/testsuite/27_io/basic_filebuf/sync/char/9182-1.cc
+1
-0
No files found.
libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/9182-2.cc
View file @
3c4d3154
...
...
@@ -51,7 +51,8 @@ protected:
void
test14
()
{
using
namespace
std
;
bool
test
__attribute__
((
unused
))
=
true
;
locale
loc
=
locale
::
classic
();
loc
=
locale
(
loc
,
new
errorcvt
);
...
...
libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/3.cc
View file @
3c4d3154
...
...
@@ -24,6 +24,7 @@
void
test03
()
{
using
namespace
std
;
bool
test
__attribute__
((
unused
))
=
true
;
const
char
*
name
=
"tmp_seekoff_3"
;
...
...
libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/1.cc
View file @
3c4d3154
...
...
@@ -25,6 +25,7 @@
void
test01
()
{
using
namespace
std
;
bool
test
__attribute__
((
unused
))
=
true
;
const
char
*
name
=
"tmp_seekpos_1"
;
...
...
libstdc++-v3/testsuite/27_io/basic_filebuf/sync/char/9182-1.cc
View file @
3c4d3154
...
...
@@ -51,6 +51,7 @@ protected:
void
test13
()
{
using
namespace
std
;
bool
test
__attribute__
((
unused
))
=
true
;
locale
loc
=
locale
::
classic
();
loc
=
locale
(
loc
,
new
errorcvt
);
...
...
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