]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/gcc/cp/ChangeLog.gcc43
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / gcc / cp / ChangeLog.gcc43
1 2007-07-09  Geoffrey Keating  <geoffk@apple.com> (r126529)
2
3         PR 32617
4         * decl.c (cxx_init_decl_processing): Don't set
5         force_align_functions_log.
6         (grokfndecl): Honour ptrmemfunc_vbit_in_pfn.
7         * typeck.c (cxx_alignof_expr): When alignof is used on a plain
8         FUNCTION_DECL, return its alignment.
9
10 2007-07-01  Ollie Wild  <aaw@google.com> (r126177)
11
12         * name-lookup.c (ambiguous_decl): Fix case when new->value is hidden.
13         (select_decl): Remove function.
14         (unqualified_namespace_lookup): Populate binding by calling
15         ambiguous_decl.  Remove select_decl call.
16         (lookup_qualified_name): Remove select_decl call.
17         * decl.c (lookup_and_check_tag): Check for ambiguous references.
18         * parser.c (cp_parser_elaborated_type_specifier): Skip redundant error
19         generation when name lookup is ambiguous.
20
21 2007-06-28  Geoffrey Keating  <geoffk@apple.com> (r126088)
22
23         * decl2.c (determine_visibility): Implement
24         flag_visibility_ms_compat effect on type info.
25         * decl.c (cxx_init_decl_processing): Implement
26         global effect of flag_visibility_ms_compat.
27
28 2007-06-28  Geoffrey Keating  <geoffk@apple.com> (r126080)
29
30         * decl2.c (start_objects): Mark constructor-runnning function
31         as artificial.
32
33 2007-06-14  Geoff Keating  <geoffk@apple.com> (r125721)
34
35         PR 31093
36         * decl2.c (determine_visibility): Remove duplicate code for
37         handling type info.
38
39 2007-05-31  Daniel Berlin  <dberlin@dberlin.org> (r125239)
40
41         * typeck.c (build_binary_op): Include types in error.
42
43 2007-05-22  Ollie Wild  <aaw@google.com> (r124963)
44  
45         * name-lookup.c (ambiguous_decl): Adds check for hidden types.
46         (unqualified_namespace_lookup): Adds check for hidden types.
47
48 2007-05-18  Geoffrey Keating  <geoffk@apple.com> (r124839)
49
50         * mangle.c (write_real_cst): Use 'unsigned long' for %lx.
51
52 2007-05-14  Paolo Carlini  <pcarlini@suse.de> (r124724)
53
54         PR c++/29928
55         * rtti.c (get_tinfo_decl_dynamic, get_typeid): Try to complete the
56         type only if is a class type (5.2.8/4).
57
58 2007-05-05  Geoffrey Keating  <geoffk@apple.com> (r124467)
59
60         PR 31775
61         * mangle.c (write_mangled_name): Mangle static variable names.
62         (write_unqualified_name): Use local-source-name for
63         namespace-scope static variables.
64
65 2007-03-12  Seongbae Park <seongbae.park@gmail.com> (r122851)
66
67         * decl.c (compute_array_index_type): New warning flag warn_vla.
68
69 2007-01-08  Mark Shinwell  <shinwell@codesourcery.com> (r120572)
70
71         * call.c (standard_conversion): Pass flag to
72         vector_types_convertible_p to disallow emission of note.
73         * typeck.c (convert_for_assignment): Pass flag to
74         vector_types_convertible_p to allow emission of note.
75         (ptr_reasonably_similar): Pass flag to vector_types_convertible_p
76         to disallow emission of note.
77
78 2007-01-07  Manuel Lopez-Ibanez  <manu@gcc.gnu.org> (r120558)
79
80         PR c++/28986
81         * typeck.c (build_binary_op): Call overflow_warning if
82         TREE_OVERFLOW_P is true for the result and not for any of the
83         operands.
84         
85 2007-01-05  Manuel Lopez-Ibanez  <manu@gcc.gnu.org> (r120505)
86
87         PR c/19978
88         * semantics.c (finish_unary_op_expr): Warn only if result
89         overflowed and operands did not.
90
91 2006-12-01  Geoffrey Keating  <geoffk@apple.com> (r119427)
92
93         * decl.c (poplevel): Check DECL_INITIAL invariant.
94         (duplicate_decls): Preserve DECL_INITIAL when eliminating
95         a new definition in favour of an old declaration.
96         (start_preparsed_function): Define and document value of
97         DECL_INITIAL before and after routine.
98         (finish_function): Check DECL_INITIAL invariant.
99         * parser.c 
100         (cp_parser_function_definition_from_specifiers_and_declarator): 
101         Skip duplicate function definitions.
102
103 2006-10-31  Geoffrey Keating  <geoffk@apple.com> (r118360)
104
105         * name-lookup.c (get_anonymous_namespace_name): New.
106         (push_namespace_with_attribs): Use get_anonymous_namespace_name.
107         * decl2.c (start_objects): Update for rename of
108         get_file_function_name_long.