]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/gcc/cp/ChangeLog.gcc43
MFC r258017, r258429, r258748, r258817:
[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> (r126080)
11
12         * decl2.c (start_objects): Mark constructor-runnning function
13         as artificial.
14
15 2007-06-14  Geoff Keating  <geoffk@apple.com> (r125721)
16
17         PR 31093
18         * decl2.c (determine_visibility): Remove duplicate code for
19         handling type info.
20
21 2007-05-05  Geoffrey Keating  <geoffk@apple.com> (r124467)
22
23         PR 31775
24         * mangle.c (write_mangled_name): Mangle static variable names.
25         (write_unqualified_name): Use local-source-name for
26         namespace-scope static variables.
27
28 2007-03-12  Seongbae Park <seongbae.park@gmail.com> (r122851)
29
30         * decl.c (compute_array_index_type): New warning flag warn_vla.
31
32 2007-01-07  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
33
34         PR c++/28986
35         * typeck.c (build_binary_op): Call overflow_warning if
36         TREE_OVERFLOW_P is true for the result and not for any of the
37         operands.
38         
39 2007-01-05  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
40
41         PR c/19978
42         * semantics.c (finish_unary_op_expr): Warn only if result
43         overflowed and operands did not.
44
45 2006-10-31  Geoffrey Keating  <geoffk@apple.com> (r118360)
46
47         * name-lookup.c (get_anonymous_namespace_name): New.
48         (push_namespace_with_attribs): Use get_anonymous_namespace_name.
49         * decl2.c (start_objects): Update for rename of
50         get_file_function_name_long.