bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/12944] GNU LD incorrectly optimize away COMDAT sections refered


From: hubicka at gcc dot gnu.org
Subject: [Bug ld/12944] GNU LD incorrectly optimize away COMDAT sections refered from data sections.
Date: Tue, 28 Jun 2011 13:32:16 +0000

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]