public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/113396] New: csmith: differences from -O2 to -O3
@ 2024-01-15 11:53 dcb314 at hotmail dot com
  2024-01-15 12:16 ` [Bug c/113396] " dcb314 at hotmail dot com
                   ` (36 more replies)
  0 siblings, 37 replies; 38+ messages in thread
From: dcb314 at hotmail dot com @ 2024-01-15 11:53 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 113396
           Summary: csmith: differences from -O2 to -O3
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

Created attachment 57082
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57082&action=edit
C source code

The attached Csmith generated code does this:

foundBugs $ ~/gcc/results/bin/gcc -w bug998.c
foundBugs $ valgrind -q ./a.out
checksum = 77A231E6
foundBugs $ ~/gcc/results/bin/gcc -w -O2 bug998.c
foundBugs $ valgrind -q ./a.out
checksum = 77A231E6
foundBugs $ ~/gcc/results/bin/gcc -w -O3 bug998.c
foundBugs $ valgrind -q ./a.out
checksum = 130B5204
foundBugs $ ~/gcc/results/bin/gcc -w -O3 -fno-strict-aliasing
-fno-loop-interchange bug998.c
foundBugs $ valgrind -q ./a.out
checksum = 130B5204
foundBugs $

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

end of thread, other threads:[~2024-05-08 11:50 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-15 11:53 [Bug c/113396] New: csmith: differences from -O2 to -O3 dcb314 at hotmail dot com
2024-01-15 12:16 ` [Bug c/113396] " dcb314 at hotmail dot com
2024-01-15 19:14 ` dcb314 at hotmail dot com
2024-01-15 19:15 ` dcb314 at hotmail dot com
2024-01-15 22:34 ` [Bug middle-end/113396] [13/14 Regression] " pinskia at gcc dot gnu.org
2024-01-16  8:46 ` dcb314 at hotmail dot com
2024-01-16  9:30 ` dcb314 at hotmail dot com
2024-01-16  9:48 ` dcb314 at hotmail dot com
2024-01-16 10:22 ` dcb314 at hotmail dot com
2024-01-16 10:30 ` dcb314 at hotmail dot com
2024-01-17 17:28 ` jakub at gcc dot gnu.org
2024-01-17 17:32 ` dcb314 at hotmail dot com
2024-03-15 15:02 ` law at gcc dot gnu.org
2024-03-15 15:55 ` rguenth at gcc dot gnu.org
2024-03-15 15:58 ` rguenth at gcc dot gnu.org
2024-03-15 16:47 ` dcb314 at hotmail dot com
2024-03-15 16:57 ` jakub at gcc dot gnu.org
2024-03-15 17:15 ` dcb314 at hotmail dot com
2024-03-15 17:21 ` dcb314 at hotmail dot com
2024-03-15 21:07 ` dcb314 at hotmail dot com
2024-03-16 16:56 ` dcb314 at hotmail dot com
2024-03-16 18:33 ` dcb314 at hotmail dot com
2024-03-18  5:56 ` sjames at gcc dot gnu.org
2024-03-19  3:47 ` sjames at gcc dot gnu.org
2024-03-19  5:01 ` pinskia at gcc dot gnu.org
2024-03-19  5:16 ` pinskia at gcc dot gnu.org
2024-03-19  5:30 ` pinskia at gcc dot gnu.org
2024-03-19  5:30 ` pinskia at gcc dot gnu.org
2024-03-19  5:39 ` pinskia at gcc dot gnu.org
2024-03-19  5:41 ` pinskia at gcc dot gnu.org
2024-03-19  6:21 ` sjames at gcc dot gnu.org
2024-03-19  7:32 ` [Bug middle-end/113396] [13/14 Regression] csmith: differences from -O2 to -O3 since r13-1268-g8c99e307b20c50 sjames at gcc dot gnu.org
2024-03-19 14:18 ` rguenth at gcc dot gnu.org
2024-03-19 14:25 ` rguenth at gcc dot gnu.org
2024-03-20  8:22 ` cvs-commit at gcc dot gnu.org
2024-03-20  8:22 ` [Bug middle-end/113396] [13 " rguenth at gcc dot gnu.org
2024-05-08 11:49 ` cvs-commit at gcc dot gnu.org
2024-05-08 11:50 ` rguenth 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).