------- Comment #1 from pinskia at gcc dot gnu dot org 2010-06-17 18:47 ------- std::strcmp is a builtin if you don't want to use the builtin function, use either -fno-builtins or -fno-builtin-strcmp.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44571