gcc4.4 issues
2009年7月10日
没有评论
各位读者,很抱歉这篇文章是英文的,我当初做笔记的时候,写成英文了,这样才可以在同事之间交流。 而现在确实没时间翻译过来了,还望大家理解,谢谢!
If your code builds well using gcc4.3 and below, it may not build with gcc4.4, which was released in April 2009.
Following are some of the changes that violates c/c++ standard:
1. gcc4.4 does not by default #include stdio.h, or stdlib.h, no header files are by default included, all header files of standard c/c++ libraries need to be explicitly included.
最近评论