LWN.net Logo

GCC Explorer - an interactive take on compilation

GCC Explorer - an interactive take on compilation

Posted May 25, 2012 7:36 UTC (Fri) by lindi (subscriber, #53135)
In reply to: GCC Explorer - an interactive take on compilation by ejr
Parent article: GCC Explorer - an interactive take on compilation

Return values are tricky indeed. LLVM had a bug where it converted printf to a putchar if you only printed one character. However if putchar failed it still returned 1:

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


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds