public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/9453: [3.4 regression] ICE in is_specialization_of, at cp/pt.c:860
@ 2003-04-08 14:20 bangerth
  0 siblings, 0 replies; 4+ messages in thread
From: bangerth @ 2003-04-08 14:20 UTC (permalink / raw)
  To: bangerth, gcc-bugs, gcc-prs, lerdsuwa

Synopsis: [3.4 regression] ICE in is_specialization_of, at cp/pt.c:860

State-Changed-From-To: analyzed->closed
State-Changed-By: bangerth
State-Changed-When: Tue Apr  8 14:20:28 2003
State-Changed-Why:
    Kriang fixed this.

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


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

* Re: c++/9453: [3.4 regression] ICE in is_specialization_of, at cp/pt.c:860
@ 2003-01-31 12:36 Kriang Lerdsuwanakij
  0 siblings, 0 replies; 4+ messages in thread
From: Kriang Lerdsuwanakij @ 2003-01-31 12:36 UTC (permalink / raw)
  To: lerdsuwa; +Cc: gcc-prs

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

From: Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, lerdsuwa@gcc.gnu.org,
        bangerth@ticam.utexas.edu, gcc-prs@gcc.gnu.org
Cc:  
Subject: Re: c++/9453: [3.4 regression] ICE in is_specialization_of, at cp/pt.c:860
Date: Fri, 31 Jan 2003 19:32:46 +0700

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9453
 
 Fixed in the 3.3 branch.
 


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

* Re: c++/9453: [3.4 regression] ICE in is_specialization_of, at cp/pt.c:860
@ 2003-01-28 16:26 lerdsuwa
  0 siblings, 0 replies; 4+ messages in thread
From: lerdsuwa @ 2003-01-28 16:26 UTC (permalink / raw)
  To: bangerth, gcc-bugs, gcc-prs, lerdsuwa, nobody

Synopsis: [3.4 regression] ICE in is_specialization_of, at cp/pt.c:860

Responsible-Changed-From-To: unassigned->lerdsuwa
Responsible-Changed-By: lerdsuwa
Responsible-Changed-When: Tue Jan 28 16:26:34 2003
Responsible-Changed-Why:
    Responsible for regression.
State-Changed-From-To: open->analyzed
State-Changed-By: lerdsuwa
State-Changed-When: Tue Jan 28 16:26:34 2003
State-Changed-Why:
    Patch submitted.

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


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

* c++/9453: [3.4 regression] ICE in is_specialization_of, at cp/pt.c:860
@ 2003-01-27 16:06 bangerth
  0 siblings, 0 replies; 4+ messages in thread
From: bangerth @ 2003-01-27 16:06 UTC (permalink / raw)
  To: gcc-gnats


>Number:         9453
>Category:       c++
>Synopsis:       [3.4 regression] ICE in is_specialization_of, at cp/pt.c:860
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Mon Jan 27 16:06:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Wolfgang Bangerth
>Release:        unknown-1.0
>Organization:
>Environment:
3.4
>Description:
This is a regression on 3.4:
------------------------
template <typename> class X {
  private:
    struct Inner;

    template <typename R>
    friend typename X<R>::Inner * foo () { return 0; };
};
template class X<void>;

struct U {
    void bar () { foo<void> (); };
};
-------------------------

g/a> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c bug33-1.cc
bug33-1.cc: In function `typename X<R>::Inner* foo()':
bug33-1.cc:6: internal compiler error: in is_specialization_of, at cp/pt.c:860
Please submit a full bug report,

The code does compile with 3.2.2, so this is a regression.
Presently, the code does not compile with 3.3, but that is
a separate matter: Kriang has fixed this on the mainline,
but apparently the fix has not been backported to 3.3, 
although the patch that caused this has been applied to 3.3.
I'll contact him separately about this.

W,
>How-To-Repeat:

>Fix:

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


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

end of thread, other threads:[~2003-04-08 14:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-08 14:20 c++/9453: [3.4 regression] ICE in is_specialization_of, at cp/pt.c:860 bangerth
  -- strict thread matches above, loose matches on Subject: below --
2003-01-31 12:36 Kriang Lerdsuwanakij
2003-01-28 16:26 lerdsuwa
2003-01-27 16:06 bangerth

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