LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 733 - [llvm-gcc3] Needs to be updated to generate the new non-overloaded memcpy/memset intrinsics
Summary: [llvm-gcc3] Needs to be updated to generate the new non-overloaded memcpy/mem...
Status: RESOLVED FIXED
Alias: None
Product: tools
Classification: Unclassified
Component: llvm-gcc (show other bugs)
Version: trunk
Hardware: Macintosh MacOS X
: P normal
Assignee: Chris Lattner
URL:
Keywords: quality-of-implementation
Depends on:
Blocks:
 
Reported: 2006-04-11 23:30 PDT by Chris Lattner
Modified: 2010-02-22 12:49 PST (History)
1 user (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Lattner 2006-04-11 23:30:27 PDT
Make all the warnings go away!

-Chris
Comment 1 Chris Lattner 2006-04-12 16:14:55 PDT
Also, CFrontend/2003-08-18-SigSetJmp.c is failing with this:

llvm-as: assembly parsed, but does not verify as correct!
Intrinsic prototype has too many arguments!
int (%struct.__jmp_buf_tag*, int)* %llvm.sigsetjmp
Broken module found, verification terminated.