ChangeLog.gcc43 revision 259619
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-06-12  Ian Lance Taylor  <iant@google.com> (r125653)
29
30	PR libstdc++/29286
31	* init.c (avoid_placement_new_aliasing): New static function.
32	(build_new_1): Call it.
33
342007-05-31  Daniel Berlin  <dberlin@dberlin.org> (r125239)
35
36	* typeck.c (build_binary_op): Include types in error.
37
382007-05-05  Geoffrey Keating  <geoffk@apple.com> (r124467)
39
40	PR 31775
41	* mangle.c (write_mangled_name): Mangle static variable names.
42	(write_unqualified_name): Use local-source-name for
43	namespace-scope static variables.
44
452007-03-12  Seongbae Park <seongbae.park@gmail.com> (r122851)
46
47	* decl.c (compute_array_index_type): New warning flag warn_vla.
48
492007-01-08  Mark Shinwell  <shinwell@codesourcery.com> (r120572)
50
51	* call.c (standard_conversion): Pass flag to
52	vector_types_convertible_p to disallow emission of note.
53	* typeck.c (convert_for_assignment): Pass flag to
54	vector_types_convertible_p to allow emission of note.
55	(ptr_reasonably_similar): Pass flag to vector_types_convertible_p
56	to disallow emission of note.
57
582007-01-07  Manuel Lopez-Ibanez  <manu@gcc.gnu.org> (r120558)
59
60	PR c++/28986
61	* typeck.c (build_binary_op): Call overflow_warning if
62	TREE_OVERFLOW_P is true for the result and not for any of the
63	operands.
64	
652007-01-05  Manuel Lopez-Ibanez  <manu@gcc.gnu.org> (r120505)
66
67	PR c/19978
68	* semantics.c (finish_unary_op_expr): Warn only if result
69	overflowed and operands did not.
70
712006-12-01  Geoffrey Keating  <geoffk@apple.com> (r119427)
72
73	* decl.c (poplevel): Check DECL_INITIAL invariant.
74	(duplicate_decls): Preserve DECL_INITIAL when eliminating
75	a new definition in favour of an old declaration.
76	(start_preparsed_function): Define and document value of
77	DECL_INITIAL before and after routine.
78	(finish_function): Check DECL_INITIAL invariant.
79	* parser.c 
80	(cp_parser_function_definition_from_specifiers_and_declarator): 
81	Skip duplicate function definitions.
82
832006-10-31  Geoffrey Keating  <geoffk@apple.com> (r118360)
84
85	* name-lookup.c (get_anonymous_namespace_name): New.
86	(push_namespace_with_attribs): Use get_anonymous_namespace_name.
87	* decl2.c (start_objects): Update for rename of
88	get_file_function_name_long.
89