------- Comment #5 from pinskia at gcc dot gnu dot org  2007-06-28 02:04 -------
No, the comparision is correct.
The enum is you gave is equalivant (in both C and C++) to:
enum X
{
    A = 3,
    B = 1,
    C = 2,
    D = 3,
    E = 4
};


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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

Reply via email to