public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/6918: Incorrect error report generated during overload resolution
@ 2002-06-03  5:46 david.abrahams
  0 siblings, 0 replies; 2+ messages in thread
From: david.abrahams @ 2002-06-03  5:46 UTC (permalink / raw)
  To: gcc-gnats


>Number:         6918
>Category:       c++
>Synopsis:       Incorrect error report generated during overload resolution
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jun 03 05:46:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     david.abrahams@rcn.com
>Release:        unknown-1.0
>Organization:
>Environment:
Linux/Cygwin
>Description:
foo.cpp: In function `int f()':
foo.cpp:13: template-argument `f()::<anonymous enum>' uses anonymous type
>How-To-Repeat:
template <class T> struct x
{
    operator int() const;
};

class C;
template <class L>
x<L> operator+(L const&, C const&);

int f()
{
    enum { n = 42 };
    return n + 1;
}
>Fix:

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


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

* Re: c++/6918: Incorrect error report generated during overload resolution
@ 2002-06-07  7:29 lerdsuwa
  0 siblings, 0 replies; 2+ messages in thread
From: lerdsuwa @ 2002-06-07  7:29 UTC (permalink / raw)
  To: david.abrahams, gcc-bugs, gcc-prs, nobody

Synopsis: Incorrect error report generated during overload resolution

State-Changed-From-To: open->analyzed
State-Changed-By: lerdsuwa
State-Changed-When: Fri Jun  7 07:29:52 2002
State-Changed-Why:
    Confirmed.

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


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

end of thread, other threads:[~2002-06-07 14:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-03  5:46 c++/6918: Incorrect error report generated during overload resolution david.abrahams
2002-06-07  7:29 lerdsuwa

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