Deleted Added
full compact
ChangeLog.gcc43 (259947) ChangeLog.gcc43 (260074)
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
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
102007-06-28 Geoffrey Keating <geoffk@apple.com> (r126080)
11
12 * decl2.c (start_objects): Mark constructor-runnning function
13 as artificial.
14
152007-06-14 Geoff Keating <geoffk@apple.com> (r125721)
16
17 PR 31093

--- 14 unchanged lines hidden (view full) ---

32 * mangle.c (write_mangled_name): Mangle static variable names.
33 (write_unqualified_name): Use local-source-name for
34 namespace-scope static variables.
35
362007-03-12 Seongbae Park <seongbae.park@gmail.com> (r122851)
37
38 * decl.c (compute_array_index_type): New warning flag warn_vla.
39
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

--- 14 unchanged lines hidden (view full) ---

39 * mangle.c (write_mangled_name): Mangle static variable names.
40 (write_unqualified_name): Use local-source-name for
41 namespace-scope static variables.
42
432007-03-12 Seongbae Park <seongbae.park@gmail.com> (r122851)
44
45 * decl.c (compute_array_index_type): New warning flag warn_vla.
46
402007-01-07 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
472007-01-08 Mark Shinwell <shinwell@codesourcery.com> (r120572)
41
48
49 * call.c (standard_conversion): Pass flag to
50 vector_types_convertible_p to disallow emission of note.
51 * typeck.c (convert_for_assignment): Pass flag to
52 vector_types_convertible_p to allow emission of note.
53 (ptr_reasonably_similar): Pass flag to vector_types_convertible_p
54 to disallow emission of note.
55
562007-01-07 Manuel Lopez-Ibanez <manu@gcc.gnu.org> (r120558)
57
42 PR c++/28986
43 * typeck.c (build_binary_op): Call overflow_warning if
44 TREE_OVERFLOW_P is true for the result and not for any of the
45 operands.
46
58 PR c++/28986
59 * typeck.c (build_binary_op): Call overflow_warning if
60 TREE_OVERFLOW_P is true for the result and not for any of the
61 operands.
62
472007-01-05 Manuel Lopez-Ibanez
632007-01-05 Manuel Lopez-Ibanez <manu@gcc.gnu.org> (r120505)
48
49 PR c/19978
50 * semantics.c (finish_unary_op_expr): Warn only if result
51 overflowed and operands did not.
52
532006-10-31 Geoffrey Keating <geoffk@apple.com> (r118360)
54
55 * name-lookup.c (get_anonymous_namespace_name): New.
56 (push_namespace_with_attribs): Use get_anonymous_namespace_name.
57 * decl2.c (start_objects): Update for rename of
58 get_file_function_name_long.
64
65 PR c/19978
66 * semantics.c (finish_unary_op_expr): Warn only if result
67 overflowed and operands did not.
68
692006-10-31 Geoffrey Keating <geoffk@apple.com> (r118360)
70
71 * name-lookup.c (get_anonymous_namespace_name): New.
72 (push_namespace_with_attribs): Use get_anonymous_namespace_name.
73 * decl2.c (start_objects): Update for rename of
74 get_file_function_name_long.