Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
edd53c04
Commit
edd53c04
authored
Jul 29, 2008
by
Christoph Mallon
Browse files
fehler120: Backend discards float->int Conv for shift amount.
[r20772]
parent
397bcda7
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/test/fehler120.c
0 → 100644
View file @
edd53c04
/*$ -fno-inline $*/
int
f
(
float
x
)
{
return
1
<<
(
int
)
x
;
}
int
main
(
void
)
{
return
f
(
3
.
0
)
!=
8
;
}
Write
Preview
Supports
Markdown
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