public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/18733] New: [4.0 Regression] friend rejected
@ 2004-11-30  4:38 pinskia at gcc dot gnu dot org
  2004-11-30  4:38 ` [Bug c++/18733] " pinskia at gcc dot gnu dot org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-30  4:38 UTC (permalink / raw)
  To: gcc-bugs

I don't know if this is valid code or not, to me this looks like valid code but I could be wrong.

: Search converges between 2004-07-20-trunk (#491) and 2004-07-21-trunk (#492).

This is reduced from PR 15855:

typedef int GVID;
class VG;
template <class T> struct VDifferential
{
  typedef T Summary;
  Summary summarize(const VG*, GVID, GVID) const;
};
class VG {
    friend class VDifferential<char>;
    friend VDifferential<char>::Summary VDifferential<char>::summarize(const VG*, GVID, GVID) const;
};

-- 
           Summary: [4.0 Regression] friend rejected
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18733


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

end of thread, other threads:[~2004-12-23  1:50 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-30  4:38 [Bug c++/18733] New: [4.0 Regression] friend rejected pinskia at gcc dot gnu dot org
2004-11-30  4:38 ` [Bug c++/18733] " pinskia at gcc dot gnu dot org
2004-11-30  4:51 ` pinskia at gcc dot gnu dot org
2004-11-30 10:21 ` giovannibajo at libero dot it
2004-11-30 11:00 ` reichelt at gcc dot gnu dot org
2004-12-01  7:11 ` giovannibajo at libero dot it
2004-12-01 14:32 ` lerdsuwa at gcc dot gnu dot org
2004-12-02  9:28 ` giovannibajo at libero dot it
2004-12-02 13:41 ` giovannibajo at libero dot it
2004-12-02 13:42 ` giovannibajo at libero dot it
2004-12-17 12:07 ` giovannibajo at libero dot it
2004-12-17 16:44 ` lerdsuwa at gcc dot gnu dot org
2004-12-17 23:48 ` giovannibajo at libero dot it
2004-12-23  1:49 ` cvs-commit at gcc dot gnu dot org
2004-12-23  1:50 ` giovannibajo at libero dot it

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