public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/94969] New: Invalid loop distribution
@ 2020-05-06  9:12 krebbel at gcc dot gnu.org
  2020-05-06  9:16 ` [Bug tree-optimization/94969] " krebbel at gcc dot gnu.org
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: krebbel at gcc dot gnu.org @ 2020-05-06  9:12 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 94969
           Summary: Invalid loop distribution
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: krebbel at gcc dot gnu.org
  Target Milestone: ---

Created attachment 48461
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48461&action=edit
Testcase

The attached testcase aborts on x86 when compiled with -O3. It succeeds with
-O2 or -O3 -fno-loop-distribution.

The loop is distributed separating the two statements. This affects the result
of the testcase.

 for (; c <= 1; c++) {
    f[b] = g;
    f[b].e ^= 1;
  }

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

end of thread, other threads:[~2020-07-15  6:47 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-06  9:12 [Bug tree-optimization/94969] New: Invalid loop distribution krebbel at gcc dot gnu.org
2020-05-06  9:16 ` [Bug tree-optimization/94969] " krebbel at gcc dot gnu.org
2020-05-06  9:21 ` krebbel at gcc dot gnu.org
2020-05-06  9:22 ` krebbel at gcc dot gnu.org
2020-05-06  9:38 ` [Bug tree-optimization/94969] [8/9/10/11 Regression] " rguenth at gcc dot gnu.org
2020-05-06  9:54 ` [Bug tree-optimization/94969] [8/9/10/11 Regression] Invalid loop distribution since r8-2390-gdfbddbeb1ca912c9 marxin at gcc dot gnu.org
2020-05-06 10:01 ` rguenth at gcc dot gnu.org
2020-05-06 10:05 ` rguenth at gcc dot gnu.org
2020-05-10 15:54 ` amker at gcc dot gnu.org
2020-05-11  5:40 ` amker at gcc dot gnu.org
2020-05-13  3:39 ` cvs-commit at gcc dot gnu.org
2020-05-18  1:39 ` amker at gcc dot gnu.org
2020-05-18  5:49 ` rguenther at suse dot de
2020-05-22  3:47 ` cvs-commit at gcc dot gnu.org
2020-06-17 15:38 ` krebbel at gcc dot gnu.org
2020-06-17 15:38 ` krebbel at gcc dot gnu.org
2020-06-17 16:19 ` [Bug tree-optimization/94969] [8/10 " rguenth at gcc dot gnu.org
2020-06-18  1:26 ` amker at gcc dot gnu.org
2020-06-20  6:25 ` cvs-commit at gcc dot gnu.org
2020-06-20  8:57 ` cvs-commit at gcc dot gnu.org
2020-07-15  6:47 ` 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).