public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/10549: [3.3/3.4 regression] ICE in store_bit_field on bitfields that exceed the precision of the declared type.
@ 2003-04-29 20:48 mmitchel
  0 siblings, 0 replies; 3+ messages in thread
From: mmitchel @ 2003-04-29 20:48 UTC (permalink / raw)
  To: daveed, gcc-bugs, gcc-prs, gdr, jsa, mmitchel, nobody

Synopsis: [3.3/3.4 regression] ICE in store_bit_field on bitfields that exceed the precision of the declared type.

Responsible-Changed-From-To: unassigned->mmitchel
Responsible-Changed-By: mmitchel
Responsible-Changed-When: Tue Apr 29 20:48:26 2003
Responsible-Changed-Why:
    Working on a fix.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10549


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: c++/10549: [3.3/3.4 regression] ICE in store_bit_field on bitfields that exceed the precision of the declared type.
@ 2003-04-29 21:38 mmitchel
  0 siblings, 0 replies; 3+ messages in thread
From: mmitchel @ 2003-04-29 21:38 UTC (permalink / raw)
  To: daveed, gcc-bugs, gcc-prs, gdr, jsa, mmitchel

Synopsis: [3.3/3.4 regression] ICE in store_bit_field on bitfields that exceed the precision of the declared type.

State-Changed-From-To: analyzed->closed
State-Changed-By: mmitchel
State-Changed-When: Tue Apr 29 21:38:27 2003
State-Changed-Why:
    Fixed in GCC 3.3, GCC 3.4.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10549


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: c++/10549: [3.3/3.4 regression] ICE in store_bit_field on bitfields that exceed the precision of the declared type.
@ 2003-04-29 19:07 bangerth
  0 siblings, 0 replies; 3+ messages in thread
From: bangerth @ 2003-04-29 19:07 UTC (permalink / raw)
  To: daveed, gcc-bugs, gcc-prs, gdr, jsa, nobody

Old Synopsis: GCC ICEs on bitfields that exceed the precision of the declared type.
New Synopsis: [3.3/3.4 regression] ICE in store_bit_field on bitfields that exceed the precision of the declared type.

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Tue Apr 29 19:07:31 2003
State-Changed-Why:
    Confirmed. Too bad, another regression (this worked in 3.0,
    but ICEs in 3.2, 3.3 and 3.4. This is the shortest one
    can get:
    --------------------------
    union u1 {
       char m1 : 16;
    } x;
    
    int main () {
       x.m1 = 256;
    }
    ------------------------
    g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c x.cc
    x.cc:2: warning: width of `u1::m1' exceeds its type
    x.cc: In function `int main()':
    x.cc:6: internal compiler error: in store_bit_field, at expmed.c:668
    
    
    W.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10549


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-04-29 21:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-29 20:48 c++/10549: [3.3/3.4 regression] ICE in store_bit_field on bitfields that exceed the precision of the declared type mmitchel
  -- strict thread matches above, loose matches on Subject: below --
2003-04-29 21:38 mmitchel
2003-04-29 19:07 bangerth

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).