public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "jp.deplaix at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/60195] New: Strange warnings using atomic types
Date: Fri, 14 Feb 2014 14:17:00 -0000	[thread overview]
Message-ID: <bug-60195-4@http.gcc.gnu.org/bugzilla/> (raw)

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60195

            Bug ID: 60195
           Summary: Strange warnings using atomic types
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jp.deplaix at gmail dot com

Created attachment 32134
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32134&action=edit
Test case

Two warnings are raised while compiling the attached test-case.

The first one in the function f:

warning: variable 'y' set but not used

but clearly it is. For example if you replace atomic_int by int here, the
warning desapears.

The second one in the function g at the line of « y = 0 »:

warning: right-hand operand of comma has no effect

this warning make no sense, since there is no comma at this line.


This was experienced with gcc 4.9.0 20140111 for the first warning and gcc
4.9.0 20140213 for both warnings.
>From gcc-bugs-return-443560-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Feb 14 14:32:36 2014
Return-Path: <gcc-bugs-return-443560-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 4897 invoked by alias); 14 Feb 2014 14:32:35 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 4844 invoked by uid 55); 14 Feb 2014 14:32:32 -0000
From: "tejohnson at google dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/60175] ICE on gcc.dg/asan/nosanitize-and-inline.c
Date: Fri, 14 Feb 2014 14:32:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: middle-end
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: tejohnson at google dot com
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-60175-4-EbTiOWhFP0@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-60175-4@http.gcc.gnu.org/bugzilla/>
References: <bug-60175-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-02/txt/msg01317.txt.bz2
Content-length: 1058

http://gcc.gnu.org/bugzilla/show_bug.cgi?id`175

--- Comment #4 from Teresa Johnson <tejohnson at google dot com> ---
On Fri, Feb 14, 2014 at 1:01 AM, y.gribov at samsung dot com
<gcc-bugzilla@gcc.gnu.org> wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id`175
>
> Yury Gribov <y.gribov at samsung dot com> changed:
>
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>                  CC|                            |hubicka at gcc dot gnu.org,
>                    |                            |tejohnson at google dot com
>
> --- Comment #3 from Yury Gribov <y.gribov at samsung dot com> ---
> Adding Jan and Teresa (who worked on this piece of code) to comment on proposed
> patch.

The patch looks good to me, but I can't approve. The other calls to
combine_probabilities from this module look ok to me, but this one
should be apply_probability as you note.

Thanks,
Teresa

>
> --
> You are receiving this mail because:
> You are on the CC list for the bug.


             reply	other threads:[~2014-02-14 14:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-14 14:17 jp.deplaix at gmail dot com [this message]
2014-02-17 20:42 ` [Bug c/60195] " mpolacek at gcc dot gnu.org
2014-02-19  6:30 ` mpolacek at gcc dot gnu.org
2014-02-19  6:31 ` mpolacek 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-60195-4@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).