Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 88254 invoked from network); 2 Apr 2008 18:40:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Apr 2008 18:40:03 -0000 Received: (qmail 76529 invoked by uid 500); 2 Apr 2008 18:40:03 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 76514 invoked by uid 500); 2 Apr 2008 18:40:03 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 76501 invoked by uid 99); 2 Apr 2008 18:40:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 11:40:03 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 18:39:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7421D234C0B3 for ; Wed, 2 Apr 2008 11:37:24 -0700 (PDT) Message-ID: <755819564.1207161444474.JavaMail.jira@brutus> Date: Wed, 2 Apr 2008 11:37:24 -0700 (PDT) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Commented: (STDCXX-799) [Intel C++ 10.0/Linux] error in rw/_traits.h on __builtin_memmove In-Reply-To: <47549399.1206641004646.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584714#action_12584714 ] Martin Sebor commented on STDCXX-799: ------------------------------------- The this [thread|http://www.mail-archive.com/dev@stdcxx.apache.org/msg00451.html] for a discussion of the built-ins in Intel C++. > [Intel C++ 10.0/Linux] error in rw/_traits.h on __builtin_memmove > ----------------------------------------------------------------- > > Key: STDCXX-799 > URL: https://issues.apache.org/jira/browse/STDCXX-799 > Project: C++ Standard Library > Issue Type: Bug > Affects Versions: trunk > Environment: Intel C++ 10.0/Linux, gcc 4.1 as the back end > Reporter: Martin Sebor > Assignee: Farid Zaripov > Priority: Blocker > Fix For: 4.2.1 > > Original Estimate: 1h > Time Spent: 1h > Remaining Estimate: 0h > > The error below shows up in logs for our optimized (not debug) nightly builds with Intel C++ 10.0 on Linux with gcc 4.1 for the back end: > {noformat} > ### gmake -Cbuild/lib BUILDMODE=pthreads,shared,optimized,wide CONFIG=icc.config 2>&1 | sed -e "s/\/build2\/batman\/5.0.0\/builds\/34590289\/source-buildspace\/build/\$(BUILDDIR)/g;s/\/build2\/batman\/5.0.0\/builds\/34590289\/source-buildspace/\$(TOPDIR)/g" | tee /tmp/build.19074.log: > gmake: Entering directory `$(BUILDDIR)/lib' > ... > icc -c -I$(TOPDIR)/include/ansi -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -cxxlib-nostd -O2 -w1 -fpic $(TOPDIR)/src/bitset.cpp > $(TOPDIR)/include/rw/_traits.h(439): error: identifier "__builtin_memmove" is undefined > _RWSTD_MEMMOVE (__s1, __s2, __n); > ^ > compilation aborted for $(TOPDIR)/src/bitset.cpp (code 2) > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.