[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This section describes known problems that affect users of GCC. Most of these are not GCC bugs per se--if they were, we would fix them. But the result for a user may be like the result of a bug.
Some of these problems are due to bugs in other software, some are missing features that are too much work to add, and some are places where people's opinions differ as to what is best.
9.1 Actual Bugs We Haven't Fixed Yet Bugs we will fix later. 9.2 Cross-Compiler Problems Common problems of cross compiling with GCC. 9.3 Interoperation Problems using GCC with other compilers, and with certain linkers, assemblers and debuggers. 9.4 Problems Compiling Certain Programs Problems compiling certain programs. 9.5 Incompatibilities of GCC GCC is incompatible with traditional C. 9.6 Fixed Header Files GNU C uses corrected versions of system header files. This is necessary, but doesn't always work smoothly. 9.7 Standard Libraries GNU C uses the system C library, which might not be compliant with the ISO C standard. 9.8 Disappointments and Misunderstandings Regrettable things we can't change, but not quite bugs. 9.9 Common Misunderstandings with GNU C++ Common misunderstandings with GNU C++. 9.10 Caveats of using protoize
Things to watch out for when using protoize
.9.11 Certain Changes We Don't Want to Make Things we think are right, but some others disagree. 9.12 Warning Messages and Error Messages Which problems in your code get warnings, and which get errors.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |