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
ab5496c4
Commit
ab5496c4
authored
Jan 14, 2003
by
Eric Botcazou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/i386-mmx-3.c: New test.
From-SVN: r61275
parent
4b5f402e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
2 deletions
+23
-2
gcc/testsuite/ChangeLog
+6
-2
gcc/testsuite/gcc.dg/i386-mmx-3.c
+17
-0
No files found.
gcc/testsuite/ChangeLog
View file @
ab5496c4
2003-01-14 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.dg/i386-mmx-3.c: New test.
2003-01-12 Mark Mitchell <mark@codesourcery.com>
PR c++/9264
...
...
@@ -10,7 +14,7 @@
* gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
* gcc.dg/bf-no-ms-layout.c: Likewise.
* gcc.dg/bf-ms-attrib.c: Likewise.
* gcc.dg/bf-ms-attrib.c: Likewise.
2003-01-10 Mark Mitchell <mark@codesourcery.com>
...
...
@@ -25,7 +29,7 @@
PR c++/9171
* g++.dg/templ/spec5.C: New file.
2003-01-10 Josef Zlomek <zlomekj@suse.cz>
* gcc.c-torture/compile/20030110-1.c: New test.
...
...
gcc/testsuite/gcc.dg/i386-mmx-3.c
0 → 100644
View file @
ab5496c4
/* PR target/8870 */
/* Originator: otaylor@redhat.com */
/* { dg-do compile { target i?86-*-* } } */
/* { dg-options "-O1 -mmmx -march=i686" } */
typedef
int
v4hi
__attribute__
((
mode
(
V4HI
)));
static
inline
v4hi
cvtsi_v4hi
(
int
i
)
{
long
long
tmp
=
i
;
return
(
v4hi
)
tmp
;
}
v4hi
bar
(
unsigned
short
a
)
{
return
cvtsi_v4hi
(
a
);
}
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