Re: [Mspgcc-users] Minimum optimizations required to use inline functions

2014-04-12 Thread Peter Bigot
On Sat, Apr 12, 2014 at 8:43 PM, Wayne Uroda wrote: > Hi, > > I make extensive use of inline functions in my code, as below: > > extern inline void setClockLine(Bool value) > { ... } > > Sometimes I put these definitions in .c files, sometimes in .h files (I'm > not sure if that makes a di

[Mspgcc-users] Minimum optimizations required to use inline functions

2014-04-12 Thread Wayne Uroda
Hi, I make extensive use of inline functions in my code, as below: extern inline void setClockLine(Bool value) { ... } Sometimes I put these definitions in .c files, sometimes in .h files (I'm not sure if that makes a difference, apart from scope). The code builds and links at -O (or -O