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 debug/26881] [4.1/4.2 Regression] internal compiler error in dwarf2out_finish



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


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