From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31207 invoked by alias); 24 May 2009 12:04:49 -0000 Received: (qmail 31196 invoked by uid 22791); 24 May 2009 12:04:48 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 24 May 2009 12:04:44 +0000 Received: from localhost (hagrid.ecoscentric.com [127.0.0.1]) by mail.ecoscentric.com (Postfix) with ESMTP id E1FCD60B8004 for ; Sun, 24 May 2009 13:04:41 +0100 (BST) Received: from mail.ecoscentric.com ([127.0.0.1]) by localhost (hagrid.ecoscentric.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bsU74JCsmJmv; Sun, 24 May 2009 13:04:38 +0100 (BST) From: bugzilla-daemon@ecoscentric.com To: ecos-bugs@ecos.sourceware.org Subject: [Bug 1000782] New: Incorrect C++ headers in the installed gcc X-Bugzilla-Reason: QAcontact X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: eCos X-Bugzilla-Component: Other X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: stano@meduna.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: normal X-Bugzilla-Assigned-To: jifl@ecoscentric.com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Sun, 24 May 2009 12:04:00 -0000 Mailing-List: contact ecos-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-bugs-owner@sourceware.org X-SW-Source: 2009/txt/msg00218.txt.bz2 http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000782 Summary: Incorrect C++ headers in the installed gcc Product: eCos Version: 3.0 Platform: pc (i386 PC target) OS/Version: HostOS: Win NT/2k/XP Status: UNCONFIRMED Severity: normal Priority: normal Component: Other AssignedTo: jifl@ecoscentric.com ReportedBy: stano@meduna.org QAContact: ecos-bugs@ecos.sourceware.org Class: --- The version of gcc installed for 386 under cygwin includes a version of C++ headers errorneously containing #include_next instead of #include. $ i386-elf-gcc -v Using built-in specs. Target: i386-elf Configured with: /gnutools/src/toolchains/gcc/gcc-4.3.2/configure -v --target=i3 86-elf --prefix=/gnutools/builds/toolchains/i386-elf/tools --with-newlib --with- gnu-as --with-gnu-ld --enable-languages=c,c++ --disable-__cxa_atexit --enable-th reads --with-bugurl=http://bugs.ecos.sourceware.org/ --with-pkgversion='eCosCent ric GNU tools 4.3.2-sw' Thread model: single gcc version 4.3.2 (eCosCentric GNU tools 4.3.2-sw) This is a known gcc regression and shoudl be solved by upgrading to 4.3.3: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38000 -- Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.