This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/53502] [4.8 Regression] Bootstrap broken with --disable-build-poststage1-with-cxx


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;
}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]