This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r168401 - in /trunk/gcc: ChangeLog cfgexpand.c ...
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sun, 02 Jan 2011 17:07:16 -0000
- Subject: r168401 - in /trunk/gcc: ChangeLog cfgexpand.c ...
Author: jakub
Date: Sun Jan 2 17:07:15 2011
New Revision: 168401
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168401
Log:
PR rtl-optimization/47028
* cfgexpand.c (gimple_expand_cfg): Insert entry edge
insertions after parm_birth_insn instead of at the beginning
of first bb.
* gcc.dg/pr47028.c: New test.
Added:
trunk/gcc/testsuite/gcc.dg/pr47028.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/cfgexpand.c
trunk/gcc/testsuite/ChangeLog