PushBack: pushBackTest1.C:7.5-10: SgFunctionCallExp: call to ::std::vector::insert where push_back is supposed to be faster.
PushBack: pushBackTest1.C:9.5-10: SgFunctionCallExp: call to ::std::vector::resize where push_back is supposed to be faster.
PushBack: pushBackTest1.C:12.7-12: SgFunctionCallExp: call to ::std::list::insert where push_front is supposed to be faster.
