[cfe-commits] r86507 - /cfe/trunk/www/get_started.html

Cédric Venet cedric.venet at laposte.net
Mon Nov 9 01:04:36 PST 2009


Le 09/11/2009 04:21, Chris Lattner a écrit :
>  +<p>The 'clang' driver is designed to work as closely to GCC as
>  possible to +  maximize portability.  The only major difference
>  between the two is that +  Clang defaults to gnu99 mode while GCC
>  defaults to gnu89 mode.  If you see +  weird link-time errors
>  relating to inline functions, try passing -std=gnu99 +  to
>  clang.</p> +

more like

     try passing -std=gnu89

no?

regards,

Cédric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20091109/9c34001a/attachment.html>


More information about the cfe-commits mailing list