[parisc-linux] Glibc 2.2.4-2 No Optimizations = No Compliation
Carlos O'Donell Jr.
carlos@megatonmonkey.net
Thu, 11 Oct 2001 10:19:40 -0400
>
> Sometimes. More importantly, gcc stops doing stupid things with -O1,
> particulalry shifting registers backwards and forwards with no net effect.
>
I've not seen such mischieviously deviant behaviour from gcc :}
>
> Not the case. gcc will inline functions marked as such at -O1. At -O3,
> it decides for itself to inline some things.
>
Ok.
Compiled with -O0 and I get undefined referancs to try_lock...
curse those inlined functions.
Back to -O1 and some debugging.
c.