ChangeLog.gcc43 revision 259584
1258428Spfg2007-06-28  Geoffrey Keating  <geoffk@apple.com> (r126080)
2258428Spfg
3258428Spfg	* decl2.c (start_objects): Mark constructor-runnning function
4258428Spfg	as artificial.
5258428Spfg
6258428Spfg2007-06-14  Geoff Keating  <geoffk@apple.com> (r125721)
7258428Spfg
8258428Spfg	PR 31093
9258428Spfg	* decl2.c (determine_visibility): Remove duplicate code for
10258428Spfg	handling type info.
11258428Spfg
12258428Spfg2007-03-12  Seongbae Park <seongbae.park@gmail.com> (r122851)
13258428Spfg
14258428Spfg	* decl.c (compute_array_index_type): New warning flag warn_vla.
15258428Spfg
16258428Spfg2007-01-07  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
17258428Spfg
18258428Spfg	PR c++/28986
19258428Spfg	* typeck.c (build_binary_op): Call overflow_warning if
20258428Spfg	TREE_OVERFLOW_P is true for the result and not for any of the
21258428Spfg	operands.
22258428Spfg	
23259584Spfg2007-01-05  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
24259584Spfg
25259584Spfg	PR c/19978
26259584Spfg	* semantics.c (finish_unary_op_expr): Warn only if result
27259584Spfg	overflowed and operands did not.
28259584Spfg
29258428Spfg2006-10-31  Geoffrey Keating  <geoffk@apple.com> (r118360)
30258428Spfg
31258428Spfg	* name-lookup.c (get_anonymous_namespace_name): New.
32258428Spfg	(push_namespace_with_attribs): Use get_anonymous_namespace_name.
33258428Spfg	* decl2.c (start_objects): Update for rename of
34258428Spfg	get_file_function_name_long.
35