diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4d5c6b4d449..0f42ce4159d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,14 @@ +2008-08-18 Richard Guenther <rguenther@suse.de> + + * tree-sra.c (generate_element_init_1): Deal with NULL constructor + element index. + (scalarize_init): If we failed to generate some initializers + do not generate zeros for not instantiated members. Instead + rely on the copy out. + * tree-ssa-operands.c (get_addr_dereference_operands): Warn + about missing flow-sensitive alias info only if we have + aliases computed. + 2008-08-17 Nick Clifton <nickc@redhat.com> * doc/extend.texi (Function Attributes): Fix typo in description |