This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Possible bug in gcc-3.4.3 fixincludes on IBM AIX 5.2
Building the compiler ("make bootstrap") fails when compiling genautomata.c, due to a header file problem. The header file which produces the error is generated by fixincludes from the system math.h file. It appears that the word "class" is triggering the insertion of an #ifndef...#endif pair, but the #endif is being tacked on to the end of the preceeding line, which ends in a continuation character.
Thanks, Andrew Pinski
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |