>
> I'm forwarding this message from a coworker.
> He ran into this regression bug with GCC 4.0.1 (it works correctly in
> 3.4.1).
> The conditional operator expression isn't handling static consts
> correctly resulting in linker errors since it is trying to resolve to
> statics that were never
I'm forwarding this message from a coworker.
He ran into this regression bug with GCC 4.0.1 (it works correctly in
3.4.1).
The conditional operator expression isn't handling static consts
correctly resulting in linker errors since it is trying to resolve to
statics that were never defined.
st