https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117290
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to fail| |4.6.4, 4.9.4
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Summary of GCC versions:
* 4.4.x and before: didn't print out the column but pointed to the end of the
`if()`
* 4.5.x printed out the column info but pointed to be the begning of the `if(`
or the end of `)` depending on if the `(` was on a different line from `if`.
* 4.6+ is the current behavior and uses the column info from the first operand
of the `?:` expression.