public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/13693] New: build failure in mipsisa64-elf
@ 2004-01-15  2:21 echristo at redhat dot com
  2004-01-17  0:27 ` [Bug c++/13693] [tree-ssa] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: echristo at redhat dot com @ 2004-01-15  2:21 UTC (permalink / raw)
  To: gcc-bugs

Building mipsisa64-elf in tree-ssa failed building libstdc++-v3. stevenb reduced
the original testcase to this which fails when:

./cc1plus foo.ii

namespace std{  template<class _CharT>    struct char_traits;}namespace std{ 
template<typename _CharT, typename _Traits = char_traits<_CharT> >    class
basic_istream;} namespace std{  class ios_base  {  protected:    virtual
~ios_base();  };}namespace std{  template<typename _CharT, typename _Traits>   
class basic_ios : public ios_base    {    };}  namespace std{  template<typename
_CharT, typename _Traits>    class basic_istream : virtual public
basic_ios<_CharT, _Traits>    {    };}namespace std{  class istrstream : public
basic_istream<char>  {  public:    virtual ~istrstream();  };}namespace std{ 
istrstream::~istrstream() { }}

-- 
           Summary: build failure in mipsisa64-elf
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: echristo at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: mipsisa64-unknown-elf


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13693


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2004-01-30 23:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-15  2:21 [Bug c++/13693] New: build failure in mipsisa64-elf echristo at redhat dot com
2004-01-17  0:27 ` [Bug c++/13693] [tree-ssa] " pinskia at gcc dot gnu dot org
2004-01-18 17:25 ` pinskia at gcc dot gnu dot org
2004-01-30  1:04 ` rth at gcc dot gnu dot org
2004-01-30  1:54 ` rth at gcc dot gnu dot org
2004-01-30  9:30 ` rth at gcc dot gnu dot org
2004-01-30 23:37 ` cvs-commit at gcc dot gnu dot org
2004-01-30 23:37 ` cvs-commit at gcc dot gnu dot org
2004-01-30 23:40 ` rth at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).