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
e958d457
Commit
e958d457
authored
Aug 18, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Aug 18, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
From-SVN: r21832
parent
52cf7115
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
6 deletions
+13
-6
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.c-torture/execute/920715-1.x
+1
-6
gcc/testsuite/gcc.c-torture/execute/strct-varg-1.x
+3
-0
gcc/testsuite/gcc.c-torture/execute/va-arg-3.x
+5
-0
No files found.
gcc/testsuite/ChangeLog
View file @
e958d457
Tue Aug 18 19:19:50 1998 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
Sun Aug 16 01:29:19 1998 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/compile/980816-1.c: New test.
...
...
gcc/testsuite/gcc.c-torture/execute/920715-1.x
View file @
e958d457
# This doesn't work on h8300s
# It also doesn't work on d10v if doubles are not 64 bits
if { [istarget "h8300*-*-*"] } {
set torture_execute_xfail "h8300*-*-*"
}
# It doesn't work on d10v if doubles are not 64 bits
if { [istarget "d10v-*-*"] && ! [string-match "*-mdouble64*" $CFLAGS] } {
set torture_execute_xfail "d10v-*-*"
...
...
gcc/testsuite/gcc.c-torture/execute/strct-varg-1.x
View file @
e958d457
...
...
@@ -4,4 +4,7 @@ if { [istarget "mn10200*-*-*"] } {
set torture_execute_xfail "mn10200*-*-*"
}
if { [istarget "h8300*-*-*"] } {
set torture_execute_xfail "h8300*-*-*"
}
return 0
gcc/testsuite/gcc.c-torture/execute/va-arg-3.x
View file @
e958d457
...
...
@@ -4,4 +4,9 @@ if { [istarget "mn10200*-*-*"] } {
set torture_execute_xfail "mn10200*-*-*"
}
if { [istarget "h8300*-*-*"] } {
set torture_execute_xfail "h8300*-*-*"
}
return 0
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