optimize.c (remap_decl): Avoid sharing structure for arrays whose size is only known...
authorMark Mitchell <mark@codesourcery.com>
Tue, 11 Apr 2000 17:29:54 +0000 (17:29 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 11 Apr 2000 17:29:54 +0000 (17:29 +0000)
commitcba6a0b29f3a543c4249edd018cdda26ec2c7cf1
tree33504eefc0ca206c9ae61a381f72dcb8b027fd09
parent454fa7a7dbd0aee93b1db23e3d7047b35897e6c6
optimize.c (remap_decl): Avoid sharing structure for arrays whose size is only known at run-time.

* optimize.c (remap_decl): Avoid sharing structure for arrays
whose size is only known at run-time.
* tree.c (copy_tree_r): Don't copy PARM_DECLs.

From-SVN: r33081
gcc/cp/ChangeLog
gcc/cp/optimize.c
gcc/cp/tree.c
gcc/testsuite/g++.old-deja/g++.other/inline9.C [new file with mode: 0644]