We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a17e7 commit b4382ccCopy full SHA for b4382cc
1 file changed
m3-sys/m3cc/gcc/gcc/m3cg/parse.c
@@ -5151,7 +5151,7 @@ M3CG_HANDLER (ROUND)
5151
m3_start_call ();
5152
m3_pop_param (src_t);
5153
5154
- if (dst_T == T_int_32)
+ if (LONG_TYPE_SIZE == 32)
5155
dt = t_int_32;
5156
else
5157
dt = t_int_64;
@@ -5166,7 +5166,6 @@ M3CG_HANDLER (ROUND)
5166
m3_call_direct (lroundq_proc, dt);
5167
}
5168
5169
- EXPR_REF (-1) = m3_build1 (FIX_TRUNC_EXPR, dst_t, EXPR_REF (-1));
5170
5171
/*
5172
the original code, which produces erroneous results for reel
0 commit comments