r127638 - in /trunk/gcc: ChangeLog testsuite/Ch...

pinskia@gcc.gnu.org pinskia@gcc.gnu.org
Mon Aug 20 07:42:00 GMT 2007


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  <andrew_pinski@playstation.sony.com>

        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  <andrew_pinski@playstation.sony.com>

        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



More information about the Gcc-cvs mailing list