Displaying 1 result from an estimated 1 matches for "fpredict".
Did you mean:
predict
2011 Mar 31
1
gcc -O3 -march=barcelona breaks Wine
...haven't compiled the results, which in hindsight I now realise I should have! (Never mind!)
However, I have got the following results building with GCC 4.5.1:
gcc -O3
Works fine
gcc -march=barcelona
Works fine
gcc -O2 -march=barcelona -fgcse-after-reload -finline-functions -fipa_cp_clone -fpredictive-commoning -ftree-pre-partial-partial -ftree-vectorize -funswitch-loops
Works fine
gcc -O3 -march=barcelona
explorer crashes out (three times?)
rundll32 crashes out
winecfg loads
gcc -O3 -march=barcelona basically breaks something badly. I'm not sure if Wine should support -march or what t...