ChangeLog.gcc43 revision 259947
1108983Simp2007-07-09  Geoffrey Keating  <geoffk@apple.com> (r126529)
2108983Simp
3108983Simp	PR 32617
4108983Simp	* decl.c (cxx_init_decl_processing): Don't set
5108983Simp	force_align_functions_log.
6108983Simp	(grokfndecl): Honour ptrmemfunc_vbit_in_pfn.
7108983Simp	* typeck.c (cxx_alignof_expr): When alignof is used on a plain
8108983Simp	FUNCTION_DECL, return its alignment.
9108983Simp
10108983Simp2007-06-28  Geoffrey Keating  <geoffk@apple.com> (r126080)
11108983Simp
12108983Simp	* decl2.c (start_objects): Mark constructor-runnning function
13108983Simp	as artificial.
14108983Simp
15108983Simp2007-06-14  Geoff Keating  <geoffk@apple.com> (r125721)
16108983Simp
17108983Simp	PR 31093
18108983Simp	* decl2.c (determine_visibility): Remove duplicate code for
19108983Simp	handling type info.
20130151Sschweikh
21119917Swpaul2007-05-31  Daniel Berlin  <dberlin@dberlin.org> (r125239)
22119917Swpaul
23108983Simp	* typeck.c (build_binary_op): Include types in error.
24108983Simp
25108983Simp2007-05-18  Geoffrey Keating  <geoffk@apple.com> (r124839)
26108983Simp
27108983Simp	* mangle.c (write_real_cst): Use 'unsigned long' for %lx.
28108983Simp
29108983Simp2007-05-05  Geoffrey Keating  <geoffk@apple.com> (r124467)
30108983Simp
31108983Simp	PR 31775
32108983Simp	* mangle.c (write_mangled_name): Mangle static variable names.
33108983Simp	(write_unqualified_name): Use local-source-name for
34126905Scperciva	namespace-scope static variables.
35108983Simp
36108983Simp2007-03-12  Seongbae Park <seongbae.park@gmail.com> (r122851)
37108983Simp
38108983Simp	* decl.c (compute_array_index_type): New warning flag warn_vla.
39108983Simp
40108983Simp2007-01-07  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
41108983Simp
42108983Simp	PR c++/28986
43108983Simp	* typeck.c (build_binary_op): Call overflow_warning if
44108983Simp	TREE_OVERFLOW_P is true for the result and not for any of the
45108983Simp	operands.
46108983Simp	
47108983Simp2007-01-05  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
48108983Simp
49108983Simp	PR c/19978
50108983Simp	* semantics.c (finish_unary_op_expr): Warn only if result
51108983Simp	overflowed and operands did not.
52108983Simp
53108983Simp2006-10-31  Geoffrey Keating  <geoffk@apple.com> (r118360)
54108983Simp
55108983Simp	* name-lookup.c (get_anonymous_namespace_name): New.
56108983Simp	(push_namespace_with_attribs): Use get_anonymous_namespace_name.
57108983Simp	* decl2.c (start_objects): Update for rename of
58108983Simp	get_file_function_name_long.
59108983Simp