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++/58845] [4.8/4.9 Regression] Operator || and && broken for vectors


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58845

--- Comment #16 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Sat Mar  1 14:14:25 2014
New Revision: 208243

URL: http://gcc.gnu.org/viewcvs?rev=208243&root=gcc&view=rev
Log:
    PR c++/58845
    * typeck.c (cp_build_binary_op): Sorry on vector&&vector.

Added:
    trunk/gcc/testsuite/g++.dg/ext/vector27.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/typeck.c


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