]> gcc.gnu.org Git - gcc.git/blame - gcc/c-family/ChangeLog
In libobjc/: 2010-10-13 Nicola Pero <nicola.pero@meta-innovation.com>
[gcc.git] / gcc / c-family / ChangeLog
CommitLineData
a75bfaa6
JM
12010-10-08 Joseph Myers <joseph@codesourcery.com>
2
3 * c-common.c (parse_optimize_options): Call
4 decode_cmdline_options_to_array_default_mask before
5 decode_options. Update arguments to decode_options.
6 * c-common.h (c_common_init_options_struct): Declare.
7 * c-opts.c (c_common_init_options_struct): New. Split out from
8 c_common_init_options.
9
f05b9d93
NP
102010-10-06 Nicola Pero <nicola.pero@meta-innovation.com>
11
12 Implemented fast enumeration for Objective-C.
13 * c-common.h (objc_finish_foreach_loop): New.
14 * stub-objc.c (objc_finish_foreach_loop): New.
15
1ebe4b4f
JM
162010-10-05 Joseph Myers <joseph@codesourcery.com>
17
18 * c-common.h (struct diagnostic_context): Don't declare here.
19 (c_common_initialize_diagnostics): Declare using
20 diagnostic_context typedef.
21 * c-opts.c (c_common_handle_option): Pass global_dc to
22 handle_generated_option.
23
d4d24ba4
JM
242010-10-04 Joseph Myers <joseph@codesourcery.com>
25
26 * c-opts.c (c_common_handle_option): Pass &global_options_set to
27 handle_generated_option.
28
478a1c5b
ILT
292010-10-03 Ian Lance Taylor <iant@google.com>
30
31 * c.opt (-fplan9-extensions): New option.
32
82a1c2fe
FXC
332010-10-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
34
35 * c-cppbuiltin.c (define__GNUC__, builtin_define_type_precision):
36 Remove.
37 (c_cpp_builtins): Call functions from cppbuiltin.c instead
38 of duplicating code.
39
92902b1b
IS
402010-09-30 Iain Sandoe <iains@gcc.gnu.org>
41
42 * c-common.c: Add two new entries for @optional
43 and @required keywords.
44
45 merge from FSF 'apple/trunk' branch.
46 2006-01-30 Fariborz Jahanian <fjahanian@apple.com>
47
48 Radar 4386773
49 * c-common.h (RID_AT_OPTIONAL, RID_AT_REQUIRED): Two new
50 objective-c keywords.
51 (objc_set_method_opt): New declaration.
52 * stub-objc.c (objc_set_method_opt): New stub.
53
46625112
JM
542010-09-30 Joseph Myers <joseph@codesourcery.com>
55
56 * c-common.c (handle_optimize_attribute): Pass &global_options to
57 cl_optimization_save and cl_optimization_restore.
58 * c-opts.c (c_common_handle_option): Pass &global_options to
59 handle_generated_option.
60 * c-pragma.c (handle_pragma_diagnostic): Use option_flag_var.
61 (handle_pragma_pop_options, handle_pragma_reset_options): Pass
62 &global_options to cl_optimization_restore.
63
49b91f05
NP
642010-09-30 Nicola Pero <nicola.pero@meta-innovation.com>
65
66 * c-lex.c (c_lex_with_flags): Updated comments for CPP_AT_NAME
67 Objective-C/Objective-C++ keywords.
68
13ed556f 692010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>
a6341d57
NP
70
71 Merge from 'apple/trunk' branch on FSF servers.
72
73 2005-10-04 Fariborz Jahanian <fjahanian@apple.com>
74
75 Radar 4281748
76 * c-common.h (objc_check_global_decl): New declaration.
77 * stub-objc.c (objc_check_global_decl): New stub.
78
f0036cca
JM
792010-09-29 Joseph Myers <joseph@codesourcery.com>
80
81 * c.opt: Don't use VarExists.
82
e3339d0f
JM
832010-09-29 Joseph Myers <joseph@codesourcery.com>
84
85 * c-common.c (c_cpp_error): Update names of diagnostic_context
86 members.
87 * c-cppbuiltin.c (c_cpp_builtins_optimize_pragma): Update names of
88 cl_optimization members.
89 * c-opts.c (warning_as_error_callback, c_common_handle_option,
90 sanitize_cpp_opts, finish_options): Update names of cpp_options
91 members.
92
1973201f
NP
932010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>
94
95 * c-common.h (OBJC_IS_CXX_KEYWORD): New macro. Updated comments.
96 (objc_is_reserved_word): Removed.
97 * c-common.c: Updated comments.
98 * c-lex.c (c_lex_with_flags): Use OBJC_IS_CXX_KEYWORD instead of
99 objc_is_reserved_word.
100 * stub-objc.c (objc_is_reserved_word): Removed.
101
f7e71da5
IS
1022010-09-28 Iain Sandoe <iains@gcc.gnu.org>
103
104 * c-common.h (objc_add_method_declaration): Adjust prototype to
105 include attributes.
106 (objc_start_method_definition): Likewise.
107 (objc_build_keyword_decl): Likewise.
108 * stub-objc.c:(objc_add_method_declaration): Handle attributes.
109 (objc_start_method_definition): Likewise.
110 (objc_build_keyword_decl): Likewise.
111
c165dca7
IS
1122010-09-28 Iain Sandoe <iains@gcc.gnu.org>
113
114 * c-common.h (objc_start_class_interface): Adjust prototype.
115 (objc_start_category_interface): Likewise.
116 (objc_start_protocol): Likewise.
117 * stub-objc.c (objc_start_protocol): Adjust for extra argument.
118 (objc_start_class_interface): Likewise.
119 (objc_start_category_interface): Likewise.
120
7458026b
ILT
1212010-09-27 Ian Lance Taylor <iant@google.com>
122
123 * c-common.c (c_common_attribute_table): Add no_split_stack.
124 (handle_no_split_stack_attribute): New static function.
125
b581b85b
NP
1262010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
127
128 Merge from 'apple/trunk' branch on FSF servers.
129
130 2005-12-15 Fariborz Jahanian <fjahanian@apple.com>
131
132 Radar 4229905
133 * c-common.h (objc_have_common_type): New declaration.
134 * stub-objc.c (objc_have_common_type): New stub.
135
136 2005-06-22 Ziemowit Laski <zlaski@apple.com>
137
138 Radar 4154928
139 * c-common.h (objc_common_type): New prototype.
140 * stub-objc.c (objc_common_type): New stub.
141
46a4da10
JH
1422010-09-24 Jan Hubicka <jh@suse.cz>
143
144 * c-common.c (handle_leaf_attribute): New function.
145 (struct attribute_spec c_common_att): Add leaf.
146
e200444e
JM
1472010-09-22 Joseph Myers <joseph@codesourcery.com>
148
149 * c.opt (-all-warnings, -ansi, -assert, -assert=, -comments,
150 -comments-in-macros, -define-macro, -define-macro=, -dependencies,
151 -dump, -dump=, -imacros, -imacros=, -include, -include=,
152 -include-barrier, -include-directory, -include-directory=,
153 -include-directory-after, -include-directory-after=,
154 -include-prefix, -include-prefix=, -include-with-prefix,
155 -include-with-prefix=, -include-with-prefix-after,
156 -include-with-prefix-after=, -include-with-prefix-before,
157 -include-with-prefix-before=, -no-integrated-cpp,
158 -no-line-commands, -no-standard-includes, -no-warnings, -output,
159 -output=, -pedantic, -pedantic-errors, -preprocess,
160 -print-missing-file-dependencies, -trace-includes, -traditional,
161 -traditional-cpp, -trigraphs, -undefine-macro, -undefine-macro=,
162 -user-dependencies, -verbose, -write-dependencies,
163 -write-user-dependencies, no-integrated-cpp, traditional): New.
164
29a80ea6
NP
1652010-09-21 Nicola Pero <nicola.pero@meta-innovation.com>
166
167 PR objc/23710
ac1fc2fc
NP
168 * c-common.h (objc_start_method_definition): Return bool instead
169 of void.
170 * stub-objc.c (objc_start_method_definition): Return bool instead
171 of void.
172
1732010-09-21 Nicola Pero <nicola.pero@meta-innovation.com>
174
175 PR objc/25965
176 * c-common.h (objc_get_interface_ivars): New declaration.
177 * stub-objc.c (objc_get_interface_ivars): New stub.
29a80ea6 178
de621752
ILT
1792010-09-15 Ian Lance Taylor <iant@google.com>
180
181 * c-common.c (parse_optimize_options): Do not capitalize warning
06730c5d 182 messages. Remove period at end of warning message.
de621752 183
ba885ec5
NS
1842010-09-09 Nathan Sidwell <nathan@codesourcery.com>
185
186 * c-common.c (handle_alias_ifunc_attribute): New, broken out of ...
187 (handle_alias_attribute): ... here.
188 (handle_ifunc_attribute): New.
189
c5ee1358
MM
1902010-09-06 Mark Mitchell <mark@codesourcery.com>
191
192 * c-common.h (do_warn_double_promotion): Declare.
193 * c-common.c (do_warn_double_promotion): Define.
194
0a0b3574
MM
1952010-09-05 Mark Mitchell <mark@codesourcery.com>
196
197 * c.opt (Wdouble-promotion): New.
198
d1779886
JM
1992010-09-02 Joseph Myers <joseph@codesourcery.com>
200
201 * c.opt (falt-external-templates, fhuge-objects, fvtable-gc,
202 fvtable-thunks, fxref): Mark no longer supported in help text.
203
2d2bd949
JM
2042010-09-02 Joseph Myers <joseph@codesourcery.com>
205
206 * c.opt (Wimport, fall-virtual, falt-external-templates,
207 fdefault-inline, fenum-int-equiv, fexternal-templates,
208 fguiding-decls, fhonor-std, fhuge-objects, flabels-ok,
209 fname-mangling-version-, fnew-abi, fnonnull-objects,
210 foptional-diags, fsquangle, fstrict-prototype, fthis-is-variable,
211 fvtable-gc, fvtable-thunks, fxref): Mark with Ignore and Warn as
212 applicable.
213 (fhandle-exceptions): Mark with Alias and Warn.
214 * c-opts.c (c_common_handle_option): Don't handle options marked
215 as ignored.
216
5de8299c
JM
2172010-09-02 Joseph Myers <joseph@codesourcery.com>
218
219 * c.opt (Wcomments, Werror-implicit-function-declaration,
220 ftemplate-depth-, std=c89, std=c9x, std=gnu89, std=gnu9x,
221 std=iso9899:1990, std=iso9899:1999, std=iso9899:199x): Mark as
222 aliases.
223 * c-common.c (option_codes): Use OPT_Wcomment instead of
224 OPT_Wcomments.
225 * c-opts.c (warning_as_error_callback, c_common_handle_option):
226 Don't handle options marked as aliases.
227
0ceb0201
RG
2282010-08-25 Richard Guenther <rguenther@suse.de>
229
230 * c-common.c (c_common_get_alias_set): Remove special
231 handling for pointers.
232
ac47786e
NF
2332010-08-20 Nathan Froyd <froydnj@codesourcery.com>
234
235 * c-common.c: Use FOR_EACH_VEC_ELT.
236 * c-gimplify.c: Likewise.
237 * c-pragma.c: Likewise.
238
c878765b
JM
2392010-08-16 Joseph Myers <joseph@codesourcery.com>
240
241 * c.opt (MDX): Change back to MD. Mark NoDriverArg instead of
242 RejectDriver.
243 (MMDX): Change back to MMD. Mark NoDriverArg instead of
244 RejectDriver.
245 * c-opts.c (c_common_handle_option): Use OPT_MD and OPT_MMD
246 instead of OPT_MDX and OPT_MMDX.
247
603349bf
JM
2482010-08-16 Joseph Myers <joseph@codesourcery.com>
249
250 * c.opt (MDX, MMDX, lang-asm): Mark RejectDriver.
251
644fa7ac
JM
2522010-08-12 Joseph Myers <joseph@codesourcery.com>
253
254 * c.opt (MD, MMD): Change to MDX and MMDX.
255 * c-opts.c (c_common_handle_option): Use OPT_MMD and OPT_MMDX.
256
481e1176
JM
2572010-08-11 Joseph Myers <joseph@codesourcery.com>
258
259 * c-opts.c (c_common_handle_option): Call handle_generated_option
260 instead of handle_option.
261
ac8dc9f7
NF
2622010-08-08 Nathan Froyd <froydnj@codesourcery.com>
263
264 * c-pragma.c (add_to_renaming_pragma_list): Fix call to VEC_safe_push.
265 (maybe_apply_renaming_pragma): Delete unneeded declarations.
266
4f8c876d
NF
2672010-08-08 Nathan Froyd <froydnj@codesourcery.com>
268
269 * c-pragma.c (pending_redefinition): Declare. Declare a VEC of it.
270 (pending_redefine_extname): Change type to a VEC.
271 (add_to_renaming_pragma_list): Update for new type of
272 pending_redefine_extname.
ac8dc9f7 273 (maybe_apply_renaming_pragma): Likewise.
4f8c876d 274
3b0c690e
AC
2752010-08-04 Arnaud Charlet <charlet@adacore.com>
276
277 * c-ada-spec.c (dump_ada_template): Mark underlying instance type as
278 visited.
279 (dump_generic_ada_node): Code clean up. Use TREE_VISITED flag to
280 decide whether a type has already been declared/seen.
281 Do not go to the original type.
282 (dump_nested_types): New parameter forward.
283 Generate forward declaration if needed and mark type as visited.
284 (print_ada_declaration): Call dump_nested_types if not already done.
285 Mark types as visited.
286
1890bccc
JM
2872010-08-03 Joseph Myers <joseph@codesourcery.com>
288
289 * c.opt (-print-pch-checksum): Remove option.
290 * c-opts.c (c_common_handle_option): Don't handle
291 OPT_print_pch_checksum.
292
5f20c657
JM
2932010-07-27 Joseph Myers <joseph@codesourcery.com>
294
295 * c-common.h (c_common_handle_option): Update prototype and return
296 value type.
297 * c-opts.c (c_common_handle_option): Update prototype and return
298 value type. Update calls to handle_option and
299 enable_warning_as_error.
300
f551f80c
JJ
3012010-07-27 Jakub Jelinek <jakub@redhat.com>
302
303 PR c/45079
304 * c-pretty-print.c (pp_c_expression): Handle C_MAYBE_CONST_EXPR.
305
61ff2bdc
JM
3062010-07-27 Joseph Myers <joseph@codesourcery.com>
307
308 * c-common.h (c_common_missing_argument): Remove.
309 * c-opts.c (c_common_missing_argument): Remove.
310 * c.opt (A, D, F, I, MD, MMD, MQ, MT, U, fconstant-string-class=,
311 idirafter, imacros, include, isysroot, isystem, iquote): Add
312 MissingArgError.
313 * c-objc-common.h (LANG_HOOKS_MISSING_ARGUMENT): Remove.
314
7a9bf9a4
JM
3152010-07-27 Joseph Myers <joseph@codesourcery.com>
316
317 * c-common.h (c_common_option_lang_mask,
318 c_common_initialize_diagnostics, c_common_complain_wrong_lang_p):
319 New.
320 (c_common_init_options): Update prototype.
321 * c-opts.c (c_common_option_lang_mask): New.
322 (c_common_initialize_diagnostics): Split out of
323 c_common_init_options.
324 (accept_all_c_family_options, c_common_complain_wrong_lang_p):
325 New.
326 (c_common_init_options): Update prototype. Use decoded options in
327 search for -lang-asm.
328
910ad8de
NF
3292010-07-15 Nathan Froyd <froydnj@codesourcery.com>
330
331 * c-common.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
332 * c-format.c: Likewise.
333
718f9c0f
MLI
3342010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
335
336 * c-common.h: Include diagnostic-core.h. Error if already
337 included.
338 * c-semantics.c: Do not define GCC_DIAG_STYLE here.
339
4d451982
MLI
3402010-07-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
341
342 * c-family/c-common.c (IN_GCC_FRONTEND): Do not undef.
343 Do not include expr.h
344 (vector_mode_valid_p): Move here.
345
119fe915
SB
3462010-06-21 DJ Delorie <dj@redhat.com>
347
348 * c-pragma.c (handle_pragma_diagnostic): Add push/pop,
349 allow these pragmas anywhere.
350
3512010-06-14 Jakub Jelinek <jakub@redhat.com>
352
353 PR bootstrap/44509
354 * c-cppbuiltin.c: Include gt-c-family-c-cppbuiltin.h.
355 (lazy_hex_fp_values, lazy_hex_fp_value_count): Add GTY(()) markers.
356 (lazy_hex_fp_value, builtin_define_with_hex_fp_value): Use
357 ggc_strdup instead of xstrdup.
358
3592010-06-10 Jakub Jelinek <jakub@redhat.com>
360
361 * c-cppbuiltin.c: Include cpp-id-data.h.
362 (lazy_hex_fp_values, lazy_hex_fp_value_count): New variables.
363 (lazy_hex_fp_value): New function.
364 (builtin_define_with_hex_fp_value): Provide definitions lazily.
365
6662d794
MLI
3662010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
367
368 * c-gimplify.c: Do not include tree-flow.h
369
38f8b050
JR
3702010-06-29 Joern Rennecke <joern.rennecke@embecosm.com>
371
372 PR other/44034
373 * c-common.c: Rename targetm member:
374 targetm.enum_va_list -> targetm.enum_va_list_p
375
9589f23e
AS
3762010-06-28 Anatoly Sokolov <aesok@post.ru>
377
378 * c-common.c (shorten_compare): Adjust call to force_fit_type_double.
379
3b06d379
SB
3802010-06-28 Steven Bosscher <steven@gcc.gnu.org>
381
382 * c-cppbuiltin.c: Do not include except.h.
383
d166d4c3
AK
3842010-06-24 Andi Kleen <ak@linux.intel.com>
385
386 * c-common.c (warn_for_omitted_condop): New.
387 * c-common.h (warn_for_omitted_condop): Add prototype.
388
70cb8be6
JM
3892010-06-21 Joseph Myers <joseph@codesourcery.com>
390
391 * c.opt (lang-objc): Remove.
392 * c-opts.c (c_common_handle_option): Don't handle OPT_lang_objc.
393
a4c97feb
JR
3942010-06-21 Joern Rennecke <joern.rennecke@embecosm.com>
395
396 * c-opts.c: Include "tm_p.h".
397
6e2f1956
JM
3982010-06-20 Joseph Myers <joseph@codesourcery.com>
399
400 * c-common.c (parse_optimize_options): Update call to
401 decode_options.
402
bc87224e
NF
4032010-06-18 Nathan Froyd <froydnj@codesourcery.com>
404
405 * c-common.c (record_types_used_by_current_var_decl): Adjust for
406 new type of types_used_by_cur_var_decl.
407
b49cf425
JR
4082010-06-17 Joern Rennecke <joern.rennecke@embecosm.com>
409
410 PR bootstrap/44512
411 * c-cppbuiltin.c (builtin_define_with_hex_fp_value): Add cast
412 for C++ standard compliance.
413
59f9c2ed
JM
4142010-06-16 Jason Merrill <jason@redhat.com>
415
416 * c.opt: Add -Wnoexcept.
417
33766b66
RG
4182010-06-16 Richard Guenther <rguenther@suse.de>
419
420 PR c/44555
421 * c-common.c (c_common_truthvalue_conversion): Remove
422 premature and wrong optimization concering ADDR_EXPRs.
423
eff7e30c
AC
4242010-06-15 Arnaud Charlet <charlet@adacore.com>
425
426 * c-ada-spec.c (dump_sloc): Remove column info.
427 (is_simple_enum): New function.
428 (dump_generic_ada_node, print_ada_declaration): Map C enum types to Ada
429 enum types when relevant.
430
6312e84d
MLI
4312010-06-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
432
433 * c-common.c (conversion_warning): Warn at expression
434 location.
435
1cb42611
JM
4362010-06-10 Joseph Myers <joseph@codesourcery.com>
437
438 * c-opts.c (c_common_handle_option): Don't handle
439 OPT_fshow_column.
440
a9429e29
LB
4412010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
442
443 * c-pragma.c (push_alignment): Use typed GC allocation.
444 (handle_pragma_push_options): Likewise.
445
446 * c-common.c (parse_optimize_options): Likewise.
447
448 * c-common.h (struct sorted_fields_type): Add variable_size GTY
449 option.
450
5498f011
JM
4512010-06-07 Joseph Myers <joseph@codesourcery.com>
452
453 * c-common.c (flag_preprocess_only, flag_undef, flag_no_builtin,
454 flag_no_nonansi_builtin, flag_short_double, flag_short_wchar,
455 flag_lax_vector_conversions, flag_ms_extensions, flag_no_asm,
456 flag_signed_bitfields, warn_strict_null_sentinel,
457 flag_nil_receivers, flag_zero_link, flag_replace_objc_classes,
458 flag_gen_declaration, flag_no_gnu_keywords,
459 flag_implement_inlines, flag_implicit_templates,
460 flag_implicit_inline_templates, flag_optional_diags,
461 flag_elide_constructors, flag_default_inline, flag_rtti,
462 flag_conserve_space, flag_access_control, flag_check_new,
463 flag_new_for_scope, flag_weak, flag_working_directory,
464 flag_use_cxa_atexit, flag_use_cxa_get_exception_ptr,
465 flag_enforce_eh_specs, flag_threadsafe_statics,
466 flag_pretty_templates): Remove.
467 * c-common.h (flag_preprocess_only, flag_nil_receivers,
468 flag_objc_exceptions, flag_objc_sjlj_exceptions, flag_zero_link,
469 flag_replace_objc_classes, flag_undef, flag_no_builtin,
470 flag_no_nonansi_builtin, flag_short_double, flag_short_wchar,
471 flag_lax_vector_conversions, flag_ms_extensions, flag_no_asm,
472 flag_const_strings, flag_signed_bitfields, flag_gen_declaration,
473 flag_no_gnu_keywords, flag_implement_inlines,
474 flag_implicit_templates, flag_implicit_inline_templates,
475 flag_optional_diags, flag_elide_constructors, flag_default_inline,
476 flag_rtti, flag_conserve_space, flag_access_control,
477 flag_check_new, flag_new_for_scope, flag_weak,
478 flag_working_directory, flag_use_cxa_atexit,
479 flag_use_cxa_get_exception_ptr, flag_enforce_eh_specs,
480 flag_threadsafe_statics, flag_pretty_templates,
481 warn_strict_null_sentinel): Remove.
482 * c.opt (E, Wstrict-null-sentinel, faccess-control, fasm,
483 fbuiltin, fcheck-new, fconserve-space, felide-constructors,
484 fenforce-eh-specs, ffor-scope, fgnu-keywords, fimplement-inlines,
485 fimplicit-inline-templates, fimplicit-templates,
486 flax-vector-conversions, fms-extensions, fnil-receivers,
487 fnonansi-builtins, fpretty-templates, freplace-objc-classes,
488 frtti, fshort-double, fshort-enums, fshort-wchar,
489 fsigned-bitfields, fsigned-char, fstats, fthreadsafe-statics,
490 funsigned-bitfields, funsigned-char, fuse-cxa-atexit,
491 fuse-cxa-get-exception-ptr, fweak, fworking-directory, fzero-link,
492 gen-decls, undef): Use Var.
493 (fdefault-inline, foptional-diags): Document as doing nothing.
494 * c-opts.c (c_common_handle_option): Remove cases for options now
495 using Var. Mark ignored options as such.
496
39dabefd
SB
4972010-06-05 Steven Bosscher <steven@gcc.gnu.org>
498
499 * c-common.c: Moved to here from parent directory.
500 * c-common.def: Likewise.
501 * c-common.h: Likewise.
502 * c-cppbuiltin.c: Likewise.
503 * c-dump.c: Likewise.
504 * c-format.c: Likewise.
505 * c-format.h : Likewise.
506 * c-gimplify.c: Likewise.
507 * c-lex.c: Likewise.
508 * c-omp.c: Likewise.
509 * c.opt: Likewise.
510 * c-opts.c: Likewise.
511 * c-pch.c: Likewise.
512 * c-ppoutput.c: Likewise.
513 * c-pragma.c: Likewise.
514 * c-pragma.h: Likewise.
515 * c-pretty-print.c: Likewise.
516 * c-pretty-print.h: Likewise.
517 * c-semantics.c: Likewise.
518 * stub-objc.c: Likewise.
519
520 * c-common.c: Include gt-c-family-c-common.h.
521 * c-pragma.c: Include gt-c-family-c-pragma.h.
522\f
523Copyright (C) 2010 Free Software Foundation, Inc.
524
525Copying and distribution of this file, with or without modification,
526are permitted in any medium without royalty provided the copyright
527notice and this notice are preserved.
This page took 0.221618 seconds and 5 git commands to generate.