public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/106186] New: [13 regression] Recent change causing target regressions for uninitialized objects
@ 2022-07-04 15:54 law at gcc dot gnu.org
  2022-07-04 18:56 ` [Bug tree-optimization/106186] " aldyh at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: law at gcc dot gnu.org @ 2022-07-04 15:54 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 106186
           Summary: [13 regression] Recent change causing target
                    regressions for uninitialized objects
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: law at gcc dot gnu.org
  Target Milestone: ---

This change:

commit 4e82205b68024f5c1a9006fe2b62e1a0fa7f1245
Author: Aldy Hernandez <aldyh@redhat.com>
Date:   Fri Jul 1 13:20:42 2022 +0200

    Integrate nonzero bits with irange.

    The nonzero bits and integer ranges compliment each other quite well,
    and it only makes sense to make the mask a first class citizen in the
    irange.  We do a half assed job of keeping ranges and nonzero bits
    somewhat in sync in SSA_NAME_RANGE_INFO, and the goal has always
    been to integrate them properly.  This patch does that, in preparation
    for streaming out full-resolution iranges between passes (think
    SSA_NAME_RANGE_INFO).
[ ... ]

Has caused several targets to start failing this test:

Tests that now fail, but worked before (1 tests):

cris-sim: gcc.dg/auto-init-uninit-4.c (test for excess errors)


>From the gcc.log file:

Excess errors:
/home/jlaw/test/gcc/gcc/testsuite/gcc.dg/uninit-4.c:49:10: warning: 'rprio' may
be used uninitialized [-Wmaybe-uninitialized]

This should be visible with just a cross compiler.


Testcase not explicitly included as it's obvious this is gcc.dg/uninit-4.c in
the testsuite.

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

end of thread, other threads:[~2022-07-05 15:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-04 15:54 [Bug tree-optimization/106186] New: [13 regression] Recent change causing target regressions for uninitialized objects law at gcc dot gnu.org
2022-07-04 18:56 ` [Bug tree-optimization/106186] " aldyh at gcc dot gnu.org
2022-07-05  7:49 ` rguenth at gcc dot gnu.org
2022-07-05  9:22 ` rguenth at gcc dot gnu.org
2022-07-05  9:22 ` rguenth at gcc dot gnu.org
2022-07-05  9:38 ` rguenth at gcc dot gnu.org
2022-07-05 12:12 ` cvs-commit at gcc dot gnu.org
2022-07-05 12:12 ` rguenth at gcc dot gnu.org
2022-07-05 15:37 ` law at gcc dot gnu.org
2022-07-05 15:51 ` aldyh 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).