public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/104436] [12 Regression] spurious -Wdangling-pointer assigning local address to a class passed by value
Date: Tue, 15 Mar 2022 00:27:17 +0000	[thread overview]
Message-ID: <bug-104436-4-XqsHcFGRk6@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-104436-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Sebor <msebor@gcc.gnu.org>:

https://gcc.gnu.org/g:373a2dc2be0089ae59b61202a6023458aaaf63d8

commit r12-7650-g373a2dc2be0089ae59b61202a6023458aaaf63d8
Author: Martin Sebor <msebor@redhat.com>
Date:   Mon Mar 14 18:23:08 2022 -0600

    Avoid -Wdangling-pointer for by-transparent-reference arguments [PR104436].

    This change avoids -Wdangling-pointer for by-value arguments transformed
    into by-transparent-reference.

    Resolves:
    PR middle-end/104436 - spurious -Wdangling-pointer assigning local address
to a class passed by value

    gcc/ChangeLog:

            PR middle-end/104436
            * gimple-ssa-warn-access.cc (pass_waccess::check_dangling_stores):
            Check for warning suppression.  Avoid by-value arguments
transformed
            into by-transparent-reference.

    gcc/testsuite/ChangeLog:

            PR middle-end/104436
            * c-c++-common/Wdangling-pointer-8.c: New test.
            * g++.dg/warn/Wdangling-pointer-5.C: New test.

  parent reply	other threads:[~2022-03-15  0:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-07 23:49 [Bug middle-end/104436] New: " msebor at gcc dot gnu.org
2022-02-07 23:50 ` [Bug middle-end/104436] " msebor at gcc dot gnu.org
2022-02-08  0:22 ` msebor at gcc dot gnu.org
2022-02-08  9:08 ` rguenth at gcc dot gnu.org
2022-02-08 22:00 ` [Bug middle-end/104436] [12 Regression] " msebor at gcc dot gnu.org
2022-03-09 13:18 ` rguenth at gcc dot gnu.org
2022-03-15  0:27 ` cvs-commit at gcc dot gnu.org [this message]
2022-03-15  0:27 ` msebor at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-104436-4-XqsHcFGRk6@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).