[Bug libgcc/126824] Incorrect rounding behavior documented for __trunc* routines
"pinskia at gcc dot gnu.org via Gcc-bugs" <[email protected]>
| Newsgroups | gmane.comp.gcc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126824
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2026-08-12
Ever confirmed|0 |1
Status|UNCONFIRMED |WAITING
--- Comment #1 from Drea Pinski <pinskia at gcc dot gnu.org> ---
The documentation is correct is supposed to be round to towards zero since. Ir
is used for casting from real to int.
C
Which implementation does not match this?