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

           Summary: fedora 14 mingw compiled app crashes
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: idh...@gmail.com


The simple test program below crashes when compiled with mingw in f14 and run
with f14 wine.  It works in f12 and Ubuntu 10.10 and I was told it works in
f13.

class Foo {
  virtual void bar();
};

void Foo::bar()
{
}

int main()
{
  return 0;
}

See also:
https://bugzilla.redhat.com/show_bug.cgi?id=649564

Reply via email to