bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/16934] gc-sections fails to remove unused C++ member functions


From: curaga at operamail dot com
Subject: [Bug ld/16934] gc-sections fails to remove unused C++ member functions
Date: Mon, 12 May 2014 08:08:13 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=16934

--- Comment #1 from curaga at operamail dot com ---
lib.h:

#ifndef FOO_H
#define FOO_H

class interface {
public:
    virtual void foo() = 0;
    virtual void bar() = 0;
};

interface* getclass();

#endif

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