public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/8218: Excessively large amount of memory used with classes with large array members
@ 2002-10-14 18:15 jbuck
  0 siblings, 0 replies; 4+ messages in thread
From: jbuck @ 2002-10-14 18:15 UTC (permalink / raw)
  To: brd, gcc-bugs, gcc-prs, nobody

Synopsis: Excessively large amount of memory used with classes with large array members

State-Changed-From-To: open->analyzed
State-Changed-By: jbuck
State-Changed-When: Mon Oct 14 18:15:34 2002
State-Changed-Why:
    See http://gcc.gnu.org/ml/gcc/2002-10/msg00675.html

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


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

* Re: c++/8218: Excessively large amount of memory used with classes with large array members
@ 2002-10-21  1:41 mmitchel
  0 siblings, 0 replies; 4+ messages in thread
From: mmitchel @ 2002-10-21  1:41 UTC (permalink / raw)
  To: brd, gcc-bugs, gcc-prs, mmitchel

Synopsis: Excessively large amount of memory used with classes with large array members

State-Changed-From-To: analyzed->closed
State-Changed-By: mmitchel
State-Changed-When: Mon Oct 21 01:41:32 2002
State-Changed-Why:
    Fixed in GCC 3.2.

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


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

* Re: c++/8218: Excessively large amount of memory used with classes with large array members
@ 2002-10-16 12:13 mmitchel
  0 siblings, 0 replies; 4+ messages in thread
From: mmitchel @ 2002-10-16 12:13 UTC (permalink / raw)
  To: brd, gcc-bugs, gcc-prs, mmitchel, nobody

Synopsis: Excessively large amount of memory used with classes with large array members

Responsible-Changed-From-To: unassigned->mmitchel
Responsible-Changed-By: mmitchel
Responsible-Changed-When: Wed Oct 16 12:13:56 2002
Responsible-Changed-Why:
    I will be fixing this once the nice new book on computational
    geometry that I need shows up.

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


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

* c++/8218: Excessively large amount of memory used with classes with large array members
@ 2002-10-13 18:56 brd
  0 siblings, 0 replies; 4+ messages in thread
From: brd @ 2002-10-13 18:56 UTC (permalink / raw)
  To: gcc-gnats


>Number:         8218
>Category:       c++
>Synopsis:       Excessively large amount of memory used with classes with large array members
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Oct 13 18:56:06 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     brd@paradise.net.nz
>Release:        3.1
>Organization:
>Environment:
RH 7.3
>Description:
//--------------------
class x
{
public:
    unsigned long mem[1024*1024*10];
    x();
};

class y : public x
{
public:
     y();
};
//--------------------

The preceeding piece of code consumes a VERY large amount of memory to
compile.

"record_subobject_offset" in class.c is being
called for EVERY item in x::mem
>How-To-Repeat:
compile the code fragment in the description
>Fix:

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


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

end of thread, other threads:[~2002-10-21  8:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-14 18:15 c++/8218: Excessively large amount of memory used with classes with large array members jbuck
  -- strict thread matches above, loose matches on Subject: below --
2002-10-21  1:41 mmitchel
2002-10-16 12:13 mmitchel
2002-10-13 18:56 brd

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