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
1eaa8ab0
Commit
1eaa8ab0
authored
Apr 07, 1999
by
Jim Wilson
Committed by
Jim Wilson
Apr 07, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable nonlocal goto testcase for i960.
* execute/920501-7.c (main): Delete __I960__ ifndef. From-SVN: r26284
parent
47cf37f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/testsuite/gcc.c-torture/ChangeLog
+4
-0
gcc/testsuite/gcc.c-torture/execute/920501-7.c
+0
-2
No files found.
gcc/testsuite/gcc.c-torture/ChangeLog
View file @
1eaa8ab0
Wed Apr 7 23:08:59 1999 Jim Wilson <wilson@cygnus.com>
* execute/920501-7.c (main): Delete __I960__ ifndef.
Mon Mar 22 14:55:58 1999 Jim Wilson <wilson@cygnus.com>
* execute/bf-sign-2.c (main): Replace struct sizeof test with 4.
...
...
gcc/testsuite/gcc.c-torture/execute/920501-7.c
View file @
1eaa8ab0
...
...
@@ -23,12 +23,10 @@ x(a)
main
()
{
#ifndef __I960__
#ifndef NO_LABEL_VALUES
if
(
x
(
DEPTH
)
!=
DEPTH
)
abort
();
#endif
#endif
exit
(
0
);
}
/* END CYGNUS LOCAL -- meissner/no label values */
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