public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/113709] New: User -fno-thread-jumps gave Floating point exception at -O2, -O3, -Os
@ 2024-02-01 18:30 jiajing_zheng at 163 dot com
  2024-02-01 22:10 ` [Bug middle-end/113709] [12 Regression] " pinskia at gcc dot gnu.org
  2024-02-01 22:16 ` pinskia at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: jiajing_zheng at 163 dot com @ 2024-02-01 18:30 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 113709
           Summary: User -fno-thread-jumps gave Floating point exception
                    at -O2, -O3, -Os
           Product: gcc
           Version: 12.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jiajing_zheng at 163 dot com
  Target Milestone: ---

With -fno-thread-jumps option, GCC-12.2.0 at -O2, O3, -Os optimization levels
generated the 'Floating point exception (core dumped)' message.

jing@jing-ubuntu:~$ cat source.c 
static unsigned int A = 20;
static unsigned int B = 1;

int main(void) {
  int i;
  for (i = 0; i < 2; i++) {
    A *= (B / (A ? A : 3)) / (A ? A : 5);
  }
  return 0;
}

jing@jing-ubuntu:~$ gcc source.c -O0 -fno-thread-jumps && ./a.out
jing@jing-ubuntu:~$ gcc source.c -O1 -fno-thread-jumps && ./a.out
jing@jing-ubuntu:~$ gcc source.c -O2 -fno-thread-jumps && ./a.out
Floating point exception (core dumped)
jing@jing-ubuntu:~$ gcc source.c -O3 -fno-thread-jumps && ./a.out
Floating point exception (core dumped)
jing@jing-ubuntu:~$ gcc source.c -Os -fno-thread-jumps && ./a.out
Floating point exception (core dumped)


jing@jing-ubuntu:~$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/home/jing/gcc-12.2.0/usr/local/bin/../libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../configure -enable-checking=release -enable-languages=c,c++
-disable-multilib
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 12.2.0 (GCC)

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

* [Bug middle-end/113709] [12 Regression] -fno-thread-jumps gave Floating point exception at -O2, -O3, -Os
  2024-02-01 18:30 [Bug middle-end/113709] New: User -fno-thread-jumps gave Floating point exception at -O2, -O3, -Os jiajing_zheng at 163 dot com
@ 2024-02-01 22:10 ` pinskia at gcc dot gnu.org
  2024-02-01 22:16 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-02-01 22:10 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |12.3
           Keywords|                            |wrong-code

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

* [Bug middle-end/113709] [12 Regression] -fno-thread-jumps gave Floating point exception at -O2, -O3, -Os
  2024-02-01 18:30 [Bug middle-end/113709] New: User -fno-thread-jumps gave Floating point exception at -O2, -O3, -Os jiajing_zheng at 163 dot com
  2024-02-01 22:10 ` [Bug middle-end/113709] [12 Regression] " pinskia at gcc dot gnu.org
@ 2024-02-01 22:16 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-02-01 22:16 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Dup. Already fixed in GCC 12.3.0.

*** This bug has been marked as a duplicate of bug 108166 ***

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

end of thread, other threads:[~2024-02-01 22:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-01 18:30 [Bug middle-end/113709] New: User -fno-thread-jumps gave Floating point exception at -O2, -O3, -Os jiajing_zheng at 163 dot com
2024-02-01 22:10 ` [Bug middle-end/113709] [12 Regression] " pinskia at gcc dot gnu.org
2024-02-01 22:16 ` pinskia 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).