------- Comment #16 from pinskia at gcc dot gnu dot org 2007-08-20 07:43 ------- Subject: Bug 30564
Author: pinskia Date: Mon Aug 20 07:42:55 2007 New Revision: 127638 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127638 Log: 2007-08-20 Andrew Pinski <[EMAIL PROTECTED]> PR middle-end/30564 * tree-inline.c (optimize_inline_calls): Move the cgraph checking code in front of the compacting of basic blocks. Move the folding of statements inbetween the cgraph checking and compacting of basic blocks. 2007-08-20 Andrew Pinski <[EMAIL PROTECTED]> PR middle-end/30564 * gcc.c-torture/compile/pr30564-1.c: New test. * gcc.c-torture/compile/pr30564-2.c: New test. Added: trunk/gcc/testsuite/gcc.c-torture/compile/pr30564-1.c trunk/gcc/testsuite/gcc.c-torture/compile/pr30564-2.c Modified: trunk/gcc/ChangeLog trunk/gcc/testsuite/ChangeLog trunk/gcc/tree-inline.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30564