[Bug c++/27979] [4.2 Regression] conversion check confused by enum bitfields

2006-06-16 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2006-06-16 23:13 --- Fixed in 4.2.0. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Stat

[Bug c++/27979] [4.2 Regression] conversion check confused by enum bitfields

2006-06-16 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-06-16 23:12 --- Subject: Bug 27979 Author: mmitchel Date: Fri Jun 16 23:12:08 2006 New Revision: 114733 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114733 Log: PR c++/27979 * call.c (standard_conversion

[Bug c++/27979] [4.2 Regression] conversion check confused by enum bitfields

2006-06-16 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org

[Bug c++/27979] [4.2 Regression] conversion check confused by enum bitfields

2006-06-15 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27979

[Bug c++/27979] 4.2 Regression] conversion check confused by enum bitfields

2006-06-09 Thread tbm at cyrius dot com
--- Comment #3 from tbm at cyrius dot com 2006-06-09 18:03 --- It wasn't accidentally fixed. It was fixed by Mark Mitchell for PR c++/27506, which contain the same test case as my 2nd example. In any case, the first test case wasn't fixed by the fix for PR 27506. -- tbm at cyrius d

[Bug c++/27979] 4.2 Regression] conversion check confused by enum bitfields

2006-06-09 Thread tbm at cyrius dot com
--- Comment #2 from tbm at cyrius dot com 2006-06-09 17:47 --- The following, related example, fails with gcc 4.2 20060508 but works with 20060530. It would be great if whoever works on this PR could check what change was responsible to get this working, and if it was just an accidental

[Bug c++/27979] 4.2 Regression] conversion check confused by enum bitfields

2006-06-09 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-06-09 16:56 --- Confirmed, 4.1.0 accepted this code. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added