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
446e8778
Commit
446e8778
authored
Oct 07, 2004
by
Richard Earnshaw
Committed by
Richard Earnshaw
Oct 07, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* testsuite/lib/libstdc++.exp (libstdc++_exit): New proc.
From-SVN: r88710
parent
5615e8cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/testsuite/lib/libstdc++.exp
+9
-0
No files found.
libstdc++-v3/ChangeLog
View file @
446e8778
2004-10-07 Richard Earnshaw <rearnsha@arm.com>
* testsuite/lib/libstdc++.exp (libstdc++_exit): New proc.
2004-10-07 Roger Sayle <roger@eyesopen.com>
2004-10-07 Roger Sayle <roger@eyesopen.com>
PR libstdc++/17850
PR libstdc++/17850
...
...
libstdc++-v3/testsuite/lib/libstdc++.exp
View file @
446e8778
...
@@ -212,6 +212,15 @@ proc libstdc++_init { testfile } {
...
@@ -212,6 +212,15 @@ proc libstdc++_init { testfile } {
libstdc++_maybe_build_wrapper "${objdir}/testglue.o"
libstdc++_maybe_build_wrapper "${objdir}/testglue.o"
}
}
proc libstdc++_exit { } {
global gluefile;
if [info exists gluefile] {
file_on_build delete $gluefile;
unset gluefile;
}
}
# Callback from system dg-test.
# Callback from system dg-test.
proc libstdc++-dg-test { prog do_what extra_tool_flags } {
proc libstdc++-dg-test { prog do_what extra_tool_flags } {
# Set up the compiler flags, based on what we're going to do.
# Set up the compiler flags, based on what we're going to do.
...
...
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