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]

r146846 - in /trunk/gcc: ChangeLog gimplify.c t...


Author: rguenth
Date: Mon Apr 27 15:50:05 2009
New Revision: 146846

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146846
Log:
2009-04-27  Richard Guenther  <rguenther@suse.de>

	PR middle-end/39928
	* gimplify.c (gimplify_expr): If we are required to create
	a temporary make sure it ends up as register.

	* gcc.c-torture/compile/pr39928-1.c: New testcase.
	* gcc.c-torture/compile/pr39928-2.c: Likewise.

Added:
    trunk/gcc/testsuite/gcc.c-torture/compile/pr39928-1.c
    trunk/gcc/testsuite/gcc.c-torture/compile/pr39928-2.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimplify.c
    trunk/gcc/testsuite/ChangeLog


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