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
e88d975c
Commit
e88d975c
authored
Sep 21, 1999
by
Mark Mitchell
Committed by
Mark Mitchell
Sep 21, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
From-SVN: r29563
parent
69ca7658
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/g++.dg/special/ecos.exp
+7
-7
No files found.
gcc/testsuite/ChangeLog
View file @
e88d975c
1999-09-21 Mark Mitchell <mark@codesourcery.com>
* g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
Tue Sep 21 15:38:10 BST 1999 Nathan Sidwell <nathan@acm.org>
* g++.old-deja/g++.other/dyncast1.C: New test.
...
...
gcc/testsuite/g++.dg/special/ecos.exp
View file @
e88d975c
...
...
@@ -29,7 +29,7 @@ load_lib g++-dg.exp
###########
dg-init
dg-runtest "$srcdir/$subdir/conpr-1.C" "
-finit-priority
" ""
dg-runtest "$srcdir/$subdir/conpr-1.C" "" ""
dg-finish
...
...
@@ -39,11 +39,11 @@ dg-finish
dg-init
set lines [g++_target_compile "$srcdir/$subdir/conpr-2a.C" "conpr-2a.o" object "
additional_flags=-finit-priority
"]
set lines [g++_target_compile "$srcdir/$subdir/conpr-2a.C" "conpr-2a.o" object ""]
if ![string match "" $lines] then {
fail "conpr-2a.o"
} else {
dg-runtest "$srcdir/$subdir/conpr-2.C" "conpr-2a.o" "
-finit-priority
"
dg-runtest "$srcdir/$subdir/conpr-2.C" "conpr-2a.o" ""
file delete conpr-2a.o
}
dg-finish
...
...
@@ -55,17 +55,17 @@ dg-finish
dg-init
set lines [g++_target_compile "$srcdir/$subdir/conpr-3a.C" "conpr-3a.o" object "
additional_flags=-finit-priority
"]
set lines [g++_target_compile "$srcdir/$subdir/conpr-3a.C" "conpr-3a.o" object ""]
if ![string match "" $lines] then {
fail "conpr-3a.o"
} else {
set lines [g++_target_compile "$srcdir/$subdir/conpr-3b.C" "conpr-3b.o" object "
additional_flags=-finit-priority
"]
set lines [g++_target_compile "$srcdir/$subdir/conpr-3b.C" "conpr-3b.o" object ""]
if ![string match "" $lines] then {
fail "conpr-3b.o"
} else {
# run it with objects both ways around!
dg-runtest "$srcdir/$subdir/conpr-3.C" "conpr-3a.o conpr-3b.o" "
-finit-priority
"
dg-runtest "$srcdir/$subdir/conpr-3.C" "conpr-3b.o conpr-3a.o" "
-finit-priority
"
dg-runtest "$srcdir/$subdir/conpr-3.C" "conpr-3a.o conpr-3b.o" ""
dg-runtest "$srcdir/$subdir/conpr-3.C" "conpr-3b.o conpr-3a.o" ""
file delete conpr-3a.o conpr-3b.o
}
}
...
...
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