public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/112578] New: LoongArch: Wrong code -with -mlsx -fno-fp-int-builtin-inexact
@ 2023-11-17  0:29 xry111 at gcc dot gnu.org
  2023-11-17 11:18 ` [Bug target/112578] " xry111 at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: xry111 at gcc dot gnu.org @ 2023-11-17  0:29 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112578

            Bug ID: 112578
           Summary: LoongArch: Wrong code -with -mlsx
                    -fno-fp-int-builtin-inexact
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: xry111 at gcc dot gnu.org
  Target Milestone: ---

$ cat t.c
#include <assert.h>
#include <fenv.h>

float f[4] = { 11.4, 5.14, 19.19, 8.10 };

int main()
{
  for (int i = 0; i < 4; i++)
    f[i] = __builtin_floorf (f[i]);

  assert (!fetestexcept (FE_INEXACT));
}
$ cc t.c -O2 -lm -fno-fp-int-builtin-inexact -mlsx
$ ./a.out
a.out: t.c:11: main: Assertion `!fetestexcept (FE_INEXACT)' failed.
Aborted (core dumped)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-11-29  7:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-17  0:29 [Bug target/112578] New: LoongArch: Wrong code -with -mlsx -fno-fp-int-builtin-inexact xry111 at gcc dot gnu.org
2023-11-17 11:18 ` [Bug target/112578] " xry111 at gcc dot gnu.org
2023-11-17 11:31 ` chenglulu at loongson dot cn
2023-11-17 20:54 ` xry111 at gcc dot gnu.org
2023-11-20  0:51 ` xry111 at gcc dot gnu.org
2023-11-29  7:07 ` cvs-commit at gcc dot gnu.org
2023-11-29  7:09 ` xry111 at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).