re PR tree-optimization/16951 (ICE in make_decl_rtl with recursion in C++ constructor...
authorAlexandre Oliva <aoliva@redhat.com>
Mon, 13 Dec 2004 21:03:47 +0000 (21:03 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Mon, 13 Dec 2004 21:03:47 +0000 (21:03 +0000)
commit04482133da7cc90eb44c16e1abe6223e2014fc1e
treeacff1e0e903850d88412936e41046a30e559dc43
parentb4418614a16dd989b74e2454cb1099b5913895fa
re PR tree-optimization/16951 (ICE in make_decl_rtl with recursion in C++ constructor (-O1))

gcc/ChangeLog:
PR tree-opt/16951
* tree-inline.c (setup_one_parameter): Don't directly map a
parameter to the address of another variable of the same
function.
gcc/testsuite/ChangeLog:
PR tree-opt/16951
* gcc.c-torture/compile/20041211-1.c: New.

From-SVN: r92106
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20041211-1.c [new file with mode: 0644]
gcc/tree-inline.c