public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/2513: [2003-01-21] internal template template parameter causes ICE
@ 2003-04-21 15:26 Wolfgang Bangerth
  0 siblings, 0 replies; 3+ messages in thread
From: Wolfgang Bangerth @ 2003-04-21 15:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/2513; it has been noted by GNATS.

From: Wolfgang Bangerth <bangerth@ices.utexas.edu>
To: Giovanni Bajo <giovannibajo@libero.it>
Cc: gcc-gnats@gcc.gnu.org, <ariels@compugen.co.il>
Subject: Re: c++/2513: [2003-01-21] internal template template parameter
 causes ICE
Date: Mon, 21 Apr 2003 10:24:51 -0500 (CDT)

 > Reconfirmed. Current status:
 > 
 > 2.95: ICE
 > 3.2: error
 > 3.2.2: ICE
 > 3.3 20030413: ICE
 > 3.4 20030413: error
 
 To avoid confusion: the code is legal, so the category is now 
 rejects-legal, rather than ice-on-legal.
 
 W.
 
 -------------------------------------------------------------------------
 Wolfgang Bangerth              email:            bangerth@ices.utexas.edu
                                www: http://www.ices.utexas.edu/~bangerth/
 
 


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

* Re: c++/2513: [2003-01-21] internal template template parameter causes ICE
@ 2003-04-20 22:56 Giovanni Bajo
  0 siblings, 0 replies; 3+ messages in thread
From: Giovanni Bajo @ 2003-04-20 22:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/2513; it has been noted by GNATS.

From: "Giovanni Bajo" <giovannibajo@libero.it>
To: <gcc-gnats@gcc.gnu.org>,
	<ariels@compugen.co.il>,
	<gcc-bugs@gcc.gnu.org>,
	<nobody@gcc.gnu.org>,
	<gcc-prs@gcc.gnu.org>
Cc: "Wolfgang Bangerth" <bangerth@ices.utexas.edu>
Subject: Re: c++/2513: [2003-01-21] internal template template parameter causes ICE
Date: Mon, 21 Apr 2003 00:48:53 +0200

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&p
 r=2513
 
 Reconfirmed. Current status:
 
 2.95: ICE
 3.2: error
 3.2.2: ICE
 3.3 20030413: ICE
 3.4 20030413: error
 
 Giovanni Bajo
 


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

* Re: c++/2513: [2003-01-21] internal template template parameter causes ICE
@ 2003-01-25  0:48 ehrhardt
  0 siblings, 0 replies; 3+ messages in thread
From: ehrhardt @ 2003-01-25  0:48 UTC (permalink / raw)
  To: ariels, gcc-bugs, gcc-prs, nobody

Old Synopsis: [2003-01-01] internal template template parameter causes ICE
New Synopsis: [2003-01-21] internal template template parameter causes ICE

State-Changed-From-To: suspended->analyzed
State-Changed-By: cae
State-Changed-When: Sat Jan 25 00:48:27 2003
State-Changed-Why:
    This was suspended waiting for the new parser. Someone confirmed
    that it is still present with the new parser already but apparently
    the state wasn't changed. While we're at it: Here's a further
    reduced example:
    
    template <bool flag>
    struct Select
    {
      typedef int Result;
    };
    
    template <template<class> class Pred>
    struct FindType {
      typedef typename Select<Pred<int>::Value == 1>::Result Result;
    };
    
    template <int bits>
    struct Int {
      template<typename T>
      struct RightSize {
        enum { Value };
      };
      typedef typename FindType<RightSize>::Result type;
    };

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=2513


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

end of thread, other threads:[~2003-04-21 15:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-21 15:26 c++/2513: [2003-01-21] internal template template parameter causes ICE Wolfgang Bangerth
  -- strict thread matches above, loose matches on Subject: below --
2003-04-20 22:56 Giovanni Bajo
2003-01-25  0:48 ehrhardt

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