http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45825
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2010-09-28 20:33:38 UTC --- num==0 ? Port::ASI_PORT : Port::IP_PORT produces a lvalue so you need a definition for those two. See PR 44673. *** This bug has been marked as a duplicate of bug 44673 ***