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
ce7f07bd
Commit
ce7f07bd
authored
May 05, 2004
by
Richard Sandiford
Committed by
Richard Sandiford
May 05, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/torture/mips-hilo-2.c: Provide dummy __mips16 version.
From-SVN: r81508
parent
e8430418
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/torture/mips-hilo-2.c
+4
-0
No files found.
gcc/testsuite/ChangeLog
View file @
ce7f07bd
2004-05-05 Richard Sandiford <rsandifo@redhat.com>
* gcc.dg/torture/mips-hilo-2.c: Provide dummy __mips16 version.
2004-05-04 Paolo Bonzini <bonzini@gnu.org>
2004-05-04 Paolo Bonzini <bonzini@gnu.org>
* g++.dg/ext/spe1.C: New testcase.
* g++.dg/ext/spe1.C: New testcase.
...
...
gcc/testsuite/gcc.dg/torture/mips-hilo-2.c
View file @
ce7f07bd
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
the low part of u.ll on little-endian 32-bit targets. */
the low part of u.ll on little-endian 32-bit targets. */
/* { dg-do run { target mips*-*-* } } */
/* { dg-do run { target mips*-*-* } } */
#if !defined(__mips16)
unsigned
int
g
;
unsigned
int
g
;
unsigned
long
long
f
(
unsigned
int
x
)
unsigned
long
long
f
(
unsigned
int
x
)
...
@@ -22,3 +23,6 @@ int main ()
...
@@ -22,3 +23,6 @@ int main ()
abort
();
abort
();
exit
(
0
);
exit
(
0
);
}
}
#else
int
main
()
{
exit
(
0
);
}
#endif
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