ChangeLog.gcc43 revision 258428
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	
23258428Spfg2006-10-31  Geoffrey Keating  <geoffk@apple.com> (r118360)
24258428Spfg
25258428Spfg	* name-lookup.c (get_anonymous_namespace_name): New.
26258428Spfg	(push_namespace_with_attribs): Use get_anonymous_namespace_name.
27258428Spfg	* decl2.c (start_objects): Update for rename of
28258428Spfg	get_file_function_name_long.
29