This is the mail archive of the gcc-cvs@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]

r192711 - in /trunk/gcc: ChangeLog doc/generic....


Author: glisse
Date: Tue Oct 23 12:51:22 2012
New Revision: 192711

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192711
Log:
2012-10-23  Marc Glisse  <marc.glisse@inria.fr>

gcc/
	* tree-ssa-forwprop.c (forward_propagate_into_cond): Handle vectors.
	* fold-const.c (fold_relational_const): Handle VECTOR_CST.
	* doc/generic.texi (VEC_COND_EXPR): Document current policy.

gcc/testsuite/
	* gcc.dg/tree-ssa/foldconst-6.c: New testcase.


Added:
    trunk/gcc/testsuite/gcc.dg/tree-ssa/foldconst-6.c   (with props)
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/doc/generic.texi
    trunk/gcc/fold-const.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-ssa-forwprop.c

Propchange: trunk/gcc/testsuite/gcc.dg/tree-ssa/foldconst-6.c
            ('svn:eol-style' added)

Propchange: trunk/gcc/testsuite/gcc.dg/tree-ssa/foldconst-6.c
            ('svn:keywords' added)



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