This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16273] [3.3/3.4/3.5 regression] Memory exhausted when using nested classes and virtual functions
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Aug 2004 10:05:59 -0000
- Subject: [Bug c++/16273] [3.3/3.4/3.5 regression] Memory exhausted when using nested classes and virtual functions
- References: <20040629153633.16273.olivier.fourdan@regis-dgac.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2004-08-13 10:05 -------
For the record: With the example from comment #5 I now get:
3.4 branch: 50MB 6.5s
head: 40MB 5.2s
Compiling the original example with 3.4 branch on i686-pc-linux-gnu
gives a lot of error messages. But the compiler seems to keep doing
its job while the memory usage is staying below 130 MB.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16273