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

* [Bug c++/13693] [tree-ssa] build failure in mipsisa64-elf
  2004-01-15  2:21 [Bug c++/13693] New: build failure in mipsisa64-elf echristo at redhat dot com
@ 2004-01-17  0:27 ` pinskia at gcc dot gnu dot org
  2004-01-18 17:25 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-17  0:27 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
            Summary|build failure in mipsisa64- |[tree-ssa] build failure in
                   |elf                         |mipsisa64-elf
   Target Milestone|---                         |tree-ssa


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


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

* [Bug c++/13693] [tree-ssa] build failure in mipsisa64-elf
  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
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-18 17:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-18 17:25 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Priority|P2                          |P1
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-18 17:25:14
               date|                            |


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


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

* [Bug c++/13693] [tree-ssa] build failure in mipsisa64-elf
  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
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rth at gcc dot gnu dot org @ 2004-01-30  1:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2004-01-30 01:04 -------
Working on it.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rth at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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


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

* [Bug c++/13693] [tree-ssa] build failure in mipsisa64-elf
  2004-01-15  2:21 [Bug c++/13693] New: build failure in mipsisa64-elf echristo at redhat dot com
                   ` (2 preceding siblings ...)
  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
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rth at gcc dot gnu dot org @ 2004-01-30  1:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2004-01-30 01:54 -------
http://gcc.gnu.org/ml/gcc-patches/2004-01/msg03348.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


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

* [Bug c++/13693] [tree-ssa] build failure in mipsisa64-elf
  2004-01-15  2:21 [Bug c++/13693] New: build failure in mipsisa64-elf echristo at redhat dot com
                   ` (3 preceding siblings ...)
  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
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rth at gcc dot gnu dot org @ 2004-01-30  9:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2004-01-30 09:30 -------
*** Bug 13584 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |green at redhat dot com


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


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

* [Bug c++/13693] [tree-ssa] build failure in mipsisa64-elf
  2004-01-15  2:21 [Bug c++/13693] New: build failure in mipsisa64-elf echristo at redhat dot com
                   ` (5 preceding siblings ...)
  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
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-01-30 23:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-01-30 23:37 -------
Subject: Bug 13693

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rth@gcc.gnu.org	2004-01-30 23:37:41

Modified files:
	gcc/cp         : ChangeLog method.c tree.c 

Log message:
	PR c++/13693
	* method.c (use_thunk): Don't force_target_expr for void thunks.
	* tree.c (build_target_expr_with_type): Assert non-void type.
	(force_target_expr): Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3921&r2=1.3922
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/method.c.diff?cvsroot=gcc&r1=1.275&r2=1.276
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/tree.c.diff?cvsroot=gcc&r1=1.360&r2=1.361



-- 


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


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

* [Bug c++/13693] [tree-ssa] build failure in mipsisa64-elf
  2004-01-15  2:21 [Bug c++/13693] New: build failure in mipsisa64-elf echristo at redhat dot com
                   ` (4 preceding siblings ...)
  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
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-01-30 23:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-01-30 23:37 -------
Subject: Bug 13693

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	tree-ssa-20020619-branch
Changes by:	rth@gcc.gnu.org	2004-01-30 23:37:14

Modified files:
	gcc/cp         : ChangeLog method.c tree.c 

Log message:
	PR c++/13693
	* method.c (use_thunk): Don't force_target_expr for void thunks.
	* tree.c (build_target_expr_with_type): Assert non-void type.
	(force_target_expr): Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.2849.2.64&r2=1.2849.2.65
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/method.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.224.2.24&r2=1.224.2.25
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/tree.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.286.2.41&r2=1.286.2.42



-- 


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


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

* [Bug c++/13693] [tree-ssa] build failure in mipsisa64-elf
  2004-01-15  2:21 [Bug c++/13693] New: build failure in mipsisa64-elf echristo at redhat dot com
                   ` (6 preceding siblings ...)
  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
  7 siblings, 0 replies; 9+ messages in thread
From: rth at gcc dot gnu dot org @ 2004-01-30 23:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2004-01-30 23:40 -------
http://gcc.gnu.org/ml/gcc-patches/2004-01/msg03455.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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).