Re: [Fwd: GCC 4.0 bug]

2005-10-28 Thread Andrew Pinski
> > 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

[Fwd: GCC 4.0 bug]

2005-10-28 Thread Patrick Bennett
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