public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/10503: Compilation never stops
@ 2003-04-25 17:26 have
  0 siblings, 0 replies; only message in thread
From: have @ 2003-04-25 17:26 UTC (permalink / raw)
  To: gcc-gnats; +Cc: campos


>Number:         10503
>Category:       c++
>Synopsis:       Compilation never stops
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Apr 25 17:26:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     have@ann.jussieu.fr
>Release:        3.2, 3.3
>Organization:
>Environment:
Linux i686
>Description:
When compiling this piece of code, compiler never stops [without any error message].
[OK with g++-2.95 and 3.0]
>How-To-Repeat:
// Just try to compile this
struct B {
  void g() { }
};

struct A {
  void f() {
    B &b = b;
    b.g();
  }
};

int main(void) { }
>Fix:

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-25 17:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-25 17:26 c++/10503: Compilation never stops have

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