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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to