Re: Bug#102193: gcc-3.0: compiled code with gcc 3.0 is slow and big

2002-01-06 Thread Roman Zippel
Hi, Morten Brix Pedersen wrote: > int main() > { > string test = "IUHASISAHDNI"; > > vector vec; > for (int i = 0; i <= 50; ++i) { > string newstr; > test += "NAWNASDKJNKNN"; > newstr = test; String assignments are threadsafe now with gcc-3.0, so that wil

Re: Bug#102193: gcc-3.0: compiled code with gcc 3.0 is slow and big :-(

2001-06-25 Thread Christopher C. Chimelis
On Mon, 25 Jun 2001, Matthias Klose wrote: > funny report. what do you expect? please provide the relevant source > as documented in /usr/share/doc/gcc-3.0/README.Bugs.gz. > > > I'm Gabor Lenart from Hungary and we're developing a movie player software > > for Linux. We tried to compile and be