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
2c082cb2
Commit
2c082cb2
authored
Mar 28, 2001
by
Loren J. Rittle
Committed by
Loren J. Rittle
Mar 28, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
From-SVN: r40943
parent
80122075
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/g++.dg/special/ecos.exp
+3
-3
No files found.
gcc/testsuite/ChangeLog
View file @
2c082cb2
2001-03-28 Loren J. Rittle <ljrittle@acm.org>
* g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
2001-03-28 Philip Blundell <philb@gnu.org>
2001-03-28 Philip Blundell <philb@gnu.org>
* gcc.c-torture/compile/20010328-1.c: New test.
* gcc.c-torture/compile/20010328-1.c: New test.
...
...
gcc/testsuite/g++.dg/special/ecos.exp
View file @
2c082cb2
...
@@ -29,15 +29,15 @@ load_lib g++-dg.exp
...
@@ -29,15 +29,15 @@ load_lib g++-dg.exp
###########
###########
dg-init
dg-init
set lines [g++_target_compile "$srcdir/$subdir/conpr-1.C" "$
srcdir/$sub
dir/a.out" executable ""]
set lines [g++_target_compile "$srcdir/$subdir/conpr-1.C" "$
obj
dir/a.out" executable ""]
if [string match "*init_priority*" $lines] then {
if [string match "*init_priority*" $lines] then {
xfail "conpr-1.C"
xfail "conpr-1.C"
file delete $
srcdir/$sub
dir/a.out
file delete $
obj
dir/a.out
} elseif ![string match "" $lines] then {
} elseif ![string match "" $lines] then {
fail "conpr-1.C"
fail "conpr-1.C"
} else {
} else {
dg-runtest "$srcdir/$subdir/conpr-1.C" "" ""
dg-runtest "$srcdir/$subdir/conpr-1.C" "" ""
file delete $
srcdir/$sub
dir/a.out
file delete $
obj
dir/a.out
}
}
dg-finish
dg-finish
...
...
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