[cfe-dev] Fwd: external function codegen bug

Csaba Hruska csaba.hruska at gmail.com
Fri May 23 02:37:50 PDT 2008


Hi! (now i send the email with code :p )

Here is a small piece of C code what compiles with gcc but clang asserts
during codegen.
I've used clang svn version: revision 51478
I've found this bug during compiling blender open source modeler (
blender.org).

Cheers,
Csaba
buggy code:

extern double g ();
void f()
{
 double t, g();
 t = g();
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20080523/e4f02cea/attachment.html>


More information about the cfe-dev mailing list