public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "bangerth at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/39875]  New: [4.5 regression] Wrong "value computed is not used" warning
Date: Thu, 23 Apr 2009 19:59:00 -0000	[thread overview]
Message-ID: <bug-39875-102@http.gcc.gnu.org/bugzilla/> (raw)

I think this is from after 4.4 branched:
----------------------
template <typename TT> struct InputIterator
{
    InputIterator ()
      {
        TT i;
        (void)*i;           // require dereference operator
      }
};

InputIterator<int *> i;
---------------------

> c++ -c deal.II/source/dofs/dof_renumbering.cc  -W -Wall
deal.II/source/dofs/dof_renumbering.cc: In constructor
'InputIterator<TT>::InputIterator() [with TT = int*]':
deal.II/source/dofs/dof_renumbering.cc:10:   instantiated from here
deal.II/source/dofs/dof_renumbering.cc:6: warning: value computed is not used

That's obviously bogus, the compiler warns about a statement that is
explicitly cast to 'void' so there is no computed value any more.

The code is culled from boost's concepts checks, so this is going to hit
quite a number of people.

W.


-- 
           Summary: [4.5 regression] Wrong "value computed is not used"
                    warning
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: diagnostic
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bangerth at gmail dot com


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


             reply	other threads:[~2009-04-23 19:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-23 19:59 bangerth at gmail dot com [this message]
2009-04-24  9:25 ` [Bug c++/39875] " rguenth at gcc dot gnu dot org
2009-04-26 17:11 ` bangerth at gmail dot com
2009-04-26 19:23 ` jakub at gcc dot gnu dot org
2009-04-26 19:36 ` jakub at gcc dot gnu dot org
2009-04-27  5:54 ` jakub at gcc dot gnu dot org
2009-04-27  5:56 ` jakub at gcc dot gnu dot 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-39875-102@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).