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
83c0154b
Commit
83c0154b
authored
Sep 28, 2007
by
Matthias Braun
Browse files
fehler87
[r15985]
parent
09bf04ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/test/fehler87.c
0 → 100644
View file @
83c0154b
/* there's no 64bit fst without pop */
double
z
=
0
.
0
;
unsigned
int
x
;
double
y
;
int
main
(
void
)
{
x
=
z
;
y
=
z
;
return
x
;
}
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