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

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid
      Known to work|                            |4.6.2
   Target Milestone|---                         |4.8.0
      Known to fail|                            |4.8.0

--- Comment #1 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2012-05-27 
23:25:50 UTC ---
Better with source to the test case...

int bar(void)
{
  typedef enum
  {
    ZERO=0, ONE
  } foo;

  return ONE;
}

Reply via email to