ChangeLog.gcc43 revision 259092
12007-07-09  Geoffrey Keating  <geoffk@apple.com> (r126529)
2
3	PR 32617
4	* decl.c (cxx_init_decl_processing): Don't set
5	force_align_functions_log.
6	(grokfndecl): Honour ptrmemfunc_vbit_in_pfn.
7	* typeck.c (cxx_alignof_expr): When alignof is used on a plain
8	FUNCTION_DECL, return its alignment.
9
102007-06-28  Geoffrey Keating  <geoffk@apple.com> (r126088)
11
12	* decl2.c (determine_visibility): Implement
13	flag_visibility_ms_compat effect on type info.
14	* decl.c (cxx_init_decl_processing): Implement
15	global effect of flag_visibility_ms_compat.
16
172007-06-28  Geoffrey Keating  <geoffk@apple.com> (r126080)
18
19	* decl2.c (start_objects): Mark constructor-runnning function
20	as artificial.
21
222007-06-14  Geoff Keating  <geoffk@apple.com> (r125721)
23
24	PR 31093
25	* decl2.c (determine_visibility): Remove duplicate code for
26	handling type info.
27
282007-05-31  Daniel Berlin  <dberlin@dberlin.org> (r125239)
29
30	* typeck.c (build_binary_op): Include types in error.
31
322007-05-05  Geoffrey Keating  <geoffk@apple.com> (r124467)
33
34	PR 31775
35	* mangle.c (write_mangled_name): Mangle static variable names.
36	(write_unqualified_name): Use local-source-name for
37	namespace-scope static variables.
38
392007-03-12  Seongbae Park <seongbae.park@gmail.com> (r122851)
40
41	* decl.c (compute_array_index_type): New warning flag warn_vla.
42
432007-01-08  Mark Shinwell  <shinwell@codesourcery.com> (r120572)
44
45	* call.c (standard_conversion): Pass flag to
46	vector_types_convertible_p to disallow emission of note.
47	* typeck.c (convert_for_assignment): Pass flag to
48	vector_types_convertible_p to allow emission of note.
49	(ptr_reasonably_similar): Pass flag to vector_types_convertible_p
50	to disallow emission of note.
51
522007-01-07  Manuel Lopez-Ibanez  <manu@gcc.gnu.org> (r120558)
53
54	PR c++/28986
55	* typeck.c (build_binary_op): Call overflow_warning if
56	TREE_OVERFLOW_P is true for the result and not for any of the
57	operands.
58	
592007-01-05  Manuel Lopez-Ibanez  <manu@gcc.gnu.org> (r120505)
60
61	PR c/19978
62	* semantics.c (finish_unary_op_expr): Warn only if result
63	overflowed and operands did not.
64
652006-10-31  Geoffrey Keating  <geoffk@apple.com> (r118360)
66
67	* name-lookup.c (get_anonymous_namespace_name): New.
68	(push_namespace_with_attribs): Use get_anonymous_namespace_name.
69	* decl2.c (start_objects): Update for rename of
70	get_file_function_name_long.
71