public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/2638: GCC hangs when a "no matching function" error should be returned
@ 2001-08-11 11:50 gdr
  0 siblings, 0 replies; 3+ messages in thread
From: gdr @ 2001-08-11 11:50 UTC (permalink / raw)
  To: andand, gcc-bugs, gcc-prs, gdr, handrews, nobody

Synopsis: GCC hangs when a "no matching function" error should be returned

Responsible-Changed-From-To: unassigned->gdr
Responsible-Changed-By: gdr
Responsible-Changed-When: Sat Aug 11 11:50:37 2001
Responsible-Changed-Why:
    Analyzed.
State-Changed-From-To: open->closed
State-Changed-By: gdr
State-Changed-When: Sat Aug 11 11:50:37 2001
State-Changed-Why:
    Not a bug.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2638&database=gcc


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

* Re: c++/2638: GCC hangs when a "no matching function" error should be returned
@ 2001-04-25 11:06 Christopher Faylor
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Faylor @ 2001-04-25 11:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Christopher Faylor <cgf@redhat.com>
To: handrews@eecs.tufts.edu
Cc: gcc-gnats@gcc.gnu.org, andand@juno.com
Subject: Re: c++/2638: GCC hangs when a "no matching function" error should be returned
Date: Wed, 25 Apr 2001 14:00:56 -0400

 This is a cygwin bug, not a gcc bug.
 
 cgf
 
 On Wed, Apr 25, 2001 at 04:17:42PM -0000, handrews@eecs.tufts.edu wrote:
 >
 >>Number:         2638
 >>Category:       c++
 >>Synopsis:       GCC hangs when a "no matching function" error should be returned
 >>Confidential:   no
 >>Severity:       non-critical
 >>Priority:       medium
 >>Responsible:    unassigned
 >>State:          open
 >>Class:          doc-bug
 >>Submitter-Id:   net
 >>Arrival-Date:   Wed Apr 25 09:26:00 PDT 2001
 >>Closed-Date:
 >>Last-Modified:
 >>Originator:     Harold G. Andrews II
 >>Release:        GCC 2.95.3-3
 >>Organization:
 >>Environment:
 >cygwin
 >>Description:
 >GCC fails to return a "no matching function" error when a class declaration, A, has no method "set", <set> is included, and an attempt to access to A::set() is attempted.  Instead, the compiler appears to hang.
 >>How-To-Repeat:
 >Compile the following code using:
 >
 >g++ -Wall main.cc
 >
 >main.cc:
 >#include <set>
 >
 >class A {};
 >
 >int main(void)
 >{
 >  A a;
 >  a.set();
 >
 >  return 0;
 >}
 >>Fix:
 >Be careful
 >>Release-Note:
 >>Audit-Trail:
 >>Unformatted:
 
 -- 
 cgf@cygnus.com                        Red Hat, Inc.
 http://sources.redhat.com/            http://www.redhat.com/


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

* c++/2638: GCC hangs when a "no matching function" error should be returned
@ 2001-04-25  9:26 handrews
  0 siblings, 0 replies; 3+ messages in thread
From: handrews @ 2001-04-25  9:26 UTC (permalink / raw)
  To: gcc-gnats; +Cc: andand

>Number:         2638
>Category:       c++
>Synopsis:       GCC hangs when a "no matching function" error should be returned
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Apr 25 09:26:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Harold G. Andrews II
>Release:        GCC 2.95.3-3
>Organization:
>Environment:
cygwin
>Description:
GCC fails to return a "no matching function" error when a class declaration, A, has no method "set", <set> is included, and an attempt to access to A::set() is attempted.  Instead, the compiler appears to hang.
>How-To-Repeat:
Compile the following code using:

g++ -Wall main.cc

main.cc:
#include <set>

class A {};

int main(void)
{
  A a;
  a.set();

  return 0;
}
>Fix:
Be careful
>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2001-08-11 11:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-11 11:50 c++/2638: GCC hangs when a "no matching function" error should be returned gdr
  -- strict thread matches above, loose matches on Subject: below --
2001-04-25 11:06 Christopher Faylor
2001-04-25  9:26 handrews

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