This is the mail archive of the gcc-bugs@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]

Re: Possible memory leak in g++


Daniel Merritt wrote:-

> I may be wrong, but while compiling
> http://www.eskimo.com/~weidai/cryptlib.html with gcc 2.95.2, if
> optomisations are used the compiler (cc1plus) balloons up to massive
> proportions (over 60meg on my system before I killed it). It happens
> with either -O2 or -O1. It occurs on the file eccrypto.cpp, when the
> following command is run: g++ -O2 -w -pipe -c eccrypto.cpp

You'll always get a better response to bug reports if you provide
preprocessed source (gcc -E).

Neil.

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