[LLVMbugs] [Bug 11049] New: undefined reference to '__builtin_eh_copy_values' on mutiple c++ programs with -fplugin-arg-dragonegg-enable-gcc-optzns

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Oct 1 13:36:41 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=11049

           Summary: undefined reference to '__builtin_eh_copy_values' on
                    mutiple c++ programs with
                    -fplugin-arg-dragonegg-enable-gcc-optzns
           Product: dragonegg
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: New Bugs
        AssignedTo: baldrick at free.fr
        ReportedBy: jkillius at arcor.de
                CC: llvmbugs at cs.uiuc.edu


Hi,
if I use -fplugin-arg-dragonegg-enable-gcc-optzns on c++ programs I get this
error message:
undefined reference to '__builtin_eh_copy_values'

Here is an example:
.obj/mediapanel.o:mediapanel.cpp:function MediaPanel::~MediaPanel(): error:
undefined reference to '__builtin_eh_copy_values'                               
.obj/mediapanel.o:mediapanel.cpp:function MediaPanel::~MediaPanel(): error:
undefined reference to '__builtin_eh_copy_values'                               
.obj/mediapanel.o:mediapanel.cpp:function MediaPanel::~MediaPanel(): error:
undefined reference to '__builtin_eh_copy_values'                               
.obj/mediapanel.o:mediapanel.cpp:function MediaPanel::~MediaPanel(): error:
undefined reference to '__builtin_eh_copy_values'


code:
MediaPanel::~MediaPanel()                                                       
{                                                                               

}

I'm using the trunk versions of gcc 4.6,llvm,dragonegg

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



More information about the llvm-bugs mailing list