ChangeLog.gcc43 revision 259694
1145519Sdarrenr2007-07-09  Geoffrey Keating  <geoffk@apple.com> (r126529)
2145510Sdarrenr
3145510Sdarrenr	PR 32617
4170268Sdarrenr	* decl.c (cxx_init_decl_processing): Don't set
5145510Sdarrenr	force_align_functions_log.
6145510Sdarrenr	(grokfndecl): Honour ptrmemfunc_vbit_in_pfn.
7145510Sdarrenr	* typeck.c (cxx_alignof_expr): When alignof is used on a plain
8170268Sdarrenr	FUNCTION_DECL, return its alignment.
9145510Sdarrenr
10145510Sdarrenr2007-06-28  Geoffrey Keating  <geoffk@apple.com> (r126080)
11145510Sdarrenr
12145510Sdarrenr	* decl2.c (start_objects): Mark constructor-runnning function
13145510Sdarrenr	as artificial.
14145510Sdarrenr
15145510Sdarrenr2007-06-14  Geoff Keating  <geoffk@apple.com> (r125721)
16145510Sdarrenr
17145510Sdarrenr	PR 31093
18145510Sdarrenr	* decl2.c (determine_visibility): Remove duplicate code for
19170268Sdarrenr	handling type info.
20145510Sdarrenr
21145510Sdarrenr2007-05-05  Geoffrey Keating  <geoffk@apple.com> (r124467)
22145510Sdarrenr
23145510Sdarrenr	PR 31775
24145510Sdarrenr	* mangle.c (write_mangled_name): Mangle static variable names.
25145510Sdarrenr	(write_unqualified_name): Use local-source-name for
26145510Sdarrenr	namespace-scope static variables.
27145510Sdarrenr
28145510Sdarrenr2007-03-12  Seongbae Park <seongbae.park@gmail.com> (r122851)
29145510Sdarrenr
30145510Sdarrenr	* decl.c (compute_array_index_type): New warning flag warn_vla.
31145510Sdarrenr
32145510Sdarrenr2007-01-07  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
33145510Sdarrenr
34145510Sdarrenr	PR c++/28986
35145510Sdarrenr	* typeck.c (build_binary_op): Call overflow_warning if
36145510Sdarrenr	TREE_OVERFLOW_P is true for the result and not for any of the
37145510Sdarrenr	operands.
38145510Sdarrenr	
39145510Sdarrenr2007-01-05  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
40145510Sdarrenr
41145510Sdarrenr	PR c/19978
42145510Sdarrenr	* semantics.c (finish_unary_op_expr): Warn only if result
43145510Sdarrenr	overflowed and operands did not.
44145510Sdarrenr
45145510Sdarrenr2006-10-31  Geoffrey Keating  <geoffk@apple.com> (r118360)
46145510Sdarrenr
47145510Sdarrenr	* name-lookup.c (get_anonymous_namespace_name): New.
48145510Sdarrenr	(push_namespace_with_attribs): Use get_anonymous_namespace_name.
49145510Sdarrenr	* decl2.c (start_objects): Update for rename of
50145510Sdarrenr	get_file_function_name_long.
51145510Sdarrenr