public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/52299] GCC warns on compile time division by zero erroneously
Date: Mon, 20 Feb 2012 12:19:00 -0000	[thread overview]
Message-ID: <bug-52299-4-O9zcLgB7Mw@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-52299-4@http.gcc.gnu.org/bugzilla/>

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-02-20
     Ever Confirmed|0                           |1

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-02-20 12:13:03 UTC ---
Your testcase does not compile.  Using

template<unsigned int x>
struct test {
      static const unsigned int a_
            = x ? 10 / x : 10;
};

instead does not reproduce the warning (not even with -Wall).

Please provide preprocessed source and the command-line you are using
to reproduce the issue.


  reply	other threads:[~2012-02-20 12:17 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-17 20:00 [Bug c++/52299] New: " joseph.h.garvin at gmail dot com
2012-02-20 12:19 ` rguenth at gcc dot gnu.org [this message]
2012-02-20 16:48 ` [Bug c++/52299] " joseph.h.garvin at gmail dot com
2012-02-20 16:54 ` joseph.h.garvin at gmail dot com
2012-02-20 17:03 ` jakub at gcc dot gnu.org
2012-02-20 17:11 ` redi at gcc dot gnu.org
2012-02-20 17:13 ` redi at gcc dot gnu.org
2012-02-20 18:04 ` joseph.h.garvin at gmail dot com
2012-02-20 18:05 ` redi at gcc dot gnu.org
2012-02-20 19:20 ` jakub at gcc dot gnu.org
2012-03-12 17:00 ` paolo.carlini at oracle dot com
2012-03-12 19:29 ` paolo at gcc dot gnu.org
2012-03-12 19:31 ` paolo.carlini at oracle dot com

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-52299-4-O9zcLgB7Mw@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).