public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/6804: timeout compiling simple-but-large object
@ 2002-10-16 12:43 mmitchel
  0 siblings, 0 replies; 3+ messages in thread
From: mmitchel @ 2002-10-16 12:43 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, rth

Synopsis: timeout compiling simple-but-large object

State-Changed-From-To: analyzed->closed
State-Changed-By: mmitchel
State-Changed-When: Wed Oct 16 12:43:50 2002
State-Changed-Why:
    Duplicate of PR 8218.

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


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

* Re: c++/6804: timeout compiling simple-but-large object
@ 2002-06-01  9:05 lerdsuwa
  0 siblings, 0 replies; 3+ messages in thread
From: lerdsuwa @ 2002-06-01  9:05 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, rth

Synopsis: timeout compiling simple-but-large object

State-Changed-From-To: open->analyzed
State-Changed-By: lerdsuwa
State-Changed-When: Sat Jun  1 09:05:17 2002
State-Changed-Why:
    Confirmed.

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


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

* c++/6804: timeout compiling simple-but-large object
@ 2002-05-24 14:36 rth
  0 siblings, 0 replies; 3+ messages in thread
From: rth @ 2002-05-24 14:36 UTC (permalink / raw)
  To: gcc-gnats


>Number:         6804
>Category:       c++
>Synopsis:       timeout compiling simple-but-large object
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri May 24 13:46:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Richard Henderson
>Release:        3.2 cvs 20020524
>Organization:
>Environment:
alpha-linux and alpha cross sparc64-linux
>Description:
The front end exhausted my patience (more than a minute or two) walking trees in the following example.  If the size of
the "waste" member is reduced to 0x12345, compilation is 
instantaneous.

Compile with just "./cc1plus z.cc".
>How-To-Repeat:
struct A
{
  virtual void foo();
  char waste[0x1234567];
};

struct B
{
  virtual void bar();
};

struct C : public A, public B
{
  virtual void foo();
  virtual void bar();
};

void C::foo() { }
void C::bar() { }
>Fix:

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


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

end of thread, other threads:[~2002-10-16 19:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-16 12:43 c++/6804: timeout compiling simple-but-large object mmitchel
  -- strict thread matches above, loose matches on Subject: below --
2002-06-01  9:05 lerdsuwa
2002-05-24 14:36 rth

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