public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/19812] New: ICE in instantiate_type
@ 2005-02-08 10:01 jakub at gcc dot gnu dot org
  2005-02-08 10:04 ` [Bug c++/19812] [3.4 Regression] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: jakub at gcc dot gnu dot org @ 2005-02-08 10:01 UTC (permalink / raw)
  To: gcc-bugs

G++ 3.4.x ICEs on:
extern double foo (double);

template <class T>
struct A
{
  T y () const;
};

typedef A <float> B;

template <unsigned int T>
struct C
{
  C ();
  B c;
  float r;
};

template <unsigned int T>
C<T>::C ()
{
  r = foo (c.y);
}

3.2.x accepted this and CVS HEAD issues
error: not enough type information

-- 
           Summary: ICE in instantiate_type
           Product: gcc
           Version: 3.4.4
            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=19812


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

* [Bug c++/19812] [3.4 Regression] ICE in instantiate_type
  2005-02-08 10:01 [Bug c++/19812] New: ICE in instantiate_type jakub at gcc dot gnu dot org
@ 2005-02-08 10:04 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-08 10:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-07 22:03 -------
: Search converges between 2003-07-08-trunk (#288) and 2003-07-09-trunk (#289).

This is a duplicate of bug 18445.


*** This bug has been marked as a duplicate of 18445 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
           Keywords|                            |ice-on-invalid-code
         Resolution|                            |DUPLICATE
            Summary|ICE in instantiate_type     |[3.4 Regression] ICE in
                   |                            |instantiate_type
   Target Milestone|---                         |3.4.4


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


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

end of thread, other threads:[~2005-02-07 22:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-08 10:01 [Bug c++/19812] New: ICE in instantiate_type jakub at gcc dot gnu dot org
2005-02-08 10:04 ` [Bug c++/19812] [3.4 Regression] " 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).