public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/19312] New: ICE in stabilize_call
@ 2005-01-07 14:23 jakub at gcc dot gnu dot org
  2005-01-07 14:28 ` [Bug c++/19312] [3.4/4.0 Regression] " pinskia at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: jakub at gcc dot gnu dot org @ 2005-01-07 14:23 UTC (permalink / raw)
  To: gcc-bugs

template <class T, class A>
struct C
{
  static T *foo (A x) { return new T ((T) x); }
};

class A {};

A *bar ()
{
  A a;
  return C<A, A>::foo (a);
}

ICEs on gcc-3_4-branch and on HEAD, works with GCC 3.2.3.

-- 
           Summary: ICE in stabilize_call
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-04-07 20:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-07 14:23 [Bug c++/19312] New: ICE in stabilize_call jakub at gcc dot gnu dot org
2005-01-07 14:28 ` [Bug c++/19312] [3.4/4.0 Regression] " pinskia at gcc dot gnu dot org
2005-01-08 22:50 ` pinskia at gcc dot gnu dot org
2005-01-18 12:25 ` [Bug c++/19312] [3.4/4.0 Regression] ICE in stabilize_call when throwing a copy reichelt at gcc dot gnu dot org
2005-01-18 12:26 ` reichelt at gcc dot gnu dot org
2005-01-18 12:30 ` reichelt at gcc dot gnu dot org
2005-04-06  4:57 ` [Bug c++/19312] [3.4/4.0/4.1 " cvs-commit at gcc dot gnu dot org
2005-04-06  4:58 ` cvs-commit at gcc dot gnu dot org
2005-04-06 15:36 ` [Bug c++/19312] [3.4 " cvs-commit at gcc dot gnu dot org
2005-04-07 20:58 ` pinskia 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).