ChangeLog.gcc43 revision 259584
12007-06-28  Geoffrey Keating  <geoffk@apple.com> (r126080)
2
3	* decl2.c (start_objects): Mark constructor-runnning function
4	as artificial.
5
62007-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
122007-03-12  Seongbae Park <seongbae.park@gmail.com> (r122851)
13
14	* decl.c (compute_array_index_type): New warning flag warn_vla.
15
162007-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	
232007-01-05  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
24
25	PR c/19978
26	* semantics.c (finish_unary_op_expr): Warn only if result
27	overflowed and operands did not.
28
292006-10-31  Geoffrey Keating  <geoffk@apple.com> (r118360)
30
31	* name-lookup.c (get_anonymous_namespace_name): New.
32	(push_namespace_with_attribs): Use get_anonymous_namespace_name.
33	* decl2.c (start_objects): Update for rename of
34	get_file_function_name_long.
35