public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/5698: internal error when parsing exception specification w/template type
@ 2002-02-15  4:01 paolo
  0 siblings, 0 replies; 3+ messages in thread
From: paolo @ 2002-02-15  4:01 UTC (permalink / raw)
  To: be_artv, gcc-bugs, gcc-prs, nobody

Synopsis: internal error when parsing exception specification w/template type

State-Changed-From-To: open->closed
State-Changed-By: paolo
State-Changed-When: Fri Feb 15 04:01:55 2002
State-Changed-Why:
    Closed upon request of submitter.

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


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

* Re: c++/5698: internal error when parsing exception specification w/template type
@ 2002-02-14 22:36 Artem Bezrodnov
  0 siblings, 0 replies; 3+ messages in thread
From: Artem Bezrodnov @ 2002-02-14 22:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: "Artem Bezrodnov" <be_artv@yahoo.com>
To: <gcc-gnats@gcc.gnu.org>,
	<gcc-prs@gcc.gnu.org>,
	<gcc-bugs@gcc.gnu.org>
Cc:  
Subject: Re: c++/5698: internal error when parsing exception specification w/template type
Date: Fri, 15 Feb 2002 15:29:05 +0900

 pls discard this report - it's got an erroneous code sample inside. I
 re-filed this bug with correct code sample.
 correct report's number is c++/5699
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view audit-trail
 
 regards,
 ArtV
 
 
 _________________________________________________________
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com
 


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

* c++/5698: internal error when parsing exception specification w/template type
@ 2002-02-14 22:16 be_artv
  0 siblings, 0 replies; 3+ messages in thread
From: be_artv @ 2002-02-14 22:16 UTC (permalink / raw)
  To: gcc-gnats


>Number:         5698
>Category:       c++
>Synopsis:       internal error when parsing exception specification w/template type
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Thu Feb 14 22:16:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Art Bezrodnoff
>Release:        gcc version 3.0.3
>Organization:
>Environment:
Sun U-SPARCII, Solaris7
>Description:
compiler-generated message:

test.cc:10: Internal error #108.
test.cc:10: Internal compiler error in incomplete_type_error, at cp/typeck2.c:
   249
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
>How-To-Repeat:
source code:
->begin
// test.cc - reproduces gcc 3.0.3 problem
class CParam {
public:
	struct SIn { int a; };
};

template <typename _T>
class CTempl {
public:
/*line 10*/ int f() throw (typename _T::SIn) { return 0; }
};
int main(void)
{
	CTempl<long> l;
	int t = l.f();
	return 0;
}
->end
command line: gcc test.cc
>Fix:
none.
>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2002-02-15 12:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-15  4:01 c++/5698: internal error when parsing exception specification w/template type paolo
  -- strict thread matches above, loose matches on Subject: below --
2002-02-14 22:36 Artem Bezrodnov
2002-02-14 22:16 be_artv

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