public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jonathan Wakely <jwakely.gcc@gmail.com>
To: Brian Budge <brian.budge@gmail.com>
Cc: "Máté Soós" <soos.mate@gmail.com>, gcc-help@gcc.gnu.org
Subject: Re: Could someone tell me what is wrong here?
Date: Wed, 19 Jan 2011 21:54:00 -0000	[thread overview]
Message-ID: <AANLkTikkb8Bdy=wx6TfbkqH+bHWW_Ca1a3vJvn1E1YKB@mail.gmail.com> (raw)
In-Reply-To: <AANLkTin18936Mt0TcJCwEUKi+EE4nwqtAgGbhX+Eqt=J@mail.gmail.com>

On 19 January 2011 21:22, Brian Budge wrote:
> I haven't done an in-depth analysis of your code, but I noticed that
> in my own code, that casting a bool to an integer type did not always
> yield 0 or 1 (I believe this was new in 4.5x).  I ended up changing
> from
>  += (uint32_t)mybool
> to
>  += mybool ? 1 : 0
>
> Does this help in your code?

That would be a (fairly serious IMHO) bug, if you can reproduce it
please report it to bugzilla.

  reply	other threads:[~2011-01-19 21:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-19 21:15 Máté Soós
2011-01-19 21:22 ` Brian Budge
2011-01-19 21:54   ` Jonathan Wakely [this message]
2011-01-19 22:02     ` Brian Budge
2011-01-19 22:39       ` Zdeněk Sojka
2011-01-19 22:54         ` Brian Budge
2011-01-19 22:57           ` Mate Soos
2011-01-19 21:53 ` Jonathan Wakely

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='AANLkTikkb8Bdy=wx6TfbkqH+bHWW_Ca1a3vJvn1E1YKB@mail.gmail.com' \
    --to=jwakely.gcc@gmail.com \
    --cc=brian.budge@gmail.com \
    --cc=gcc-help@gcc.gnu.org \
    --cc=soos.mate@gmail.com \
    /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).