[Bug libstdc++/79862] Compilation error while building libstdc++
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Mar 7 05:49:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79862
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Sumit from comment #6)
> Hi Andrew,
>
> Somehow these files were missing in my package. I have recopied them back
> and things have moved further.
>
> Now, I am seeing compilation error at :
> ../../../../../gcc-4.8/libstdc++-v3/src/c++11/debug.cc:523:5: error: unable
> to find string literal operator 'operator"" _ASSERT_STR'
> assert(this->_M_kind != _Parameter::__unused_param);
Looks like the assert in assert.h vxworks has is not C++11 friendly. Add a
space before the _ASSERT_STR.
More information about the Gcc-bugs
mailing list