This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

c++/10503: Compilation never stops


>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 at ann dot jussieu dot 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:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]