From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 798 invoked by alias); 21 May 2003 15:59:59 -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 27400 invoked by uid 48); 21 May 2003 15:57:08 -0000 Date: Wed, 21 May 2003 16:07:00 -0000 Message-ID: <20030521155708.27399.qmail@sources.redhat.com> From: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug 10906] New: Thsi is additional information for bug no 10897 X-Bugzilla-Reason: CC X-SW-Source: 2003-05/txt/msg01834.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10906 Summary: Thsi is additional information for bug no 10897 Product: gcc Version: unknown Status: UNCONFIRMED Severity: critical Priority: P2 Component: c++ AssignedTo: bangerth@apex68.ticam.utexas.edu ReportedBy: haj_leo@yahoo.com CC: gcc-bugs@gcc.gnu.org,haj_leo@yahoo.com The code example which gives the error is #include #include #include main() ... The compiler gives parser errors and syntax errors for the following header "../g++-ver/stringfwd.h" and points at the following line template ... A look at the prevously enclosed "params.ii" file reveals that the typename which is typedefined previously in another file in the same directory "../g++- ver" is not getting resolved to its typename and the template instantation looks like template< _ALLOC> ... A run of tusc reveals that the file "stringfwd" is prev invoked by "iosfwd.H" which is previously invoked by "ios.h" I will send a detailed snapshot of the code and the specific compiler errors tommorrow. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.