Hi, I'm a new contributor and I don't yet have a copyright assignment or commit access. This is a cleanup of code duplication in c-parser. I bootstrapped and tested on x86_64-linux. gcc/c/ChangeLog: 2014-10-12 Anthony Brandon * c-parser.c (c_parser_all_labels): New function to replace the duplicate code. (c_parser_statement): Call the new function.