]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/gcc/cp/ChangeLog.gcc43
MFC r259655 (partial), r259944:
[FreeBSD/stable/10.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-06-28  Geoffrey Keating  <geoffk@apple.com> (r126088)
11
12         * decl2.c (determine_visibility): Implement
13         flag_visibility_ms_compat effect on type info.
14         * decl.c (cxx_init_decl_processing): Implement
15         global effect of flag_visibility_ms_compat.
16
17 2007-06-28  Geoffrey Keating  <geoffk@apple.com> (r126080)
18
19         * decl2.c (start_objects): Mark constructor-runnning function
20         as artificial.
21
22 2007-06-14  Geoff Keating  <geoffk@apple.com> (r125721)
23
24         PR 31093
25         * decl2.c (determine_visibility): Remove duplicate code for
26         handling type info.
27
28 2007-05-31  Daniel Berlin  <dberlin@dberlin.org> (r125239)
29
30         * typeck.c (build_binary_op): Include types in error.
31
32 2007-05-18  Geoffrey Keating  <geoffk@apple.com> (r124839)
33
34         * mangle.c (write_real_cst): Use 'unsigned long' for %lx.
35
36 2007-05-14  Paolo Carlini  <pcarlini@suse.de> (r124724)
37
38         PR c++/29928
39         * rtti.c (get_tinfo_decl_dynamic, get_typeid): Try to complete the
40         type only if is a class type (5.2.8/4).
41
42 2007-05-05  Geoffrey Keating  <geoffk@apple.com> (r124467)
43
44         PR 31775
45         * mangle.c (write_mangled_name): Mangle static variable names.
46         (write_unqualified_name): Use local-source-name for
47         namespace-scope static variables.
48
49 2007-03-12  Seongbae Park <seongbae.park@gmail.com> (r122851)
50
51         * decl.c (compute_array_index_type): New warning flag warn_vla.
52
53 2007-01-08  Mark Shinwell  <shinwell@codesourcery.com> (r120572)
54
55         * call.c (standard_conversion): Pass flag to
56         vector_types_convertible_p to disallow emission of note.
57         * typeck.c (convert_for_assignment): Pass flag to
58         vector_types_convertible_p to allow emission of note.
59         (ptr_reasonably_similar): Pass flag to vector_types_convertible_p
60         to disallow emission of note.
61
62 2007-01-07  Manuel Lopez-Ibanez  <manu@gcc.gnu.org> (r120558)
63
64         PR c++/28986
65         * typeck.c (build_binary_op): Call overflow_warning if
66         TREE_OVERFLOW_P is true for the result and not for any of the
67         operands.
68         
69 2007-01-05  Manuel Lopez-Ibanez  <manu@gcc.gnu.org> (r120505)
70
71         PR c/19978
72         * semantics.c (finish_unary_op_expr): Warn only if result
73         overflowed and operands did not.
74
75 2006-12-01  Geoffrey Keating  <geoffk@apple.com> (r119427)
76
77         * decl.c (poplevel): Check DECL_INITIAL invariant.
78         (duplicate_decls): Preserve DECL_INITIAL when eliminating
79         a new definition in favour of an old declaration.
80         (start_preparsed_function): Define and document value of
81         DECL_INITIAL before and after routine.
82         (finish_function): Check DECL_INITIAL invariant.
83         * parser.c 
84         (cp_parser_function_definition_from_specifiers_and_declarator): 
85         Skip duplicate function definitions.
86
87 2006-10-31  Geoffrey Keating  <geoffk@apple.com> (r118360)
88
89         * name-lookup.c (get_anonymous_namespace_name): New.
90         (push_namespace_with_attribs): Use get_anonymous_namespace_name.
91         * decl2.c (start_objects): Update for rename of
92         get_file_function_name_long.