------- Comment #4 from jakub at gcc dot gnu dot org 2007-04-03 10:28 ------- Subject: Bug 30847
Author: jakub Date: Tue Apr 3 10:28:35 2007 New Revision: 123462 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123462 Log: PR c++/30847 * typeck.c (build_modify_expr): For COND_EXPR on LHS, if RHS has void type issue error and return early. * g++.dg/parse/cond3.C: New test. Added: branches/gcc-4_1-branch/gcc/testsuite/g++.dg/parse/cond3.C Modified: branches/gcc-4_1-branch/gcc/cp/ChangeLog branches/gcc-4_1-branch/gcc/cp/typeck.c branches/gcc-4_1-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30847