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
e7288e18
Commit
e7288e18
authored
May 11, 2001
by
John David Anglin
Committed by
John David Anglin
May 11, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
From-SVN: r41971
parent
c873862c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp
+4
-1
No files found.
gcc/testsuite/ChangeLog
View file @
e7288e18
2001-05-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
* gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
2001-05-11 Mark Mitchell <mark@codesourcery.com>
* lib/objc.exp: Add -lposix4 on Solaris 2.8.
...
...
gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp
View file @
e7288e18
#
# Expect driver script for GCC Regression Tests
# Copyright (C) 1993, 1996 Free Software Foundation
# Copyright (C) 1993, 1996
, 2001
Free Software Foundation
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -24,6 +24,9 @@
# C torture test suite, and other contributors.
#
# VAX does not have hardware support for IEEE arithmetic.
if { [istarget "vax-*-*"] } { return }
if $tracelevel then {
strace $tracelevel
}
...
...
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