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
25ff07eb
Commit
25ff07eb
authored
Aug 17, 2006
by
J"orn Rennecke
Committed by
Joern Rennecke
Aug 17, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.c-torture/execute/pr28289.c: New test.
From-SVN: r116224
parent
343d4b27
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
0 deletions
+36
-0
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.c-torture/execute/pr28289.c
+32
-0
No files found.
gcc/testsuite/ChangeLog
View file @
25ff07eb
2006
-
08
-
17
J
"orn Rennecke <joern.rennecke@st.com>
* gcc.c-torture/execute/pr28289.c: New test.
2006-08-17 Jakub Jelinek <jakub@redhat.com>
2006-08-17 Jakub Jelinek <jakub@redhat.com>
PR c/28744
PR c/28744
gcc/testsuite/gcc.c-torture/execute/pr28289.c
0 → 100644
View file @
25ff07eb
extern
int
ok
(
int
);
extern
void
exit
();
static
int
gen_x86_64_shrd
(
int
);
static
int
gen_x86_64_shrd
(
int
a
__attribute__
((
__unused__
)))
{
return
0
;
}
extern
int
gen_x86_shrd_1
(
int
);
extern
void
ix86_split_ashr
(
int
);
void
ix86_split_ashr
(
int
mode
)
{
(
mode
!=
0
?
ok
:
gen_x86_64_shrd
)
(
0
);
}
int
main
(
int
argc
,
char
**
argv
)
{
ix86_split_ashr
(
argc
);
return
1
;
}
int
ok
(
int
i
)
{
exit
(
i
);
}
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