------- Comment #6 from couriousous at mandriva dot org  2006-04-16 13:07 
-------
Here is an another testcase:

void bar (void)
{
 if (0) {
      static enum {a} foo;
      switch (0)
        {
        default:
          return;
        }
    }
}


Fail compiling with -O0 -g on x86_64 with gcc 4.1.1


-- 

couriousous at mandriva dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |couriousous at mandriva dot
                   |                            |org


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

Reply via email to