------- Comment #5 from rguenth at gcc dot gnu dot org  2010-01-08 12:50 -------
Maybe I'm missing something.

/usr/bin/time g++-4.5 -S jsxml.ii -m32 -O3 -fPIC -fno-rtti -fno-exceptions
-Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy
-Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros
-Wno-long-long -pedantic -fstrict-aliasing
6.58user 0.14system 0:06.74elapsed 99%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+1256outputs (0major+23549minor)pagefaults 0swaps

tops at 120MB virtual memory usage.


/usr/bin/time g++-4.4 -S jsxml.ii -m32 -O3 -fPIC -fno-rtti -fno-exceptions
-Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy
-Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros
-Wno-long-long -pedantic -fstrict-aliasing
6.59user 0.18system 0:06.84elapsed 99%CPU (0avgtext+0avgdata 0maxresident)k
24inputs+1248outputs (1major+27930minor)pagefaults 0swaps

tops at 130MB virtual memory usage.


Marking as fixed.  Please re-open if you can still reproduce it but give
more details then.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42139

Reply via email to