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
7f781625
Commit
7f781625
authored
Sep 13, 2007
by
Matthias Braun
Browse files
fix warnings
[r15772]
parent
13f415de
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/test/ll.c
View file @
7f781625
...
...
@@ -127,12 +127,12 @@ ull_t conv_d_ull(double a) {
int
main
(
void
)
{
ll_t
a
=
0xff
;
ll_t
b
=
0x123456789
;
ll_t
b
=
0x123456789
LL
;
ll_t
c
=
0x8001023000002460LL
;
double
d
=
(
double
)
c
;
ull_t
ua
=
0xff
;
ull_t
ub
=
0x123456789
;
ull_t
ub
=
0x123456789
ULL
;
ull_t
uc
=
0x8001023000002460ULL
;
printf
(
"%lld * %lld = %lld
\n
"
,
a
,
b
,
mul_ll
(
a
,
b
));
...
...
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