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]

Re: c++/8014: Internal compiler error in `output_die'


Synopsis: Internal compiler error in `output_die'

State-Changed-From-To: open->closed
State-Changed-By: reichelt
State-Changed-When: Mon Oct 28 14:31:09 2002
State-Changed-Why:
    Fixed in 3.0.x and more recent versions.
    
    BTW, the bug in gcc 2.95.3 can be triggered with the
    following small code snippet:
    
    -------------------------snip here---------------------
    struct A
    {
      ~A() { }
    };
    
    struct B
    {
      static A& foo ()
        {
          static A a;
          return a;
        }
    };
    
    void bar ()
    {
      B::foo ();
    }
    -------------------------snip here---------------------

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8014


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