https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78089

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Tue May 30 07:37:39 2017
New Revision: 248620

URL: https://gcc.gnu.org/viewcvs?rev=248620&root=gcc&view=rev
Log:
        Backported from mainline
        2016-10-31  Jakub Jelinek  <ja...@redhat.com>

        PR c++/78089
        * parser.c (cp_parser_postfix_expression): Replace return statement in
        the first switch with setting postfix_expression to the return
        expression and break;.

        * c-c++-common/builtin-shuffle-1.c: New test.

Added:
    branches/gcc-5-branch/gcc/testsuite/c-c++-common/builtin-shuffle-1.c
Modified:
    branches/gcc-5-branch/gcc/cp/ChangeLog
    branches/gcc-5-branch/gcc/cp/parser.c
    branches/gcc-5-branch/gcc/testsuite/ChangeLog

Reply via email to