This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/71871] ICE on mixing templates and vector extensions ternary operator


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

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Tue Jul 19 09:25:10 2016
New Revision: 238464

URL: https://gcc.gnu.org/viewcvs?rev=238464&root=gcc&view=rev
Log:
        Backported from mainline
        2016-07-18  Jakub Jelinek  <jakub@redhat.com>

        PR c++/71871
        * typeck.c (build_x_conditional_expr): Revert the 2012-10-25 change.

        * g++.dg/ext/vector31.C: New test.

Added:
    branches/gcc-5-branch/gcc/testsuite/g++.dg/ext/vector31.C
Modified:
    branches/gcc-5-branch/gcc/cp/ChangeLog
    branches/gcc-5-branch/gcc/cp/typeck.c
    branches/gcc-5-branch/gcc/testsuite/ChangeLog

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]