]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/c-family/ChangeLog
* gcc-interface/utils.c (update_pointer_to): Initialize last.
[thirdparty/gcc.git] / gcc / c-family / ChangeLog
CommitLineData
1cb42611
JM
12010-06-10 Joseph Myers <joseph@codesourcery.com>
2
3 * c-opts.c (c_common_handle_option): Don't handle
4 OPT_fshow_column.
5
a9429e29
LB
62010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
7
8 * c-pragma.c (push_alignment): Use typed GC allocation.
9 (handle_pragma_push_options): Likewise.
10
11 * c-common.c (parse_optimize_options): Likewise.
12
13 * c-common.h (struct sorted_fields_type): Add variable_size GTY
14 option.
15
5498f011
JM
162010-06-07 Joseph Myers <joseph@codesourcery.com>
17
18 * c-common.c (flag_preprocess_only, flag_undef, flag_no_builtin,
19 flag_no_nonansi_builtin, flag_short_double, flag_short_wchar,
20 flag_lax_vector_conversions, flag_ms_extensions, flag_no_asm,
21 flag_signed_bitfields, warn_strict_null_sentinel,
22 flag_nil_receivers, flag_zero_link, flag_replace_objc_classes,
23 flag_gen_declaration, flag_no_gnu_keywords,
24 flag_implement_inlines, flag_implicit_templates,
25 flag_implicit_inline_templates, flag_optional_diags,
26 flag_elide_constructors, flag_default_inline, flag_rtti,
27 flag_conserve_space, flag_access_control, flag_check_new,
28 flag_new_for_scope, flag_weak, flag_working_directory,
29 flag_use_cxa_atexit, flag_use_cxa_get_exception_ptr,
30 flag_enforce_eh_specs, flag_threadsafe_statics,
31 flag_pretty_templates): Remove.
32 * c-common.h (flag_preprocess_only, flag_nil_receivers,
33 flag_objc_exceptions, flag_objc_sjlj_exceptions, flag_zero_link,
34 flag_replace_objc_classes, flag_undef, flag_no_builtin,
35 flag_no_nonansi_builtin, flag_short_double, flag_short_wchar,
36 flag_lax_vector_conversions, flag_ms_extensions, flag_no_asm,
37 flag_const_strings, flag_signed_bitfields, flag_gen_declaration,
38 flag_no_gnu_keywords, flag_implement_inlines,
39 flag_implicit_templates, flag_implicit_inline_templates,
40 flag_optional_diags, flag_elide_constructors, flag_default_inline,
41 flag_rtti, flag_conserve_space, flag_access_control,
42 flag_check_new, flag_new_for_scope, flag_weak,
43 flag_working_directory, flag_use_cxa_atexit,
44 flag_use_cxa_get_exception_ptr, flag_enforce_eh_specs,
45 flag_threadsafe_statics, flag_pretty_templates,
46 warn_strict_null_sentinel): Remove.
47 * c.opt (E, Wstrict-null-sentinel, faccess-control, fasm,
48 fbuiltin, fcheck-new, fconserve-space, felide-constructors,
49 fenforce-eh-specs, ffor-scope, fgnu-keywords, fimplement-inlines,
50 fimplicit-inline-templates, fimplicit-templates,
51 flax-vector-conversions, fms-extensions, fnil-receivers,
52 fnonansi-builtins, fpretty-templates, freplace-objc-classes,
53 frtti, fshort-double, fshort-enums, fshort-wchar,
54 fsigned-bitfields, fsigned-char, fstats, fthreadsafe-statics,
55 funsigned-bitfields, funsigned-char, fuse-cxa-atexit,
56 fuse-cxa-get-exception-ptr, fweak, fworking-directory, fzero-link,
57 gen-decls, undef): Use Var.
58 (fdefault-inline, foptional-diags): Document as doing nothing.
59 * c-opts.c (c_common_handle_option): Remove cases for options now
60 using Var. Mark ignored options as such.
61
39dabefd
SB
622010-06-05 Steven Bosscher <steven@gcc.gnu.org>
63
64 * c-common.c: Moved to here from parent directory.
65 * c-common.def: Likewise.
66 * c-common.h: Likewise.
67 * c-cppbuiltin.c: Likewise.
68 * c-dump.c: Likewise.
69 * c-format.c: Likewise.
70 * c-format.h : Likewise.
71 * c-gimplify.c: Likewise.
72 * c-lex.c: Likewise.
73 * c-omp.c: Likewise.
74 * c.opt: Likewise.
75 * c-opts.c: Likewise.
76 * c-pch.c: Likewise.
77 * c-ppoutput.c: Likewise.
78 * c-pragma.c: Likewise.
79 * c-pragma.h: Likewise.
80 * c-pretty-print.c: Likewise.
81 * c-pretty-print.h: Likewise.
82 * c-semantics.c: Likewise.
83 * stub-objc.c: Likewise.
84
85 * c-common.c: Include gt-c-family-c-common.h.
86 * c-pragma.c: Include gt-c-family-c-pragma.h.
87\f
88Copyright (C) 2010 Free Software Foundation, Inc.
89
90Copying and distribution of this file, with or without modification,
91are permitted in any medium without royalty provided the copyright
92notice and this notice are preserved.