This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r146831 - in /trunk/gcc: ChangeLog java/ChangeL...
- From: rguenth at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 27 Apr 2009 11:18:40 -0000
- Subject: r146831 - in /trunk/gcc: ChangeLog java/ChangeL...
Author: rguenth
Date: Mon Apr 27 11:18:38 2009
New Revision: 146831
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146831
Log:
2009-04-27 Richard Guenther <rguenther@suse.de>
* tree-cfg.c (remove_useless_stmts): Verify stmts afterwards.
(verify_stmts): Dispatch to gimple/type verification code.
* tree-inline.c (remap_gimple_op_r): Work around C++ FE
issue with call argument types.
java/
PR java/38374
* constants.c (build_constants_constructor): Retain the old
pointer type as valid TYPE_POINTER_TO after patching the
type of the constant pool decl.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/java/ChangeLog
trunk/gcc/java/constants.c
trunk/gcc/tree-cfg.c
trunk/gcc/tree-inline.c