http://sourceware.org/bugzilla/show_bug.cgi?id=12944

Jan Hubicka <hubicka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dave.korn.cygwin at gmail
                   |                            |dot com

--- Comment #1 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-06-28 
13:31:32 UTC ---
class A
{
public:
virtual int test (void)
{
  printf ("A\n");
}
};
class B
{
public:
virtual int test (void)
{
  printf ("B\n");
}
};

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to