]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/gcc/cp/ChangeLog.gcc43
MFC r258428, r258445
[FreeBSD/stable/10.git] / contrib / gcc / cp / ChangeLog.gcc43
1 2007-06-28  Geoffrey Keating  <geoffk@apple.com> (r126080)
2
3         * decl2.c (start_objects): Mark constructor-runnning function
4         as artificial.
5
6 2007-06-14  Geoff Keating  <geoffk@apple.com> (r125721)
7
8         PR 31093
9         * decl2.c (determine_visibility): Remove duplicate code for
10         handling type info.
11
12 2007-03-12  Seongbae Park <seongbae.park@gmail.com> (r122851)
13
14         * decl.c (compute_array_index_type): New warning flag warn_vla.
15
16 2007-01-07  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
17
18         PR c++/28986
19         * typeck.c (build_binary_op): Call overflow_warning if
20         TREE_OVERFLOW_P is true for the result and not for any of the
21         operands.
22         
23 2006-10-31  Geoffrey Keating  <geoffk@apple.com> (r118360)
24
25         * name-lookup.c (get_anonymous_namespace_name): New.
26         (push_namespace_with_attribs): Use get_anonymous_namespace_name.
27         * decl2.c (start_objects): Update for rename of
28         get_file_function_name_long.