avr.h (REG_OK_FOR_BASE_P, [...]): Remove.
[platform/upstream/gcc.git] / gcc / ChangeLog
1 2010-01-02  Anatoly Sokolov  <aesok@post.ru>
2
3         * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
4         XEXP_) : Remove.
5         * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
6         avr_change_section, avr_reg_class_from_letter) : Remove declaration.
7
8 2010-01-02  Richard Guenther  <rguenther@suse.de>
9
10         PR lto/41597
11         * toplev.c (compile_file): Emit LTO marker properly.  Change
12         it to __gnu_lto_v1.
13         * collect2.c (scan_prog_file): Adjust for changed LTO marker.
14
15 2010-01-01  Richard Guenther  <rguenther@suse.de>
16
17         PR debug/42455
18         * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID
19         order.
20
21 2010-01-01  Richard Guenther  <rguenther@suse.de>
22
23         PR c/42570
24         * c-decl.c (grokdeclarator): For zero-size arrays force
25         structural equality checks as layout_type does.
26
27 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
28
29         * builtins.c: Update copyright to 2010.
30
31 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
32
33         PR lto/42531
34         * lto-streamer-out.c (produce_asm): Revert the last change.
35         (copy_function): Likewise.
36
37         * lto-streamer.c (lto_get_section_name): Skip any leading
38         asterisk in name.
39
40 2010-01-01  Richard Guenther  <rguenther@suse.de>
41
42         PR middle-end/42559
43         * builtins.c (get_object_alignment): Do not use DECL_ALIGN
44         for LABEL_DECLs.
45
46 \f
47 Copyright (C) 2010 Free Software Foundation, Inc.
48
49 Copying and distribution of this file, with or without modification,
50 are permitted in any medium without royalty provided the copyright
51 notice and this notice are preserved.