(-Os broke my kde, and mozilla-firefox does'nt work when compiled with -Os and gcc 4.1.0 ...)
I've compiled my whole system with -Os using gcc-4.1 and glibc-2.4 and everything works as expected. The kde stuff I've installed (kdelibs, k3b, kile) compiled just fine, so I guess it's not completely broken?n0rbi666 wrote:cynric - don't try -Os with gcc-4.1.0 or any gcc 4It's broken - see this http://forums.gentoo.org/viewtopic-t-43 ... t-250.html thread
(-Os broke my kde, and mozilla-firefox does'nt work when compiled with -Os and gcc 4.1.0 ...)

I bet 20 bucks it was -ftree-vectorize.Vla wrote:Yes, I compiled my system with -Os and gcc 4.1.0.
KDE, better kdesktop crashed with "-Os -march=athlon-xp -fomit-frame-pointer -ftree-vectorize".
Konqueror and even firefox crashed irregulary. Firefox made me think it could be another probem with a package both depend on.
So i recompiled kdesktop and kdelibs with debugging symbols and using gdb I found out, that jpeg was the problem.
I recompiled it with "-march=athlon-xp -pipe" and all erros are gone. I don't know, if it's -ftree-vectorize oder -Os but I guess it's been -Os.
Hope I could help with this information.