https://bugs.kde.org/show_bug.cgi?id=470428

--- Comment #3 from Andrei Slavoiu <ansl...@yahoo.com> ---
Hi, first of all, after clearing the cache it no longer crashes. But if it
helps to prevent this in the future:

The entire system is built with CFLAGS="-march=native -ggdb3 -O2 -pipe
-fdiagnostics-color". See attached compiler.info for what -march=native
translates to on my system.

This is the content of stl_algobase.h around that line.

      template<typename _ForwardIterator, typename _Tp>
        _GLIBCXX20_CONSTEXPR
        inline typename
        __gnu_cxx::__enable_if<__is_scalar<_Tp>::__value, void>::__type
        __fill_a1(_ForwardIterator __first, _ForwardIterator __last,
                  const _Tp& __value)
        {
          const _Tp __tmp = __value;
930:      for (; __first != __last; ++__first)
            *__first = __tmp;
        }

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to