Hello
I would like to report few main problems with rc3
I prefer to compile kde with -O3 -march specific for my processor and gcc v3.0.4
But in few places where is assembly inline code this commpilation with -O3 is not possible,
becouse of the 'static' jumps (to static labels) in the ilnline assembly code.
I found this in kmidi part of kmultimedia and mpeg lib atached with kdemultimedia.
This happens becouse gcc3 inlines this function more than one time so it produces more than one the same label in source assembler file.

Artur