]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/ChangeLog
re PR tree-optimization/47140 (error: conversion of register to a different size)
[thirdparty/gcc.git] / gcc / ChangeLog
1 2011-01-02 Jakub Jelinek <jakub@redhat.com>
2
3 PR tree-optimization/47140
4 * tree-ssa-ccp.c (evaluate_stmt): For binary assignments, use
5 TREE_TYPE (lhs) instead of TREE_TYPE (rhs1) as second argument
6 to bit_value_binop.
7
8 PR rtl-optimization/47028
9 * cfgexpand.c (gimple_expand_cfg): Insert entry edge
10 insertions after parm_birth_insn instead of at the beginning
11 of first bb.
12
13 2011-01-02 Mingjie Xing <mingjie.xing@gmail.com>
14
15 * doc/generic.texi: Remove duplicated "@subsubsection Statements".
16 Remove the word "see" before "@pxref".
17 * doc/rtl.texi: Remove the word "see" before "@pxref".
18
19 2011-01-01 Jan Hubicka <jh@suse.cz>
20
21 * tree-loop-distribution.c (tree_loop_distribution): Do not
22 use freed memory.
23
24 2011-01-01 Kai Tietz <kai.tietz@onevision.com>
25
26 PR target/38662
27 * tree.c (type_hash_eq): Call
28 language hook for METHOD_TYPEs, too.
29
30 \f
31 Copyright (C) 2011 Free Software Foundation, Inc.
32
33 Copying and distribution of this file, with or without modification,
34 are permitted in any medium without royalty provided the copyright
35 notice and this notice are preserved.