You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Eric Lemings (JIRA)" <ji...@apache.org> on 2008/03/28 17:58:24 UTC

[jira] Commented: (STDCXX-799) [Intel C++ 10.0/Linux] error in rw/_traits.h on __builtin_memmove

    [ https://issues.apache.org/jira/browse/STDCXX-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583097#action_12583097 ] 

Eric Lemings commented on STDCXX-799:
-------------------------------------

This platform is currently assigned to Farid.  Shouldn't this issue also be assigned to Farid?

> [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: Martin Sebor
>            Priority: Blocker
>             Fix For: 4.2.1
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 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.