public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/35909] [4.4 Regression] ICE with bit-field and const references
Date: Sat, 12 Apr 2008 22:04:00 -0000	[thread overview]
Message-ID: <20080412220339.28436.qmail@sourceware.org> (raw)
In-Reply-To: <bug-35909-9596@http.gcc.gnu.org/bugzilla/>



------- Comment #3 from pinskia at gcc dot gnu dot org  2008-04-12 22:03 -------
Reduced testcase:
struct MidiCommand
{
  unsigned data1 : 8;
};
void g(const unsigned char &);
void f(MidiCommand mc)
{
  g(mc.data1);
}

----- CUT ---
And I was wrong, it is not related to that PR.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
      Known to work|4.3.0                       |
   Last reconfirmed|0000-00-00 00:00:00         |2008-04-12 22:03:37
               date|                            |
            Summary|[4.3/4.4 Regression] ice for|[4.4 Regression] ICE with
                   |legal code                  |bit-field and const
                   |                            |references
   Target Milestone|4.3.1                       |4.4.0


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


  parent reply	other threads:[~2008-04-12 22:04 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-11 18:07 [Bug c++/35909] New: ice for legal code dcb314 at hotmail dot com
2008-04-11 18:09 ` [Bug c++/35909] " dcb314 at hotmail dot com
2008-04-11 21:24 ` [Bug c++/35909] [4.4 Regression] " rguenth at gcc dot gnu dot org
2008-04-11 21:30 ` [Bug c++/35909] [4.3/4.4 " pinskia at gcc dot gnu dot org
2008-04-12 22:04 ` pinskia at gcc dot gnu dot org [this message]
2008-04-15  8:58 ` [Bug c++/35909] [4.4 Regression] ICE with bit-field and const references pinskia at gcc dot gnu dot org
2008-04-20 20:49 ` [Bug c++/35909] [4.3/4.4 " rguenth at gcc dot gnu dot org
2008-04-21 15:58 ` jakub at gcc dot gnu dot org
2008-04-21 16:04 ` rguenth at gcc dot gnu dot org
2008-04-22  6:28 ` aoliva at gcc dot gnu dot org
2008-04-22  6:29 ` aoliva at gcc dot gnu dot org
2008-05-27  5:49 ` aoliva at gcc dot gnu dot org
2008-05-27  6:04 ` aoliva at gcc dot gnu dot org
2008-05-27  6:04 ` aoliva 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=20080412220339.28436.qmail@sourceware.org \
    --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).