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 bootstrap/70650] bootstrap failure on x86_64 darwin


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70650

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2016-04-14
     Ever confirmed|0                           |1

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Confirmed at revision r234962:

[Book15] f90/bug% gcc6 /opt/gcc/work/libstdc++-v3/src/c++11/string-inst.cc -O2
-c
In file included from /opt/gcc/gcc6w/include/c++/6.0.0/string:53:0,
                 from /opt/gcc/work/libstdc++-v3/src/c++11/string-inst.cc:38:
/opt/gcc/gcc6w/include/c++/6.0.0/bits/basic_string.tcc: In member function
'void std::__cxx11::basic_string<_CharT, _Traits,
_Alloc>::_M_construct(_InIterator, _InIterator, std::forward_iterator_tag)
[with _FwdIterator = char*; _CharT = char; _Traits = std::char_traits<char>;
_Alloc = std::allocator<char>]':
/opt/gcc/gcc6w/include/c++/6.0.0/bits/basic_string.tcc:206:7: internal compiler
error: in emit_move_insn, at expr.c:3546
       basic_string<_CharT, _Traits, _Alloc>::
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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