c-parser.c (c_parser_all_labels): New function to replace the duplicate code.
authorAnthony Brandon <anthony.brandon@gmail.com>
Mon, 13 Oct 2014 21:00:55 +0000 (21:00 +0000)
committerManuel López-Ibáñez <manu@gcc.gnu.org>
Mon, 13 Oct 2014 21:00:55 +0000 (21:00 +0000)
commit74d98c1e9beaa02e00241d846d9053843acadbe1
treebcdb10fc0f8256b0b399de36c10ee5a93e526f44
parent3dce09649d93c3465754c0b027574823607964ab
c-parser.c (c_parser_all_labels): New function to replace the duplicate code.

gcc/c/ChangeLog:

2014-10-13  Anthony Brandon  <anthony.brandon@gmail.com>

        * c-parser.c (c_parser_all_labels): New function to replace
the duplicate code.
        (c_parser_statement): Call the new function.

From-SVN: r216165
gcc/c/ChangeLog
gcc/c/c-parser.c