This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r127018 - in /branches/gimple-tuples-branch/gcc...
- From: dnovillo at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sat, 28 Jul 2007 14:57:47 -0000
- Subject: r127018 - in /branches/gimple-tuples-branch/gcc...
Author: dnovillo
Date: Sat Jul 28 14:57:47 2007
New Revision: 127018
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127018
Log:
* gimplify.c (gimplify_return_expr): Do not create a MODIFY_EXPR
as return argument
* gimple.c (build_gimple_return): Assert that the returned value
is a GIMPLE value.
Modified:
branches/gimple-tuples-branch/gcc/ChangeLog.tuples
branches/gimple-tuples-branch/gcc/gimple.c
branches/gimple-tuples-branch/gcc/gimplify.c