------- Additional Comments From igodard at pacbell dot net 2005-07-21 14:49 ------- The actual problem is a missing "#" on a #include statement, so the code is invalid. But the error is reported not where that occurs but deep inside the next included file. So this report is actually a complaint about the file position reported in the diagnostic.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22590