public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/4904: internal compiler error 19990331
@ 2001-11-15 12:46 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2001-11-15 12:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: rodrigc@gcc.gnu.org
To: gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org,
  nobody@gcc.gnu.org, theverylittleone@hotmail.com
Cc:  
Subject: Re: c++/4904: internal compiler error 19990331
Date: 21 Nov 2001 01:44:06 -0000

 Synopsis: internal compiler error 19990331
 
 State-Changed-From-To: open->closed
 State-Changed-By: rodrigc
 State-Changed-When: Tue Nov 20 17:44:06 2001
 State-Changed-Why:
     Duplicate of PR 4903
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=4904&database=gcc


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

* Re: c++/4904: internal compiler error 19990331
@ 2001-11-15 12:46 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2001-11-15 12:46 UTC (permalink / raw)
  To: gcc-bugs, gcc-gnats, gcc-prs, nobody, theverylittleone

Synopsis: internal compiler error 19990331

State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Tue Nov 20 17:44:06 2001
State-Changed-Why:
    Duplicate of PR 4903

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


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

* c++/4904: internal compiler error 19990331
@ 2001-11-14  2:36 theverylittleone
  0 siblings, 0 replies; 3+ messages in thread
From: theverylittleone @ 2001-11-14  2:36 UTC (permalink / raw)
  To: gcc-gnats


>Number:         4904
>Category:       c++
>Synopsis:       internal compiler error 19990331
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          rejects-legal
>Submitter-Id:   net
>Arrival-Date:   Mon Nov 19 12:36:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Dan Marinescu
>Release:        2.95.3-6
>Organization:
>Environment:
irrelevant
>Description:
template <class T>
struct A
{
  template <class U>
  struct B
  {
    A<T>::template B<int> foo(void);
  };
};

template <class T> template <class U>
A<T>::template B<int> A<T>::B<U>::foo(void)
{
  return A<T>::template B<int>();
}

int main()
{
  A<int>::template B<char> b;
  b.foo();
}


This reports "Internal compiler error 19990331"
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2001-11-21  1:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-15 12:46 c++/4904: internal compiler error 19990331 rodrigc
  -- strict thread matches above, loose matches on Subject: below --
2001-11-15 12:46 rodrigc
2001-11-14  2:36 theverylittleone

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