From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17622 invoked by alias); 21 Jul 2005 14:49:25 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 17611 invoked by uid 48); 21 Jul 2005 14:49:22 -0000 Date: Thu, 21 Jul 2005 14:50:00 -0000 Message-ID: <20050721144922.17610.qmail@sourceware.org> From: "igodard at pacbell dot net" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050721143121.22590.igodard@pacbell.net> References: <20050721143121.22590.igodard@pacbell.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/22590] parser hosed X-Bugzilla-Reason: CC X-SW-Source: 2005-07/txt/msg02567.txt.bz2 List-Id: ------- 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