From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16676 invoked by alias); 15 Nov 2007 13:06:39 -0000 Received: (qmail 16627 invoked by uid 48); 15 Nov 2007 13:06:26 -0000 Date: Thu, 15 Nov 2007 13:06:00 -0000 Message-ID: <20071115130626.16626.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/34105] [4.3 Regression] Confusing error message with missing #include In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pcarlini at suse dot de" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-11/txt/msg01376.txt.bz2 ------- Comment #3 from pcarlini at suse dot de 2007-11-15 13:06 ------- Something like the attached (lightly tested) fixed the problem for normal mode, the error becomes: 34105.cc: In function ‘int main()’: 34105.cc:8: error: ‘find’ is not a member of ‘std’ however, it doesn't for parallel mode. I think it's better if Benjamin looks into those headers... -- pcarlini at suse dot de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bkoz at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34105