This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/79862] Compilation error while building libstdc++


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]