This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/36326] gimplification of aggregate copies introduces extra aggregate copy
- From: "matz at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 May 2008 14:28:53 -0000
- Subject: [Bug middle-end/36326] gimplification of aggregate copies introduces extra aggregate copy
- References: <bug-36326-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from matz at gcc dot gnu dot org 2008-05-27 14:28 -------
Subject: Bug 36326
Author: matz
Date: Tue May 27 14:28:02 2008
New Revision: 136033
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136033
Log:
PR middle-end/36326
* tree-gimple.c (is_gimple_mem_rhs): Remove work-around for
non-BLKmode types.
* tree-tailcall.c (find_tail_calls): Don't mark calls storing
into memory as tail calls.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-gimple.c
trunk/gcc/tree-tailcall.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36326