public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/7964: [mainline regression] ICE in build_base_path
@ 2002-10-27 12:05 nathan
  0 siblings, 0 replies; 2+ messages in thread
From: nathan @ 2002-10-27 12:05 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nathan, nobody, snyder

Synopsis: [mainline regression] ICE in build_base_path

Responsible-Changed-From-To: unassigned->nathan
Responsible-Changed-By: nathan
Responsible-Changed-When: Sun Oct 27 12:05:01 2002
Responsible-Changed-Why:
    investigating

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


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

* Re: c++/7964: [mainline regression] ICE in build_base_path
@ 2002-10-27  7:36 Reichelt
  0 siblings, 0 replies; 2+ messages in thread
From: Reichelt @ 2002-10-27  7:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Reichelt <reichelt@igpm.rwth-aachen.de>
To: snyder@fnal.gov, gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org,
        nobody@gcc.gnu.org
Cc:  
Subject: Re: c++/7964: [mainline regression] ICE in build_base_path
Date: Sun, 27 Oct 2002 18:21:47 +0200

 Hi,
 
 here's a slightly cleaned-up testcase:
 
 -------------------------snip here--------------------------
 struct A
 {
   virtual void foo() const;
 };
 
 struct B : virtual A {};
 
 template<typename T> struct C : B
 {
   void bar() const { B::foo(); }
 };
 
 template struct C<int>;
 -------------------------snip here--------------------------
 
 Greetings,
 Volker
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7964
 
 


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

end of thread, other threads:[~2002-10-27 20:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-27 12:05 c++/7964: [mainline regression] ICE in build_base_path nathan
  -- strict thread matches above, loose matches on Subject: below --
2002-10-27  7:36 Reichelt

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