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
b0e90d2a
Commit
b0e90d2a
authored
Jul 10, 2017
by
Jonathan Wakely
Committed by
Jonathan Wakely
Jul 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include missing header for std::free
* testsuite/abi/pr42230.cc: Add header for std::free. From-SVN: r250102
parent
387c17d3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
libstdc++-v3/ChangeLog
+2
-0
libstdc++-v3/testsuite/abi/pr42230.cc
+1
-0
No files found.
libstdc++-v3/ChangeLog
View file @
b0e90d2a
2017-07-10 Jonathan Wakely <jwakely@redhat.com>
* testsuite/abi/pr42230.cc: Add header for std::free.
PR libstdc++/81381
* include/bits/sstream.tcc (basic_stringbuf::overflow)
(basic_stringbuf::basic_stringbuf(const __string_type&, ios::mode))
...
...
libstdc++-v3/testsuite/abi/pr42230.cc
View file @
b0e90d2a
...
...
@@ -3,6 +3,7 @@
#include <cxxabi.h>
#include <cassert>
#include <cstddef>
#include <cstdlib>
int
main
()
{
...
...
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