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
6de2ce26
Commit
6de2ce26
authored
Aug 23, 2018
by
Jonathan Wakely
Committed by
Jonathan Wakely
Aug 23, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix comments in testsuite script
* scripts/check_compile: Fix comments. From-SVN: r263814
parent
62852194
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
libstdc++-v3/ChangeLog
+2
-0
libstdc++-v3/scripts/check_compile
+3
-3
No files found.
libstdc++-v3/ChangeLog
View file @
6de2ce26
2018-08-23 Jonathan Wakely <jwakely@redhat.com>
2018-08-23 Jonathan Wakely <jwakely@redhat.com>
* scripts/check_compile: Fix comments.
* include/debug/string (insert(__const_iterator, _InIter, _InIter)):
* include/debug/string (insert(__const_iterator, _InIter, _InIter)):
[!_GLIBCXX_USE_CXX11_ABI]: Replace use of C++11-only cbegin() with
[!_GLIBCXX_USE_CXX11_ABI]: Replace use of C++11-only cbegin() with
begin(), for C++98 compatibility.
begin(), for C++98 compatibility.
...
...
libstdc++-v3/scripts/check_compile
View file @
6de2ce26
#!/usr/bin/env bash
#!/usr/bin/env bash
# Script to do
performance
testing.
# Script to do
compilation-only
testing.
# Invocation
# Invocation
# check_
performanc
e SRC_DIR BUILD_DIR
# check_
compil
e SRC_DIR BUILD_DIR
# 1: variables
# 1: variables
#
#
...
@@ -17,7 +17,7 @@ shift
...
@@ -17,7 +17,7 @@ shift
# This has been true all along. Found out about it the hard way...
# This has been true all along. Found out about it the hard way...
case
$BASH_VERSION
in
case
$BASH_VERSION
in
1
*
)
1
*
)
echo
'You need bash 2.x to run check_
performance. Exiting.'
;
echo
'You need bash 2.x to run check_
compile. Exiting.'
;
exit
1
;;
exit
1
;;
*
)
;;
*
)
;;
esac
esac
...
...
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