]> gcc.gnu.org Git - gcc.git/blame - gcc/c-family/ChangeLog
net/http/cgi: merge upstream changes to default env vars
[gcc.git] / gcc / c-family / ChangeLog
CommitLineData
56ddd5e2
GA
12020-10-22 Martin Liska <mliska@suse.cz>
2
3 PR c/94722
4 * c-attribs.c (handle_no_stack_protect_function_attribute): New.
5 (handle_stack_protect_attribute): Add error message for a
6 no_stack_protector function.
7
82020-10-22 Martin Liska <mliska@suse.cz>
9
10 * c-cppbuiltin.c (c_cpp_builtins): Use the stack_protector enum.
11
122020-10-22 Jan Hubicka <hubicka@ucw.cz>
13
14 * c-gimplify.c: Include tree-nested.h
15 (c_genericize): Update for new nested function info.
16
b2698c21
GA
172020-10-14 Martin Sebor <msebor@redhat.com>
18
19 PR c/97413
20 * c-attribs.c (build_attr_access_from_parms): Wrap chain of VLA
21 bounds in an extra list.
22
7e9282ae
GA
232020-10-05 Richard Biener <rguenther@suse.de>
24 Jakub Jelinek <jakub@redhat.com>
25
26 PR c++/97197
27 * c-pretty-print.c: Include langhooks.h.
28 (c_pretty_printer::postfix_expression): Handle TARGET_MEM_REF as
29 expression.
30 (c_pretty_printer::expression): Handle TARGET_MEM_REF as
31 unary_expression.
32 (c_pretty_printer::unary_expression): Handle TARGET_MEM_REF.
33
660bfe61
GA
342020-09-30 Martin Sebor <msebor@redhat.com>
35
36 PR middle-end/97189
37 * c-attribs.c (append_access_attr): Use the function declaration
38 location for a warning about an attribute access argument.
39
93bca37c
GA
402020-09-29 Marek Polacek <polacek@redhat.com>
41
42 PR c++/94695
43 * c.opt (Wrange-loop-construct): New option.
44
82b77dee
GA
452020-09-23 Martin Sebor <msebor@redhat.com>
46
47 PR c/97131
48 * c-warn.c (warn_parm_ptrarray_mismatch): Handle more invalid input.
49
502020-09-23 Marek Polacek <polacek@redhat.com>
51
52 PR c/97125
53 * c-gimplify.c (c_genericize): Only call do_warn_duplicated_branches_r
54 after loops and other structured control constructs have been lowered.
55
521d2711
GA
562020-09-22 Jakub Jelinek <jakub@redhat.com>
57
58 * c.opt (Wbuiltin-declaration-mismatch): Fix typo in variable name:
59 warn_builtin_declaraion_mismatch -> warn_builtin_declaration_mismatch.
60
44135373
GA
612020-09-21 Marek Polacek <polacek@redhat.com>
62
63 * c.opt (Wctad-maybe-unsupported): New option.
64
2fe5b7d1
GA
652020-09-19 Martin Sebor <msebor@redhat.com>
66
67 PR c/50584
68 * c-common.h (warn_parm_array_mismatch): Declare new function.
69 (has_attribute): Move declaration of an existing function.
70 (build_attr_access_from_parms): Declare new function.
71 * c-warn.c (parm_array_as_string): Define new function.
72 (plus_one): Define new function.
73 (warn_parm_ptrarray_mismatch): Define new function.
74 (warn_parm_array_mismatch): Define new function.
75 (vla_bound_parm_decl): New function.
76 * c.opt (-Warray-parameter, -Wvla-parameter): New options.
77 * c-pretty-print.c (pp_c_type_qualifier_list): Don't print array type
78 qualifiers here...
79 (c_pretty_printer::direct_abstract_declarator): ...but instead print
80 them in brackets here. Also print [static]. Strip extraneous
81 expressions from VLA bounds.
82
832020-09-19 Martin Sebor <msebor@redhat.com>
84
85 PR c/50584
86 * c-attribs.c (c_common_attribute_table): Add "arg spec" attribute.
87 (handle_argspec_attribute): New function.
88 (get_argument, get_argument_type): New functions.
89 (append_access_attrs): Add overload. Handle internal attribute
90 representation in addition to external.
91 (handle_access_attribute): Handle internal attribute representation
92 in addition to external.
93 (build_attr_access_from_parms): New function.
94
952020-09-19 Sandra Loosemore <sandra@codesourcery.com>
96
97 * c-gimplify.c (genericize_c_loop): Rewrite to match
98 c_finish_loop in c-typeck.c.
99
1002020-09-19 Sandra Loosemore <sandra@codesourcery.com>
101
102 * c-common.c (c_block_may_fallthrough): New, split from
103 cxx_block_may_fallthrough in the cp front end.
104 (c_common_init_ts): Move handling of loop and switch-related
105 statements here from the cp front end.
106 * c-common.def (FOR_STMT, WHILE_STMT, DO_STMT): Move here from
107 cp front end.
108 (BREAK_STMT, CONTINUE_STMT, SWITCH_STMT): Likewise.
109 * c-common.h (c_block_may_fallthru): Declare.
110 (bc_state_t): Move here from cp front end.
111 (save_bc_state, restore_bc_state): Declare.
112 (c_genericize_control_stmt): Declare.
113 (WHILE_COND, WHILE_BODY): Likewise.
114 (DO_COND, DO_BODY): Likewise.
115 (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY, FOR_SCOPE): Likewise.
116 (SWITCH_STMT_COND, SWITCH_STMT_BODY): Likewise.
117 (SWITCH_STMT_TYPE, SWITCH_STMT_SCOPE): Likewise.
118 (SWITCH_STMT_ALL_CASES_P, SWITCH_STMT_NO_BREAK_P): Likewise.
119 (LABEL_DECL_BREAK, LABEL_DECL_CONTINUE): Likewise.
120 * c-dump.c (dump_stmt): Copy from cp front end.
121 (c_dump_tree): Move code to handle structured loop and switch
122 tree nodes here from cp front end.
123 * c-gimplify.c: Adjust includes.
124 (enum bc_t, bc_label, begin_bc_block, finish_bc_block): Move from
125 cp front end.
126 (save_bc_state, restore_bc_state): New functions using old code
127 from cp front end.
128 (get_bc_label, expr_loc_or_loc): Move from cp front end.
129 (genericize_c_loop): Move from cp front end.
130 (genericize_for_stmt, genericize_while_stmt): Likewise.
131 (genericize_do_stmt, genericize_switch_stmt): Likewise.
132 (genericize_continue_stmt, genericize_break_stmt): Likewise.
133 (genericize_omp_for_stmt): Likewise.
134 (c_genericize_control_stmt): New function using code split from
135 cp front end.
136 (c_genericize_control_r): New.
137 (c_genericize): Call walk_tree with c_genericize_control_r.
138 * c-pretty-print.c (c_pretty_printer::statement): Move code to handle
139 structured loop and switch tree nodes here from cp front end.
140
2aad20c0
GA
1412020-09-17 Patrick Palka <ppalka@redhat.com>
142
143 PR c/80076
144 * c-indentation.c (should_warn_for_misleading_indentation): Move
145 declarations of local variables closer to their first use.
146 Handle virtual token locations by resolving them to their
147 respective macro expansion points. If all three tokens are
148 produced from the same macro expansion, then instead use their
149 loci within the macro definition.
150
ecde1b0a
GA
1512020-09-16 Martin Sebor <msebor@redhat.com>
152
153 PR c/78666
154 PR c/96126
155 * c-attribs.c (validate_attr_args): New function.
156 (validate_attr_arg): Same.
157 (handle_section_attribute): Call it. Introduce a local variable.
158 (handle_alloc_size_attribute): Same.
159 (handle_alloc_align_attribute): Same.
160
50a71cd0
GA
1612020-09-14 Jakub Jelinek <jakub@redhat.com>
162
163 * c-attribs.c (handle_optimize_attribute): Adjust
164 cl_optimization_save, cl_optimization_restore and
165 build_optimization_node callers.
166 * c-pragma.c (handle_pragma_optimize): Adjust
167 build_optimization_node caller.
168 (handle_pragma_push_options): Adjust
169 build_optimization_node and build_target_option_node callers.
170 (handle_pragma_pop_options, handle_pragma_reset_options):
171 Adjust cl_optimization_restore callers.
172
8f7ea26a
GA
1732020-08-28 Martin Sebor <msebor@redhat.com>
174
175 * c.opt (Wstringop-overread): New option.
176
a6493809
GA
1772020-08-11 Jakub Jelinek <jakub@redhat.com>
178
179 PR c/96545
180 * c-common.c (get_atomic_generic_size): Require that first argument's
181 type points to a complete type and use tree_fits_uhwi_p instead of
182 just INTEGER_CST TREE_CODE check for the TYPE_SIZE_UNIT.
183
48cc2e46
GA
1842020-07-31 Martin Sebor <msebor@redhat.com>
185
186 PR c++/96003
187 * c-common.c (check_function_arguments_recurse): Return early when
188 no-warning bit is set.
189
1902020-07-31 Richard Biener <rguenther@suse.de>
191
192 PR debug/96383
193 * c-common.h (c_common_finalize_early_debug): Declare.
194 * c-common.c: Include debug.h.
195 (c_common_finalize_early_debug): finalize_early_debug langhook
196 implementation generating debug for extern declarations.
197
e71dab87
GA
1982020-07-27 Nathan Sidwell <nathan@acm.org>
199
200 * c-common.c (try_to_locate_new_include_insertion_point): Use
201 strcmp, not pointer equality.
202
ae2e0bc1
GA
2032020-07-25 Martin Sebor <msebor@redhat.com>
204
205 PR c++/96310
206 * c-common.c (check_nonnull_arg): Print note only when warning was
207 issued.
208
3ea9abca
GA
2092020-07-22 Tobias Burnus <tobias@codesourcery.com>
210
211 * c-omp.c (c_finish_omp_critical): Check for no name but
212 nonzero hint provided.
213
0933f508
GA
2142020-07-20 Jason Merrill <jason@redhat.com>
215
216 * c-cppbuiltin.c (c_cpp_builtins): Update
217 __cpp_nontype_template_args for C++20.
218
2192020-07-20 Martin Sebor <msebor@redhat.com>
220
221 PR c/96249
222 * c.opt: Remove stray text.
223
8ca07a30
GA
2242020-07-14 Lewis Hyatt <lhyatt@gmail.com>
225
226 PR other/86904
227 * c-indentation.c (should_warn_for_misleading_indentation): Get
228 global tabstop from the new source.
229 * c-opts.c (c_common_handle_option): Remove handling of -ftabstop, which
230 is now a common option.
231 * c.opt: Likewise.
232
a82c4c4c 2332020-07-08 Eric Botcazou <ebotcazou@adacore.com>
50873cc5
GA
234
235 * c.opt (Wscalar-storage-order): Add explicit variable.
236
f60ee68d
GA
2372020-07-07 Nathan Sidwell <nathan@acm.org>
238
239 * c-opts.c (c_common_post_options): Add 'injecting' arg to
240 cpp_read_main_file.
241 (c_finish_options): Add linemap_line_start calls for builtin and cmd
242 maps. Force token position to line_table's highest line.
243 * c-ppoutput.c (print_line_1): Refactor, print line zero.
244 (cb_define): Always increment source line.
245
4077d74c
GA
2462020-07-06 Martin Sebor <msebor@redhat.com>
247
248 PR c++/95984
249 * c-common.c (check_function_nonnull): Avoid checking syntesized calls
250 to stub lambda objects with null this pointer.
251 (check_nonnull_arg): Handle C++ nullptr.
252
b5f24739
GA
2532020-07-02 Jason Merrill <jason@redhat.com>
254 Jakub Jelinek <jakub@redhat.com>
255
256 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_consteval.
257
46fbb6c6
GA
2582020-06-30 Jakub Jelinek <jakub@redhat.com>
259
260 PR c++/95963
261 * c-common.c (check_function_arguments_recurse): Don't crash on
262 calls to internal functions.
263
69273534
GA
2642020-06-28 Martin Sebor <msebor@redhat.com>
265
266 PR c++/86568
267 * c-common.c (struct nonnull_arg_ctx): Add members.
268 (check_function_nonnull): Use nonnull_arg_ctx as argument. Handle
269 C++ member functions specially. Consider the this pointer implicitly
270 nonnull.
271 (check_nonnull_arg): Use location of argument when available.
272 (check_function_arguments): Use nonnull_arg_ctx as argument.
273
9a33c41f
GA
2742020-06-27 Jakub Jelinek <jakub@redhat.com>
275
276 PR middle-end/95903
277 * c-common.c (pointer_int_sum): Use TYPE_OVERFLOW_UNDEFINED instead of
278 !TYPE_UNSIGNED check to see if we can apply distributive law and handle
279 smaller precision intop operands separately.
280
c9c05f73
GA
2812020-06-26 Marek Polacek <polacek@redhat.com>
282
283 * c-opts.c (c_common_init_options): Default to gnu++17.
284
aff95ee7
GA
2852020-06-17 Jonathan Wakely <jwakely@redhat.com>
286
bd0a89dc 287 PR c/95378
aff95ee7
GA
288 * c-common.c (get_atomic_generic_size): Check cv-qualifiers in
289 pointer arguments.
290
56638b9b
GA
2912020-06-16 Jakub Jelinek <jakub@redhat.com>
292
293 * c-common.h (c_omp_check_loop_iv_exprs): Add an int argument.
294 * c-omp.c (struct c_omp_check_loop_iv_data): Add maybe_nonrect and
295 idx members.
296 (c_omp_is_loop_iterator): New function.
297 (c_omp_check_loop_iv_r): Use it. Add support for silent scanning
298 if outer loop iterator is present. Perform duplicate checking through
299 hash_set in the function rather than expecting caller to do that.
300 Pass NULL instead of d->ppset to walk_tree_1.
301 (c_omp_check_nonrect_loop_iv): New function.
302 (c_omp_check_loop_iv): Use it. Fill in new members, allow
303 non-rectangular loop forms, diagnose multiple associated loops with
304 the same iterator. Pass NULL instead of &pset to walk_tree_1.
305 (c_omp_check_loop_iv_exprs): Likewise.
306
ec6ffbb9
GA
3072020-06-10 Martin Liska <mliska@suse.cz>
308
309 PR tree-optimization/92860
310 * c-attribs.c (handle_optimize_attribute):
311 Save global options and compare it after parsing of function
312 attribute.
313 * c-pragma.c (opt_stack::saved_global_options): New field.
314 (handle_pragma_push_options): Save global_options.
315 (handle_pragma_pop_options): Compare them after pop.
316
b952c2cf
GA
3172020-06-09 Jakub Jelinek <jakub@redhat.com>
318
319 PR c/95580
320 * c-pretty-print.c (c_pretty_printer::unary_expression): Handle the
321 case when MEM_REF's first argument has type pointer to incomplete type.
322
1a59f3db
GA
3232020-06-05 Jason Merrill <jason@redhat.com>
324
325 * c-pretty-print.c (pp_c_additive_expression): Handle negative
326 operand to POINTER_PLUS_EXPR.
327
3add3425
GA
3282020-06-04 Martin Sebor <msebor@redhat.com>
329
330 PR middle-end/10138
331 PR middle-end/95136
332 * c-attribs.c (append_access_attrs): Handle attr_access::none.
333 (handle_access_attribute): Same.
334
9a5b7438
GA
3352020-06-03 Mark Wielaard <mark@klomp.org>
336
337 * known-headers.cc (get_cp_stdlib_header_for_string_macro_name):
338 New function.
339 * known-headers.h (get_cp_stdlib_header_for_string_macro_name):
340 New function declaration.
341
3422020-06-03 Mark Wielaard <mark@klomp.org>
343
344 * known-headers.cc (get_string_macro_hint): New function.
345 (get_stdlib_header_for_name): Use get_string_macro_hint.
346 (get_c_stdlib_header_for_string_macro_name): New function.
347 * known-headers.h (get_c_stdlib_header_for_string_macro_name):
348 New function declaration.
349
3502020-06-03 Tobias Burnus <tobias@codesourcery.com>
351
352 * c-common.h (c_omp_predetermined_mapping): Declare.
353 * c-omp.c (c_omp_predetermined_mapping): New.
354
af114c38
MW
3552020-05-22 Mark Wielaard <mark@klomp.org>
356
357 * known-headers.cc (get_stdlib_header_for_name): Add a new
358 stdlib_hint array for stdbool and stdint.
359
45c50b6a
MW
3602020-05-22 Mark Wielaard <mark@klomp.org>
361
362 * known-headers.cc (get_stdlib_header_for_name): Return
363 "<stdbool.h>" for "bool", "true" or "false" when STDLIB_C and
364 flag_isoc99.
365
c22027a0
NS
3662020-05-20 Nathan Sidwell <nathan@acm.org>
367
38a4db21
NS
368 * c-common.c (try_to_locate_new_include_insertion_point): Revert change.
369
c22027a0
NS
370 * c-common.c (try_to_locate_new_include_insertion_point): Use
371 strcmp to compare filenames.
372 * c-lex.c (init_c_lex): Move declaration to initialization.
373 * c-opts.c (handle_deferred_opts): Move cpp_get_deps call into
374 deferred count loop.
375
29f0e90d
JM
3762020-05-15 Jason Merrill <jason@redhat.com>
377
378 * c-opts.c (set_std_cxx20): Set flag_coroutines.
379
b04445d4
JM
3802020-05-13 Jason Merrill <jason@redhat.com>
381
382 * c.opt (std=c++20): Make c++2a the alias.
383 (std=gnu++20): Likewise.
384 * c-common.h (cxx_dialect): Change cxx2a to cxx20.
385 * c-opts.c: Adjust.
386 * c-cppbuiltin.c: Adjust.
387 * c-ubsan.c: Adjust.
388 * c-warn.c: Adjust.
389
11dd3be5
EB
3902020-05-12 Eric Botcazou <ebotcazou@adacore.com>
391
392 * c-ada-spec.c (dump_ads): Output pragma Warnings ("U"); on entry.
393
b224c376
NS
3942020-05-08 Nathan Sidwell <nathan@acm.org>
395
396 Reimplement directives only processing.
397 * c-ppoutput.c (token_streamer): Ne.
398 (directives_only_cb): New. Swallow ...
399 (print_lines_directives_only): ... this.
400 (scan_translation_unit_directives_only): Reimplment using the
401 published interface.
402
f1d94677
MP
4032020-05-07 Marek Polacek <polacek@redhat.com>
404
405 * c-format.c (badwords): Add "nonstatic".
406
9b95bb52
JJ
407202-05-07 Jakub Jelinek <jakub@redhat.com>
408
409 PR c/94968
410 * c-common.c (speculation_safe_value_resolve_params): Return false if
411 error_operand_p (val2).
412 (resolve_overloaded_builtin) <case BUILT_IN_SPECULATION_SAFE_VALUE_N>:
413 Remove extraneous semicolon.
414
530b4409 4152020-05-06 qing zhao <qing.zhao@oracle.com>
416
417 PR c/94230
418 * c-indentation.c (get_visual_column): Add a hint to use the new
419 -flarge-source-files option.
420
b776bdca
SSF
4212020-05-05 Stefan Schulze Frielinghaus <stefansf@linux.ibm.com>
422
423 * c-attribs.c (handle_vector_size_attribute): Add attribute
424 nonnull for argument args in order to silence warning of
425 uninitialized variable usage. Since this is local to the
426 compilation unit and thus cannot be checked at call sides by the
427 compiler, added an assert statement in order to verify this.
428
6607bdd9
L
4292020-05-01 H.J. Lu <hongjiu.lu@intel.com>
430
431 PR target/93492
432 * c-attribs.c (handle_patchable_function_entry_attribute): Limit
433 value to USHRT_MAX (65535).
434
691eeb65
JJ
4352020-04-29 Jakub Jelinek <jakub@redhat.com>
436
437 * c-format.c (PP_FORMAT_CHAR_TABLE): Add %{ and %}.
438
26d76be7
JJ
4392020-04-27 Jakub Jelinek <jakub@redhat.com>
440
441 PR c/94755
442 * c-common.c (resolve_overloaded_builtin): Return error_mark_node for
443 fncode == BUILT_IN_NONE before initialization of first_param.
444
7291b2ed
MP
4452020-04-23 Marek Polacek <polacek@redhat.com>
446
447 PR c++/94733
448 * c-attribs.c (find_tm_attribute): Use get_attribute_name instead of
449 TREE_PURPOSE.
450
58a29af8
PP
4512020-04-14 Patrick Palka <ppalka@redhat.com>
452
453 PR c++/85278
454 * c-pretty-print.c (pp_c_pointer) <case REFERENCE_TYPE>: Print a double
455 ampersand if it's an rvalue reference type.
456
09f04139
MS
4572020-04-13 Martin Sebor <msebor@redhat.com>
458
459 PR c/92326
460 * c-pretty-print.c (c_pretty_printer::direct_abstract_declarator): Avoid
461 printing array bound for flexible array members.
462
ee26baf4
IS
4632020-04-13 Iain Sandoe <iain@sandoe.co.uk>
464
465 * c-cppbuiltin.c (c_cpp_builtins): Update coroutines builtin
466 define, per n4861.
467
75efe9cb
RB
4682020-04-02 Richard Biener <rguenther@suse.de>
469
470 PR c/94392
471 * c-opts.c (c_common_post_options): Enable -ffinite-loops
472 for -O2 and C++11 or newer.
473
75defde9
PP
4742020-03-28 Patrick Palka <ppalka@redhat.com>
475
476 * c.opt: Add -fconcepts-diagnostics-depth.
477
52f24a9e
MS
4782020-03-27 Martin Sebor <msebor@redhat.com>
479
480 PR c++/94346
481 * c-attribs.c (handle_copy_attribute): Avoid passing expressions
482 to decl_attributes. Make handling of different kinds of entities
483 more robust.
484
ccacf77b
MS
4852020-03-27 Martin Sebor <msebor@redhat.com>
486
487 PR c++/94098
488 * c-attribs.c (handle_access_attribute): Avoid setting TYPE_ATTRIBUTES
489 here.
490
ca6c7225
JJ
4912020-03-23 Jakub Jelinek <jakub@redhat.com>
492
493 PR c++/91993
494 * c-warn.c (warnings_for_convert_and_check): For expr and/or
495 result being COMPOUND_EXPRs, skip to ultimate rhs.
496
1aa22b19
RS
4972020-03-20 Richard Sandiford <richard.sandiford@arm.com>
498
499 PR middle-end/94072
500 * c-common.c (c_common_type_for_mode): Before using a registered
501 built-in type, check that the vectorness of the type matches
502 the vectorness of the mode.
503
700d4cb0
JJ
5042020-03-17 Jakub Jelinek <jakub@redhat.com>
505
506 * c-common.c (resolve_overloaded_builtin): Fix up duplicated word
507 issue in a diagnostic message.
508
b408e010
LH
5092020-03-15 Lewis Hyatt <lhyatt@gmail.com>
510
511 * c.opt: Avoid redundancy in the help text.
512
e78e50d5
MP
5132020-03-02 Marek Polacek <polacek@redhat.com>
514
515 PR c++/93958 - add missing -std=gnu++20.
516 * c.opt: Add -std=gnu++20.
517
649e1741
MS
5182020-03-01 Martin Sebor <msebor@redhat.com>
519
520 PR c++/92721
521 * c-attribs.c (append_access_attrs): Correctly handle attribute.
522 (handle_access_attribute): Same.
523
7b60f3ba
JJ
5242020-02-25 Jakub Jelinek <jakub@redhat.com>
525
526 PR c/93858
527 * c-pragma.c (handle_pragma_diagnostic): Add missing ? after
528 "did you mean" hint in diagnostics.
529
fb260504
JM
5302020-02-15 Jason Merrill <jason@redhat.com>
531
532 * c.opt: Add -std=c++20.
533
1d757b09
EB
5342020-02-14 Eric Botcazou <ebotcazou@adacore.com>
535
536 * c-ada-spec.c: Include bitmap.h.
537 (dump_ada_double_name): Rename into...
538 (dump_anonymous_type_name): ...this. Always use the TYPE_UID.
539 (dump_ada_array_type): Adjust to above renaming. Robustify.
540 (dump_nested_types_1): New function copied from... Add dumped_types
541 parameter and pass it down to dump_nested_type.
542 (dump_nested_types): ...this. Remove parent parameter. Just call
543 dump_nested_types_1 on an automatic bitmap.
544 (dump_nested_type): Add dumped_types parameter.
545 <ARRAY_TYPE>: Do not dump it if already present in dumped_types.
546 Adjust recursive calls and adjust to above renaming.
547 (dump_ada_declaration): Adjust call to dump_nested_types.
548 Tidy up and adjust to above renaming.
549 (dump_ada_specs): Initialize and release bitmap obstack.
550
0cc575e4
MS
5512020-02-10 Martin Sebor <msebor@redhat.com>
552
553 PR c/93640
554 * c-attribs.c (handle_access_attribute): Correct off-by-one mistakes.
555
a59aa302
JJ
5562020-02-10 Jakub Jelinek <jakub@redhat.com>
557
558 PR other/93641
559 * c-format.c (check_plain): Fix up last argument of strncasecmp.
560 Remove useless extra test.
561
e464fc90
TB
5622020-02-03 Julian Brown <julian@codesourcery.com>
563 Tobias Burnus <tobias@codesourcery.com>
564
565 * c-cppbuiltin.c (c_cpp_builtins): Update _OPENACC define to 201711.
566
e3b6c052
JM
5672020-01-29 Jason Merrill <jason@redhat.com>
568
569 PR c++/89357
570 * c-attribs.c (check_cxx_fundamental_alignment_constraints): Remove.
571
6d00f052
JM
5722020-01-23 Jason Merrill <jason@redhat.com>
573
574 * c-warn.c (conversion_warning): Change -Wsign-conversion handling.
575
8a990ffa
MS
5762020-01-23 Martin Sebor <msebor@redhat.com>
577
578 PR c/84919
579 * c-common.c (check_function_arguments): Avoid overlap checking
580 of sprintf functions.
581
55b7df8b
JM
5822020-01-22 Jason Merrill <jason@redhat.com>
583
584 PR testsuite/93391 - PR 40752 test fails with unsigned plain char.
585 PR c++/40752
586 * c-warn.c (conversion_warning): Check operands only after checking
587 the whole expression. Don't check second operand of + for sign.
588
c77074d0
JM
5892020-01-21 Jason Merrill <jason@redhat.com>
590 Manuel López-Ibáñez <manu@gcc.gnu.org>
591
592 PR c++/40752 - useless -Wconversion with short +=.
593 * c.opt (-Warith-conversion): New.
594 * c-warn.c (conversion_warning): Recurse for operands of
595 operators. Only warn about the whole expression with
596 -Warith-conversion.
597
731dbfc3
JM
5982020-01-21 Jason Merrill <jason@redhat.com>
599
600 * c-common.c (unsafe_conversion_p): Don't warn, return UNSAFE_SIGN.
601 * c-warn.c (conversion_warning): Warn about UNSAFE_SIGN.
602
ad1a3914
NS
6032020-01-20 Nathan Sidwell <nathan@acm.org>
604
605 PR preprocessor/80005
606 * c-cppbuiltins.c (c_cpp_builtins): Don't define __has_include{,_next}.
607
49789fd0
IS
6082020-01-18 Iain Sandoe <iain@sandoe.co.uk>
609
610 * c-common.c (co_await, co_yield, co_return): New.
611 * c-common.h (RID_CO_AWAIT, RID_CO_YIELD,
612 RID_CO_RETURN): New enumeration values.
613 (D_CXX_COROUTINES): Bit to identify coroutines are active.
614 (D_CXX_COROUTINES_FLAGS): Guard for coroutine keywords.
615 * c-cppbuiltin.c (__cpp_coroutines): New cpp define.
616 * c.opt (fcoroutines): New command-line switch.
617
4bc1899b
DM
6182020-01-10 David Malcolm <dmalcolm@redhat.com>
619
620 * c-format.c (local_event_ptr_node): New.
621 (PP_FORMAT_CHAR_TABLE): Add entry for "%@".
622 (init_dynamic_diag_info): Initialize local_event_ptr_node.
623 * c-format.h (T_EVENT_PTR): New define.
624
f25e33fa
MS
6252020-01-10 Martin Sebor <msebor@redhat.com>
626
627 PR c/93132
628 * c-attribs.c (append_access_attrs): Validate against the translated
629 access string rather than the human-readable representation.
630
8d9254fc
JJ
6312020-01-01 Jakub Jelinek <jakub@redhat.com>
632
633 Update copyright years.
634
39292e25
EB
6352019-12-20 Eric Botcazou <ebotcazou@adacore.com>
636
637 * c-ada-spec.h (decl_sloc): Delete.
638 * c-ada-spec.c (decl_sloc): Make static.
639
519d7496
JB
6402019-12-19 Julian Brown <julian@codesourcery.com>
641
642 * c-common.h (c_omp_map_clause_name): Add prototype.
643 * c-omp.c (c_omp_map_clause_name): New function.
644 * c-pragma.h (pragma_omp_clause): Add PRAGMA_OACC_CLAUSE_ATTACH and
645 PRAGMA_OACC_CLAUSE_DETACH.
646
a6163563
JB
6472019-12-19 Julian Brown <julian@codesourcery.com>
648 Maciej W. Rozycki <macro@codesourcery.com>
649 Tobias Burnus <tobias@codesourcery.com>
650 Thomas Schwinge <thomas@codesourcery.com>
651
652 * c-pragma.h (pragma_omp_clause): Add
653 PRAGMA_OACC_CLAUSE_NO_CREATE.
654
e8f1ade2
MS
6552019-12-17 Martin Sebor <msebor@redhat.com>
656
657 PR c++/61339
658 * c.opt (-Wmismatched-tags, -Wredundant-tags): New options.
659
368877a1
DM
6602019-12-11 David Malcolm <dmalcolm@redhat.com>
661
662 * c-pretty-print.c (c_pretty_printer::clone): New vfunc
663 implementation.
664 * c-pretty-print.h (c_pretty_printer::clone): New vfunc decl.
665
d68f5d45
DM
6662019-12-09 David Malcolm <dmalcolm@redhat.com>
667
668 * c-format.c (range_label_for_format_type_mismatch::get_text):
669 Replace label_text ctor called with true with label_text::take.
670
d3e28653
DM
6712019-12-09 David Malcolm <dmalcolm@redhat.com>
672
673 * c-format.c (selftest::test_type_mismatch_range_labels): Remove
674 initial newline from expected outputs.
675 * c-opts.c (c_diagnostic_finalizer): Add pp_newline call before
676 call to diagnostic_show_locus.
677
abd6d8cc
JJ
6782019-12-06 Jakub Jelinek <jakub@redhat.com>
679
680 * c-cppbuiltin.c (c_cpp_builtins): Don't define __cpp_consteval for
681 now.
682
7906797e
MP
6832019-12-05 Marek Polacek <polacek@redhat.com>
684 Jakub Jelinek <jakub@redhat.com>
685
686 PR c++/91353 - P1331R2: Allow trivial default init in constexpr contexts.
687 * c-cppbuiltin.c (c_cpp_builtins): Adjust the value of __cpp_constexpr.
688
5c04da88
MP
6892019-12-05 Marek Polacek <polacek@redhat.com>
690
691 PR c++/92271 - make __is_same alias for __is_same_as.
692 * c-common.c: Add __is_same, an alias for __is_same_as.
693
43aae289
MP
6942019-12-03 Marek Polacek <polacek@redhat.com>
695
696 PR c++/91363 - P0960R3: Parenthesized initialization of aggregates.
697 * c-cppbuiltin.c (c_cpp_builtins): Predefine
698 __cpp_aggregate_paren_init=201902 for -std=c++2a.
699
d7ddfbcb
JH
7002019-11-30 Jan Hubicka <hubicka@ucw.cz>
701
702 * c-attribs.c (handle_symver_attribute): New function
703 (c_common_attributes): Add symver.
704
65ef05d0
RS
7052019-11-30 Richard Sandiford <richard.sandiford@arm.com>
706
707 * c-common.c (pointer_int_sum): Use verify_type_context to check
708 whether the target allows pointer arithmetic for the types involved.
709 (c_sizeof_or_alignof_type, c_alignof_expr): Use verify_type_context
710 to check whether the target allows sizeof and alignof operations
711 for the types involved.
712
1a291106
JM
7132019-11-27 Jason Merrill <jason@redhat.com>
714
715 * c-cppbuiltin.c (c_cpp_builtins): Update __cpp_deduction_guides.
716
05d6cb1a
JJ
7172019-11-26 Jakub Jelinek <jakub@redhat.com>
718
719 PR c++/61414
720 * c-attribs.c (handle_mode_attribute): Add mode attribute to
721 ENUMERAL_TYPEs.
722
5b8d9367
JM
7232019-11-25 Joseph Myers <joseph@codesourcery.com>
724
725 PR c/91985
726 * c-common.c (c_common_type_for_mode): Handle decimal
727 floating-point types being NULL_TREE.
728 * c-format.c (get_format_for_type_1): Handle specified types being
729 NULL_TREE.
730 * c-lex.c (interpret_float): Give an error for decimal
731 floating-point constants when decimal floating-point not
732 supported.
733
1fbf51cb
JJ
7342019-11-23 Jakub Jelinek <jakub@redhat.com>
735
736 PR middle-end/83859
737 * c-attribs.c (append_access_attrs): Avoid buffer overflow. Avoid
738 memory leak. Use XNEWVEC macro. Use auto_diagnostic_group to
739 group warning with inform together.
740 (handle_access_attribute): Formatting fix.
741
761df906
JJ
7422019-11-22 Jakub Jelinek <jakub@redhat.com>
743
bdaf8be1
JJ
744 PR c/90677
745 * c-common.h (identifier_global_tag): Declare.
746 * c-format.c (get_pointer_to_named_type): Renamed to ...
747 (get_named_type): ... this. Use identifier_global_tag instead of
748 identifier_global_value, handle the return value being a TYPE_P.
749 (init_dynamic_diag_info): Adjust get_pointer_to_named_type callers
750 to call get_named_type instead. Formatting fixes.
751
c2ecce6d 752 Implement P1902R1, Missing feature-test macros 2017-2019.
761df906
JJ
753 * c-cppbuiltin.c (c_cpp_builtins): Bump __cpp_init_captures
754 and __cpp_generic_lambdas for -std=c++2a. Define
755 __cpp_designated_initializers, __cpp_constexpr_in_decltype and
756 __cpp_consteval for -std=c++2a. Remove a FIXME comment about
757 __cpp_concepts for -std=c++2a.
758
54aa6b58
MS
7592019-11-22 Martin Sebor <msebor@redhat.com>
760
761 PR middle-end/83859
762 * c-attribs.c (handle_access_attribute): New function.
763 (c_common_attribute_table): Add new attribute.
764 (get_argument_type): New function.
765 (append_access_attrs): New function.
766 (get_nonnull_operand): Rename...
767 (get_attribute_operand): ...to this.
768 * c-common.c (get_nonnull_operand): Rename...
769 (get_attribute_operand): ...to this.
770
6c80b1b5
JM
7712019-11-21 Joseph Myers <joseph@codesourcery.com>
772
773 * c-attribs.c (handle_fallthrough_attribute): Use pedwarn instead
774 of warning.
775
192961ff
JM
7762019-11-19 Joseph Myers <joseph@codesourcery.com>
777
778 * c-common.c (attribute_fallthrough_p): In C, use pedwarn not
779 warning for standard attributes mixed with fallthrough attributes.
780
f8aea5e3
JM
7812019-11-15 Joseph Myers <joseph@codesourcery.com>
782
783 * c-attribs.c (handle_fallthrough_attribute): Remove static.
784 * c-common.h (handle_fallthrough_attribute): Declare.
785
2cc94aa8
JM
7862019-11-15 Joseph Myers <joseph@codesourcery.com>
787
788 * c-attribs.c (handle_deprecated_attribute): Remove static.
789 * c-common.h (handle_deprecated_attribute): Declare.
790
7c5890cc
JM
7912019-11-14 Joseph Myers <joseph@codesourcery.com>
792
793 * c-lex.c (lex_charconst): Make CPP_UTF8CHAR constants unsigned
794 char for C.
795
b2417b59
JJ
7962019-11-14 Jakub Jelinek <jakub@redhat.com>
797
d0ec7c93
JJ
798 * c-omp.c (c_omp_check_context_selector): Add nvidia to the list of
799 valid vendors.
800
b2417b59
JJ
801 * c-omp.c (c_omp_check_context_selector): Handle name lists
802 containing string literals. Don't diagnose atomic_default_mem_order
803 with multiple props.
804
00be2a5f
JM
8052019-11-13 Joseph Myers <joseph@codesourcery.com>
806
807 * c-cppbuiltin.c (builtin_define_float_constants): Also define
808 NORM_MAX constants. Update call to get_max_float.
809 (LAZY_HEX_FP_VALUES_CNT): Update value to include NORM_MAX
810 constants.
811
2dbad62d
EB
8122019-11-13 Eric Botcazou <ebotcazou@adacore.com>
813
814 * c-ada-spec.c (get_underlying_decl): Do not look through typedefs.
815 (dump_forward_type): Do not generate a declaration for function types.
816 (dump_nested_type) <ARRAY_TYPE>: Do not generate a nested declaration
817 of the component type if it is declared in another file.
818
6ed76044
ML
8192019-11-12 Martin Liska <mliska@suse.cz>
820
821 * c-opts.c (c_common_post_options):
822 Use SET_OPTION_IF_UNSET.
823
62aee289
MR
8242019-11-12 Maciej W. Rozycki <macro@codesourcery.com>
825 Frederik Harwath <frederik@codesourcery.com>
826
827 gcc/c-family/
828 * c-pragma.h (pragma_kind): Add PRAGMA_OACC_SERIAL enumeration
829 constant.
830 * c-pragma.c (oacc_pragmas): Add "serial" entry.
831
f486280c
RS
8322019-11-08 Richard Sandiford <richard.sandiford@arm.com>
833
834 * c-common.h (gnu_vector_type_p): New function.
835 * c-common.c (c_build_vec_perm_expr): Require __builtin_shuffle
836 vectors to satisfy gnu_vector_type_p.
837 (c_build_vec_convert): Likewise __builtin_convertvector.
838 (convert_vector_to_array_for_subscript): Likewise when applying
839 implicit vector to array conversion.
840 (scalar_to_vector): Likewise when converting vector-scalar
841 operations to vector-vector operations.
842
017c6491
JM
8432019-11-08 Joseph Myers <joseph@codesourcery.com>
844
845 * c.opt (Wold-style-definition): Initialize to -1.
846 * c-opts.c (c_common_post_options): Set warn_old_style_definition
847 to flag_isoc2x if not set explicitly.
848
c01bd174
JM
8492019-11-07 Joseph Myers <joseph@codesourcery.com>
850
851 * c-attribs.c (parse_tm_stmt_attr): Handle scoped attributes.
852
0df65305
JM
8532019-11-05 Jason Merrill <jason@redhat.com>
854
855 * c-opts.c (c_common_post_options): -fconcepts-ts implies
856 -fconcepts.
857
e0c866dd
KK
8582019-11-04 Kamlesh Kumar <kamleshbhalui@gmail.com>
859
860 * c-opts.c (c_common_post_options): Update
861 latest_abi_version.
862
f968ef9b
JJ
8632019-11-02 Jakub Jelinek <jakub@redhat.com>
864
d0c464d2
JJ
865 * c-common.h (c_omp_get_context_selector): Remove.
866 * c-omp.c (c_omp_get_context_selector): Moved to omp-general.c
867 and renamed to omp_get_context_selector.
868
917dd789
JJ
869 * c-omp.c (c_omp_mark_declare_variant): Use
870 omp_context_selector_set_compare.
871
f968ef9b
JJ
872 PR c++/88335 - Implement P1073R3: Immediate functions
873 * c-common.h (enum rid): Add RID_CONSTEVAL.
874 * c-common.c (c_common_reswords): Add consteval.
875
5f6705b7
JJ
8762019-11-01 Martin Sebor <msebor@redhat.com>
877
878 PR middle-end/91679
879 PR middle-end/91647
880 PR middle-end/91463
881 PR middle-end/92312
882 * c-pretty-print.c (direct_abstract_declarator): Print
883 bound in zero-length arrays.
884 * c.opt (-Wzero-length-bounds): New option.
885
43f1814c
NS
8862019-10-30 Nathan Sidwell <nathan@acm.org>
887
888 * c-cppbuiltin.c (c_cpp_builtins): Add 'L' suffix to feature
889 macros.
890
ad1539d5
MS
8912019-10-28 Martin Sebor <msebor@redhat.com>
892
893 PR c/66970
894 * c-common.c (c_common_nodes_and_builtins): Call c_define_builtins
895 even when only preprocessing.
896 * c-common.h (names_builtin_p): Declare new function.
897 * c-lex.c (init_c_lex): Set has_builtin.
898 (c_common_has_builtin): Define a new function.
899 * c-ppoutput.c (init_pp_output): Set has_builtin.
900
135df52c
JJ
9012019-10-24 Jakub Jelinek <jakub@redhat.com>
902
903 * c-common.h (c_omp_context_selector_matches): Remove.
904 * c-omp.c (c_omp_context_selector_matches): Remove.
905 * c-attribs.c (c_common_attribute_table): Add
906 "omp declare target {host,nohost,block}" attributes.
907
8ad0c477
JM
9082019-10-17 JeanHeyd Meneide <phdofthehouse@gmail.com>
909
910 * c-lex.c (c_common_has_attribute): Update nodiscard value.
911
56898e43
RS
9122019-10-14 Richard Sandiford <richard.sandiford@arm.com>
913
914 * c-common.h (user_facing_original_type_p): Declare.
915 * c-common.c: Include c-spellcheck.h.
916 (user_facing_original_type_p): New function.
917
20de9568
JJ
9182019-10-12 Jakub Jelinek <jakub@redhat.com>
919
920 * c-common.h (c_omp_mark_declare_variant,
921 c_omp_context_selector_matches): Declare.
922 * c-omp.c: Include attribs.h, gimplify.h, cgraph.h, symbol-summary.h
923 and hsa-common.h.
924 (c_omp_get_context_selector): Support second argument NULL.
925 (c_omp_mark_declare_variant, c_omp_context_selector_matches): New
926 functions.
927 * c-attribs.c (c_common_attribute_table): Remove "omp declare variant"
928 attribute, add "omp declare variant base" and
929 "omp declare variant variant" attributes.
930
175a85b2
JM
9312019-10-11 Joseph Myers <joseph@codesourcery.com>
932
933 * c.opt (Wc11-c2x-compat): Add CPP(cpp_warn_c11_c2x_compat)
934 CppReason(CPP_W_C11_C2X_COMPAT).
935
fe2bc27c
JM
9362019-10-11 Joseph Myers <joseph@codesourcery.com>
937
938 * c-common.c (c_common_reswords): Do not use D_EXT for _Decimal32,
939 _Decimal64 and _Decimal128.
940
27dfdc0f
JM
9412019-10-10 Joseph Myers <joseph@codesourcery.com>
942
943 * c-cppbuiltin.c (c_cpp_builtins): Do not define macros for DFP
944 types if DFP not supported.
945
94e7f906
JJ
9462019-10-10 Jakub Jelinek <jakub@redhat.com>
947
948 * c-common.h (c_omp_check_context_selector,
949 c_omp_get_context_selector): Declare.
950 * c-omp.c (c_omp_declare_simd_clauses_to_numbers): Fix spelling
951 in diagnostic message.
952 (c_omp_check_context_selector, c_omp_get_context_selector): New
953 functions.
954 * c-attribs.c (c_common_attribute_table): Add "omp declare variant"
955 attribute.
956 (handle_omp_declare_variant_attribute): New function.
957
a7160771
MS
9582019-10-09 Martin Sebor <msebor@redhat.com>
959
960 PR tree-optimization/90879
961 * c.opt (-Wstring-compare): New option.
962
cb57504a
JM
9632019-10-08 Andrew Sutton <asutton@lock3software.com>
964 Jason Merrill <jason@redhat.com>
965
966 Update the concepts implementation to conform to the C++20
967 specification, improve compile times, and generally clean up
968 the implementation.
969
970 * c-cppbuiltin.c (c_cpp_builtins): Use new feature test values for
971 concepts when -std=c++2a. Bump __cpp_concepts to 201907.
972 * c.opt: Add -Wconcepts-ts.
973 * c-opts.c (c_common_post_options): Warn when -fconcepts is used
974 with -std=c++2a. Disable warning for -fconcepts in C++20 mode.
975 (set_std_cxx2a): Enable concepts by default.
976
fbb2a6dc
JM
9772019-10-08 Joseph Myers <joseph@codesourcery.com>
978
979 * c-opts.c (c_common_post_options): Set
980 -fno-fp-int-builtin-inexact for C2X.
981
8e007055
JJ
9822019-10-05 Jakub Jelinek <jakub@redhat.com>
983
984 PR c++/91369 - Implement P0784R7: constexpr new
985 * c-cppbuiltin.c (c_cpp_builtins): Predefine
986 __cpp_constexpr_dynamic_alloc=201907 for -std=c++2a.
987
843f104d
JM
9882019-10-04 Joseph Myers <joseph@codesourcery.com>
989
990 PR c/82752
991 * c-format.c (C_STD_VER): Handle C2x.
992 (C_STD_NAME): Likewise.
993 (strftime_flag_specs): Add 'O' modifier with 'p' flag.
994 (time_char_table): Use separate entry for 'B' and 'b', with 'O'
995 modifier allowed and 'p' flag.
996 * c-format.h (enum format_std_version): Add STD_C2X.
997 (struct format_char_info): Mention 'p' in comment on flags2.
998
e9c9a142
DM
9992019-10-01 David Malcolm <dmalcolm@redhat.com>
1000
1001 * c-opts.c (c_diagnostic_finalizer): Temporarily clear prefix when
1002 calling diagnostic_show_locus, rather than destroying it afterwards.
1003
7552c36a
JJ
10042019-10-01 Jakub Jelinek <jakub@redhat.com>
1005
1006 PR c++/91925
1007 * c-warn.c (check_alignment_of_packed_member): Ignore FIELD_DECLs
1008 with NULL DECL_FIELD_OFFSET.
1009
8209db25
RS
10102019-10-01 Richard Sandiford <richard.sandiford@arm.com>
1011
1012 * c-pretty-print.c (pp_c_specifier_qualifier_list): If a vector type
1013 has a type name, use it in preference to the __vector syntax.
1014
9343bf99
RS
10152019-09-30 Richard Sandiford <richard.sandiford@arm.com>
1016
1017 * c-pretty-print.c (pp_c_parameter_type_list): Avoid printing
1018 two spaces between a comma and "...".
1019
59bc434a
JJ
10202019-09-27 Jakub Jelinek <jakub@redhat.com>
1021
1022 PR c++/88203
1023 * c-common.h (c_omp_predefined_variable): Declare.
1024 * c-omp.c (c_omp_predefined_variable): New function.
1025 (c_omp_predetermined_sharing): Return OMP_CLAUSE_DEFAULT_SHARED
1026 for predefined variables.
1027
c6447c20
RS
10282019-09-27 Richard Sandiford <richard.sandiford@arm.com>
1029
1030 * c-common.h (build_function_call_vec): Take the original
1031 function decl as an optional final parameter.
1032 (check_builtin_function_arguments): Take the original function decl.
1033 * c-common.c (check_builtin_function_arguments): Likewise.
1034 Handle all built-in functions, not just BUILT_IN_NORMAL ones.
1035 Use targetm.check_builtin_call to check BUILT_IN_MD functions.
1036
c4438114
JM
10372019-09-15 Jason Merrill <jason@redhat.com>
1038
1039 * c-warn.c (warn_logical_operator): Strip location wrappers. Don't
1040 fold_for_warn in "|| mask" warning.
1041
68a57628
ML
10422019-09-10 Martin Liska <mliska@suse.cz>
1043
1044 * c.opt: Use newly added WarnRemoved.
1045
f48ef52e
ML
10462019-09-09 Martin Liska <mliska@suse.cz>
1047
1048 * c.opt: Update comment of removed
1049 options that are preserved only for backward
1050 compatibility.
1051
67f6e649
ML
10522019-09-06 Martin Liska <mliska@suse.cz>
1053
1054 PR c++/91125
1055 * c-common.c: Remove definition of flag_use_repository.
1056 * c-common.h: Likewise.
1057 * c-opts.c (c_common_handle_option):
1058 Do not handle OPT_frepo option.
1059 * c.opt: Mark the option with Deprecated.
1060
db9d2274
MP
10612019-09-04 Marek Polacek <polacek@redhat.com>
1062
1063 * c.opt (fdeduce-init-list): Ignored.
1064
68e2c199
PK
10652019-09-04 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
1066
1067 PR c/78736
1068 * c.opt (Wenum-conversion): New option.
1069
7a4418a5
JL
10702019-09-03 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1071
1072 * c-attribs.c (handle_section_attribute): Call the
1073 handle_generic_attribute target hook after performing target
1074 independent processing.
1075 (handle_noinit_attribute): Likewise.
1076
5f76ab15
ILT
10772019-09-03 Ian Lance Taylor <iant@golang.org>
1078
1079 * c-cppbuiltin.c (builtin_define_with_hex_fp_value): Always expand
1080 when using -fgo-dump-spec.
1081
ae0d3f6a
ML
10822019-09-02 Martin Liska <mliska@suse.cz>
1083
1084 PR c++/91155
1085 * c-common.c (fname_as_string): Use cxx_printable_name for
1086 __PRETTY_FUNCTION__ same as was used before r265711.
1087
8a902edb
MP
10882019-08-28 Marek Polacek <polacek@redhat.com>
1089
1090 Implement P1152R4: Deprecating some uses of volatile.
1091 PR c++/91361
1092 * c-opts.c (c_common_post_options): Enable -Wvolatile by
1093 default for C++2a, unless -Wno-deprecated.
1094 * c.opt (Wvolatile): New warning.
1095
4742dbe7
MP
10962019-08-28 Marek Polacek <polacek@redhat.com>
1097
1098 PR c++/91360 - Implement C++20 P1143R2: constinit.
1099 * c-common.c (c_common_reswords): Add constinit and __constinit.
1100 (keyword_is_decl_specifier): Handle RID_CONSTINIT.
1101 * c-common.h (enum rid): Add RID_CONSTINIT, RID_FIRST_CXX20, and
1102 RID_LAST_CXX20.
1103 (D_CXX20): Define.
1104 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_constinit.
1105 * c-format.c (cxx_keywords): Add "constinit".
1106 * c.opt (Wc++2a-compat, Wc++20-compat): New options.
1107
6a074892
JJ
11082019-08-27 Jakub Jelinek <jakub@redhat.com>
1109
1110 PR c++/91415
1111 * c-common.c (verify_tree): For LSHIFT_EXPR, RSHIFT_EXPR,
1112 COMPONENT_REF and ARRAY_REF in cxx_dialect >= cxx17 mode handle it
1113 like COMPOUND_EXPR rather than normal expression.
1114
22f8849d
IS
11152019-08-23 Iain Sandoe <iain@sandoe.co.uk>
1116
1117 PR pch/61250
1118 * c-lex.c (c_lex_with_flags): Don't call
1119 c_common_no_more_pch () from here.
1120
df375b03
JJ
11212019-08-23 Jakub Jelinek <jakub@redhat.com>
1122
1123 PR middle-end/91283
1124 * c-common.c (c_ts18661_flt_eval_method): Use flag_excess_precision
1125 instead of flag_excess_precision_cmdline.
1126 * c-cppbuiltin.c (c_cpp_flt_eval_method_iec_559): Likewise.
1127 * c-opts.c (c_common_post_options): Likewise.
1128
14b7950f
MS
11292019-08-22 Martin Sebor <msebor@redhat.com>
1130
1131 PR middle-end/91490
1132 * c-common.c (braced_list_to_string): Add argument and overload.
1133 Handle flexible length arrays and unions.
1134
8bb2ee59
EB
11352019-08-21 Eric Botcazou <ebotcazou@adacore.com>
1136
1137 * c-ada-spec.c (dump_ada_function_declaration): Be prepared for broken
1138 function declarations where arguments are missing. Rename variables.
1139
21c1e205
RB
11402019-08-15 Richard Biener <rguenther@suse.de>
1141
1142 * c-common.c (c_stddef_cpp_builtins): When the GIMPLE FE is
1143 enabled, define __SIZETYPE__.
1144
f0033821
CL
11452019-08-14 Christophe Lyon <christophe.lyon@linaro.org>
1146
1147 * c-attribs.c (c_common_attribute_table): Add "noinit" entry. Add
1148 exclusion with "section" attribute.
1149 (attr_noinit_exclusions): New table.
1150 (handle_noinit_attribute): New function.
1151
4d732405
RS
11522019-08-13 Richard Sandiford <richard.sandiford@arm.com>
1153
1154 PR middle-end/91421
1155 * c-common.c (resolve_overloaded_builtin): Use
1156 copy_decl_built_in_function.
1157
51ad8481
MS
11582019-08-13 Martin Sebor <msebor@redhat.com>
1159
1160 PR c/80619
1161 * c-format.c (printf_length_specs): Set FMT_LEN_w for "w".
1162 (asm_fprintf_length_spec): Same.
1163 * c-format.h (format_lengths): Add FMT_LEN_w.
1164
77eb117f
JJ
11652019-08-10 Jakub Jelinek <jakub@redhat.com>
1166
1167 * c-pragma.h (enum pragma_omp_clause): Add
1168 PRAGMA_OMP_CLAUSE_DEVICE_TYPE.
1169
398e3feb
JJ
11702019-08-07 Jakub Jelinek <jakub@redhat.com>
1171
1172 * c-pragma.h (enum pragma_omp_clause): Add
1173 PRAGMA_OMP_CLAUSE_USE_DEVICE_ADDR. Set PRAGMA_OACC_CLAUSE_USE_DEVICE
1174 equal to PRAGMA_OMP_CLAUSE_USE_DEVICE_PTR instead of being a separate
1175 enumeration value.
1176
ab574db6
MP
11772019-08-05 Marek Polacek <polacek@redhat.com>
1178
1179 PR c++/91338 - Implement P1161R3: Deprecate a[b,c].
1180 * c-opts.c (c_common_post_options): Enable -Wcomma-subscript by
1181 default for C++2a, unless -Wno-deprecated.
1182 * c.opt (Wcomma-subscript): New warning.
1183
554a530f
JJ
11842019-07-20 Jakub Jelinek <jakub@redhat.com>
1185
1186 * c-pragma.h (enum pragma_kind): Add PRAGMA_OMP_LOOP.
1187 (enum pragma_omp_clause): Add PRAGMA_OMP_CLAUSE_BIND.
1188 * c-pragma.c (omp_pragmas_simd): Add PRAGMA_OMP_LOOP entry.
1189 * c-common.h (enum c_omp_clause_split): Add C_OMP_CLAUSE_SPLIT_LOOP.
1190 * c-omp.c (c_omp_split_clauses): Add support for 4 new combined
1191 constructs with the loop construct.
1192
1a888209
JJ
11932019-07-13 Jakub Jelinek <jakub@redhat.com>
1194
1195 PR c/91149
1196 * c-omp.c (c_omp_split_clauses): Fix a pasto in
1197 OMP_CLAUSE_REDUCTION_TASK handling.
1198
1fdd6f04
JJ
11992019-07-12 Jakub Jelinek <jakub@redhat.com>
1200
1201 * c-pragma.h (enum pragma_omp_clause): Add PRAGMA_OMP_CLAUSE_ORDER.
1202 * c-omp.c (c_omp_split_clauses): Handle splitting of OMP_CLAUSE_ORDER.
1203
99b1c316
MS
12042019-07-09 Martin Sebor <msebor@redhat.com>
1205
1206 PR c++/61339
1fdd6f04 1207 * c-opts.c (handle_deferred_opts): Change class-key of PODs to struct
99b1c316
MS
1208 and others to class.
1209 * c-pretty-print.h: Same.
1210
6c1dae73
MS
12112019-07-09 Martin Sebor <msebor@redhat.com>
1212
1213 PR c++/61339
1214 * c-format.c (check_argument_type): Change class-key from class to
1215 struct and vice versa to match convention and avoid -Wclass-is-pod
1216 and -Wstruct-no-pod.
1217 * c-pretty-print.h: Same.
1218
8ba6ea87
ML
12192019-07-03 Martin Liska <mliska@suse.cz>
1220
1221 * c-common.c (try_to_locate_new_include_insertion_point): Remove
1222 dead assignemts.
1223
83eb9522
JJ
12242019-07-03 Jakub Jelinek <jakub@redhat.com>
1225
1226 * c-omp.c (c_omp_split_clauses): Put OMP_CLAUSE_REDUCTION_INSCAN
1227 clauses on OMP_FOR rather than OMP_PARALLEL when OMP_FOR is combined
1228 with OMP_PARALLEL.
1229
1c6ffbab
QZ
12302019-07-02 qing zhao <qing.zhao@oracle.com>
1231
1232 PR preprocessor/90581
1233 * c-opts.c (c_common_handle_option): Handle -fmax-include-depth.
1234 * c.opt: Add new option -fmax-include-depth.
1235
7ffc7de5
JM
12362019-06-26 Jason Merrill <jason@redhat.com>
1237
1238 PR c++/55442 - memory-hog with highly recursive constexpr.
1239 * c.opt (fconstexpr-loop-limit): New.
1240
361af3e4
JJ
12412019-06-25 Jakub Jelinek <jakub@redhat.com>
1242
1243 PR sanitizer/90954
1244 * c-omp.c (c_finish_omp_atomic): Allow tree_invariant_p in addition
1245 to SAVE_EXPR in first operand of a COMPOUND_EXPR.
1246
ab20d992
JJ
12472019-06-25 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1248
1249 * c-common.c (c_common_nodes_and_builtins): Define
1250 alternate "__intN__" name for "__intN" types.
1251
f4af4019
JH
12522019-06-24 Jan Hubicka <jh@suse.cz>
1253
1254 * c-common.c (braced_lists_to_strings): Check that
1255 type is array or integer prior checking string flag.
1256
da9e9b57
MB
12572019-06-21 Matthew Beliveau <mbelivea@redhat.com>
1258
1259 PR c++/90875 - added -Wswitch-outside-range option
1260 * c.opt (Wswitch-outside-range): Added new option.
1261 * c-warn.c (c_do_switch_warnings): Use OPT_Wswitch-outside-range.
1262
3f3d6a6f
MP
12632019-06-21 Marek Polacek <polacek@redhat.com>
1264
1265 PR c++/90953 - ICE with -Wmissing-format-attribute.
1266 * c-common.c (check_function_arguments_recurse): Use
1267 get_attribute_name.
1268 (check_missing_format_attribute): Likewise.
1269
1bf32c11
MP
12702019-06-19 Marek Polacek <polacek@redhat.com>
1271
1272 PR c++/60364 - noreturn after first decl not diagnosed.
1273 * c-attribs.c (handle_noreturn_attribute): No longer static.
1274 * c-common.h (handle_noreturn_attribute, attr_noreturn_exclusions):
1275 Declare.
1276 * c-format.c (check_function_format): Use get_attribute_name.
1277
a04c0734
MS
12782019-06-19 Martin Sebor <msebor@redhat.com>
1279
1280 PR translation/90156
1281 * c-format.c (function_format_info::format_type): Adjust type.
1282 (function_format_info::is_raw): New member.
1283 (decode_format_type): Adjust signature. Handle "raw" diag attributes.
1284 (decode_format_attr): Adjust call to decode_format_type.
1285 Avoid a redundant call to convert_format_name_to_system_name.
1286 Avoid abbreviating the word "arguments" in a diagnostic.
1287 (format_warning_substr): New function.
1288 (avoid_dollar_number): Quote dollar sign in a diagnostic.
1289 (finish_dollar_format_checking): Same.
1290 (check_format_info): Same.
1291 (struct baltoks_t): New.
1292 (c_opers, c_keywords, cxx_keywords, badwords, contrs): New arrays.
1293 (maybe_diag_unbalanced_tokens, check_tokens, check_plain): New
1294 functions.
1295 (check_format_info_main): Call check_plain. Use baltoks_t. Call
1296 maybe_diag_unbalanced_tokens.
1297 (handle_format_attribute): Spell out the word "arguments" in
1298 a diagnostic.
1299
d3786ebb
MB
13002019-06-11 Matthew Beliveau <mbelivea@redhat.com>
1301
1302 PR c++/90449 - add -Winaccessible-base option.
1303 * c.opt (Winaccessible-base): New option.
1304
bf38f7e9
JJ
13052019-06-10 Jakub Jelinek <jakub@redhat.com>
1306
1307 * c-pragma.h (enum pragma_kind): Add PRAGMA_OMP_SCAN.
1308 * c-pragma.c (omp_pragmas_simd): Add #pragma omp scan.
1309 * c-omp.c (c_omp_split_clauses): Diagnose inscan reductions on
1310 combined/composite constructs where it is not allowed. Copy over
1311 OMP_CLAUSE_REDUCTION_INSCAN.
1312
0ecf545c
MS
13132019-06-05 Martin Sebor <msebor@redhat.com>
1314
1315 * c-attribs.c (handle_mode_attribute): Adjust quoting and hyphenation.
1316 (handle_alias_ifunc_attribute): Same.
1317 (handle_copy_attribute): Same.
1318 (handle_weakref_attribute): Same.
1319 (handle_nonnull_attribute): Same.
1320 * c-warn.c (warn_for_sign_compare): Same.
1321 (warn_for_restrict): Same.
1322 * c.opt: Same.
1323
36b34127
MS
13242019-06-05 Martin Sebor <msebor@redhat.com>
1325
1326 * c-pragma.c (handle_pragma_weak): Adjust quoting in a diagnostic.
1327 * c.opt (-Wformat-diag): Remove a spurious period.
1328
357a352f
JJ
13292019-05-29 Jakub Jelinek <jakub@redhat.com>
1330
1331 PR c/90628
1332 * c-common.c (check_builtin_function_arguments)
1333 <case BUILTIN_*_OVERFLOW>: Diagnose pointer to const qualified integer
1334 as last argument.
1335
2b8235ea
EB
13362019-05-23 Eric Botcazou <ebotcazou@adacore.com>
1337
1338 * c-ada-spec.c (compare_node): Compare the DECL_UIDs as a last resort.
1339
6d86ddc4
ML
13402019-05-22 Martin Liska <mliska@suse.cz>
1341
1342 PR lto/90500
1343 * c-attribs.c (handle_copy_attribute): Do not copy
1344 target_clones attribute.
1345
419ba5b9
EB
13462019-05-21 Eric Botcazou <ebotcazou@adacore.com>
1347
1348 * c-ada-spec.h (enum cpp_operation): Add IS_ASSIGNMENT_OPERATOR.
1349 * c-ada-spec.c (print_assignment_operator): New function.
1350 (dump_ada_declaration) <FUNCTION_DECL>: Call it do dump explicit copy
1351 assignment operators declared as methods and filter out the others.
1352
e03436e7
TS
13532019-05-17 Thomas Schwinge <thomas@codesourcery.com>
1354
1355 PR c/89433
1356 * c-attribs.c (c_common_attribute_table): Set min_len to -1 for
1357 "omp declare target".
1358
a9c697b8
MS
13592019-05-16 Martin Sebor <msebor@redhat.com>
1360
ab20d992
JJ
1361 * c-attribs.c (handle_no_sanitize_attribute): Quote identifiers,
1362 keywords, operators, and types in diagnostics.
1363 (handle_scalar_storage_order_attribute): Same.
1364 (handle_mode_attribute): Same.
1365 (handle_visibility_attribute): Same.
1366 (handle_assume_aligned_attribute): Same.
1367 (handle_no_split_stack_attribute): Same.
1368 * c-common.c (shorten_compare): Same.
1369 (c_common_truthvalue_conversion): Same.
1370 (cb_get_source_date_epoch): Same.
1371 * c-lex.c (cb_def_pragma): Quote keywords, operators, and types
1372 in diagnostics.
1373 (interpret_float): Same.
1374 * c-omp.c (c_finish_omp_for): Same.
1375 * c-opts.c (c_common_post_options): Same.
1376 * c-pch.c (c_common_pch_pragma): Same.
1377 * c-pragma.c (pop_alignment): Same.
1378 (handle_pragma_pack): Same.
1379 (apply_pragma_weak): Same.
1380 (handle_pragma_weak): Same.
1381 (handle_pragma_scalar_storage_order): Same.
1382 (handle_pragma_redefine_extname): Same.
1383 (add_to_renaming_pragma_list): Same.
1384 (maybe_apply_renaming_pragma): Same.
1385 (push_visibility): Same.
1386 (handle_pragma_visibility): Same.
1387 (handle_pragma_optimize): Same.
1388 (handle_pragma_message): Same.
1389 * c-warn.c (warn_for_omitted_condop): Same.
1390 (lvalue_error): Same.
a9c697b8 1391
6b943512
RB
13922019-05-15 Richard Biener <rguenther@suse.de>
1393
1394 PR c/90474
1395 * c-common.c (c_common_mark_addressable_vec): Also mark
1396 a COMPOUND_LITERAL_EXPR_DECL addressable similar to
1397 c_mark_addressable.
ab20d992 1398
b744fc85
NS
13992019-05-06 Nathan Sidwell <nathan@acm.org>
1400
1401 * c-opts.c (handle_defered_opts): Rename struct deps to struc mkdeps.
1402
598f50d7
NS
14032019-04-30 Nathan Sidwell <nathan@acm.org>
1404
1405 * c-common.c (c_common_init_ts): Use MARK_TS_EXP. Mark SIZEOF_EXPR.
1406
5bcc5a3b
ML
14072019-04-30 Martin Liska <mliska@suse.cz>
1408
1409 * c-pragma.c (handle_pragma_diagnostic): Provide hints
1410 for unknown options.
1411
e78a87f7
RS
14122019-04-26 Richard Sandiford <richard.sandiford@arm.com>
1413
1414 * c-warn.c (strict_aliasing_warning): Apply COMPLETE_TYPE_P to
1415 the pointer target rather than the pointer itself.
1416
c280b7ee
JJ
14172019-04-19 Jakub Jelinek <jakub@redhat.com>
1418
1419 PR c/89888
1420 * c-common.h (c_add_case_label): Remove orig_type and outside_range_p
1421 arguments.
1422 (c_do_switch_warnings): Remove outside_range_p argument.
1423 * c-common.c (check_case_bounds): Removed.
1424 (c_add_case_label): Remove orig_type and outside_range_p arguments.
1425 Don't call check_case_bounds. Fold low_value as well as high_value.
1426 * c-warn.c (c_do_switch_warnings): Remove outside_range_p argument.
1427 Check for case labels outside of range of original type here and
1428 adjust them.
1429
8e8225e6
JJ
14302019-04-12 Jakub Jelinek <jakub@redhat.com>
1431
63b8a166
JJ
1432 PR translation/90041
1433 * c.opt (-fhandle-exceptions): Use %< and %> around option names
1434 in the Warn diagnostics.
1435
8e8225e6
JJ
1436 PR c/89946
1437 * c-attribs.c (handle_patchable_function_entry_attribute): Add
1438 function comment. Warn if arguments of the attribute are not positive
1439 integer constants.
1440
53a3f614
EB
14412019-04-09 Eric Botcazou <ebotcazou@adacore.com>
1442
1443 * c-ada-spec.c (print_destructor): Deal with deleting destructors.
1444 (dump_ada_declaration) <FUNCTION_DECL>: Likewise.
1445
22be5873
EB
14462019-04-07 Eric Botcazou <ebotcazou@adacore.com>
1447
1448 * c-ada-spec.c (is_float128): New predicate extracted from...
1449 (dump_ada_node) <COMPLEX_TYPE>: Use it to recognize __cfloat128.
1450 <REAL_TYPE>: ...here. Call it.
1451
34facf20
DM
14522019-04-05 David Malcolm <dmalcolm@redhat.com>
1453
1454 PR c/89985
1455 * c-warn.c (check_address_or_pointer_of_packed_member): Add
1456 auto_diagnostic_group. Guard inform calls by result of
1457 warning_at call.
1458
05564120
MP
14592019-04-05 Marek Polacek <polacek@redhat.com>
1460
ab20d992 1461 PR c++/89973 - -Waddress-of-packed-member ICE with invalid conversion.
05564120
MP
1462 * c-warn.c (check_address_or_pointer_of_packed_member): Check the type
1463 of RHS.
1464
7a506c3c
JM
14652019-04-03 Jason Merrill <jason@redhat.com>
1466
1467 PR c++/86586 - -fcompare-debug=-Wsign-compare.
1468 * c-warn.c (warn_for_sign_compare): Call fold_for_warn.
1469
ddeae8c8
MS
14702019-04-01 Martin Sebor <msebor@redhat.com>
1471
1472 PR c/89685
1473 * c-attribs.c (handle_copy_attribute): Handle references and
1474 non-constant expressions.
1475
a15ffa22
JJ
14762019-03-22 Jakub Jelinek <jakub@redhat.com>
1477
1478 PR c++/87481
1479 * c.opt (-fconstexpr-ops-limit=): New option.
1480
36a3a7a3
JJ
14812019-03-21 Jakub Jelinek <jakub@redhat.com>
1482
1483 * c-common.c (per_file_includes_t): Use false as Lazy in hash_set
1484 template param.
1485
bec1da64
MS
14862019-03-19 Martin Sebor <msebor@redhat.com>
1487
1488 PR tree-optimization/89688
1489 * c-common.c (braced_list_to_string): Make static.
1490 (braced_lists_to_strings): Define new function.
1491 * c-common.h (braced_list_to_string): Remove.
1492 (braced_lists_to_strings): Declare.
1493
1fe61adf
ML
14942019-03-12 Martin Liska <mliska@suse.cz>
1495
1496 * c-opts.c (c_common_handle_option): Wrap option with %< and %>.
1497
93964ebd
ML
14982019-03-11 Martin Liska <mliska@suse.cz>
1499
1500 * c-opts.c (c_common_post_options): Wrap apostrophes
1501 in gcc internal format with %'.
1502
a3f9f006
ML
15032019-03-11 Martin Liska <mliska@suse.cz>
1504
1505 * c-attribs.c (handle_nocf_check_attribute): Wrap an option name
1506 in a string format message and fix GNU coding style.
1507 * c-common.c (vector_types_convertible_p): Likewise.
1508 (c_build_vec_perm_expr): Likewise.
1509 * c-indentation.c (get_visual_column): Likewise.
1510 * c-opts.c (c_common_handle_option): Likewise.
1511 (c_common_post_options): Likewise.
1512 (sanitize_cpp_opts): Likewise.
1513 * c-pch.c (c_common_pch_pragma): Likewise.
1514 * c-pragma.c (handle_pragma_pack): Likewise.
1515
1db01ff9
JJ
15162019-03-08 Jakub Jelinek <jakub@redhat.com>
1517
1518 PR tree-optimization/89550
1519 * c-common.c (c_common_truthvalue_conversion): Only set
1520 TREE_NO_WARNING if warning_at returned true.
1521 * c-warn.c (overflow_warning, warn_logical_operator): Likewise.
1522
ba790e6f
JJ
15232019-02-25 Sandra Loosemore <sandra@codesourcery.com>
1524 Martin Sebor <msebor@gmail.com>
1525
1526 * c.opt (Wmissing-attributes): Clean up doc string.
1527
7da73ba7
JJ
15282019-02-25 Jakub Jelinek <jakub@redhat.com>
1529
1530 PR c/89495
1531 * c-format.c (maybe_read_dollar_number): Compute nargnum in
1532 HOST_WIDE_INT type to avoid overflows and change overflow_flag
1533 checking.
1534
921bb9d1
RB
15352019-02-22 Richard Biener <rguenther@suse.de>
1536
1537 * c-pch.c (no_checksum): Remove.
1538 (pch_init): Remove assertion that executable_checksum is not
1539 all zero.
1540 (c_common_valid_pch): Likewise.
1541
e2ebb05c
MS
15422019-02-18 Martin Sebor <msebor@redhat.com>
1543
1544 PR middle-end/89294
1545 * c-common.c (invalid_array_size_error): Handle cst_size_not_constant.
1546
3fe53000
DM
15472019-02-16 David Malcolm <dmalcolm@redhat.com>
1548
1549 PR c++/88680
1550 * c-common.c (shorten_compare): Call fold_for_warn on op0 when
1551 implementing -Wtype-limits.
1552
28a8cef1
MS
15532019-02-11 Martin Sebor <msebor@redhat.com>
1554
1555 PR c++/87996
1556 * c-common.c (invalid_array_size_error): New function.
1557 (valid_array_size_p): Call it. Handle size as well as type.
1558 * c-common.h (valid_constant_size_p): New function.
1559 (enum cst_size_error): New type.
1560
ec2be203
DM
15612019-01-31 David Malcolm <dmalcolm@redhat.com>
1562
1563 PR c/89122
1564 * known-headers.cc (get_stdlib_header_for_name): Add
1565 {FLT|DBL|LDBL}_{MAX|MIN} to "hints" array.
1566
8936f047
JJ
15672019-01-31 Jakub Jelinek <jakub@redhat.com>
1568
1569 PR libstdc++/88170
1570 * c-pretty-print.c (pp_c_enumeration_constant): Print always as
1571 a C cast in pp_c_flag_gnu_v3 mode.
1572
6a335b96
JJ
15732019-01-29 Jakub Jelinek <jakub@redhat.com>
1574
1575 PR c/86125
1576 * c-common.c (c_common_nodes_and_builtins): Build type variants for
1577 builtin_structptr_types types even for C.
1578
2a06eba5
BE
15792019-01-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
1580
1581 * c-warn.c (check_address_or_pointer_of_packed_member): Handle the case
1582 when rhs is of array type correctly. Fix handling of nested structures.
1583 Fix handling of indirect_ref together with nop_expr and/or addr_expr.
1584 (check_and_warn_address_or_pointer_of_packed_member): Fix handling of
1585 type casts within nested compound expressions.
1586
18a23298
JJ
15872019-01-22 Jakub Jelinek <jakub@redhat.com>
1588
1589 PR middle-end/88968
1590 * c-omp.c (c_finish_omp_atomic): For bitfield atomics, update type
1591 variable after using BIT_FIELD_REF.
1592
420183d9
L
15932019-01-18 H.J. Lu <hongjiu.lu@intel.com>
1594
1595 PR c/51628
1596 PR c/88664
1597 * c-common.h (warn_for_address_or_pointer_of_packed_member):
1598 Remove the boolean argument.
1599 * c-warn.c (check_address_of_packed_member): Renamed to ...
1600 (check_address_or_pointer_of_packed_member): This. Also
1601 warn pointer conversion.
1602 (check_and_warn_address_of_packed_member): Renamed to ...
1603 (check_and_warn_address_or_pointer_of_packed_member): This.
1604 Also warn pointer conversion.
1605 (warn_for_address_or_pointer_of_packed_member): Remove the
1606 boolean argument. Don't check pointer conversion here.
1607
99063eee
RS
16082019-01-15 Richard Sandiford <richard.sandiford@arm.com>
1609
1610 PR inline-asm/52813
1611 * c.opt (Wdeprecated): Move documentation and variable to common.opt.
1612
a30d0196
JJ
16132019-01-14 Jakub Jelinek <jakub@redhat.com>
1614
1615 * c-cppbuiltin.c (c_cpp_builtin): Define __cpp_guaranteed_copy_elision
1616 and __cpp_nontype_template_parameter_auto. Add a comment that
1617 __cpp_template_auto is deprecated.
1618
2d91f79d
TH
16192019-01-14 Tom Honermann <tom@honermann.net>
1620
1621 Implement P0482R5, char8_t: A type for UTF-8 characters and strings
1622 * c-common.c (c_common_reswords): Add char8_t.
1623 (fix_string_type): Use char8_t for the type of u8 string literals.
1624 (c_common_get_alias_set): char8_t doesn't alias.
1625 (c_common_nodes_and_builtins): Define char8_t as a builtin type in
1626 C++.
1627 (c_stddef_cpp_builtins): Add __CHAR8_TYPE__.
1628 (keyword_begins_type_specifier): Add RID_CHAR8.
1629 * c-common.h (rid): Add RID_CHAR8.
1630 (c_tree_index): Add CTI_CHAR8_TYPE and CTI_CHAR8_ARRAY_TYPE.
1631 Define D_CXX_CHAR8_T and D_CXX_CHAR8_T_FLAGS.
1632 Define char8_type_node and char8_array_type_node.
1633 * c-cppbuiltin.c (cpp_atomic_builtins): Predefine
1634 __GCC_ATOMIC_CHAR8_T_LOCK_FREE.
1635 (c_cpp_builtins): Predefine __cpp_char8_t.
1636 * c-lex.c (lex_string): Use char8_array_type_node as the type of
1637 CPP_UTF8STRING.
1638 (lex_charconst): Use char8_type_node as the type of CPP_UTF8CHAR.
1639 * c-opts.c: If not otherwise specified, enable -fchar8_t when
1640 targeting C++2a.
1641 * c.opt: Add the -fchar8_t command line option.
1642
23db6ced
MS
16432019-01-14 Martin Sebor <msebor@redhat.com>
1644
1645 PR target/88638
1646 * c-attribs.c (positional_argument): Call valid_format_string_type_p
1647 and issue errors if it fails.
1648 * c-common.h (valid_format_string_type_p): Declare.
1649 * c-format.c (valid_stringptr_type_p): Rename...
1650 (valid_format_string_type_p): ...to this and make extern.
1651 (handle_format_arg_attribute): Adjust to new name.
1652 (check_format_string): Same.
1653
234c3818
L
16542019-01-13 H.J. Lu <hongjiu.lu@intel.com>
1655
1656 * c-warn.c (warn_for_address_or_pointer_of_packed_member):
1657 Replace "may may" with "may" in warning message.
1658
d8fcab68
JJ
16592019-01-07 Jakub Jelinek <jakub@redhat.com>
1660
1661 PR c++/85052
1662 * c-common.h (enum rid): Add RID_BUILTIN_CONVERTVECTOR.
1663 (c_build_vec_convert): Declare.
1664 * c-common.c (c_build_vec_convert): New function.
1665
29d24852
MS
16662019-01-04 Martin Sebor <msebor@redhat.com>
1667
1668 PR c/88546
1669 * c-attribs.c (handle_copy_attribute): Avoid copying attribute leaf.
1670 Handle C++ empty throw specification and C11 _Noreturn.
1671 (has_attribute): Also handle C11 _Noreturn.
1672
9069a4c9
MS
16732019-01-04 Martin Sebor <msebor@redhat.com>
1674
1675 PR c/88363
1676 * c-attribs.c (positional_argument): Also accept enumerated types.
1677
a5544970
JJ
16782019-01-01 Jakub Jelinek <jakub@redhat.com>
1679
1680 Update copyright years.
1681
da77eace
L
16822018-12-20 H.J. Lu <hongjiu.lu@intel.com>
1683
1684 PR c/51628
1685 * c-common.h (warn_for_address_or_pointer_of_packed_member): New.
1686 * c-warn.c (check_alignment_of_packed_member): New function.
1687 (check_address_of_packed_member): Likewise.
1688 (check_and_warn_address_of_packed_member): Likewise.
1689 (warn_for_address_or_pointer_of_packed_member): Likewise.
1690 * c.opt: Add -Wno-address-of-packed-member.
1691
573767d4
DM
16922018-12-20 David Malcolm <dmalcolm@redhat.com>
1693
1694 PR c++/87504
1695 * c-warn.c (get_outermost_macro_expansion): New function.
1696 (spelled_the_same_p): Use it to unwind the macro expansions, and
1697 compare the outermost macro in each nested expansion, rather than
1698 the innermost.
1699
a14feb3c
DM
17002018-12-19 David Malcolm <dmalcolm@redhat.com>
1701
1702 PR c++/87504
1703 * c-common.h (warn_tautological_cmp): Convert 1st param from
1704 location_t to const op_location_t &.
1705 * c-warn.c (find_array_ref_with_const_idx_r): Call fold_for_warn
1706 when testing for INTEGER_CST.
1707 (warn_tautological_bitwise_comparison): Convert 1st param from
1708 location_t to const op_location_t &; use it to build a
1709 binary_op_rich_location, and use this.
1710 (spelled_the_same_p): New function.
1711 (warn_tautological_cmp): Convert 1st param from location_t to
1712 const op_location_t &. Warn for macro expansions if
1713 spelled_the_same_p. Use binary_op_rich_location.
1714
dfd7fdca
DM
17152018-12-19 David Malcolm <dmalcolm@redhat.com>
1716
1717 PR c++/43064
1718 PR c++/43486
1719 * c-common.c (unsafe_conversion_p): Fold any location wrapper.
1720 (verify_tree): Handle location wrappers.
1721 (c_common_truthvalue_conversion): Strip any location wrapper.
1722 Handle CONST_DECL.
1723 (fold_offsetof): Strip any location wrapper.
1724 (complete_array_type): Likewise for initial_value.
1725 (convert_vector_to_array_for_subscript): Call fold_for_warn on the
1726 index before checking for INTEGER_CST.
1727 * c-pretty-print.c (c_pretty_printer::primary_expression): Don't
1728 print parentheses around location wrappers.
1729 * c-warn.c (warn_logical_operator): Call fold_for_warn on op_right
1730 before checking for INTEGER_CST.
1731 (warn_tautological_bitwise_comparison): Call
1732 tree_strip_any_location_wrapper on lhs, rhs, and bitop's operand
1733 before checking for INTEGER_CST.
1734 (readonly_error): Strip any location wrapper.
1735 (warn_array_subscript_with_type_char): Strip location wrappers
1736 before checking for INTEGER_CST. Use the location of the index if
1737 available.
1738
5c8b3702
JM
17392018-12-06 Jason Merrill <jason@redhat.com>
1740
1741 PR c++/88136 - -Wdeprecated-copy false positives
1742 * c.opt (Wdeprecated-copy-dtor): New.
1743 (Wdeprecated-copy): Move to -Wextra.
1744
673670da
MS
17452018-11-29 Martin Sebor <msebor@redhat.com>
1746
1747 PR c/88172
1748 PR testsuite/88208
1749 * c-attribs.c (common_handle_aligned_attribute): Silently avoid setting
1750 alignments to values less than the target requires.
1751 (has_attribute): For attribute aligned consider both the attribute
1752 and the alignment bits.
1753 * c-common.c (c_init_attributes): Optionally issue a warning for
1754 zero alignment.
1755
04864ec8
MS
17562018-11-28 Martin Sebor <msebor@redhat.com>
1757
1758 PR c/88065
1759 PR c/87297
1760 * c-warn.c (sizeof_pointer_memaccess_warning): Bail if source
1761 or destination is an error.
1762
ace83db0
JJ
17632018-11-28 Jakub Jelinek <jakub@redhat.com>
1764
1765 PR c++/88215
1766 * c-ubsan.c: Include langhooks.h.
1767 (ubsan_instrument_division): Change gcc_assert that main variants
1768 of op0 and op1 types are equal to gcc_checking_assert that the
1769 main variants are compatible types.
1770
da193a27
EB
17712018-11-27 Eric Botcazou <ebotcazou@adacore.com>
1772
1773 * c-ada-spec.c: Include stringpool.h.
1774 (has_static_fields): Return false for incomplete types.
1775 (is_tagged_type): Likewise.
1776 (has_nontrivial_methods): Likewise.
1777 (dump_ada_node) <INTEGER_TYPE>: Deal specifically with __int128.
1778 (struct overloaded_name_hash): New structure.
1779 (struct overloaded_name_hasher): Likewise.
1780 (overloaded_names): New global variable.
1781 (init_overloaded_names): New static function.
1782 (overloaded_name_p): New predicate.
1783 (dump_ada_declaration) <TYPE_DECL>: Tidy up and set TREE_VISITED
1784 on the TYPE_STUB_DECL of the original type of a typedef, if any.
1785 <FUNCTION_DECL>: Bail out for an unsupported overloaded name.
1786 Remove always-true condition and dump forward types.
1787 (dump_ada_specs): Delete overloaded_names.
1788
98f08eb8
MS
17892018-11-20 Martin Sebor <msebor@redhat.com>
1790
1791 * c-attribs.c (type_for_vector_size): New function.
1792 (type_valid_for_vector_size): Same.
1793 (handle_vector_size_attribute): Move code to the functions above
1794 and call them.
1795 (validate_attribute, has_attribute): New functions.
1796 * c-common.h (has_attribute): Declare.
1797 (rid): Add RID_HAS_ATTRIBUTE_EXPRESSION.
1798 * c-common.c (c_common_resword): Same.
1799
2674fa47
JM
18002018-11-16 Jason Merrill <jason@redhat.com>
1801
1802 * c-lex.c (c_common_has_attribute): Handle likely/unlikely.
1803 * c-attribs.c (attr_cold_hot_exclusions): Make public.
1804
258b3854
JJ
18052018-11-16 Jakub Jelinek <jakub@redhat.com>
1806
1807 PR middle-end/87854
1808 * c-common.c (fix_string_type): Reject string literals larger than
1809 TYPE_MAX_VALUE (ssizetype) bytes.
1810
1d249509
MS
18112018-11-15 Martin Sebor <msebor@redhat.com>
1812
1813 PR c++/87541
1814 PR c++/87542
1815 * c-attribs.c (positional_argument): New function.
1816 (handle_alloc_size_attribute): Use it and simplify.
1817 (handle_alloc_align_attribute): Same.
1818 (handle_assume_aligned_attribute): Same.
1819 (handle_nonnull_attribute): Same.
1820 * c-common.c (check_function_arguments): Pass fntype to
1821 check_function_format.
1822 * c-common.h (check_function_format): Add an argument.
1823 (PosArgFlags, positional_argument): Declare new type and function.
1824 * c-format.c (decode_format_attr): Add arguments.
1825 (check_format_string, get_constant): Same.
1826 (convert_format_name_to_system_name): Adjust.
1827
478dd60d
DM
18282018-11-15 David Malcolm <dmalcolm@redhat.com>
1829
1830 PR other/19165
1831 * c-opts.c (c_diagnostic_finalizer): Add diagnostic_t param.
1832
8cca0163
JJ
18332018-11-14 Jakub Jelinek <jakub@redhat.com>
1834
8ee09943
JJ
1835 P1236R1 - Signed integers are two's complement
1836 * c-warn.c (maybe_warn_shift_overflow): Don't warn for c++2a.
1837 * c-ubsan.c (ubsan_instrument_shift): Make signed shifts
1838 with in-range second operand well defined for -std=c++2a.
1839
8cca0163
JJ
1840 PR other/88007
1841 * c-common.c (parse_optimize_options): Allocate option string from
1842 opts_obstack rather than as GC memory. Move the allocation after
1843 warning for invalid option.
1844
620e594b
DM
18452018-11-13 David Malcolm <dmalcolm@redhat.com>
1846
1847 * c-common.c (c_get_substring_location): Update for renaming of
1848 get_source_location_for_substring to get_location_within_string.
1849 * c-lex.c: Replace "source_location" with "location_t".
1850 * c-opts.c: Likewise.
1851 * c-ppoutput.c: Likewise.
1852
f9731de3
MS
18532018-11-13 Martin Sebor <msebor@redhat.com>
1854
1855 PR middle-end/81824
1856 * c-attribs.c (handle_copy_attribute): Exclude inlining attributes.
1857 (handle_tls_model_attribute): Improve diagnostics.
1858
e4bd6d5e
JM
18592018-11-12 Jason Merrill <jason@redhat.com>
1860
a6bb6b07
JM
1861 * c-cppbuiltin.c (c_cpp_builtins): Define
1862 __cpp_impl_destroying_delete.
1863
e4bd6d5e
JM
1864 * c-cppbuiltin.c (c_cpp_builtins): Change __cpp_explicit_bool to
1865 __cpp_conditional_explicit.
1866
79a2c428
MS
18672018-11-09 Martin Sebor <msebor@redhat.com>
1868
1869 PR middle-end/81824
1870 * c-attribs.c (handle_copy_attribute): New function.
1871
4c7bd361
MS
18722018-11-09 Martin Sebor <msebor@redhat.com>
1873
1874 PR c/87795
1875 * c-common.c (check_user_alignment): Use MAX_OFILE_ALIGNMENT.
1876
28567c40
JJ
18772018-11-08 Jakub Jelinek <jakub@redhat.com>
1878
1879 * c-common.h (c_finish_omp_taskgroup): Add CLAUSES argument.
1880 (c_finish_omp_atomic): Replace bool SEQ_CST argument with
1881 enum omp_memory_order MEMORY_ORDER.
1882 (c_finish_omp_flush): Add MO argument.
1883 (c_omp_depend_t_p, c_finish_omp_depobj): Declare.
1884 (c_finish_omp_for): Add FINAL_P argument.
1885 * c-omp.c: Include memmodel.h.
1886 (c_finish_omp_taskgroup): Add CLAUSES argument. Set
1887 OMP_TASKGROUP_CLAUSES to it.
1888 (c_finish_omp_atomic): Replace bool SEQ_CST argument with
1889 enum omp_memory_order MEMORY_ORDER. Set OMP_ATOMIC_MEMORY_ORDER
1890 instead of OMP_ATOMIC_SEQ_CST.
1891 (c_omp_depend_t_p, c_finish_omp_depobj): New functions.
1892 (c_finish_omp_flush): Add MO argument, if not MEMMODEL_LAST, emit
1893 __atomic_thread_fence call with the given value.
1894 (check_omp_for_incr_expr): Formatting fixes.
1895 (c_finish_omp_for): Add FINAL_P argument. Allow NE_EXPR
1896 even in OpenMP loops, diagnose if NE_EXPR and incr expression
1897 is not constant expression 1 or -1. Transform NE_EXPR loops
1898 with iterators pointers to VLA into LT_EXPR or GT_EXPR loops.
1899 (c_omp_check_loop_iv_r): Look for orig decl of C++ range for
1900 loops too.
1901 (c_omp_split_clauses): Add support for combined
1902 #pragma omp parallel master and
1903 #pragma omp {,parallel }master taskloop{, simd} constructs.
1904 Handle OMP_CLAUSE_IN_REDUCTION. Handle OMP_CLAUSE_REDUCTION_TASK.
1905 Handle OMP_CLAUSE_NONTEMPORAL. Handle splitting OMP_CLAUSE_IF
1906 also to OMP_SIMD. Copy OMP_CLAUSE_LASTPRIVATE_CONDITIONAL.
1907 (c_omp_predetermined_sharing): Don't return
1908 OMP_CLAUSE_DEFAULT_SHARED for const qualified decls.
1909 * c-pragma.c (omp_pragmas): Add PRAGMA_OMP_DEPOBJ and
1910 PRAGMA_OMP_REQUIRES.
1911 * c-pragma.h (enum pragma_kind): Likewise.
1912 (enum pragma_omp_clause): Add PRAGMA_OMP_CLAUSE_NONTEMPORAL
1913 and PRAGMA_OMP_CLAUSE_{IN,TASK}_REDUCTION.
1914
204839e7
DM
19152018-11-08 David Malcolm <dmalcolm@redhat.com>
1916
1917 * c-format.c (gcc_dump_printf_char_table): Add entry for %f.
1918
d8010ee4
DM
19192018-11-08 David Malcolm <dmalcolm@redhat.com>
1920
1921 * c-format.c (local_cgraph_node_ptr_node): New variable.
1922 (gcc_dump_printf_char_table): Add entry for %C.
1923 (get_pointer_to_named_type): New function, taken from the handling
1924 code for "gimple *" from...
1925 (init_dynamic_diag_info): ...here. Add handling for
1926 "cgraph_node *".
1927 * c-format.h (T_CGRAPH_NODE): New.
1928
4be5c72c
JM
19292018-10-19 Jason Merrill <jason@redhat.com>
1930
1931 * c-cppbuiltin.c (c_cpp_builtins): Add
1932 __cpp_nontype_template_parameter_class.
1933
f3f6029d
NS
19342018-10-31 Nathan Sidwell <nathan@acm.org>
1935
ab5324fb
NS
1936 * c-opts.c (c_finish_options): Force command line macro
1937 location. Refactor to avoid repeating main debug hook.
1938 (push_command_line_include): Clarify comment.
1939
f3f6029d
NS
1940 * c-opts.c (c_finish_options): Adjust cpp_force_token_locations call.
1941
91e3ec29
MS
19422018-10-30 Martin Sebor <msebor@redhat.com>
1943
1944 PR middle-end/87041
1945 * c-format.c (check_format_types): Avoid diagnosing null pointer
1946 arguments to printf-family of functions.
1947
b5ff4f5c
MP
19482018-10-30 Marek Polacek <polacek@redhat.com>
1949
1950 Implement P0892R2, explicit(bool).
1951 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_explicit_bool.
1952
7e2de6df
DM
19532018-10-29 David Malcolm <dmalcolm@redhat.com>
1954
1955 * name-hint.h (name_hint::take_deferred): New member function.
1956
b2bf438c
DM
19572018-10-29 David Malcolm <dmalcolm@redhat.com>
1958
1959 PR c++/56856
1960 * c-common.c (check_function_sentinel): Call fold_for_warn on the
1961 argument.
1962 (check_function_restrict): Rename param "argarray" to
1963 "unfolded_argarray", and make a copy named "argarray", calling
1964 fold_for_warn on each argument.
1965 (check_function_arguments): Add note about responsibility for
1966 folding the arguments.
1967
9f936c86
JM
19682018-10-17 Joseph Myers <joseph@codesourcery.com>
1969
1970 * c-common.c (flag_isoc2x): New variable.
1971 * c-common.h (clk_c): Update comment to reference C2X.
1972 (flag_isoc99, flag_isoc11): Update comments to reference future
1973 standard versions in general.
1974 (flag_isoc2x): Declare.
1975 * c-opts.c (set_std_c2x): New function.
1976 (c_common_handle_option): Handle -std=c2x and -std=gnu2x.
1977 (set_std_c89, set_std_c99, set_std_c11, set_std_c17): Set
1978 flag_isoc2x to 0.
1979 * c.opt (Wc11-c2x-compat, std=c2x, std=gnu2x): New options.
1980
7a8a92c4
JM
19812018-10-17 Joseph Myers <joseph@codesourcery.com>
1982
1983 * c.opt (std=c17, std=c18, std=gnu17, std=gnu18, std=iso9899:2017)
1984 (std=iso9899:2018): Document C17 as published in 2018.
1985
4dc003ff
CL
19862018-10-12 Christophe Lyon <christophe.lyon@linaro.org>
1987
1988 PR c++/87364
1989 * c-pretty-print.c (c_pretty_printer::constant): Fix typo.
1990
79371671
WW
19912018-10-11 Will Wray <wjwray@gmail.com>
1992
1993 PR c++/87364
1994 * c-pretty-print.h (pp_c_type_cast): Prototype.
1995 (pp_c_integer_constant): Likewise.
1996 * c-pretty-print.c (pp_c_type_cast): No longer static.
1997 (pp_c_integer_constant): Likewise.
1998 (pp_c_enumeration_constant): Fix loop termination when finding
1999 name of constant. No longer returns a value. Call
2000 pp_c_integer_constant.
2001 (c_pretty_printer::constant): Update for changes to
2002 pp_c_enumeration_constant.
2003
46c62690
JJ
20042018-10-11 Jakub Jelinek <jakub@redhat.com>
2005
2006 * c-lex.c (c_common_has_attribute): Return 201803 instead of 20180312
2007 for no_unique_address.
2008
c24300ba
DM
20092018-10-09 David Malcolm <dmalcolm@redhat.com>
2010
2011 * c-common.c (c_option_controlling_cpp_error): Rename to...
2012 (c_option_controlling_cpp_diagnostic): ...this, and convert
2013 "reason" from int to enum.
2014 (c_cpp_error): Rename to...
2015 (c_cpp_diagnostic): ...this, converting level and reason to enums.
2016 * c-common.h (c_cpp_error): Rename to...
2017 (c_cpp_diagnostic): ...this, converting level and reason to enums.
2018 * c-opts.c (c_common_init_options): Update for renaming.
2019
8656dafa
RS
20202018-10-08 Richard Sandiford <richard.sandiford@arm.com>
2021
2022 PR c/87286
2023 * c-common.c (vector_types_compatible_elements_p): Use
2024 INTEGRAL_TYPE_P instead of checking only for INTEGER_TYPE.
2025
8cff0652
VK
20262018-10-04 Vinay Kumar <vinay.kumar@blackfigtech.com>
2027
2028 * c-attribs.c (get_priority): Add a warning flag warn_prio_ctor_dtor
2029 to generate constructor destructor priority warning.
2030 * c.opt (-Wprio-ctor-dtor): New option.
2031
bedf03a2
JM
20322018-10-01 Jason Merrill <jason@redhat.com>
2033
2034 * c-lex.c (c_common_has_attribute): Add no_unique_address.
2035
6cc430c1
EB
20362018-10-01 Eric Botcazou <ebotcazou@adacore.com>
2037
2038 * c-ada-spec.c (get_underlying_decl): Get to the main type variant.
2039 (dump_ada_node): Add const keyword.
2040
87677ac7
ML
20412018-09-25 Martin Liska <mliska@suse.cz>
2042
2043 * c-common.c (c_common_truthvalue_conversion):
2044 Remove Pascal from documentation.
2045
518196cb
EB
20462018-09-21 Eric Botcazou <ebotcazou@adacore.com>
2047
2048 * c-ada-spec.c: Include diagnostic.h.
2049 (dump_ada_declaration) <RECORD_TYPE>: Issue a warning on packed layout.
2050
a599af84
MP
20512018-09-19 Marek Polacek <polacek@redhat.com>
2052
2053 * c.opt (Wclass-conversion): New.
2054
9c4a4b3c
DM
20552018-09-17 David Malcolm <dmalcolm@redhat.com>
2056
2057 * c-format.c (range_label_for_format_type_mismatch::get_text):
2058 Update for new param.
2059
c896ecfe
DM
20602018-09-17 David Malcolm <dmalcolm@redhat.com>
2061
2062 * c-format.c (format_warning_at_char): Update for introduction of
2063 format_string_diagnostic_t.
2064 (format_type_warning): Likewise.
2065
80c6d1f4
MJ
20662018-09-17 Martin Jambor <mjambor@suse.cz>
2067
2068 PR c/63886
2069 * c.opt (Wabsolute-value): New.
2070
6d900107
BE
20712018-09-06 Bernd Edlinger <bernd.edlinger@hotmail.de>
2072
2073 * c-common.c (complete_flexible_array_elts): New helper function.
2074 * c-common.h (complete_flexible_array_elts): Declare.
2075
b5764229
BE
20762018-09-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
2077
2078 * c-common.c (braced_list_to_string): Remove eval parameter.
2079 Add some more checks. Always create zero-terminated STRING_CST.
2080 * c-common.h (braced_list_to_string): Adjust prototype.
2081
85204e23
DM
20822018-08-27 David Malcolm <dmalcolm@redhat.com>
2083
2084 PR 87091
2085 * c-common.c (c_cpp_error): Update for conversion of show_caret_p
2086 to a tri-state.
2087 (maybe_suggest_missing_token_insertion): Likewise.
2088 (maybe_add_include_fixit): Add param "override_location". If set,
2089 and source-printing is enabled, then override the rich_location's
2090 primary location with that of the insertion point for the fix-it
2091 hint, marking it with SHOW_LINES_WITHOUT_RANGE.
2092 * c-common.h (extern void maybe_add_include_fixit): Add bool
2093 param.
2094 * c-format.c (selftest::test_type_mismatch_range_labels): Update
2095 for conversion of show_caret_p to a tri-state.
2096 * c-warn.c (warn_for_restrict): Likewise.
2097 * known-headers.cc
2098 (suggest_missing_header::~suggest_missing_header): Update call to
2099 maybe_add_include_fixit to suggest overriding the location, as it
2100 is for a note.
2101
3d78e008
ML
21022018-08-27 Martin Liska <mliska@suse.cz>
2103
2104 * c-common.c (check_function_restrict): Use new function
92a285c1
ML
2105 fndecl_built_in_p and remove check for FUNCTION_DECL if
2106 possible.
3d78e008
ML
2107 (check_builtin_function_arguments): Likewise.
2108 (reject_gcc_builtin): Likewise.
2109 * c-warn.c (sizeof_pointer_memaccess_warning): Likewise.
2110
b5be6d0c
MP
21112018-08-26 Marek Polacek <polacek@redhat.com>
2112
2113 PR c++/87029, Implement -Wredundant-move.
2114 * c.opt (Wredundant-move): New option.
2115
79ca9c35
MP
21162018-08-21 Marek Polacek <polacek@redhat.com>
2117
2118 PR c++/86981, Implement -Wpessimizing-move.
2119 * c.opt (Wpessimizing-move): New option.
2120
097f82ec
DM
21212018-08-20 David Malcolm <dmalcolm@redhat.com>
2122
2123 PR other/84889
2124 * c-attribs.c (common_handle_aligned_attribute): Add
2125 auto_diagnostic_group instance.
2126 * c-indentation.c (warn_for_misleading_indentation): Likewise.
2127 * c-opts.c (c_common_post_options): Likewise.
2128 * c-warn.c (warn_logical_not_parentheses): Likewise.
2129 (warn_duplicated_cond_add_or_warn): Likewise.
2130 (warn_for_multistatement_macros): Likewise.
2131
3fb558b1
NS
21322018-08-20 Nathan Sidwell <nathan@acm.org>
2133
2134 * c-ada-spec.c (macro_length, dump_ada_macros): Adjust macro parm
2135 access.
2136
800c0e98
NS
21372018-08-17 Nathan Sidwell <nathan@acm.org>
2138
2139 * c-cppbuiltin.c (struct lazy_hex_fp_value_struct): Remove macro
2140 field.
2141 (laxy_hex_fp_value_count): Make unsigned.
2142 (lazy_hex_fp_value): Provided with macro & lazy number. Directly
2143 manipulate the macro.
2144 (builtin_defin_with_hex_fp_value): Adjust callback name, use
2145 cpp_define_lazily.
2146
6f795a92
DM
21472018-08-17 David Malcolm <dmalcolm@redhat.com>
2148
2149 * c-format.c (enum format_type): Add gcc_dump_printf_format_type.
2150 (gcc_dump_printf_length_specs): New.
2151 (gcc_dump_printf_flag_pairs): New.
2152 (gcc_dump_printf_flag_specs): New.
2153 (gcc_dump_printf_char_table): New.
2154 (format_types_orig): Add entry for "gcc_dump_printf".
2155 (init_dynamic_diag_info): Set up length_char_specs and
2156 conversion_specs for gcc_dump_printf_format_type.
2157 (handle_format_attribute): Handle gcc_dump_printf_format_type.
2158
c5d725c0
NS
21592018-08-17 Nathan Sidwell <nathan@acm.org>
2160
10f04917
NS
2161 * c-ada-spec.c (macro_length, dump_ada_macros): Constify.
2162
c5d725c0
NS
2163 * c-ada-spec.c: Don't #include "cpp-id-data.h"
2164 * c-cppbuiltin.c: Likewise.
2165
c0c12356
ML
21662018-08-17 Martin Liska <mliska@suse.cz>
2167
2168 * c.opt: Remove Warn, Init and Report for options with
92a285c1
ML
2169 Ignore/Deprecated flag. Warning is done automatically for
2170 Deprecated flags.
c0c12356 2171
10fcc142
DM
21722018-08-16 David Malcolm <dmalcolm@redhat.com>
2173
2174 PR c++/70693
2175 * c-common.c (selftest::c_family_tests): Call
2176 selftest::c_indentation_c_tests.
2177 * c-common.h (selftest::c_indentation_c_tests): New decl.
2178 * c-indentation.c: Include "selftest.h".
2179 (next_tab_stop): Add "tab_width" param, rather than accessing
2180 cpp_opts.
2181 (get_visual_column): Likewise. Clarify comment. Bulletproof
2182 against reading past the end of the line.
2183 (get_first_nws_vis_column): Add "tab_width" param.
2184 (detect_intervening_unindent): Likewise.
2185 (should_warn_for_misleading_indentation): Read tab width from
2186 cpp_opts and pass around.
2187 (selftest::test_next_tab_stop): New test.
2188 (selftest::assert_get_visual_column_succeeds): New function.
2189 (ASSERT_GET_VISUAL_COLUMN_SUCCEEDS): New macro.
2190 (selftest::assert_get_visual_column_fails): New function.
2191 (ASSERT_GET_VISUAL_COLUMN_FAILS): New macro.
2192 (selftest::test_get_visual_column): New test.
2193 (selftest::c_indentation_c_tests): New function.
2194
3f6677f4
NS
21952018-08-16 Nathan Sidwell <nathan@acm.org>
2196
2197 * c-ada-spec.c (count_ada_macro): Use cpp_user_macro_p.
2198 (store_ada_macro): Likewise.
2199 * c-ppoutput.c (cb_used_define, dump_macro): Likewise.
2200 * c-spellcheck.cc (should-suggest_as_macro_p): Likewise,
2201
96e6ae57
DM
22022018-08-15 David Malcolm <dmalcolm@redhat.com>
2203
2204 * c-format.c: Include "selftest-diagnostic.h" and
2205 "gcc-rich-location.h".
2206 (format_warning_at_char): Pass NULL for new label params of
2207 format_warning_va.
2208 (class indirection_suffix): New class.
2209 (class range_label_for_format_type_mismatch): New class.
2210 (format_type_warning): Move logic for generating "*" suffix to
2211 class indirection_suffix. Create "fmt_label" and "param_label"
2212 to show their types, and pass them to the
2213 format_warning_at_substring calls.
2214 (selftest::test_type_mismatch_range_labels): New test.
2215 (selftest::c_format_c_tests): Call it.
2216
23aa9f7c
MS
22172018-08-13 Martin Sebor <msebor@redhat.com>
2218
2219 PR tree-optimization/71625
2220 * c-common.c (braced_list_to_string): New function.
2221 * c-common.h (braced_list_to_string): Declare it.
2222
f10a9135
NS
22232018-08-08 Nathan Sidwell <nathan@acm.org>
2224
2225 * c-common.c (try_to_locate_new_include_inertion_point): Use
2226 linemap_included_from_linemap.
2227 * c-lex.c (fe_file_change): Use linemap_included_from.
2228 * c-ppoutput.c (pp_file_change): Likewise.
2229
8a45b051
MS
22302018-08-01 Martin Sebor <msebor@redhat.com>
2231
2232 PR tree-optimization/86650
ab20d992 2233 * c-format.c (gcc_tdiag_char_table): Update comment for "%G".
8a45b051
MS
2234 (gcc_cdiag_char_table, gcc_cxxdiag_char_table): Same.
2235 (init_dynamic_diag_info): Update from "gcall *" to "gimple *".
2236 * c-format.h (T89_G): Update to be "gimple *" rather than
2237 "gcall *".
2238 (local_gcall_ptr_node): Rename...
2239 (local_gimple_ptr_node): ...to this.
2240
e540ccc0
DM
22412018-07-31 David Malcolm <dmalcolm@redhat.com>
2242
2243 * c-format.c (PP_FORMAT_CHAR_TABLE): New macro, based on existing
2244 table entries for gcc_diag_char_table, and the 'Z' entry from
2245 gcc_tdiag_char_table, changing the "chain" entry for 'Z' from
2246 &gcc_tdiag_char_table[0] to &gcc_diag_char_table[0].
2247 (gcc_diag_char_table): Use PP_FORMAT_CHAR_TABLE, implicitly
2248 adding missing "Z" for this table. Remove erroneous "G" and "K"
2249 entries.
2250 (gcc_tdiag_char_table): Use PP_FORMAT_CHAR_TABLE. Remove "v".
2251 (gcc_cdiag_char_table): Use PP_FORMAT_CHAR_TABLE.
2252 (gcc_cxxdiag_char_table): Use PP_FORMAT_CHAR_TABLE. Remove "v".
2253
425fc685
RE
22542018-07-31 Richard Earnshaw <rearnsha@arm.com>
2255
2256 * c-common.c (speculation_safe_resolve_call): New function.
2257 (speculation_safe_resolve_params): New function.
2258 (speculation_safe_resolve_return): New function.
2259 (resolve_overloaded_builtin): Handle __builtin_speculation_safe_value.
2260 * c-cppbuiltin.c (c_cpp_builtins): Add pre-define for
2261 __HAVE_SPECULATION_SAFE_VALUE.
2262
181463c2
DM
22632018-07-20 David Malcolm <dmalcolm@redhat.com>
2264
2265 * c-common.c (c_cpp_error): Remove redundant "line_table"
2266 parameter from call to rich_location::set_range.
2267 (maybe_suggest_missing_token_insertion): Likewise.
2268
0d7f9065
MS
22692018-07-20 Martin Sebor <msebor@redhat.com>
2270
2271 PR middle-end/82063
ab20d992 2272 * c.opt (-Warray-bounds): Remove redundant -Wall.
0d7f9065 2273
00abf86c
MS
22742018-07-20 Martin Sebor <msebor@redhat.com>
2275
2276 PR middle-end/82063
2277 * c-common.h (c_common_handle_option): Change function argument
2278 to HOST_WIDE_INT.
2279 * c-opts.c (c_common_init_options): Same.
2280 (c_common_handle_option): Same. Remove special handling of
2281 OPT_Walloca_larger_than_ and OPT_Wvla_larger_than_.
2282 * c.opt (-Walloc-size-larger-than, -Walloca-larger-than): Change
2283 options to take a HOST_WIDE_INT argument and accept a byte-size
2284 suffix. Initialize.
2285 (-Wvla-larger-than): Same.
2286 (-Wno-alloc-size-larger-than, -Wno-alloca-larger-than): New.
2287 (-Wno-vla-larger-than): Same.
2288
9b452033
JJ
22892018-07-12 Jakub Jelinek <jakub@redhat.com>
2290
2291 * c-attribs.c (c_common_attribute_table): Add
2292 "omp declare target implicit" attribute.
2293
cd0762f3
RB
22942018-07-12 Richard Biener <rguenther@suse.de>
2295
2296 PR c/86453
2297 * c-attribs.c (handle_packed_attribute): Do not build a variant
2298 type with TYPE_PACKED, instead ignore the attribute if we may
2299 not apply to the original type.
2300
0b27c3ed
JJ
23012018-07-10 Jakub Jelinek <jakub@redhat.com>
2302
2303 PR c++/86443
2304 * c-omp.c (c_omp_check_loop_iv_r, c_omp_check_loop_iv): Allow declv
2305 to contain TREE_LIST for both the original class iterator and the
2306 "last" helper var.
2307
e730a0ef
EB
23082018-07-07 Eric Botcazou <ebotcazou@adacore.com>
2309
2310 * c-ada-spec.c (to_ada_name): Remove index parameter.
2311 (pp_ada_tree_identifier): Likewise.
2312 (dump_ada_macros): Adjust call to to_ada_name.
2313 (struct overloaded_name_hash): Delete.
2314 (struct overloaded_name_hasher): Likewise.
2315 (overloaded_names): Likewise.
2316 (compute_overloading_index): Likewise.
2317 (dump_ada_decl_name): Do not call compute_overloading_index and
2318 adjust calls to pp_ada_tree_identifier.
2319 (dump_ada_double_name): Adjust calls to pp_ada_tree_identifier.
2320 (dump_ada_import): Add spc parameter and switch to aspect syntax.
2321 (dump_ada_function_declaration): Adjust call to pp_ada_tree_identifier.
2322 (dump_ada_enum_type): Remove type and display_convention parameters.
2323 Adjust calls to pp_ada_tree_identifier.
2324 (dump_ada_node): Likewise and for dump_ada_structure.
2325 (dump_nested_type) <ENUMERAL_TYPE>: Adjust call to dump_ada_enum_type
2326 and tidy up.
2327 <RECORD_TYPE>: Adjust call to dump_ada_structure and switch to aspect
2328 syntax.
2329 (print_constructor): Adjust call to pp_ada_tree_identifier.
2330 (print_destructor): Likewise.
2331 (dump_ada_declaration): Switch to aspect syntax.
2332 (dump_ada_structure): Likewise and tidy up. Replace display_convention
2333 parameter with nested parameter.
2334 (dump_ads): Emit pragma Ada_2012 in lieu of pragma Ada_2005.
2335 (dump_ada_specs): Do not delete overloaded_names table.
2336
8de583fc
PB
23372018-07-06 Peter Bergner <bergner@linux.ibm.com>
2338
2339 PR target/86324
e730a0ef 2340 * c-attribs.c (handle_mode_attribute): Call translate_mode_attribute
8de583fc
PB
2341 target hook.
2342
09cff37b
NS
23432018-07-05 Nathan Sidwell <nathan@acm.org>
2344
2345 * c-lex.c (fe_file_change): Check SYSTEM_IMPLICIT_EXTERN_C not
2346 NO_IMPLICIT_EXTERN_C.
2347
98086b2b
ML
23482018-06-28 Martin Liska <mliska@suse.cz>
2349
2350 * cppspec.c: Include opt-suggestions.h.
2351
ab20d992
JJ
23522018-06-20 Chung-Lin Tang <cltang@codesourcery.com>
2353 Thomas Schwinge <thomas@codesourcery.com>
829c6349
CLT
2354 Cesar Philippidis <cesar@codesourcery.com>
2355
2356 * c-pragma.h (enum pragma_omp_clause): Add
2357 PRAGMA_OACC_CLAUSE_{FINALIZE,IF_PRESENT}. Remove
2358 PRAGMA_OACC_CLAUSE_PRESENT_OR_{COPY,COPYIN,COPYOUT,CREATE}.
2359
f41b7612
JJ
23602018-06-20 Jakub Jelinek <jakub@redhat.com>
2361
2362 PR c++/86210
2363 * c-common.c (check_nonnull_arg): Use fold_for_warn. Adjust obsolete
2364 comment.
2365
4252ccd7
MS
23662018-06-18 Martin Sebor <msebor@redhat.com>
2367
2368 PR middle-end/85602
2369 * c-warn.c (sizeof_pointer_memaccess_warning): Check for attribute
2370 nonstring.
2371
e197e64e
KV
23722018-06-16 Kugan Vivekanandarajah <kuganv@linaro.org>
2373
2374 * c-common.c (c_common_truthvalue_conversion): Handle ABSU_EXPR.
2375
34a7a230
JM
23762018-06-13 Jason Merrill <jason@redhat.com>
2377
5cef3733
JM
2378 * c-opts.c (c_common_post_options): Warn about useless -Wabi.
2379 (c_common_handle_option) [OPT_Wabi_]: Remove flag_abi_compat_version
2380 handling.
2381
34a7a230
JM
2382 PR c++/86094 - wrong code with defaulted move ctor.
2383 * c-opts.c (c_common_post_options): Bump the current ABI version to
2384 13. Set warn_abi_version and flag_abi_compat_version to the current
2385 version rather than 0. Fix defaulting flag_abi_compat_version from
2386 warn_abi_version.
2387
bb0f14ae
MS
23882018-06-12 Martin Sebor <msebor@redhat.com>
2389
2390 PR c/85931
2391 * c-warn.c (sizeof_pointer_memaccess_warning): Avoid warning when
2392 sizeof source and destination yields the same value.
2393
3713f2e2
ML
23942018-06-12 Martin Liska <mliska@suse.cz>
2395
2396 * c.opt: Make MPX-related options as Deprecated.
2397
4af78ef8
DM
23982018-06-08 David Malcolm <dmalcolm@redhat.com>
2399
2400 * c-pretty-print.c (c_pretty_printer::statement): Use TDF_NONE
2401 rather than 0.
2402
31db0fe0
ML
24032018-06-08 Martin Liska <mliska@suse.cz>
2404
2405 * c-attribs.c (handle_bnd_variable_size_attribute): Remove support
2406 for MPX (macros, related functions, fields in cgraph_node, ...).
2407 (handle_bnd_legacy): Likewise.
2408 (handle_bnd_instrument): Likewise.
2409 * c.opt: Likewise.
2410
fe16acf2
JJ
24112018-06-06 Jakub Jelinek <jakub@redhat.com>
2412
2413 PR c++/86068
2414 * c-cppbuiltin.c (c_cpp_builtins): Fix a typo, set
2415 __cpp_transactional_memory to 201500 instead of 210500.
2416
4dbdb49b
JM
24172018-06-06 Jason Merrill <jason@redhat.com>
2418
2419 PR c++/85710 - ICE with -Wmemset-elt-size.
2420 * c-warn.c (warn_for_memset): Don't crash on incomplete element type.
2421
f8ad043f
JM
24222018-06-01 Jason Merrill <jason@redhat.com>
2423
2424 * c-cppbuiltin.c (c_cpp_builtins): Bump __cpp_deduction_guides to
2425 201703.
2426
abc24d93
EB
24272018-06-01 Eric Botcazou <ebotcazou@adacore.com>
2428
2429 * c-ada-spec.c (dump_ada_declaration) <TYPE_DECL>: Generate a forward
2430 declaration for a typedef independently of whether the declaration of
2431 the subtype is generated.
2432
d258f4aa
MS
24332018-05-31 Martin Sebor <msebor@redhat.com>
2434
2435 PR c/82063
2436 * c.opt (-Wno-alloc-size-larger-than): New option.
2437
b67b9225
DP
24382018-04-22 David Pagan <dave.pagan@oracle.com>
2439
2440 PR c/55976
2441 * c-opts.c (c_common_post_options): Set default for warn_return_type
ab20d992 2442 for C++/C++ with ObjC extensions only. For C, makes it possible to
b67b9225
DP
2443 differentiate between default (no option), -Wreturn-type, and
2444 -Wno-return-type.
2445
04eb9c55
JM
24462018-05-29 Jason Merrill <jason@redhat.com>
2447
2448 * c.opt (Winit-list-lifetime): New flag.
2449
b0c31bc6
BE
24502018-05-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
2451
2452 * c-lex.c (get_fileinfo): Use splay_tree_compare_strings and
2453 splay_tree_delete_pointers.
2454
44284983
JJ
24552018-05-26 Jakub Jelinek <jakub@redhat.com>
2456
2457 PR bootstrap/85921
2458 * c-warn.c (diagnose_mismatched_attributes): Remove unnecessary
2459 noinline variable to workaround broken kernel headers.
2460
b46b715d
JM
24612018-05-18 Jason Merrill <jason@redhat.com>
2462
2463 * c.opt (Wdeprecated-copy): New flag.
2464
40659769
ML
24652018-05-17 Martin Liska <mliska@suse.cz>
2466
2467 * c-warn.c (overflow_warning): Do not use
2468 space in between 'G_' and '('.
2469
403962ea
JM
24702018-05-09 Jason Merrill <jason@redhat.com>
2471
2472 * c-common.c (valid_array_size_p): Add complain parameter.
2473 * c-common.h: ...which defaults to true.
2474
1c9ee609
JJ
24752018-05-11 Jakub Jelinek <jakub@redhat.com>
2476
2477 PR c/85696
2478 * c-omp.c (c_omp_predetermined_sharing): Return
2479 OMP_CLAUSE_DEFAULT_SHARED for artificial vars with integral type.
2480
19916065
ML
24812018-05-11 Martin Liska <mliska@suse.cz>
2482
92a285c1 2483 PR sanitizer/85556
19916065
ML
2484 * c-attribs.c (handle_no_sanitize_attribute): Iterate all
2485 TREE_LIST values.
2486
79e7b1fe
JJ
24872018-05-10 Jakub Jelinek <jakub@redhat.com>
2488
2489 PR c++/85662
2490 * c-common.h (fold_offsetof_1): Removed.
2491 (fold_offsetof): Add TYPE argument defaulted to size_type_node and
2492 CTX argument defaulted to ERROR_MARK.
2493 * c-common.c (fold_offsetof_1): Renamed to ...
2494 (fold_offsetof): ... this. Remove wrapper function. Add TYPE
2495 argument, convert the pointer constant to TYPE and use size_binop
2496 with PLUS_EXPR instead of fold_build_pointer_plus if type is not
2497 a pointer type. Adjust recursive calls.
2498
86c12f76
EB
24992018-05-10 Eric Botcazou <ebotcazou@adacore.com>
2500
2501 PR c++/85400
2502 * c-attribs.c (handle_visibility_attribute): Do not set no_add_attrs.
2503
ee336e84
NS
25042018-05-07 Nathan Sidwell <nathan@acm.org>
2505
2506 * c.opt (ffor-scope): Remove functionality, issue warning.
2507
6c072e21
NS
25082018-05-03 Nathan Sidwell <nathan@acm.org>
2509
2510 * c.opt (ffriend-injection): Remove functionality, issue warning.
2511
2cc7d3a7
DM
25122018-05-01 David Malcolm <dmalcolm@redhat.com>
2513
2514 PR c/84258
2515 * c-format.c (struct format_check_results): Add field
2516 "number_non_char".
2517 (check_format_info): Initialize it, and warn if encountered.
2518 (check_format_arg): Distinguish between wide char and
2519 everything else when detecting arrays of non-char.
2520
7761dfbe
DM
25212018-04-30 David Malcolm <dmalcolm@redhat.com>
2522
2523 * c-format.c (get_corrected_substring): Update for
2524 location_get_source_line returning a char_span. Use a char_span
2525 when handling the prefix of the correction.
2526 * c-indentation.c (get_visual_column): Update for
2527 location_get_source_line returning a char_span.
2528 (get_first_nws_vis_column): Likewise.
2529
62e98ef1
DM
25302018-03-29 David Malcolm <dmalcolm@redhat.com>
2531
2532 PR c++/84269
2533 * known-headers.cc (get_stdlib_header_for_name): Add various names
2534 from <assert.h>, <string.h>, and <memory.h>; add more names from
2535 <stdio.h>.
2536
a7dea617
JJ
25372018-03-27 Jakub Jelinek <jakub@redhat.com>
2538
2539 PR c++/85061
2540 * c-common.c (fold_offsetof_1) <case COMPOUND_EXPR>: Assert that
2541 get_base_address of the second operand is a VAR_P, rather than the
2542 operand itself, and use gcc_checking_assert instead of gcc_assert.
2543
889a3a30
MP
25442018-03-23 Marek Polacek <polacek@redhat.com>
2545
2546 PR c++/85045
2547 * c-pretty-print.c (c_pretty_printer::multiplicative_expression)
2548 <case RDIV_EXPR>: Tweak condition.
2549
452154b9
EB
25502018-03-20 Eric Botcazou <ebotcazou@adacore.com>
2551
2552 * c-ada-spec.c (pp_ada_tree_identifier): Deal specifically with _Bool.
2553
63ecb626
JJ
25542018-03-16 Jakub Jelinek <jakub@redhat.com>
2555
ce811fc4
JJ
2556 PR c/84909
2557 * c-warn.c (conversion_warning): Replace "to to" with "to" in
2558 diagnostics.
2559
63ecb626
JJ
2560 PR c/84910
2561 * c-warn.c (diagnose_mismatched_attributes): Remove trailing space from
2562 diagnostics.
2563
a1295eec
RB
25642018-03-16 Richard Biener <rguenther@suse.de>
2565
2566 PR c/84873
2567 * c-gimplify.c (c_gimplify_expr): Revert previous change. Instead
2568 unshare the possibly folded expression.
2569
919674fb
RB
25702018-03-15 Richard Biener <rguenther@suse.de>
2571
2572 PR c/84873
2573 * c-gimplify.c (c_gimplify_expr): Do not fold expressions.
2574
f99309b2
MS
25752018-03-13 Martin Sebor <msebor@redhat.com>
2576
2577 PR tree-optimization/84725
2578 * c-attribs.c (handle_nonstring_attribute): Allow attribute nonstring
2579 with all three narrow character types, including their qualified forms.
2580
e9b9fa4c
MS
25812018-03-12 Martin Sebor <msebor@redhat.com>
2582
2583 PR tree-optimization/83456
ab20d992 2584 * c-common.c (check_function_restrict): Return bool.
e9b9fa4c
MS
2585 Restore checking of bounded built-in functions.
2586 (check_function_arguments): Also return the result
2587 of warn_for_restrict.
ab20d992
JJ
2588 * c-common.c (check_function_restrict): Return bool.
2589 * c-warn.c (warn_for_restrict): Return bool.
e9b9fa4c 2590
0805d020
MP
25912018-03-02 Marek Polacek <polacek@redhat.com>
2592
2593 PR c++/84171
2594 * c-warn.c (warn_for_sign_compare): Bail out if any of the operands
2595 is erroneous.
2596
ed2a2f08
TS
25972018-03-02 Thomas Schwinge <thomas@codesourcery.com>
2598
2599 * c-attribs.c (c_common_attribute_table): Remove "cilk simd
2600 function".
2601
90abdde0
MP
26022018-03-01 Marek Polacek <polacek@redhat.com>
2603
2604 PR c++/84639
2605 * c-attribs.c (common_handle_aligned_attribute): Don't use invalid
2606 alignment in computation.
2607
c6db43fa
EB
26082018-02-28 Eric Botcazou <ebotcazou@adacore.com>
2609
2610 * c-ada-spec.c (dump_ada_node) <NULLPTR_TYPE>: New case.
2611 <REAL_TYPE>: Deal specifically with _Float128/__float128.
2612
9e25c7ed
EB
26132018-02-28 Eric Botcazou <ebotcazou@adacore.com>
2614
2615 * c-ada-spec.c (dump_ada_double_name) <ENUMERAL_TYPE>: New case.
2616 (is_char_array): Take a type instead of a declaration.
2617 (dump_ada_array_type): Likewise.
2618 (is_simple_enum): Minor tweak.
2619 (dump_ada_enum_type): New function extracted from...
2620 (dump_ada_node) <ENUMERAL_TYPE>: ...here. Invoke it.
2621 <INTEGER_TYPE>: Remove unreachable code.
2622 <RECORD_TYPE>: Likewise. Minor tweaks.
2623 (dump_nested_type) <ARRAY_TYPE>: Adjust to above changes.
2624 <ENUMERAL_TYPE>: New case.
2625 <RECORD_TYPE>: Factor out common code.
2626 (dump_ada_declaration) <ARRAY_TYPE>: Adjust to above changes.
2627 Minor tweaks. Deal with enumeral types.
2628 (dump_ada_structure): Minor tweaks.
2629
09de3550
EB
26302018-02-28 Eric Botcazou <ebotcazou@adacore.com>
2631
2632 * c-ada-spec.c (dump_ada_node) <POINTER_TYPE>: Do not use generic
2633 address for incomplete structures.
2634 (dump_forward_type): Do not bail out for incomplete structures.
2635 (dump_ada_declaration): Do not special-case incomplete structures
2636 for subtypes. Dump them as null records for types.
2637
095d8d4b
EB
26382018-02-28 Eric Botcazou <ebotcazou@adacore.com>
2639
2640 * c-ada-spec.c (dump_ada_import): Use boolean and fix formatting.
2641 (is_char_array): Fix formatting.
2642 (dump_template_types): Likewise.
2643 (dump_generic_ada_node): Rename into...
2644 (dump_ada_node): ...this.
2645 <POINTER_TYPE>: Remove superfluous space. Use generic address for
2646 incomplete structures and not for empty structures. Do not use it
2647 when forward declarations are needed.
2648 (dump_forward_type): New function.
2649 (dump_nested_types): Remove FORWARD parameter. Do not consider
2650 TREE_VISITED and do not generate a forward declaration. Only dump
2651 original nested types for nested declaration.
2652 (dump_nested_type) <POINTER_TYPE>: Call dump_forward_type.
2653 <ARRAY_TYPE>: Likewise if the component type is an anonymous pointer.
2654 <RECORD_TYPE>: Do not consider TREE_VISITED.
2655 (dump_ada_declaration): Use booleans and fix formatting throughout.
2656 <TYPE_DECL>: Skip incomplete structures and not empty structures.
2657 Call dump_forward_type instead of dump_nested_types for a typedef.
2658 Remove superfluous check and adjust call to dump_nested_types.
2659 <POINTER_TYPE>: Call dump_forward_type and fall through.
2660 (dump_ada_struct_decl): Rename into...
2661 (dump_ada_structure): ...this. Do not special-case empty structures.
2662
d4cfd486
MS
26632018-02-27 Martin Sebor <msebor@redhat.com>
2664
2665 PR c++/83871
2666 * c.opt (-Wmissing-attributes): New option.
2667
b22dbd03
ML
26682018-02-21 Martin Liska <mliska@suse.cz>
2669
2670 * c.opt (Wcatch-value=): Add IntegerRange.
2671
883dfe2a
JM
26722018-02-15 Jason Merrill <jason@redhat.com>
2673
2674 * c-cppbuiltin.c (c_cpp_builtins): Update __cpp_deduction_guides.
2675
0444aa9c
NS
26762018-02-09 Nathan Sidwell <nathan@acm.org>
2677
2678 PR c/84293
2679 * c-common.h (strict_aliasing_warning): Drop OTYPE arg, insert LOC
2680 arg.
2681 * c-warn.c (strict_aliasing_warning): Drop OTYPE arg, require LOC
2682 arg. Adjust.
2683
cea71f0a
MS
26842018-02-09 Martin Sebor <msebor@redhat.com>
2685
2686 PR lto/84212
2687 * c.opt (-Wstringop-overflow, -Warray-bounds): Add LTO.
2688 (-Walloc-size-larger-than, -Wformat-truncation=): Same.
2689 (-Wmaybe-uninitialized, -Wnonnull, -Wrestrict): Same.
2690 (-Wstrict-overflow, -Wsuggest-attribute): Same.
2691 (-Wuninitialized): Same.
2692
8c8b7be5
EB
26932018-02-09 Eric Botcazou <ebotcazou@adacore.com>
2694
2695 * c-ada-spec.c (dump_ada_declaration): Do not generate the 'constant'
2696 keyword for components.
2697
7c30b12a
PC
26982018-02-02 Paolo Carlini <paolo.carlini@oracle.com>
2699
2700 * c-common.h (DECL_UNNAMED_BIT_FIELD): New.
2701
eece7fe5
JK
27022018-02-02 Julia Koval <julia.koval@intel.com>
2703
2704 * c-common.h (omp_clause_mask): Move to wide_int_bitmask.h.
2705
7d07a93a
MP
27062018-01-29 Marek Polacek <polacek@redhat.com>
2707
2708 PR c/83966
2709 * c-format.c (check_function_format): Check current_function_decl.
2710
53723269
JJ
27112018-01-27 Jakub Jelinek <jakub@redhat.com>
2712
2713 * c-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup for the fp_suffix
2714 argument.
2715 (LAZY_HEX_FP_VALUES_CNT): Define.
2716 (lazy_hex_fp_values): Allow up to LAZY_HEX_FP_VALUES_CNT lazy hex fp
2717 values rather than just 12.
2718 (builtin_define_with_hex_fp_value): Likewise.
2719
7365279f
BK
27202018-01-18 Boris Kolpackov <boris@codesynthesis.com>
2721
92a285c1
ML
2722 PR other/70268
2723 * c.opt (-fmacro-prefix-map): New option.
2724 * c-opts.c (c_common_handle_option): Handle it.
2725 * c-lex.c (init_c_lex): Set remap_filename cpp callback.
2726 * c-ppoutput.c (init_pp_output): Likewise.
7365279f 2727
bb9869d5
DM
27282018-01-17 David Malcolm <dmalcolm@redhat.com>
2729
2730 PR c++/83814
2731 * c-common.c (fold_for_warn): Move to c/c-fold.c and cp/expr.c.
2732
68dc87c3
EB
27332018-01-10 Eric Botcazou <ebotcazou@adacore.com>
2734
2735 * c-ada-spec.c (dump_number): Add FLOAT_P parameter.
2736 Skip 'f' and 'F' characters if it is true.
2737 (store_ada_macro): Minor tweak.
2738 (dump_ada_macros) <CPP_COMMENT>: Likewise.
2739 <CPP_WSTRING>: Likewise.
2740 <CPP_STRING>: Output '&' in the buffer if not the first string.
2741 <CPP_NUMBER>: Adjust calls to dump_number.
2742
9a004410
DM
27432018-01-10 David Malcolm <dmalcolm@redhat.com>
2744
2745 PR c++/43486
2746 * c-common.c: Include "selftest.h".
2747 (get_atomic_generic_size): Perform the test for integral type
2748 before the range test for any integer constant, fixing indentation
2749 of braces. Call fold_for_warn before testing for an INTEGER_CST.
2750 (reject_gcc_builtin): Strip any location wrapper from EXPR.
2751 (selftest::test_fold_for_warn): New function.
2752 (selftest::c_common_c_tests): New function.
2753 (selftest::c_family_tests): Call it, and
2754 selftest::c_pretty_print_c_tests.
2755 * c-common.h (selftest::c_pretty_print_c_tests): New decl.
2756 * c-format.c (check_format_arg): Convert VAR_P check to a
2757 fold_for_warn.
2758 * c-pretty-print.c: Include "selftest.h".
2759 (pp_c_cast_expression): Don't print casts for location wrappers.
2760 (selftest::assert_c_pretty_printer_output): New function.
2761 (ASSERT_C_PRETTY_PRINTER_OUTPUT): New macro.
2762 (selftest::test_location_wrappers): New function.
2763 (selftest::c_pretty_print_c_tests): New function.
2764 * c-warn.c (warn_for_memset): Call fold_for_warn on the arguments.
2765
5c0caeb3
RS
27662018-01-03 Richard Sandiford <richard.sandiford@linaro.org>
2767 Alan Hayward <alan.hayward@arm.com>
2768 David Sherwood <david.sherwood@arm.com>
2769
2770 * c-common.c (c_common_type_for_mode): Handle MODE_VECTOR_BOOL.
2771
73a699ae
RS
27722018-01-03 Richard Sandiford <richard.sandiford@linaro.org>
2773 Alan Hayward <alan.hayward@arm.com>
2774 David Sherwood <david.sherwood@arm.com>
2775
2776 * c-ubsan.c (ubsan_instrument_shift): Treat GET_MODE_BITSIZE
2777 as polynomial.
2778
928686b1
RS
27792018-01-03 Richard Sandiford <richard.sandiford@linaro.org>
2780 Alan Hayward <alan.hayward@arm.com>
2781 David Sherwood <david.sherwood@arm.com>
2782
2783 * c-common.c (vector_types_convertible_p, c_build_vec_perm_expr)
2784 (convert_vector_to_array_for_subscript): Handle polynomial
2785 TYPE_VECTOR_SUBPARTS.
2786 (c_common_type_for_mode): Check valid_vector_subparts_p.
2787 * c-pretty-print.c (pp_c_initializer_list): Handle polynomial
2788 VECTOR_CST_NELTS.
2789
85ec4feb
JJ
27902018-01-03 Jakub Jelinek <jakub@redhat.com>
2791
2792 Update copyright years.
2793
170a8bd6 27942017-12-22 Mike Stump <mikestump@comcast.net>
92a285c1 2795 Eric Botcazou <ebotcazou@adacore.com>
170a8bd6
EB
2796
2797 * c-pragma.c (init_pragma): Register pragma GCC unroll.
2798 * c-pragma.h (enum pragma_kind): Add PRAGMA_UNROLL.
2799
ab20d992 28002017-12-22 Alexandre Oliva <aoliva@redhat.com>
18408e96
AO
2801
2802 PR debug/83527
2803 PR debug/83419
2804 * c-semantics.c (only_debug_stmts_after_p): New.
2805 (pop_stmt_list): Clear side effects in debug-only stmt list.
2806 Check for single nondebug stmt followed by debug stmts only.
2807
c12d20d4
AO
28082017-12-21 Alexandre Oliva <aoliva@redhat.com>
2809
2810 PR debug/83419
2811 * c-semantics.c (pop_stmt_list): Propagate side effects from
2812 single nondebug stmt to container list.
2813
01512446
JJ
28142017-12-19 Jakub Jelinek <jakub@redhat.com>
2815
2816 * known-headers.cc (get_stdlib_header_for_name): Replace Yoda
2817 conditions with typical order conditions.
2818
82cfbd01
MP
28192017-12-18 Marek Polacek <polacek@redhat.com>
2820
2821 * c-warn.c (warn_logical_operator): Return early if -Wlogical-op is
2822 not in effect.
2823
99da11ec
MS
28242017-12-17 Martin Sebor <msebor@redhat.com>
2825
2826 * c-attribs.c (common_handle_aligned_attribute): Avoid issuing
2827 an error for attribute warn_if_not_aligned.
2828
cc8bea0a
MS
28292017-12-16 Martin Sebor <msebor@redhat.com>
2830
2831 PR tree-optimization/78918
2832 * c-common.c (check_function_restrict): Avoid checking built-ins.
2833 * c.opt (-Wrestrict): Include in -Wall.
2834
4849deb1
JJ
28352017-12-15 Jakub Jelinek <jakub@redhat.com>
2836
2837 * c-attribs.c (c_common_attribute_table,
2838 c_common_format_attribute_table): Swap affects_type_identity
2839 and handler fields, adjust comments.
2840
c65e18d3
BE
28412017-12-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2842
2843 * c.opt (Wcast-function-type): New warning option.
2844 * c-lex.c (get_fileinfo): Avoid warning.
2845 * c-ppoutput.c (scan_translation_unit_directives_only): Remove cast.
2846
2004617a
QZ
28472017-12-14 Qing Zhao <qing.zhao@oracle.com>
2848
7365279f 2849 PR middle_end/79538
2004617a
QZ
2850 * c-cppbuiltin.c (builtin_define_with_hex_fp_value):
2851 Adjust the size of buf1 and buf2, add a new buf to avoid
2852 format-overflow warning.
2853
ab20d992 28542017-12-12 Alexandre Oliva <aoliva@redhat.com>
96a95ac1
AO
2855
2856 * c-semantics.c (pop_stmt_list): Move begin stmt marker into
2857 subsequent statement list.
2858
5d9ae53d
MS
28592017-12-07 Martin Sebor <msebor@redhat.com>
2860
2861 PR c/81544
2862 PR c/81566
2863 * c-attribs.c (attr_aligned_exclusions): New array.
2864 (attr_alloc_exclusions, attr_cold_hot_exclusions): Same.
2865 (attr_common_exclusions, attr_const_pure_exclusions): Same.
2866 (attr_gnu_inline_exclusions, attr_inline_exclusions): Same.
2867 (attr_noreturn_exclusions, attr_returns_twice_exclusions): Same.
2868 (attr_warn_unused_result_exclusions): Same.
2869 (handle_hot_attribute, handle_cold_attribute): Simplify.
2870 (handle_const_attribute): Warn on function returning void.
2871 (handle_pure_attribute): Same.
2872 (handle_aligned_attribute): Diagnose conflicting attribute
2873 specifications.
2874 * c-warn.c (diagnose_mismatched_attributes): Simplify.
2875
c79144f8
DM
28762017-12-06 David Malcolm <dmalcolm@redhat.com>
2877
2878 PR c/83236
2879 * c-common.c (selftest::c_family_tests): Call
2880 selftest::c_spellcheck_cc_tests.
2881 * c-common.h (selftest::c_spellcheck_cc_tests): New decl.
2882 * c-spellcheck.cc: Include "selftest.h".
2883 (name_reserved_for_implementation_p): New function.
2884 (should_suggest_as_macro_p): New function.
2885 (find_closest_macro_cpp_cb): Move the check for NT_MACRO to
2886 should_suggest_as_macro_p and call it.
2887 (selftest::test_name_reserved_for_implementation_p): New function.
2888 (selftest::c_spellcheck_cc_tests): New function.
2889 * c-spellcheck.h (name_reserved_for_implementation_p): New decl.
2890
613bc14f
DM
28912017-12-06 David Malcolm <dmalcolm@redhat.com>
2892
2893 * c-spellcheck.cc: New file, taken from macro-handling code in
2894 spellcheck-tree.c.
2895 * c-spellcheck.h: New file, taken from macro-handling code in
2896 spellcheck-tree.h.
2897
e76c7157
JJ
28982017-12-01 Jakub Jelinek <jakub@redhat.com>
2899
2900 * c-attribs.c (c_common_attribute_table): Remove "cilk simd function"
2901 attribute.
2902 (handle_simd_attribute): Don't check for "cilk simd function"
2903 attribute. Reindent, formatting changes.
2904
b0da4034
JK
29052017-11-30 Julia Koval <julia.koval@intel.com>
2906
2907 * c-common.h (inv_list): Remove.
2908
058f0b9e
JJ
29092017-11-28 Jakub Jelinek <jakub@redhat.com>
2910
2911 PR sanitizer/81275
2912 * c-common.c (c_switch_covers_all_cases_p_1,
2913 c_switch_covers_all_cases_p): New functions.
2914 * c-common.h (c_switch_covers_all_cases_p): Declare.
2915
5e9d6aa4 29162017-11-28 Julia Koval <julia.koval@intel.com>
92a285c1 2917 Sebastian Peryt <sebastian.peryt@intel.com>
5e9d6aa4
JK
2918
2919 * array-notation-common.c: Delete.
2920 * c-cilkplus.c: Ditto.
2921 * c-common.c (_Cilk_spawn, _Cilk_sync, _Cilk_for): Remove.
2922 * c-common.def (ARRAY_NOTATION_REF): Remove.
2923 * c-common.h (RID_CILK_SPAWN, build_array_notation_expr,
2924 build_array_notation_ref, C_ORT_CILK, c_check_cilk_loop,
2925 c_validate_cilk_plus_loop, cilkplus_an_parts,
2926 cilk_ignorable_spawn_rhs_op,
2927 cilk_recognize_spawn): Remove.
2928 * c-gimplify.c (CILK_SPAWN_STMT): Remove.
2929 * c-omp.c: Remove CILK_SIMD check.
2930 * c-pragma.c: Ditto.
2931 * c-pragma.h: Remove CILK related pragmas.
2932 * c-pretty-print.c (c_pretty_printer::postfix_expression): Remove
2933 ARRAY_NOTATION_REF condition.
2934 (c_pretty_printer::expression): Ditto.
2935 * c.opt (fcilkplus): Remove.
2936 * cilk.c: Delete.
2937
1af4ebf5
MG
29382017-11-21 Marc Glisse <marc.glisse@inria.fr>
2939
2940 * c-pretty-print.c (pp_c_additive_expression,
2941 c_pretty_printer::expression): Handle POINTER_DIFF_EXPR.
2942
d44ed508
JJ
29432017-11-21 Jakub Jelinek <jakub@redhat.com>
2944
7d2f0f9b
JJ
2945 * c-common.c (get_nonnull_operand): Use tree_to_uhwi.
2946
d44ed508
JJ
2947 PR c++/83059
2948 * c-common.c (get_atomic_generic_size): Use TREE_INT_CST_LOW
2949 instead of tree_to_uhwi, formatting fix.
2950
26edace6
DM
29512017-11-20 David Malcolm <dmalcolm@redhat.com>
2952
2953 PR c/81404
2954 * known-headers.cc: New file, based on material from c/c-decl.c.
2955 (suggest_missing_header): Copied as-is.
2956 (get_stdlib_header_for_name): New, based on get_c_name_hint but
2957 heavily edited to add C++ support. Add some knowledge about
2958 <limits.h>, <stdint.h>, and <wchar.h>.
2959 * known-headers.h: Likewise.
2960
6c7a259b
DM
29612017-11-20 David Malcolm <dmalcolm@redhat.com>
2962
2963 * c-common.h (enum lookup_name_fuzzy_kind): Move to name-hint.h.
2964 (lookup_name_fuzzy): Likewise. Convert return type from
2965 const char * to name_hint. Add location_t param.
2966 * name-hint.h: New header.
2967
f9c59f7e
JJ
29682017-11-19 Jakub Jelinek <jakub@redhat.com>
2969
2970 PR c/66618
2971 PR c/69960
2972 * c-common.h (c_fully_fold): Add LVAL argument defaulted to false.
2973
1e39313a
JM
29742017-11-16 Joseph Myers <joseph@codesourcery.com>
2975
2976 * c.opt (-std=c17, std=gnu17, -std=iso9899:2017): Refer to 2018
2977 expected publication date of C17.
2978 (-std=c18, -std=gnu18, -std=iso9899:2018): New option aliases.
2979
3ca0dc60
JM
29802017-11-15 Joseph Myers <joseph@codesourcery.com>
2981
2982 PR c/81156
2983 * c-common.c (c_common_reswords): Add __builtin_tgmath.
2984 * c-common.h (enum rid): Add RID_BUILTIN_TGMATH.
2985
025d57f0
MS
29862017-11-10 Martin Sebor <msebor@redhat.com>
2987
2988 PR c/81117
2989 * c-common.c (catenate_strings): Use memcpy instead of strncpy.
2990 * c-warn.c (sizeof_pointer_memaccess_warning): Handle arrays.
2991 * c.opt (-Wstringop-truncation): New option.
2992
1b6fa695
ML
29932017-11-06 Martin Liska <mliska@suse.cz>
2994
2995 PR middle-end/82404
2996 * c-opts.c (c_common_post_options): Set -Wreturn-type for C++
2997 FE.
2998 * c.opt: Set default value of warn_return_type.
2999
64a5912c
DM
30002017-10-31 David Malcolm <dmalcolm@redhat.com>
3001
3002 * c-common.c (binary_op_error): Update for renaming of
3003 error_at_rich_loc.
3004 (c_parse_error): Likewise.
3005 * c-warn.c (warn_logical_not_parentheses): Likewise for
3006 renaming of inform_at_rich_loc.
3007 (warn_for_restrict): Likewise for renaming of
3008 warning_at_rich_loc_n.
3009
c76dc9c3
JM
30102017-10-30 Joseph Myers <joseph@codesourcery.com>
3011
3012 * c.opt (std=c17, std=gnu17, std=iso9899:2017): New options.
3013 * c-opts.c (set_std_c17): New function.
3014 (c_common_init_options): Use gnu17 as default C version.
3015 (c_common_handle_option): Handle -std=c17 and -std=gnu17.
3016
ee5fd23a
MM
30172017-10-27 Michael Meissner <meissner@linux.vnet.ibm.com>
3018
3019 * c-cppbuiltin.c (mode_has_fma): Add support for PowerPC KFmode.
3020 (c_cpp_builtins): If a machine has a fast fma _Float<N> and
3021 _Float<N>X variant, define __FP_FAST_FMA<N> and/or
3022 __FP_FAST_FMA<N>X.
3023
d1047465
MP
30242017-10-23 Marek Polacek <polacek@redhat.com>
3025
3026 PR c/82681
3027 * c-warn.c (warnings_for_convert_and_check): Fix typos.
3028
9e878cf1
EB
30292017-10-19 Eric Botcazou <ebotcazou@adacore.com>
3030
3031 * c-common.c (check_builtin_function_arguments): Also check arguments
3032 of __builtin_alloca_with_align_and_max.
3033
89b6abbb
DM
30342017-10-17 David Malcolm <dmalcolm@redhat.com>
3035
3036 * c-format.c (format_warning_at_char): Pass UNKNOWN_LOCATION
3037 rather than NULL to format_warning_va.
3038 (check_format_types): Likewise when calling format_type_warning.
3039 Remove code to extract source_ranges and source_range * in favor
3040 of just a location_t.
3041 (format_type_warning): Convert source_range * param to a
3042 location_t.
3043
39382c09
JJ
30442017-10-13 Jakub Jelinek <jakub@redhat.com>
3045
3046 * c-gimplify.c (c_gimplify_expr): Handle [LR]ROTATE_EXPR like
3047 [LR]SHIFT_EXPR.
3048
62e1c678
DM
30492017-10-12 David Malcolm <dmalcolm@redhat.com>
3050
3051 * c-common.c (enum missing_token_insertion_kind): New enum.
3052 (get_missing_token_insertion_kind): New function.
3053 (maybe_suggest_missing_token_insertion): New function.
3054 * c-common.h (maybe_suggest_missing_token_insertion): New decl.
3055
b90c9338
NS
30562017-10-11 Nathan Sidwell <nathan@acm.org>
3057
3058 * c-opts.c (add_prefixed_path): Change chain to incpath_kind.
3059 (c_common_handle_option): Update incpath_kind names.
3060
3a266bcd
ML
30612017-10-11 Martin Liska <mliska@suse.cz>
3062
3063 PR sanitizer/82490
3064 * c-attribs.c (handle_no_sanitize_attribute): Report directly
3065 Wattributes warning.
3066
8e6cdc90
RS
30672017-10-10 Richard Sandiford <richard.sandiford@linaro.org>
3068
3069 * c-ada-spec.c (dump_generic_ada_node): Use wi::to_wide when
3070 operating on trees as wide_ints.
3071 * c-common.c (pointer_int_sum): Likewise.
3072 * c-pretty-print.c (pp_c_integer_constant): Likewise.
3073 * c-warn.c (match_case_to_enum_1): Likewise.
3074 (c_do_switch_warnings): Likewise.
3075 (maybe_warn_shift_overflow): Likewise.
3076
802b38c9
JJ
30772017-10-10 Jakub Jelinek <jakub@redhat.com>
3078
3079 PR c/82437
3080 * c-warn.c (warn_tautological_bitwise_comparison): Use wi::to_wide
3081 instead of wide_int::from.
3082
4e34b338
JJ
30832017-10-06 Jakub Jelinek <jakub@redhat.com>
3084
3085 PR c/82437
3086 * c-warn.c (warn_tautological_bitwise_comparison): Instead of
3087 using to_widest use wide_int with the larger of the two precisions.
3088
4bc4b2b4
BE
30892017-10-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
3090
3091 * c-pretty-print.c (pp_c_parameter_type_list): Print ... for variadic
3092 functions.
3093
a1488398
RS
30942017-10-02 Richard Sandiford <richard.sandiford@linaro.org>
3095
3096 * c-warn.c (warn_tautological_bitwise_comparison): Use wi::to_widest
3097 when combining the original unconverted comparison operands.
3098
01c9fb68
JJ
30992017-09-29 Jakub Jelinek <jakub@redhat.com>
3100
3101 * c-attribs.c (handle_noipa_attribute): Don't add "stack_protect"
3102 attribute.
3103
6e3e8419
EB
31042017-09-29 Eric Botcazou <ebotcazou@adacore.com>
3105
3106 * c-ada-spec.c (to_ada_name): Add index parameter.
3107 (pp_ada_tree_identifier): Likewise.
3108 (dump_ada_macros): Adjust call to to_ada_name.
3109 (struct overloaded_name_hash): New type.
3110 (struct overloaded_name_hasher): Likewise.
3111 (overloaded_names): New hash table.
3112 (compute_overloading_index): New function.
3113 (dump_ada_decl_name): Call it and pass the result to
3114 pp_ada_tree_identifier.
3115 (dump_ada_double_name): Adjust calls to pp_ada_tree_identifier.
3116 (dump_ada_function_declaration): Likewise.
3117 (dump_generic_ada_node): Likewise.
3118 (print_constructor): Likewise.
3119 (print_destructor): Likewise.
3120 (dump_ada_specs): Delete overloaded_names table.
3121
79310774
EB
31222017-09-29 Eric Botcazou <ebotcazou@adacore.com>
3123
3124 * c-ada-spec.c (max_ada_macros): Move around.
3125 (store_ada_macro_index): Likewise.
3126 (source_file): Rename into...
3127 (macro_source_file): ...this.
3128 (count_ada_macro): Move around.
3129 (store_ada_macro): Likewise.
3130 (compare_macro): Likewise.
3131 (print_ada_macros): Merge in...
3132 (dump_ada_macros): ...this.
3133 (source_file_base): Rename into...
3134 (current_source_file): ...this.
3135 (print_comment): Move around.
3136 (dump_ada_nodes): Call dump_ada_declaration directly.
3137 (struct with): Change type of limited field to bool.
3138 (append_withs): Change type of limited_access parameter to bool.
3139 (pp_ada_tree_identifie): Likewise.
3140 (dump_ada_decl_nam): Likewise.
3141 (dump_generic_ada_node): Likewise. Do not print the return type.
3142 (to_ada_name): Change type of space_found parameter to bool.
3143 (dump_ada_function_declaration): Return void and change type of
3144 parameters to bool. Also print the return type for a function.
3145 (print_ada_methods): Rename into...
3146 (dump_ada_methods): ...this.
3147 (print_ada_declaration): Rename into ...
3148 (dump_ada_declaration): ...this. Do not print the return type.
3149 (print_ada_struct_decl): Rename into...
3150 (dump_ada_struct_decl): ...this.
3151
7d386d45
JJ
31522017-09-29 Jakub Jelinek <jakub@redhat.com>
3153
3154 * c-attribs.c (handle_packed_attribute): Test DECL_C_BIT_FIELD
3155 rather than DECL_INITIAL.
3156 (common_handle_aligned_attribute): Likewise.
3157
ab20d992 31582017-09-20 Alexandre Oliva <aoliva@redhat.com>
9ed32e27
AO
3159
3160 * c.opt (gen-decls): Add RejectNegative.
3161
026a79f7
AS
31622017-09-15 Andrew Sutton <andrew.n.sutton@gmail.com>
3163 Jakub Jelinek <jakub@redhat.com>
3164
3165 Add support for -std=c++2a.
3166 * c-common.h (cxx_dialect): Add cxx2a as a dialect.
3167 * opt.c: Add options for -std=c++2a and -std=gnu++2a.
3168 * c-opts.c (set_std_cxx2a): New.
3169 (c_common_handle_option): Set options when -std=c++2a is enabled.
3170 (c_common_post_options): Adjust comments.
3171 (set_std_cxx14, set_std_cxx17): Likewise.
3172
4a8ca690
EB
31732017-09-15 Eric Botcazou <ebotcazou@adacore.com>
3174
3175 * c-pragma.c (handle_pragma_scalar_storage_order): Expand on error
3176 message for non-uniform endianness and issue a warning in C++.
3177
7b936140
JJ
31782017-09-15 Jakub Jelinek <jakub@redhat.com>
3179
3180 * c.opt (Wc++1z-compat): Change from option to undocumented alias.
3181 (Wc++17-compat): Change from undocumented alias to option.
3182 (Wnoexcept-type): Enable by Wc++17-compat instead of Wc++1z-compat,
3183 change C++1z to C++17 in description.
3184 (std=c++1z, std=gnu++1z): Change from option to undocumented
3185 deprecated alias.
3186 (std=c++17, std=gnu++17): Change from undocumented alias to option.
3187 Adjust description.
3188 * c-common.h (enum cxx_dialect): Rename cxx1z to cxx17.
3189 * c-opts.c (set_std_cxx1z): Rename to ...
3190 (set_std_cxx17): ... this.
3191 (c_common_handle_option): Rename OPT_std_c__1z to OPT_std_c__17
3192 and OPT_std_gnu__1z to OPT_std_gnu__17. Adjust set_std_cxx1z
7365279f 3193 caller.
7b936140
JJ
3194 (c_common_post_options): Use cxx17 instead of cxx1z. Adjust
3195 comments.
3196
12263f13
L
31972017-09-12 H.J. Lu <hongjiu.lu@intel.com>
3198
3199 * c-attribs.c (common_handle_aligned_attribute): Don't warn
3200 function alignment if warn_if_not_aligned_p is true.
3201
6836632e
NS
32022017-09-12 Nathan Sidwell <nathan@acm.org>
3203
3204 * c-common.c (field_decl_cmp, resort_data, resort_field_decl_cmp,
3205 resort_sorted_fields): Move to c/c-decl.c.
3206 * c-common.h (field_decl_cmp, resort_sorted_fields): Delete.
3207 (struct sorted_fields_type): Move to c/c-lang.h.
3208
019bf9ad
JW
32092017-09-09 Jonathan Wakely <jwakely@redhat.com>
3210
3211 PR c++/81852
3212 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_threadsafe_static_init.
3213
bc7fe952
MP
32142017-09-04 Marek Polacek <polacek@redhat.com>
3215
3216 PR c/81783
3217 * c-warn.c (warn_tautological_bitwise_comparison): New function.
3218 (warn_tautological_cmp): Call it.
3219
ab20d992 32202017-09-01 Boris Kolpackov <boris@codesynthesis.com>
de7c2c6a
BK
3221
3222 * c-opts.c (c_common_finish): Write dependency information even if
3223 there are errors.
3224
d2e05fcb
JJ
32252017-09-01 Jakub Jelinek <jakub@redhat.com>
3226
3227 PR c/81887
3228 * c-pragma.c (omp_pragmas): Move "ordered" entry from here to ...
3229 (omp_pragmas_simd): ... here.
3230 * c-omp.c (c_finish_omp_ordered): If clauses isn't simd clause alone,
3231 create new clauses list containing just simd clause.
3232
18e2a8b8
RS
32332017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
3234 Alan Hayward <alan.hayward@arm.com>
3235 David Sherwood <david.sherwood@arm.com>
3236
3237 * c-attribs.c (vector_mode_valid_p) Fold GET_MODE_INNER call
3238 into scalar_mode_supported_p call.
3239 (handle_mode_attribute): Update call to scalar_mode_supported_p.
3240
16d22000
RS
32412017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
3242 Alan Hayward <alan.hayward@arm.com>
3243 David Sherwood <david.sherwood@arm.com>
3244
3245 * c-common.c (c_common_fixed_point_type_for_size): Use opt_scalar_mode
3246 for the mode iterator.
3247
b397965c
RS
32482017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
3249 Alan Hayward <alan.hayward@arm.com>
3250 David Sherwood <david.sherwood@arm.com>
3251
3252 * c-lex.c (interpret_fixed): Use SCALAR_TYPE_MODE.
3253 * c-common.c (c_build_vec_perm_expr): Likewise.
3254
357b7604
RS
32552017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
3256 Alan Hayward <alan.hayward@arm.com>
3257 David Sherwood <david.sherwood@arm.com>
3258
3259 * c-common.c (c_common_type_for_mode): Use as_a <scalar_int_mode>.
3260
e05c94ba
RS
32612017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
3262 Alan Hayward <alan.hayward@arm.com>
3263 David Sherwood <david.sherwood@arm.com>
3264
3265 * c-attribs.c (handle_mode_attribute): Check for a scalar_int_mode
3266 before calling targetm.addr_space.valid_pointer_mode.
3267
5c20c4af
RS
32682017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
3269 Alan Hayward <alan.hayward@arm.com>
3270 David Sherwood <david.sherwood@arm.com>
3271
3272 * c-cppbuiltin.c (c_cpp_builtins): Use opt_scalar_float_mode.
3273
c94843d2 32742017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
92a285c1
ML
3275 Alan Hayward <alan.hayward@arm.com>
3276 David Sherwood <david.sherwood@arm.com>
c94843d2
RS
3277
3278 * c-common.c (c_common_fixed_point_type_for_size): Use new mode
3279 iterators.
3280 * c-cppbuiltin.c (c_cpp_builtins): Likewise.
3281
4e10a5a7
RS
32822017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
3283 Alan Hayward <alan.hayward@arm.com>
3284 David Sherwood <david.sherwood@arm.com>
3285
3286 * c-cppbuiltin.c (mode_has_fma): Prefix mode names with E_ in
3287 case statements.
3288
130fcab0
ML
32892017-08-29 Martin Liska <mliska@suse.cz>
3290
3291 PR other/39851
3292 * c-common.c (parse_optimize_options): Add argument to function
3293 call.
3294 * c-pragma.c (handle_pragma_diagnostic): Likewise.
3295
14e18d71
DM
32962017-08-24 David Malcolm <dmalcolm@redhat.com>
3297
3298 * c-lex.c (interpret_float): Use token location
3299 when building an EXCESS_PRECISION_EXPR.
3300
2f687306
DM
33012017-08-21 David Malcolm <dmalcolm@redhat.com>
3302
3303 * c-common.c (check_function_arguments): Add "arglogs" param; pass
3304 it to check_function_format.
3305 * c-common.h (check_function_arguments): Add vec<location_t> *
3306 param.
3307 (check_function_format): Likewise.
3308 * c-format.c (struct format_check_context): Add field "arglocs".
3309 (check_function_format): Add param "arglocs"; pass it to
3310 check_format_info.
ab20d992 3311 (check_format_info): Add param "arglocs"; use it to initialize
2f687306
DM
3312 new field of format_ctx.
3313 (check_format_arg): Pass format_ctx->arglocs to new param of
3314 check_format_info_main.
3315 (class argument_parser): New field "arglocs".
3316 (argument_parser::argument_parser): Add "arglocs_" param and use
3317 it to initialize new field.
3318 (argument_parser::check_argument_type): Pass new arglocs field to
3319 check_format_types.
3320 (check_format_info_main): Add param "arglocs", and use it when
3321 constructing arg_parser.
3322 (check_format_types): Add param "arglocs"; use it if non-NULL when
3323 !EXPR_HAS_LOCATION (cur_param) to get at location information.
3324
00aa1fa2
L
33252017-08-18 H.J. Lu <hongjiu.lu@intel.com>
3326
3327 PR c/53037
3328 * c-attribs.c (handle_warn_if_not_aligned_attribute): New.
3329 (c_common_attribute_table): Add warn_if_not_aligned.
3330 (handle_aligned_attribute): Renamed to ...
3331 (common_handle_aligned_attribute): Remove argument, name, and add
3332 argument, warn_if_not_aligned. Handle warn_if_not_aligned.
3333 (handle_aligned_attribute): New.
3334 * c.opt: Add -Wif-not-aligned and -Wpacked-not-aligned.
3335
27be025d
MS
33362017-08-14 Martin Sebor <msebor@redhat.com>
3337
3338 PR c/81117
3339 * c-attribs.c (c_common_attribute_table): Add nonstring entry.
3340 (handle_nonstring_attribute): New function.
3341
da67acb9
MS
33422017-08-14 Martin Sebor <msebor@redhat.com>
3343
3344 PR c/81117
3345 * c-format.h (T89_G): New macro.
3346 * c-format.c (local_gcall_ptr_node): New variable.
3347 (init_dynamic_diag_info): Initialize it.
3348
a8b522b4
ML
33492017-08-11 Martin Liska <mliska@suse.cz>
3350
3351 * c-opts.c (c_common_post_options): Replace ASM_OUTPUT_DEF with
3352 TARGET_SUPPORTS_ALIASES.
3353
32129a17
DM
33542017-08-10 David Malcolm <dmalcolm@redhat.com>
3355
3356 * c-common.c (c_parse_error): Add rich_location * param, using it
3357 rather implicitly using input_location.
3358 * c-common.h (c_parse_error): Add rich_location * param.
3359
30af3a2b
MP
33602017-08-09 Marek Polacek <polacek@redhat.com>
3361
3362 * c-common.c (pointer_int_sum): Use true/false instead of 1/0.
3363 (c_common_truthvalue_conversion): Likewise.
3364 * c-omp.c (c_finish_omp_atomic): Likewise.
3365 * c-common.h (build_binary_op): Update declaration.
3366
314e6352
ML
33672017-08-08 Martin Liska <mliska@suse.cz>
3368
3369 * c-ada-spec.c: Include header files.
3370 * c-ubsan.c: Likewise.
3371 * c-warn.c: Likewise.
3372
56b5041c
JJ
33732017-08-07 Jakub Jelinek <jakub@redhat.com>
3374
3375 PR c/69389
3376 * c-omp.c (c_finish_omp_atomic): Handle atomics on bitfields.
3377
db440138
EB
33782017-08-07 Eric Botcazou <ebotcazou@adacore.com>
3379
3380 * c-ada-spec.c (has_nontrivial_methods): Test for FUNCTION_DECL.
3381 (print_ada_methods): Likewise.
3382 (print_ada_declaration): Likewise.
3383
577eec56
ML
33842017-08-07 Martin Liska <mliska@suse.cz>
3385
3386 * array-notation-common.c: Add new includes.
3387 * c-format.c( handle_format_attribute): Canonicalize a format
3388 function name.
3389 * c-lex.c (c_common_has_attribute): Canonicalize name of an
3390 attribute.
3391 * c-pretty-print.c: Add new include.
3392
b854df3c
EB
33932017-08-05 Eric Botcazou <ebotcazou@adacore.com>
3394
3395 * c-ada-spec.c (has_static_fields): Look only into variables.
3396 (print_constructor): Add TYPE parameter and use it for the name.
3397 (print_destructor): Likewise.
3398 (print_ada_declaration): Adjust to new constructor/destructor names.
3399 Adjust calls to print_constructor and print_destructor.
3400 (print_ada_struct_decl): Do not test TREE_STATIC on FIELD_DECL.
3401 Look only into variables in the final loop.
3402
9f2cb25e
EB
34032017-08-01 Eric Botcazou <ebotcazou@adacore.com>
3404
3405 * c-ada-spec.c (has_static_fields): Look only into fields.
3406 (dump_generic_ada_node): Small tweak.
3407 (dump_nested_types): Look only into fields.
3408 (print_ada_declaration): Look only into methods. Small tweak.
3409 (print_ada_struct_decl): Look only into fields. Use DECL_VIRTUAL_P.
3410
f4bcd9eb
EB
34112017-08-01 Eric Botcazou <ebotcazou@adacore.com>
3412
3413 * c-ada-spec.c (print_generic_ada_decl): Pass correctly-typed constant.
3414 (dump_ada_function_declaration): Likewise.
3415 (dump_generic_ada_node): Likewise.
3416 (print_ada_declaration): Add support for const-qualified variables.
3417
f34ebeb2
ML
34182017-07-31 Martin Liska <mliska@suse.cz>
3419
3420 PR sanitize/81530
3421 * c-ubsan.c (ubsan_maybe_instrument_array_ref):
3422 Guard condition with flag_sanitize_p also with current_function_decl
3423 non-null equality.
3424 (ubsan_maybe_instrument_reference_or_call): Likewise.
3425
218e5d04
UB
34262017-07-30 Uros Bizjak <ubizjak@gmail.com>
3427
3428 * c-format.c (asm_fprintf_char_table): Add 'z' to format_chars.
3429
942047f2
EB
34302017-07-29 Eric Botcazou <ebotcazou@adacore.com>
3431
3432 * c-ada-spec.c (dump_generic_ada_node): Take into account signedness
3433 for enumeral types.
3434 (print_ada_declaration): Add missing guard for record types.
3435
a40ff0ae
JJ
34362017-07-27 Jakub Jelinek <jakub@redhat.com>
3437
3438 PR c/45784
3439 * c-omp.c (c_finish_omp_for): If the condition is wrapped in
3440 rhs of COMPOUND_EXPR(s), skip them and readd their lhs into
3441 new COMPOUND_EXPRs around the rhs of the comparison.
3442
06bd22f6
MP
34432017-07-27 Marek Polacek <polacek@redhat.com>
3444
3445 PR c/81417
3446 * c-warn.c (warn_for_sign_compare): Tweak the warning message. Print
3447 the types.
3448
036ea399
JJ
34492017-07-27 Jakub Jelinek <jakub@redhat.com>
3450
3451 * c-attribs.c (c_common_attribute_table): Add noipa attribute.
3452 (handle_noipa_attribute): New function.
3453
417ca011
TD
34542017-07-07 Torsten Duwe <duwe@suse.de>
3455
3456 * c-attribs.c (c_common_attribute_table): Add entry for
3457 "patchable_function_entry".
3458
5aaa8fb4
NS
34592017-07-20 Nathan Sidwell <nathan@acm.org>
3460
3461 Remove TYPE_METHODS.
3462 * c-ada-spec.c (is_tagged_type, has_nontrivial_methods,
3463 dump_ada_template, print_ada_methods,
3464 print_ada_declaration): Member fns are on TYPE_FIELDS.
3465
ff22eb12
NS
34662017-07-18 Nathan Sidwell <nathan@acm.org>
3467
3468 * c-warn.c (warn_for_memset): Use TYPE_{MIN,MAX}_VALUE.
3469
eea77d1f
DM
34702017-07-14 David Malcolm <dmalcolm@redhat.com>
3471
3472 * c-common.c (try_to_locate_new_include_insertion_point): New
3473 function.
3474 (per_file_includes_t): New typedef.
3475 (added_includes_t): New typedef.
3476 (added_includes): New variable.
3477 (maybe_add_include_fixit): New function.
3478 * c-common.h (maybe_add_include_fixit): New decl.
3479
281ac396
MS
34802017-07-10 Martin Sebor <msebor@redhat.com>
3481
3482 PR other/81345
3483 * c.opt (-Wstringop-overflow): Set defaults in LangEnabledBy.
3484
b6f43128
DM
34852017-07-06 David Malcolm <dmalcolm@redhat.com>
3486
3487 * c-common.c (selftest::c_family_tests): New.
3488 * c-common.h (selftest::run_c_tests): Move decl to c/c-lang.h.
3489 (selftest::c_family_tests): New decl.
3490
efbf55b0
MP
34912017-07-04 Marek Polacek <polacek@redhat.com>
3492
3493 PR c/81231
3494 * c-common.c (sync_resolve_size): Give error for pointers to incomplete
3495 types.
3496
6c86bd88
MP
34972017-07-04 Marek Polacek <polacek@redhat.com>
3498
3499 * c-warn.c (warn_if_unused_value): Remove WITH_CLEANUP_EXPR handling.
3500
17a7218b
ML
35012017-06-28 Martin Liska <mliska@suse.cz>
3502
3503 PR ipa/81128
3504 * c-attribs.c (handle_alias_ifunc_attribute): Append ifunc alias
3505 to a function declaration.
3506
63010089
ML
35072017-06-28 Martin Liska <mliska@suse.cz>
3508
3509 PR driver/79659
3510 * c.opt: Add IntegerRange to various options.
3511
3e2becc4
MP
35122017-06-26 Marek Polacek <polacek@redhat.com>
3513
3514 PR c/80116
3515 * c-common.h (warn_for_multistatement_macros): Declare.
3516 * c-warn.c: Include "c-family/c-indentation.h".
3517 (warn_for_multistatement_macros): New function.
3518 * c.opt (Wmultistatement-macros): New option.
3519 * c-indentation.c (guard_tinfo_to_string): No longer static.
3520 Change the parameter type to "enum rid". Handle RID_SWITCH.
3521 * c-indentation.h (guard_tinfo_to_string): Declare.
3522
2db9b7cd
MG
35232017-06-23 Marc Glisse <marc.glisse@inria.fr>
3524
3525 * c-common.c (c_common_nodes_and_builtins): Use builtin_structptr_types.
3526
c3684b7b
MS
35272017-06-15 Martin Sebor <msebor@redhat.com>
3528
3529 PR c++/80560
3530 * c.opt (-Wclass-memaccess): New option.
3531
e72c4afd
BK
35322017-06-14 Boris Kolpackov <boris@codesynthesis.com>
3533
3534 * c-opts.c (c_common_finish): Handle '-' special value to -MF.
3535
8a516588
MP
35362017-06-13 Marek Polacek <polacek@redhat.com>
3537
3538 PR objc/80949
3539 * c-warn.c (do_warn_duplicated_branches): Return if any of the
3540 branches is null.
3541
45b2222a
ML
35422017-06-13 Martin Liska <mliska@suse.cz>
3543
3544 PR sanitize/78204
3545 * c-attribs.c (add_no_sanitize_value): New function.
3546 (handle_no_sanitize_attribute): Likewise.
3547 (handle_no_sanitize_address_attribute): Use the function.
3548 (handle_no_sanitize_thread_attribute): New function.
3549 (handle_no_address_safety_analysis_attribute): Use
3550 add_no_sanitize_value.
3551 (handle_no_sanitize_undefined_attribute): Likewise.
3552 * c-common.h: Declare new functions.
3553 * c-ubsan.c (ubsan_instrument_division): Use sanitize_flags_p.
3554 (ubsan_instrument_shift): Likewise.
3555 (ubsan_instrument_bounds): Likewise.
3556 (ubsan_maybe_instrument_array_ref): Likewise.
3557 (ubsan_maybe_instrument_reference_or_call): Likewise.
3558
a01f151f
JM
35592017-06-11 Jason Merrill <jason@redhat.com>
3560
3561 * c-ada-spec.c, c-pragma.c: Use id_equal.
3562
3de4ac6d
MP
35632017-06-04 Marek Polacek <polacek@redhat.com>
3564
3565 PR c/80919
3566 * c-format.c (matching_type_p): Return false if any of the types
3567 requires structural equality.
3568
2474f48f
MS
35692017-06-02 Martin Sebor <msebor@redhat.com>
3570
3571 PR c/80892
3572 * c-warn.c (conversion_warning): Use -Wconversion for integer
3573 conversion and -Wfloat-conversion for floating one.
3574
40ffd95f
BE
35752017-06-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
3576
3577 * c.opt (Wsizeof-pointer-div): New warning option.
3578
3fa4634c
VR
35792017-06-01 Volker Reichelt <v.reichelt@netcologne.de>
3580
3581 * c.opt (Wcatch-value): New shortcut for Wcatch-value=1.
3582 (Wcatch-value=1): Enable by -Wall.
3583
f012c8ef
DM
35842017-05-30 David Malcolm <dmalcolm@redhat.com>
3585
3586 * c-format.c (gcc_cxxdiag_char_table): Add 'H' and 'I' to
3587 format_chars.
3588 * c.opt (fdiagnostics-show-template-tree): New option.
3589 (felide-type): New option.
3590
63dbcd13
VR
35912017-05-25 Volker Reichelt <v.reichelt@netcologne.de>
3592
3593 * c.opt (Wcatch-value=): New C++ warning flag.
3594
be136b5c
NS
35952017-05-24 Nathan Sidwell <nathan@acm.org>
3596
3597 * c=common.c (field_decl_cmp, resort_field_decl_cmp): Adjust T
3598 const casts to avoid warning.
3599
3cd211af
MS
36002017-05-24 Martin Sebor <msebor@redhat.com>
3601
3602 PR c/80731
3603 * c-common.h (unsafe_conversion_p): Add a function argument.
3604 * c-common.c (unsafe_conversion_p): Same.
3605 Add type names and values to diagnostics.
3606 (scalar_to_vector): Adjust.
3607 * c-warn.c (constant_expression_error): Add a function argument.
3608 Add type names and values to diagnostics.
3609 (conversion_warning): Add a function argument.
3610 Add type names and values to diagnostics.
3611 (warnings_for_convert_and_check): Same.
3612
1ff7be5a
JM
36132017-05-19 Jason Merrill <jason@redhat.com>
3614
3615 * c-warn.c (match_case_to_enum_1): Don't warn about enums with no
3616 enumerators.
3617
ff502317
BE
36182017-05-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
3619
3620 * c-format.c (locus): Move out of function scope,
3621 add GTY attribute.
3622
2a8a8d7b
NS
36232017-05-19 Nathan Sidwell <nathan@acm.org>
3624
3625 * c-opts.c (class_dump_file, class_dump_flags): Delete.
3626 (c_common_parse_file): Remove class dump handling.
3627 (get_dump_info): Likewise.
3628
39aac208
RB
36292017-05-19 Richard Biener <rguenther@suse.de>
3630
3631 PR c++/80593
3632 * c-warn.c (strict_aliasing_warning): Do not warn for accesses
3633 to alias-set zero memory.
3634
6ecd2339
BE
36352017-05-18 Bernd Edlinger <bernd.edlinger@hotmail.de>
3636
3637 * c-format.c (local_tree_type_node): Add GTY attribute.
3638
6574d78e
MP
36392017-05-18 Marek Polacek <polacek@redhat.com>
3640
3641 * c-common.c (c_common_type_for_size): Use NULL_TREE instead of 0.
3642 (c_common_fixed_point_type_for_size): Likewise.
3643 (c_common_type_for_mode): Likewise.
3644 (shorten_compare): Likewise.
3645 (c_promoting_integer_type_p): Use false/true instead of 0/1.
3646 * c-pragma.c (maybe_apply_renaming_pragma): Use NULL_TREE instead of 0.
3647
e3455240
MP
36482017-05-18 Marek Polacek <polacek@redhat.com>
3649
3650 * c-common.c (self_promoting_args_p): Change the return type to bool.
3651 Use false/true instead of 0/1.
3652 * c-common.h (self_promoting_args_p): Update.
3653
3fa8871b
MP
36542017-05-17 Marek Polacek <polacek@redhat.com>
3655
3656 * c-common.c: Use NULL_TREE instead of 0 where appropriate.
3657 * c-warn.c: Likewise.
3658
b42cc3ca
VV
36592017-05-17 Ville Voutilainen <ville.voutilainen@gmail.com>
3660
3661 Implement new C++ intrinsics __is_assignable and __is_constructible.
3662 * c-common.c (__is_assignable, __is_constructible): New.
3663 * c-common.h (RID_IS_ASSIGNABLE, RID_IS_CONSTRUCTIBLE): Likewise.
3664
1a817418
ML
36652017-05-17 Martin Liska <mliska@suse.cz>
3666
3667 * c-common.h: Introduce dump_flags_t type and
3668 use it instead of int type.
3669 * c-gimplify.c (c_genericize): Likewise.
3670 * c-opts.c: Likewise.
3671
b2fa0a8b
MP
36722017-05-17 Marek Polacek <polacek@redhat.com>
3673
3674 * c-common.c (c_save_expr): Remove.
3675 (c_common_truthvalue_conversion): Remove a call to c_save_expr.
3676 * c-common.h (c_save_expr): Remove declaration.
3677
31c2d57d
VR
36782017-05-09 Volker Reichelt <v.reichelt@netcologne.de>
3679
3680 PR c/35441
3681 * c-pretty-print.c (c_pretty_printer::expression): Handle MAX_EXPR,
3682 MIN_EXPR, EXACT_DIV_EXPR, RDIV_EXPR, LROTATE_EXPR, RROTATE_EXPR.
3683 (c_pretty_printer::postfix_expression): Handle MAX_EXPR, MIN_EXPR.
3684 (c_pretty_printer::multiplicative_expression): Handle EXACT_DIV_EXPR,
3685 RDIV_EXPR.
3686 (pp_c_shift_expression): Handle LROTATE_EXPR, RROTATE_EXPR.
3687
684f84de
MP
36882017-05-09 Marek Polacek <polacek@redhat.com>
3689
3690 PR c/80525
3691 * c-warn.c (unwrap_c_maybe_const): New.
3692 (warn_logical_operator): Call it.
3693
641da50a
NS
36942017-05-09 Nathan Sidwell <nathan@acm.org>
3695
3696 * c-common.c (c_register_builtin_type): Use pushdecl lang_hook.
3697 * c-common.h (pushdecl_top_level, pushdecl): Don't declare here.
3698
631238ac
MS
36992017-05-08 Martin Sebor <msebor@redhat.com>
3700
3701 PR translation/80280
3702 * c-format.h (struct format_flag_spec): Add new member.
3703 (T89_T): New macro.
3704 * c-format.c (local_tree_type_node): New global.
3705 (printf_flag_specs, asm_fprintf_flag_spec): Initialize new data.
3706 (gcc_diag_flag_specs, scanf_flag_specs, strftime_flag_specs): Ditto.
3707 (strfmon_flag_specs): Likewise.
3708 (gcc_diag_char_table, gcc_cdiag_char_table): Split up specifiers
3709 with distinct quoting properties.
3710 (gcc_tdiag_char_table, gcc_cxxdiag_char_table): Same.
3711 (flag_chars_t::validate): Add argument and handle bad quoting.
3712 (check_format_info_main): Handle quoting problems.
3713 (init_dynamic_diag_info): Simplify.
3714
49f0c04c
JM
37152017-05-08 Jason Merrill <jason@redhat.com>
3716
3717 * c-opts.c (c_common_post_options): Update defaults for
3718 flag_abi_version and flag_abi_compat_version.
3719
56d35585
DM
37202017-05-05 David Malcolm <dmalcolm@redhat.com>
3721
3722 * c-common.c (c_cpp_error): Replace report_diagnostic
3723 with diagnostic_report_diagnostic.
3724
0f2c4a8f
MS
37252017-05-04 Martin Sebor <msebor@redhat.com>
3726
3727 PR translation/80280
3728 * c-attribs.c (handle_alias_ifunc_attribute): Quote a %D directive.
3729 (handle_weakref_attribute): Same.
3730
6fe63fb4
NS
37312017-05-03 Nathan Sidwell <nathan@acm.org>
3732
3733 Canonicalize canonical type hashing
3734 * c-common.c (complete_array_type): Use type_hash_canon.
3735
815d9cc6
XR
37362017-05-01 Xi Ruoyao <ryxi@stu.xidian.edu.cn>
3737
92a285c1 3738 PR c++/80038
815d9cc6
XR
3739 * c-common.h (cilk_gimplify_call_params_in_spawned_fn): Remove
3740 prototype.
3741 (cilk_install_body_pedigree_operations): Likewise.
3742 * cilk.c (cilk_set_spawn_marker): Mark functions that should be
3743 detatched.
3744 (cilk_gimplify_call_params_in_spawned_fn): Remove.
3745 (cilk_install_body_pedigree_operations): Likewise.
3746 (gimplify_cilk_spawn): Add EXPR_STMT and CLEANUP_POINT_EXPR
3747 unwrapping.
3748
f8a36447
JJ
37492017-04-27 Jakub Jelinek <jakub@redhat.com>
3750
3751 PR c++/80534
3752 * c-common.c (complete_array_type): Only hash TYPE_TYPELESS_STORAGE
3753 flag on non-aggregate element types.
3754
7c145456
BE
37552017-04-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
3756
3757 * c-common.c (c_type_hasher, type_hash_table): Remove.
3758 (c_common_get_alias_set): Remove unreachable code.
3759 * c-opts.c (c_common_post_options): Make sure cc1 takes only one file.
3760
c3cbcd45
VR
37612017-04-20 Volker Reichelt <v.reichelt@netcologne.de>
3762
3763 * c.opt (Wextra-semi): New C++ warning flag.
3764
8a59d466
JJ
37652017-04-20 Jakub Jelinek <jakub@redhat.com>
3766
3767 PR middle-end/80423
3768 * c-common.c (complete_array_type): Preserve TYPE_TYPELESS_STORAGE.
3769
8487c9a5
JJ
37702017-04-18 Jakub Jelinek <jakub@redhat.com>
3771
3772 PR middle-end/79788
3773 PR middle-end/80375
3774 * c-common.c (c_common_type_for_mode): Don't handle
3775 widest_*_literal_type_node here.
3776 c_common_signed_or_unsigned_type): Likewise.
3777 (c_common_nodes_and_builtins): Set widest_*_literal_type_node
3778 to *intTI_type_node or *intDI_type_node depending on whether
3779 TImode is supported by the target or not.
3780
3ee0fb02
ML
37812017-04-10 Martin Liska <mliska@suse.cz>
3782
3783 PR sanitizer/80350
3784 * c-ubsan.c (ubsan_instrument_shift): Evaluate RHS before
3785 doing an UBSAN check.
3786
5764ee3c
JW
37872017-04-03 Jonathan Wakely <jwakely@redhat.com>
3788
3789 * c-warn.c (do_warn_double_promotion): Fix typo in comment.
3790
6f3af356
JJ
37912017-03-31 Jakub Jelinek <jakub@redhat.com>
3792
3793 PR c++/79572
3794 * c-ubsan.h (ubsan_maybe_instrument_reference): Change argument to
3795 tree *.
3796 * c-ubsan.c (ubsan_maybe_instrument_reference): Likewise. Handle
3797 not just NOP_EXPR to REFERENCE_TYPE, but also INTEGER_CST with
3798 REFERENCE_TYPE.
3799
f6a7a9d5
DM
38002017-03-31 David Malcolm <dmalcolm@redhat.com>
3801
3802 PR documentation/78732
3803 * c.opt (Wendif-labels): Fix description to refer to
3804 #else rather than #elif.
3805
af88f557
JJ
38062017-03-31 Jakub Jelinek <jakub@redhat.com>
3807
3808 PR libstdc++/80251
3809 * c-common.h (enum rid): Add RID_IS_AGGREGATE.
3810 * c-common.c (c_common_reswords): Add __is_aggregate trait.
3811
a9e4a1a5
JJ
38122017-03-27 Jakub Jelinek <jakub@redhat.com>
3813
3814 PR middle-end/80162
3815 * c-common.c (c_common_mark_addressable_vec): Don't set
3816 TREE_ADDRESSABLE on DECL_HARD_REGISTER.
3817
3f01b620
MS
38182017-03-21 Martin Sebor <msebor@redhat.com>
3819
3820 PR c++/79548
3821 * c-common.c (set_underlying_type): Mark type used only when
3822 original del is declared unused.
3823
2f6f187a
DM
38242017-03-10 David Malcolm <dmalcolm@redhat.com>
3825
3826 PR translation/79848
3827 * c-format.c (check_format_string): Simplify uses of "%<%s%>" to
3828 "%qs".
3829
a02fa805
DM
38302017-03-10 David Malcolm <dmalcolm@redhat.com>
3831
3832 PR c/79921
3833 * c-indentation.c (warn_for_misleading_indentation): Remove parens
3834 from inform's message, so that xgettext can locate it.
3835
822a132c
MP
38362017-03-09 Marek Polacek <polacek@redhat.com>
3837
3838 PR c++/79962
3839 PR c++/79984
3840 * c-attribs.c (handle_nonnull_attribute): Save the result of default
3841 conversion to the attribute list.
3842
bba81f1c
ML
38432017-03-09 Martin Liska <mliska@suse.cz>
3844
3845 * c-ada-spec.c (macro_length): Increment value instead of a pointer.
3846
108154ff
JM
38472017-03-03 Jason Merrill <jason@redhat.com>
3848
3849 * c.opt (Wnoexcept-type): New.
3850
eb0e7c34
RB
38512017-03-02 Richard Biener <rguenther@suse.de>
3852
3853 PR c/79756
3854 * c-common.c (c_common_mark_addressable_vec): Look through
3855 C_MAYBE_CONST_EXPR.
3856
9453ba0a
ML
38572017-02-28 Martin Liska <mliska@suse.cz>
3858
3859 * c.opt: Replace space with tabular for options of <number>
3860 type.
3861
6a825afe
ML
38622017-02-28 Martin Liska <mliska@suse.cz>
3863
3864 * c.opt: Fix --help=option -Q for options which are of
3865 an enum type.
3866
4227c9ad
JJ
38672017-02-24 Jakub Jelinek <jakub@redhat.com>
3868
3869 PR c++/79588
3870 * c-common.c (check_function_restrict): New function.
3871 (check_function_arguments): Add FNDECL argument. Call
3872 check_function_restrict if -Wrestrict.
3873 * c-warn.c (warn_for_restrict): Remove ARGS argument, add ARGARRAY
3874 and NARGS. Use auto_vec for ARG_POSITIONS, simplify.
3875 * c-common.h (check_function_arguments): Add FNDECL argument.
3876 (warn_for_restrict): Remove ARGS argument, add ARGARRAY and NARGS.
3877
59909673
EB
38782017-02-24 Eric Botcazou <ebotcazou@adacore.com>
3879
3880 * c-ada-spec.c (dump_ada_function_declaration): Add comment about the
3881 treatment of parameters with pointer-to-tagged type and tidy up.
3882 (print_ada_methods): Remove the special treatment of C++ static member
3883 functions.
3884
54dcd526
ML
38852017-02-22 Martin Liska <mliska@suse.cz>
3886
3887 * c.opt: Replace inequality signs with square brackets
3888 for -Wnornalized.
3889
00bc9de3
JJ
38902017-02-21 Jakub Jelinek <jakub@redhat.com>
3891
3892 PR c++/79641
3893 * c-attribs.c (handle_mode_attribute): Use build_qualified_type to
3894 preserve quals.
3895
97fcf744
JM
38962017-02-17 Joseph Myers <joseph@codesourcery.com>
3897
3898 * c-cppbuiltin.c (builtin_define_float_constants): Define
3899 __DECIMAL_DIG__ to the value for long double.
3900
c7545f1c
MP
39012017-02-15 Marek Polacek <polacek@redhat.com>
3902
3903 PR c/79515
3904 * c-warn.c (do_warn_double_promotion): Don't warn if an invalid
3905 conversion has occured.
3906
c2e84327
DM
39072017-01-24 David Malcolm <dmalcolm@redhat.com>
3908
3909 * c-common.c (c_common_reswords): Add "__RTL".
3910 * c-common.h (enum rid): Add RID_RTL.
3911
2ebd93e1
MP
39122017-01-20 Marek Polacek <polacek@redhat.com>
3913
3914 PR c/64279
3915 * c-common.h (do_warn_duplicated_branches_r): Declare.
3916 * c-gimplify.c (c_genericize): Walk the function tree calling
3917 do_warn_duplicated_branches_r.
3918 * c-warn.c (expr_from_macro_expansion_r): New.
3919 (do_warn_duplicated_branches): New.
3920 (do_warn_duplicated_branches_r): New.
3921 * c.opt (Wduplicated-branches): New option.
3922
0d80ab91
DM
39232017-01-17 David Malcolm <dmalcolm@redhat.com>
3924
3925 PR c++/71497
3926 * c-indentation.c (warn_for_misleading_indentation): Use the past
3927 subjunctive in the note.
3928
7f991c36
AH
39292017-01-17 Aldy Hernandez <aldyh@redhat.com>
3930
3931 PR c/79116
3932 * array-notation-common.c (cilkplus_extract_an_triplets): Convert
3933 start type to integer_type.
3934
1c70261c
JJ
39352017-01-16 Jakub Jelinek <jakub@redhat.com>
3936
3937 PR driver/49726
3938 * c.opt (gen-decls): Add Driver flag.
3939
1ddca3f3
PC
39402017-01-16 Paolo Carlini <paolo.carlini@oracle.com>
3941
3942 Revert:
3943 2017-01-16 Paolo Carlini <paolo.carlini@oracle.com>
3944
3945 PR c++/71737
3946 * c-common.c (set_underlying_type): Always set DECL_ORIGINAL_TYPE.
3947
7d2f3f1d
PC
39482017-01-16 Paolo Carlini <paolo.carlini@oracle.com>
3949
3950 PR c++/71737
3951 * c-common.c (set_underlying_type): Always set DECL_ORIGINAL_TYPE.
3952
bce6f760
MS
39532017-01-12 Martin Sebor <msebor@redhat.com>
3954
3955 (-Wformat-overflow): ...to this.
3956
bf5fbf46
MS
39572017-01-11 Martin Sebor <msebor@redhat.com>
3958
3959 PR c/78768
3960 * c.opt (-Walloca-larger-than, -Wformat-length, -Wformat-truncation):
3961 Also enable for LTO.
3962
e363df3f
JM
39632017-01-10 Jason Merrill <jason@redhat.com>
3964
3965 Implement P0195R2, C++17 variadic using.
3966 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_variadic_using.
3967
bd2c6270
JJ
39682017-01-09 Jakub Jelinek <jakub@redhat.com>
3969
3970 PR translation/79019
3971 PR translation/79020
3972 * c.opt (Wnormalized=): Fix typo in description.
3973
efcc8d38
MS
39742017-01-08 Martin Sebor <msebor@redhat.com>
3975
3976 PR middle-end/77708
3977 * c.opt (-Wformat-truncation): New option.
3978
ab20d992 39792017-01-06 Alexandre Oliva <aoliva@redhat.com>
435f3f7a
AO
3980
3981 * c-pretty-print.c (pp_c_tree_decl_identifier): Convert 16-bit
3982 value to unsigned short to fit in 4 hex digits without
3983 warnings.
3984
4e89adf9
EB
39852017-01-05 Eric Botcazou <ebotcazou@adacore.com>
3986
3987 * c.opt (fsso-struct): Add 'native' value.
3988
cd445b54
ML
39892017-01-05 Martin Liska <mliska@suse.cz>
3990
3991 PR pch/78970
3992 * c-opts.c (c_common_post_options): Reject '-' filename for a precompiled
3993 header.
3994
a9342885
MP
39952017-01-04 Marek Polacek <polacek@redhat.com>
3996
3997 PR c++/64767
3998 * c.opt (Wpointer-compare): New option.
3999
fc73e60c
JJ
40002017-01-04 Jakub Jelinek <jakub@redhat.com>
4001
4002 PR driver/78957
4003 * c.opt (fsso-struct=): Add RejectNegative.
4004
cbe34bb5
JJ
40052017-01-01 Jakub Jelinek <jakub@redhat.com>
4006
4007 Update copyright years.
4008
d4a6c0ea
ML
40092016-12-29 Martin Liska <mliska@suse.cz>
4010
4011 PR c/78933
4012 * c.opt (strong-eval-order): Add RejectNegative keyword.
4013
67a5ad7c
JM
40142016-12-22 Jason Merrill <jason@redhat.com>
4015
4016 Implement P0522R0, matching of template template arguments.
4017 * c-cppbuiltin.c (c_cpp_builtins): Define
4018 __cpp_template_template_args.
4019
0dba7960
JJ
40202016-12-21 Jakub Jelinek <jakub@redhat.com>
4021
4022 PR bootstrap/78817
4023 * c-common.c (struct nonnull_arg_ctx): New type.
4024 (check_function_nonnull): Return bool instead of void. Use
4025 nonnull_arg_ctx as context rather than just location_t.
4026 (check_nonnull_arg): Adjust for the new context type, set
4027 warned_p to true if a warning has been diagnosed.
4028 (check_function_arguments): Return bool instead of void.
4029 * c-common.h (check_function_arguments): Adjust prototype.
4030
31bfc9b9
JM
40312016-12-21 Jason Merrill <jason@redhat.com>
4032
4033 * c.opt (-fnew-ttp-matching): New flag.
4034 * c-opts.c (c_common_post_options): Default on if -std=c++1z.
4035
629b3d75
MJ
40362016-12-14 Martin Jambor <mjambor@suse.cz>
4037
4038 * c-omp.c: Include omp-general.h instead of omp-low.h.
4039 (c_finish_oacc_wait): Adjusted call to find_omp_clause to use its new
4040 name.
4041
474da67e
MS
40422016-12-14 Martin Sebor <msebor@redhat.com>
4043
4044 PR c/17308
4045 * c-common.c (check_nonnull_arg): Disable when optimization
4046 is enabled.
4047
fe366b87
MP
40482016-12-12 Marek Polacek <polacek@redhat.com>
4049
4050 PR c++/78647
4051 * c-common.c (attribute_fallthrough_p): Return false for
4052 error_mark_node.
4053
8bd9f164
MS
40542016-12-08 Martin Sebor <msebor@redhat.com>
4055
4056 PR c/78284
4057 * c.opt (-Walloc-zero, -Walloc-size-larger-than): New options.
4058
060162e0
MS
40592016-12-08 Martin Sebor <msebor@redhat.com>
4060
4061 PR c/78165
92a285c1
ML
4062 * c-pretty-print (pp_c_integer_constant): Avoid formatting type
4063 suffix.
060162e0 4064
ee92e7ba
MS
40652016-12-07 Martin Sebor <msebor@redhat.com>
4066
4067 PR c/53562
4068 PR middle-end/77784
4069 PR middle-end/78149
4070 PR middle-end/78138
4071 * c.opt (-Wstringop-overflow): New option.
4072
84b0769e
MO
40732016-12-02 Maxim Ostapenko <m.ostapenko@samsung.com>
4074
4075 * c-attribs.c (asan odr indicator): New attribute.
4076 (handle_asan_odr_indicator_attribute): New function.
4077
7fa6a965
PK
40782016-11-26 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
4079
4080 * c-common.c (c_common_nodes_and_builtins): Remove initialization of
4081 ptrdiff_type_node;
4082
56d8ffc1
JG
40832016-11-23 James Greenhalgh <james.greenhalgh@arm.com>
4084
4085 * c-common.c (excess_precision_mode_join): New.
4086 (c_ts18661_flt_eval_method): New.
4087 (c_c11_flt_eval_method): Likewise.
4088 (c_flt_eval_method): Likewise.
4089 * c-common.h (excess_precision_mode_join): New.
4090 (c_flt_eval_method): Likewise.
4091 * c-cppbuiltin.c (c_cpp_flt_eval_method_iec_559): New.
4092 (cpp_iec_559_value): Call it.
4093 (c_cpp_builtins): Modify logic for __LIBGCC_*_EXCESS_PRECISION__,
4094 call c_flt_eval_method to set __FLT_EVAL_METHOD__ and
4095 __FLT_EVAL_METHOD_TS_18661_3__.
4096
04f0fcf7
JG
40972016-11-23 James Greenhalgh <james.greenhalgh@arm.com>
4098
4099 * c-opts.c (c_common_post_options): Add logic to handle the default
4100 case for -fpermitted-flt-eval-methods.
4101
fb2675cb
PB
41022016-11-23 Paolo Bonzini <bonzini@gnu.org>
4103
4104 * c.opt (Wexpansion-to-defined): New.
4105
ec1c5694
JJ
41062016-11-23 Jakub Jelinek <jakub@redhat.com>
4107
4108 PR target/78451
4109 * c-pragma.c (handle_pragma_target): Don't replace
4110 current_target_pragma, but chainon the new args to the current one.
4111
730c9e75
NS
41122016-11-22 Nathan Sidwell <nathan@acm.org>
4113
4114 * array-notation-common.c (cilkplus_extract_an_trplets): Fix
cacd29be 4115 indentation and formatting.
730c9e75 4116
89990732
MS
41172016-11-21 Martin Sebor <msebor@redhat.com>
4118
4119 * c.opt (-fprintf-return-value): Enable by default.
4120
48330c93
BE
41212016-11-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
4122
4123 PR c++/71973
4124 * c.opt (-Wbuiltin-declaration-mismatch): New warning.
4125 * c-common.c (c_common_nodes_and_builtins): Initialize
4126 const_tm_ptr_type_node.
4127
0d939c95
MP
41282016-11-16 Marek Polacek <polacek@redhat.com>
4129
4130 PR c/78285
4131 * c-common.c (c_add_case_label): Turn error_at calls into inform.
4132
8e745a17
JJ
41332016-11-14 Jakub Jelinek <jakub@redhat.com>
4134
4135 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_structured_bindings.
4136
1ee62b92 41372016-11-14 Prasad Ghangal <prasad.ghangal@gmail.com>
8e745a17
JJ
4138 Richard Biener <rguenther@suse.de>
4139
4140 * c-common.h (c_common_resword): Add RID_GIMPLE, RID_PHI types.
4141 * c-common.h (enum rid): Add RID_GIMPLE, RID_PHI.
4142 * c.opt (fgimple): New option.
1ee62b92 4143
22b15758
UB
41442016-11-13 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
4145
4146 PR c/35503
4147 * c-common.h (warn_for_restrict): Declare.
4148 * c-warn.c: Include gcc-rich-location.h.
4149 (warn_for_restrict): New function.
4150 * c-format.c (gcc_tdiag_char_table): Add entry for "Z" specifier.
4151 (gcc_cdiag_char_table): Likewise.
4152 (gcc_cxxdiag_char_table): Likewise.
4153 * c.opt (Wrestrict): New option.
4154
4be719cd
EB
41552016-11-13 Eric Botcazou <ebotcazou@adacore.com>
4156
4157 * c-ada-spec.c (print_ada_declaration): For typedef declarations, look
4158 for nested types only if the type is a record or union and dump SLOC.
4159
4a826ca6
JM
41602016-11-09 Jason Merrill <jason@redhat.com>
4161
4162 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_template_auto.
4163
2e955d50
JJ
41642016-11-09 Jakub Jelinek <jakub@redhat.com>
4165
4166 * c-ubsan.c (ubsan_instrument_shift): Handle split
4167 -fsanitize=shift-base and -fsanitize=shift-exponent.
4168
51dc6603
JM
41692016-11-07 Jason Merrill <jason@redhat.com>
4170
4171 * c.opt (Wc++1z-compat): New.
4172 * c-cppbuiltin.c (c_cpp_builtins): Add __cpp_noexcept_function_type.
4173
6dc4a604
ML
41742016-11-07 Martin Liska <mliska@suse.cz>
4175
4176 * c-warn.c (warn_for_unused_label): Save all labels used
4177 in goto or in &label.
4178
b302001e
JM
41792016-11-03 Jason Merrill <jason@redhat.com>
4180
4181 * c-cppbuiltin.c (c_cpp_builtins): Correct
4182 __cpp_inheriting_constructors.
4183
31f7f784
JM
41842016-11-01 Jason Merrill <jason@redhat.com>
4185
2bc78e3c
JM
4186 * c-cppbuiltin.c (c_cpp_builtins): Update
4187 __cpp_inheriting_constructors.
4188
31f7f784
JM
4189 * c.opt (-fnew-inheriting-ctors): New.
4190 * c-opts.c: Default to on for ABI 11+.
4191
dcb466ec
JJ
41922016-10-31 Jakub Jelinek <jakub@redhat.com>
4193
4194 PR c++/77948
4195 * c.opt (fext-numeric-literals): Add Var and Init.
4196 * c-opts.c (c_common_handle_option): Don't clear
4197 cpp_opts->ext_numeric_literals for -std=c++{11,14,1z}.
4198 (c_common_post_options): Clear it here if not set
4199 explicitly.
4200
52e1b91e
AH
42012016-10-28 Aldy Hernandez <aldyh@redhat.com>
4202
4203 PR debug/77773
4204 * c-pretty-print.c (simple_type_specifier): Do not dereference `t'
4205 if NULL.
4206
e16f1cc7
JJ
42072016-10-25 Jakub Jelinek <jakub@redhat.com>
4208
4209 * c-common.h (enum rid): Add RID_BUILTIN_LAUNDER.
4210 * c-common.c (c_common_reswords): Add __builtin_launder.
4211
f8348061
BE
42122016-10-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
4213
4214 * c-common.c (c_common_truthvalue_conversion): Warn for
4215 multiplications in boolean context. Fix the quoting of '<<' and '<'
4216 in the shift warning.
4217
eff89e01
BE
42182016-10-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
4219
4220 * c-common.c (c_common_truthvalue_conversion): Fix the comment.
4221
24bc7bf4
JM
42222016-10-20 Jason Merrill <jason@redhat.com>
4223
4224 * c-cppbuiltin.c (c_cpp_builtins): Update __cpp_concepts value.
4225
4c712374
BE
42262016-10-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
4227
4228 * c-common.c (c_common_truthvalue_conversion): Warn only for signed
4229 integer shift ops in boolean context.
4230
42312016-10-18 Aldy Hernandez <aldyh@redhat.com>
adc577c5
AH
4232
4233 * c.opt (Walloca): New.
4234 (Walloca-larger-than=): New.
4235 (Wvla-larger-than=): New.
4236
8fa18c06
MP
42372016-10-17 Marek Polacek <polacek@redhat.com>
4238
4239 * c-warn.c (find_array_ref_with_const_idx_r): Remove parameter names.
4240 Return immediately when finding a match.
4241 (warn_tautological_cmp): Remove a boolean variable that is no longer
4242 needed.
4243
b12b1915
MP
42442016-10-17 Marek Polacek <polacek@redhat.com>
4245
4246 * c-attribs.c: New file.
4247 * c-common.c: Move attributes handling to c-attribs.c.
4248 (get_nonnull_operand): No longer static.
4249 * c-common.h: Move the declarations from c-attribs.c to its own section.
4250
2045acd9
JM
42512016-10-14 Jason Merrill <jason@redhat.com>
4252
4253 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_aggregate_bases
4254 and __cpp_deduction_guides.
4255
14a2c9aa
JM
42562016-10-13 Jason Merrill <jason@redhat.com>
4257
4258 * c-cppbuiltin.c (c_cpp_builtins): Add __cpp_inline_variables.
4259
4d0cdd0c
TP
42602016-10-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
4261
4262 * c-cppbuiltin.c: Include memmodel.h.
4263 * c-opts.c: Likewise.
4264 * c-pragma.c: Likewise.
4265 * c-warn.c: Likewise.
4266
70f6d5e1
JJ
42672016-10-12 Jakub Jelinek <jakub@redhat.com>
4268
4269 * c.opt (Wextra): Add as C/C++/ObjC/ObjC++ option.
4270 (Wimplicit-fallthrough=): Enable for these languages by -Wextra.
4271 * c-opts.c (sanitize_cpp_opts): Initialize
4272 cpp_opts->cpp_warn_implicit_fallthrough.
4273
78f61294
MP
42742016-10-11 Marek Polacek <polacek@redhat.com>
4275
4276 * c-common.c (warning_candidate_p): Change the return type to bool
4277 and return true/false instead of 1/0.
4278 (vector_mode_valid_p): Likewise.
4279
038b5cc0
MP
42802016-10-11 Marek Polacek <polacek@redhat.com>
4281
4282 * c-common.c (fold_for_warn): No longer static.
4283 (bool_promoted_to_int_p): Likewise.
4284 (c_common_get_narrower): Likewise.
4285 (constant_expression_warning): Move to c-warn.c.
4286 (constant_expression_error): Likewise.
4287 (overflow_warning): Likewise.
4288 (warn_logical_operator): Likewise.
4289 (find_array_ref_with_const_idx_r): Likewise.
4290 (warn_tautological_cmp): Likewise.
4291 (expr_has_boolean_operands_p): Likewise.
4292 (warn_logical_not_parentheses): Likewise.
4293 (warn_if_unused_value): Likewise.
4294 (strict_aliasing_warning): Likewise.
4295 (sizeof_pointer_memaccess_warning): Likewise.
4296 (check_main_parameter_types): Likewise.
4297 (conversion_warning): Likewise.
4298 (warnings_for_convert_and_check): Likewise.
4299 (match_case_to_enum_1): Likewise.
4300 (match_case_to_enum): Likewise.
4301 (c_do_switch_warnings): Likewise.
4302 (warn_for_omitted_condop): Likewise.
4303 (readonly_error): Likewise.
4304 (lvalue_error): Likewise.
4305 (invalid_indirection_error): Likewise.
4306 (warn_array_subscript_with_type_char): Likewise.
4307 (warn_about_parentheses): Likewise.
4308 (warn_for_unused_label): Likewise.
4309 (warn_for_div_by_zero): Likewise.
4310 (warn_for_memset): Likewise.
4311 (warn_for_sign_compare): Likewise.
4312 (do_warn_double_promotion): Likewise.
4313 (do_warn_unused_parameter): Likewise.
4314 (record_locally_defined_typedef): Likewise.
4315 (maybe_record_typedef_use): Likewise.
4316 (maybe_warn_unused_local_typedefs): Likewise.
4317 (maybe_warn_bool_compare): Likewise.
4318 (maybe_warn_shift_overflow): Likewise.
4319 (warn_duplicated_cond_add_or_warn): Likewise.
4320 (diagnose_mismatched_attributes): Likewise.
4321 * c-common.h: Move the declarations from c-warn.c to its own section.
4322 * c-warn.c: New file.
4323
627be19f
JM
43242016-10-08 Jason Merrill <jason@redhat.com>
4325
4326 * c-common.c (c_common_truthvalue_conversion): Don't distribute
4327 into COND_EXPR in C++.
4328
7bad794a
JJ
43292016-10-08 Jakub Jelinek <jakub@redhat.com>
4330
4331 * c-lex.c (c_lex_with_flags) <case CPP_COMMENT>: For CPP_COMMENT
4332 token with PREV_FALLTHROUGH, skip all following CPP_PADDING and
4333 CPP_COMMENT tokens and set add_flags to PREV_FALLTHROUGH afterwards.
4334
be845b04
JJ
43352016-10-07 Jakub Jelinek <jakub@redhat.com>
4336
4337 Implement LWG2296 helper intrinsic
4338 * c-common.h (enum rid): Add RID_ADDRESSOF.
4339 * c-common.c (c_common_reswords): Add __builtin_addressof.
4340
c09c4992
BE
43412016-10-07 Bernd Edlinger <bernd.edlinger@hotmail.de>
4342
4343 PR c++/77700
4344 * c-common.c (c_common_truthvalue_conversion): Warn also for
4345 suspicious enum values in boolean context.
4346
342cfb3e
JJ
43472016-10-06 Jakub Jelinek <jakub@redhat.com>
4348
4349 Implement P0258R2 - helper for C++17
4350 std::has_unique_object_representations trait
4351 * c-common.h (enum rid): Add RID_HAS_UNIQUE_OBJ_REPRESENTATIONS.
4352 * c-common.c (c_common_reswords): Add
4353 __has_unique_object_representations.
4354
2e69f143
JJ
43552016-10-05 Jakub Jelinek <jakub@redhat.com>
4356
4357 PR sanitizer/66343
4358 * c-ubsan.c (ubsan_instrument_return): Don't call
4359 initialize_sanitizer_builtins here.
4360
700fff34
BE
43612016-10-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
4362
4363 * c-common.c (c_common_truthvalue_conversion): Warn also for suspicious
4364 conditional expression in boolean context when only one arm is
4365 non-boolean.
4366
9563bfcd
JJ
43672016-10-05 Jakub Jelinek <jakub@redhat.com>
4368
04a32443
JJ
4369 PR sanitizer/77823
4370 * c-ubsan.c (ubsan_instrument_shift): Return NULL_TREE if type0
4371 is not integral.
4372
9563bfcd
JJ
4373 * c-common.c (c_common_reswords): Update comment for C++11.
4374
f1644724
JM
43752016-10-04 Jason Merrill <jason@redhat.com>
4376
4377 * c-common.c (make_tree_vector_from_ctor): New.
4378 * c-common.h: Declare it.
4379
5a79befb
JJ
43802016-10-04 Jakub Jelinek <jakub@redhat.com>
4381
4382 * c-cppbuiltin.c (c_cpp_builtins): Don't define
4383 __LIBGCC_JCR_SECTION_NAME__.
4384
1633d3b9
BE
43852016-10-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
4386
4387 * c-common.c (c_common_truthvalue_conversion): Warn for suspicious
4388 left shift in boolean context.
4389
a2c6e7f2
JJ
43902016-09-29 Jakub Jelinek <jakub@redhat.com>
4391
4392 Implement P0001R1 - C++17 removal of register storage class specifier
4393 * c.opt (Wregister): New warning.
4394 * c-opts.c (c_common_post_options): Enable -Wregister by
4395 default for C++17.
4396
75304c87
JG
43972016-09-29 James Greenhalgh <james.greenhalgh@arm.com>
4398
4399 * c-opts.c (c_common_post_options): Remove special case for
4400 TARGET_FLT_EVAL_METHOD_NON_DEFAULT with -fexcess-precision=standard
4401 in C++.
4402
bbfac6da
JJ
44032016-09-27 Jakub Jelinek <jakub@redhat.com>
4404
6e39060a
JJ
4405 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_capture_star_this for
4406 -std=c++1z.
4407
bbfac6da
JJ
4408 * c-ada-spec.c (print_ada_declaration): Remove break after return.
4409
e73cf9a2
TP
44102016-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4411
4412 * c-common.c: Include memmodel.h.
4413
c6147dc4
MP
44142016-09-26 Marek Polacek <polacek@redhat.com>
4415
4416 * c-lex.c (c_common_has_attribute): Handle attribute fallthrough.
4417
81fea426
MP
44182016-09-26 Marek Polacek <polacek@redhat.com>
4419
4420 PR c/7652
4421 * c-common.c (c_common_attribute_table): Add fallthrough attribute.
4422 (handle_fallthrough_attribute): New function.
4423 (attribute_fallthrough_p): New function.
4424 * c-common.h (attribute_fallthrough_p): Declare.
4425
9a2300e9
MP
44262016-09-24 Marek Polacek <polacek@redhat.com>
4427
4428 PR c/77490
4429 * c.opt (Wbool-operation): New.
4430
a09e9e35
BE
44312016-09-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
4432
4433 * c-common.c (c_common_truthvalue_conversion): Inhibit
4434 Wint-in-bool-context warning with from_macro_definition_at.
4435 Mention the expression will always evaluate to true.
4436
d43b4ccc
MS
44372016-09-21 Martin Sebor <msebor@redhat.com>
4438
4439 PR bootstrap/77676
4440 * c.opt (fprintf-return-value): Temporarily initialize to zero
4441 to unblock bootstrap failures.
4442
2e1c20b1
JJ
44432016-09-21 Jakub Jelinek <jakub@redhat.com>
4444
4445 PR c++/77651
4446 * c.opt (Waligned-new=): Add RejectNegative.
4447 (faligned-new=): Likewise. Spelling fix - change
4448 aligned_new_threshhold to aligned_new_threshold.
4449 * c-cppbuiltin.c (c_cpp_builtins): Change aligned_new_threshhold
4450 to aligned_new_threshold.
4451
88d0c3f0
MS
44522016-09-20 Martin Sebor <msebor@redhat.com>
4453
4454 PR middle-end/49905
4455 * c.opt: Add -Wformat-length and -fprintf-return-value.
4456
144a96e4
BE
44572016-09-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
4458
4459 PR c++/77434
4460 * c.opt (Wint-in-bool-context): New warning.
4461 * c-common.c (c_common_truthvalue_conversion): Warn on integer
4462 constants in boolean context.
4463
63012d9a
JM
44642016-09-19 Joseph Myers <joseph@codesourcery.com>
4465
4466 * c-common.c (max_align_t_align): Also consider alignment of
4467 float128_type_node.
4468
931388ce
JM
44692016-09-15 Jason Merrill <jason@redhat.com>
4470
4471 * c-common.c (check_cxx_fundamental_alignment_constraints): Check
4472 DECL_EXTERNAL.
4473
38711381
JM
44742016-09-14 Jason Merrill <jason@redhat.com>
4475
4476 * c-common.c (check_cxx_fundamental_alignment_constraints): Don't
4477 limit FIELD_DECL, either.
4478
e51fbec3
MP
44792016-09-14 Marek Polacek <polacek@redhat.com>
4480
4481 * c-common.c (c_common_truthvalue_conversion): Use false instead of 0.
4482 * c-common.h (build_unary_op): Change nonconvert parameter type to bool.
4483 * c-omp.c (c_finish_omp_atomic): Use false instead of 0.
4484
254830ba
DM
44852016-09-13 David Malcolm <dmalcolm@redhat.com>
4486
4487 * c-common.c (warn_logical_not_parentheses): Replace
4488 rich_location::add_fixit_insert calls with add_fixit_insert_before
4489 and add_fixit_insert_after, eliminating the "next_loc" calculation.
4490
42763690
JM
44912016-09-13 Jason Merrill <jason@redhat.com>
4492 Tom de Vries <tom@codesourcery.com>
4493
4494 PR c++/77427
4495 * c-common.c (set_underlying_type): Don't treat array as builtin type.
4496
9453eee9
JM
44972016-09-13 Jason Merrill <jason@redhat.com>
4498
4499 * c-common.c (check_cxx_fundamental_alignment_constraints): Don't
4500 limit types at all.
4501
e96809e3
JM
45022016-09-12 Jason Merrill <jason@redhat.com>
4503
4504 * c-common.c (check_cxx_fundamental_alignment_constraints): Fix
4505 bit/byte confusion, allow large alignment for types.
4506
54dcdb88
BE
45072016-09-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
4508
4509 PR c++/77496
4510 * c-common.c (warn_for_omitted_condop): Also warn for boolean data.
4511
d1463eb9
DM
45122016-09-12 David Malcolm <dmalcolm@redhat.com>
4513
4514 PR c/72858
4515 * c-format.c (argument_parser::check_argument_type): Add params
4516 "type_start" and "conversion_char". Use the former to generate
4517 offset_to_type_start and pass it and conversion_char to
4518 check_format_types.
4519 (check_format_info_main): Capture the start of the type
4520 information as "type_start", and pass it an format_char
4521 to arg_parser.check_argument_type.
4522 (check_format_types): Provide an example in the leading comment.
4523 Add params "offset_to_type_start" and "conversion_char"; pass
4524 them to format_type_warning calls.
4525 (test_get_modifier_for_format_len): Likewise.
4526 (matching_type_p): New function.
4527 (get_format_for_type): Add param "conversion_char" and move
4528 implementation into...
4529 (get_format_for_type_1): ...new function, called twice.
4530 Use new function matching_type_p rather than checking for
4531 TYPE_CANONICAL equality.
4532 (get_corrected_substring): New function.
4533 (format_type_warning): Provide an example in the leading comment.
4534 Add params "offset_to_type_start" and "conversion_char". Replace
4535 call to get_format_for_type with call to get_corrected_substring
4536 and move rejection of hints for widths/precisions there.
4537 (assert_format_for_type_streq): Add param "conversion_char".
4538 (ASSERT_FORMAT_FOR_TYPE_STREQ): Add param CONVERSION_CHAR.
4539 (test_get_format_for_type_printf): Add conversion chars to the
4540 tests, adding coverage for various combinations of integer
4541 vs double conversions, and for preserving octal and hexadecimal
4542 conversions.
4543 (test_get_format_for_type_scanf): Add conversion chars to the
4544 tests.
4545
5b28efbb
TV
45462016-09-10 Tom de Vries <tom@codesourcery.com>
4547
4548 PR C/71602
4549 * c-common.c (build_va_arg): Handle more strict
4550 targetm.canonical_va_list_type. Replace first argument type error with
4551 assert.
4552
3f0177e7
MS
45532016-09-09 Martin Sebor <msebor@redhat.com>
4554
4555 PR c/77520
4556 PR c/77521
4557 * c-format.c (argument_parser::find_format_char_info): Use %qc
4558 format directive unconditionally.
4559
af63ba4b
JM
45602016-09-09 Jason Merrill <jason@redhat.com>
4561
4562 Implement C++17 new of over-aligned types.
4563 * c.opt: Add -faligned-new and -Waligned-new.
4564 * c-common.c (max_align_t_align): Split out from...
4565 (cxx_fundamental_alignment_p): ...here.
4566 * c-common.h: Declare it.
4567 * c-cppbuiltin.c (c_cpp_builtins): Handle aligned new.
4568
c65248cb
JM
45692016-09-09 Joseph Myers <joseph@codesourcery.com>
4570
4571 * c-cppbuiltin.c (builtin_define_type_width): New function.
4572 (builtin_define_stdint_macros, c_cpp_builtins): Define type width
4573 macros.
4574
e5106e27
DM
45752016-09-07 David Malcolm <dmalcolm@redhat.com>
4576
4577 * c-common.c (get_cpp_ttype_from_string_type): Handle being passed
4578 a POINTER_TYPE.
4579 (substring_loc::get_location): Move to substring-locations.c,
4580 keeping implementation as...
4581 (c_get_substring_location): New function, from the above, reworked
4582 to use accessors rather than member lookup.
4583 * c-common.h (class substring_loc): Move to substring-locations.h,
4584 replacing with a forward decl.
4585 (c_get_substring_location): New decl.
4586 * c-format.c: Include "substring-locations.h".
4587 (format_warning_va): Move to substring-locations.c.
4588 (format_warning_at_substring): Likewise.
4589
ab20d992 45902016-09-06 Martin Sebor <msebor@redhat.com>
a42e7952
MS
4591
4592 PR c/77336
4593 * c-format.c (check_function_format): Avoid issuing warnings for
4594 functions unless they call format functions with non-constant
4595 format strings.
4596
b772a565
RB
45972016-09-06 Richard Biener <rguenther@suse.de>
4598
4599 PR c/77450
4600 * c-common.c (c_common_mark_addressable_vec): Handle
4601 COMPOUND_LITERAL_EXPR.
4602
25ff5dd3
MP
46032016-09-05 Marek Polacek <polacek@redhat.com>
4604
4605 PR c/77423
4606 * c-common.c (bool_promoted_to_int_p): New function.
4607 (expr_has_boolean_operands_p): New function.
4608 (warn_logical_not_parentheses): Return if expr_has_boolean_operands_p.
4609 (maybe_warn_bool_compare): Use bool_promoted_to_int_p.
4610
21234eb5
TV
46112016-09-04 Tom de Vries <tom@codesourcery.com>
4612
4613 revert:
4614 2016-08-29 Tom de Vries <tom@codesourcery.com>
4615
4616 * c-common.c (build_va_arg): Replace first argument type error
4617 with assert.
4618
9dc5773f
JJ
46192016-09-02 Jakub Jelinek <jakub@redhat.com>
4620
4621 PR c/65467
4622 * c-omp.c (c_finish_omp_atomic): Reject _Atomic qualified expressions.
4623 (c_finish_omp_for): Reject _Atomic qualified iterators.
4624
46252016-09-01 Martin Sebor <msebor@redhat.com>
3d7b83b6
MS
4626
4627 * c-ada-spec.c (dump_ada_function_declaration): Increase buffer
4628 size to guarantee it fits the output of the formatted function
4629 regardless of its arguments.
4630
295844f6
MP
46312016-09-01 Marek Polacek <polacek@redhat.com>
4632
4633 PR c/7652
4634 * c-common.c (resolve_overloaded_builtin): Fix formatting. Add
4635 FALLTHRU comments.
4636
3d06b6f2
MP
46372016-08-29 Marek Polacek <polacek@redhat.com>
4638
4639 PR c/77292
4640 * c-common.c (warn_logical_not_parentheses): Don't warn for
4641 a comparison or a logical operator.
4642
34cedad5
TV
46432016-08-29 Tom de Vries <tom@codesourcery.com>
4644
4645 * c-common.c (build_va_arg): Fix type comparison assert.
4646
f162d717
TV
46472016-08-29 Tom de Vries <tom@codesourcery.com>
4648
4649 * c-common.c (build_va_arg): Replace first argument type error
4650 with assert.
4651
ba9bbd6f
TV
46522016-08-29 Tom de Vries <tom@codesourcery.com>
4653
4654 PR c/77398
4655 * c-common.c (build_va_arg): Add first argument error. Build va_arg
4656 with error_mark_node as va_list instead of with illegal va_list.
4657
ebef225f
MP
46582016-08-25 Marek Polacek <polacek@redhat.com>
4659 David Malcolm <dmalcolm@redhat.com>
4660
4661 * c-common.c (warn_logical_not_parentheses): Print fixit hints.
4662 * c-common.h (warn_logical_not_parentheses): Update declaration.
4663
b00e6e75
MP
46642016-08-22 Marek Polacek <polacek@redhat.com>
4665
4666 PR c++/77321
4667 * c-common.c (warn_for_memset): Check type for null.
4668
6dc198e3
JM
46692016-08-22 Joseph Myers <joseph@codesourcery.com>
4670
14ec014e 4671 * c-cppbuiltin.c (c_cpp_builtins): Check _FloatN and
6dc198e3
JM
4672 _FloatNx types for suffixes for built-in functions.
4673
c65699ef
JM
46742016-08-19 Joseph Myers <joseph@codesourcery.com>
4675
4676 PR c/32187
4677 * c-common.h (RID_FLOAT16, RID_FLOATN_NX_FIRST, RID_FLOAT32)
4678 (RID_FLOAT64, RID_FLOAT128, RID_FLOAT32X, RID_FLOAT64X)
4679 (RID_FLOAT128X): New enum rid values.
4680 (CASE_RID_FLOATN_NX): New macro.
4681 * c-common.c (c_common_reswords): Add _FloatN and _FloatNx
4682 keywords.
4683 (c_common_type_for_mode): Check for _FloatN and _FloatNx and
4684 corresponding complex types.
4685 (c_common_nodes_and_builtins): For non-C++, register _FloatN and
4686 _FloatNx and corresponding complex types.
4687 (keyword_begins_type_specifier): Use CASE_RID_FLOATN_NX.
4688 * c-cppbuiltin.c (builtin_define_float_constants): Check _FloatN
4689 and _FloatNx types for the widest type for determining
4690 DECIMAL_DIG. Define __LDBL_DECIMAL_DIG__ as well as
4691 __DECIMAL_DIG__ for long double. Handle FMA_SUFFIX being NULL.
4692 (c_cpp_builtins): Call builtin_define_float_constants for _FloatN
4693 and _FloatNx types.
4694 * c-lex.c (interpret_float): Handle _FloatN and _FloatNx
4695 constants.
4696 * c-pretty-print.c (pp_c_floating_constant): Handle _FloatN and
4697 _FloatNx types.
4698
cc015f3a
DM
46992016-08-18 David Malcolm <dmalcolm@redhat.com>
4700
4701 * c-opts.c (c_diagnostic_finalizer): Update for change to
4702 diagnostic_show_locus.
4703
cb18fd07
DM
47042016-08-18 David Malcolm <dmalcolm@redhat.com>
4705
4706 * c-common.c: Include "spellcheck.h".
4707 (cb_get_suggestion): New function.
4708 * c-common.h (cb_get_suggestion): New decl.
4709 * c-lex.c (init_c_lex): Initialize cb->get_suggestion to
4710 cb_get_suggestion.
4711
a76989dc
MP
47122016-08-18 Marek Polacek <polacek@redhat.com>
4713
4714 PR c/71514
4715 * c-common.c (get_atomic_generic_size): Disallow pointer-to-function
4716 and pointer-to-VLA.
4717
65e736c0
DM
47182016-08-16 David Malcolm <dmalcolm@redhat.com>
4719
4720 PR c/72857
4721 * c-common.c (substring_loc::get_range): Rename to...
4722 (substring_loc::get_location): ...this, converting param from a
4723 source_range * to a location_t *. Call
4724 get_source_location_for_substring rather than
4725 get_source_range_for_substring, and pass in m_caret_idx.
4726 * c-common.h (substring_loc::substring_loc): Add param "caret_idx".
4727 (substring_loc::get_range): Replace with...
4728 (substring_loc::get_location): ...this.
4729 (substring_loc::set_caret_index): New method.
4730 (substring_loc): Add field m_caret_idx.
4731 * c-format.c (format_warning_va): Update for above changes.
4732 Rename local "substring_loc" to "fmt_substring_loc" to avoid
4733 clashing with type name.
4734 (format_warning_at_char): Add caret_idx param to substring_loc ctor.
4735 (check_argument_type): Likewise.
4736 (format_type_warning): Rename param "fmt_loc" to "whole_fmt_loc"
4737 Use a copy when emitting warnings, setting the caret index from TYPE.
4738
7e1dde14 47392016-08-16 Eric Botcazou <ebotcazou@adacore.com>
8e745a17 4740 Arnaud Charlet <charlet@adacore.com>
7e1dde14
EB
4741
4742 * c-ada-spec.c (dump_number): New function.
4743 (handle_escape_character): Likewise.
4744 (print_ada_macros): Add handling of constant integers and strings.
4745
191816a3
MP
47462016-08-12 Marek Polacek <polacek@redhat.com>
4747
4748 PR c/7652
4749 * c-common.c (scalar_to_vector): Adjust fall through comment.
4750 * c-opts.c (c_common_handle_option): Likewise.
4751 * c-pragma.c (handle_pragma_pack): Add FALLTHRU.
4752 * c-pretty-print.c (c_pretty_printer::postfix_expression): Adjust
4753 fall through comment.
4754 * cilk.c (extract_free_variables): Add FALLTHRU.
4755
452df4a4
JM
47562016-08-10 Jason Merrill <jason@redhat.com>
4757
4758 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_if_constexpr.
4759
f3365c12
JM
47602016-08-09 Jason Merrill <jason@redhat.com>
4761
4762 * c-common.c (c_common_attribute_table): vector_size affects type
4763 identity.
4764
f0bc3323
MP
47652016-08-09 Marek Polacek <polacek@redhat.com>
4766
4767 PR c/7652
4768 * c-ada-spec.c (dump_generic_ada_node): Add return.
4769
98e5a19a
JM
47702016-08-09 Jason Merrill <jason@redhat.com>
4771
4772 * c-cppbuiltin.c (c_cpp_builtins): Update __cpp_constexpr for
4773 C++17 constexpr lambdas.
4774
895aa8e1
DM
47752016-08-08 David Malcolm <dmalcolm@redhat.com>
4776
4777 PR c/64955
4778 * c-common.h (selftest::c_format_c_tests): New declaration.
4779 (selftest::run_c_tests): New declaration.
4780 * c-format.c: Include "selftest.h.
4781 (format_warning_va): Add param "corrected_substring" and use
4782 it to add a replacement fix-it hint.
4783 (format_warning_at_substring): Likewise.
4784 (format_warning_at_char): Update for new param of
4785 format_warning_va.
4786 (argument_parser::check_argument_type): Pass "fki" to
4787 check_format_types.
4788 (check_format_types): Add param "fki" and pass it to
4789 format_type_warning.
4790 (deref_n_times): New function.
4791 (get_modifier_for_format_len): New function.
4792 (selftest::test_get_modifier_for_format_len): New function.
4793 (get_format_for_type): New function.
4794 (format_type_warning): Add param "fki" and use it to attempt
4795 to provide hints for argument types when calling
4796 format_warning_at_substring.
4797 (selftest::get_info): New function.
4798 (selftest::assert_format_for_type_streq): New function.
4799 (ASSERT_FORMAT_FOR_TYPE_STREQ): New macro.
4800 (selftest::test_get_format_for_type_printf): New function.
4801 (selftest::test_get_format_for_type_scanf): New function.
4802 (selftest::c_format_c_tests): New function.
4803
e52ed3fe
DM
48042016-08-08 David Malcolm <dmalcolm@redhat.com>
4805
4806 PR c/52952
4807 * c-format.c: Include "diagnostic.h".
4808 (location_column_from_byte_offset): Delete.
4809 (location_from_offset): Delete.
4810 (format_warning_va): New function.
4811 (format_warning_at_substring): New function.
4812 (format_warning_at_char): New function.
4813 (check_format_arg): Capture location of format_tree and pass to
4814 check_format_info_main.
4815 (argument_parser): Add fields "start_of_this_format" and
4816 "format_string_cst".
4817 (flag_chars_t::validate): Add param "format_string_cst". Convert
4818 warning_at call using location_from_offset to call to
4819 format_warning_at_char.
4820 (argument_parser::argument_parser): Add param "format_string_cst_"
4821 and use use it to initialize field "format_string_cst".
4822 Initialize new field "start_of_this_format".
4823 (argument_parser::read_format_flags): Convert warning_at call
4824 using location_from_offset to a call to format_warning_at_char.
4825 (argument_parser::read_any_format_left_precision): Likewise.
4826 (argument_parser::read_any_format_precision): Likewise.
4827 (argument_parser::read_any_other_modifier): Likewise.
4828 (argument_parser::find_format_char_info): Likewise, in three places.
4829 (argument_parser::parse_any_scan_set): Likewise, in one place.
4830 (argument_parser::handle_conversions): Likewise, in two places.
4831 (argument_parser::check_argument_type): Add param "fmt_param_loc"
4832 and use it to make a substring_loc. Pass the latter to
4833 check_format_types.
4834 (check_format_info_main): Add params "fmt_param_loc" and
4835 "format_string_cst". Convert warning_at calls using
4836 location_from_offset to calls to format_warning_at_char. Pass the
4837 new params to the arg_parser ctor. Pass "format_string_cst" to
4838 flag_chars.validate. Pass "fmt_param_loc" to
4839 arg_parser.check_argument_type.
4840 (check_format_types): Convert first param from a location_t
4841 to a const substring_loc & and rename to "fmt_loc". Attempt
4842 to extract the range of the relevant parameter and pass it
4843 to format_type_warning.
4844 (format_type_warning): Convert first param from a location_t
4845 to a const substring_loc & and rename to "fmt_loc". Add
4846 params "param_range" and "type". Replace calls to warning_at
4847 with calls to format_warning_at_substring.
4848
1c4d457e
DM
48492016-08-08 David Malcolm <dmalcolm@redhat.com>
4850
4851 * c-format.c (class flag_chars_t): New class.
4852 (struct length_modifier): New struct.
4853 (class argument_parser): New class.
4854 (flag_chars_t::flag_chars_t): New ctor.
4855 (flag_chars_t::has_char_p): New method.
4856 (flag_chars_t::add_char): New method.
4857 (flag_chars_t::validate): New method.
4858 (flag_chars_t::get_alloc_flag): New method.
4859 (flag_chars_t::assignment_suppression_p): New method.
4860 (argument_parser::argument_parser): New ctor.
4861 (argument_parser::read_any_dollar): New method.
4862 (argument_parser::read_format_flags): New method.
4863 (argument_parser::read_any_format_width): New method.
4864 (argument_parser::read_any_format_left_precision): New method.
4865 (argument_parser::read_any_format_precision): New method.
4866 (argument_parser::handle_alloc_chars): New method.
4867 (argument_parser::read_any_length_modifier): New method.
4868 (argument_parser::read_any_other_modifier): New method.
4869 (argument_parser::find_format_char_info): New method.
4870 (argument_parser::validate_flag_pairs): New method.
4871 (argument_parser::give_y2k_warnings): New method.
4872 (argument_parser::parse_any_scan_set): New method.
4873 (argument_parser::handle_conversions): New method.
4874 (argument_parser::check_argument_type): New method.
4875 (check_format_info_main): Introduce classes argument_parser
4876 and flag_chars_t, moving the code within the loop into methods
4877 of these classes. Make various locals "const".
4878
88fa5555
DM
48792016-08-05 David Malcolm <dmalcolm@redhat.com>
4880
4881 * c-common.c: Include "substring-locations.h".
4882 (get_cpp_ttype_from_string_type): New function.
4883 (g_string_concat_db): New global.
4884 (substring_loc::get_range): New method.
4885 * c-common.h (g_string_concat_db): New declaration.
4886 (class substring_loc): New class.
4887 * c-lex.c (lex_string): When concatenating strings, capture the
4888 locations of all tokens using a new obstack, and record the
4889 concatenation locations within g_string_concat_db.
4890 * c-opts.c (c_common_init_options): Construct g_string_concat_db
4891 on the ggc-heap.
4892
78169471
MP
48932016-07-29 Marek Polacek <polacek@redhat.com>
4894
638fc14f
MP
4895 PR c/71926
4896 * c-common.c (c_common_truthvalue_conversion): Use LOCATION for the
4897 parentheses warning.
4898
78169471
MP
4899 PR c/71574
4900 * c-common.c (handle_alloc_align_attribute): Also check FUNCTION_DECL.
4901
1225d6b1
ML
49022016-07-28 Martin Liska <mliska@suse.cz>
4903
4904 PR gcov-profile/68025
4905 * c-common.c (handle_no_profile_instrument_function_attribute):
4906
ec1e2a40
BE
49072016-07-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
4908
4909 * c-common.c (check_user_alignment): Use LOG2_BITS_PER_UNIT instead of
4910 BITS_PER_UNIT_LOG.
4911
5ec2cd9f
JM
49122016-07-25 Jason Merrill <jason@redhat.com>
4913
4914 PR c++/65970
4915 * c.opt (fconstexpr-loop-limit): New.
4916
9dc5773f 49172016-07-22 Martin Sebor <msebor@redhat.com>
2e6b45af
MS
4918
4919 PR c++/71675
4920 * c-common.c (resolve_overloaded_builtin): Avoid converting
4921 __atomic_compare_exchange_n return type to that of what its
4922 first argument points to.
4923
e3fe09c1
UB
49242016-07-22 Uros Bizjak <ubizjak@gmail.com>
4925
4926 * c-common.c: Use HOST_WIDE_INT_M1U instead of
4927 ~(unsigned HOST_WIDE_INT) 0.
4928
bc91c436
ML
49292016-07-22 Martin Liska <mliska@suse.cz>
4930
4931 PR gcov-profile/69028
4932 PR gcov-profile/62047
4933 * cilk.c (create_cilk_helper_decl): Set location of a new decl
4934 to the current_function_decl.
4935
451dcc66
JM
49362016-07-21 Jason Merrill <jason@redhat.com>
4937
4938 PR c++/65168
4939 * c-common.c (c_common_truthvalue_conversion): Check
4940 c_inhibit_evaluation_warnings for warning about address of
4941 reference.
4942
de6a69ee
DM
49432016-07-20 David Malcolm <dmalcolm@redhat.com>
4944
4945 * c-common.h (lookup_name_fuzzy): Convert return type from tree to
4946 const char *.
4947
d022c55a
JM
49482016-07-15 Jason Merrill <jason@redhat.com>
4949
4950 * c-opts.c (c_common_post_options): Update -fabi-version default to 11.
4951
ddbbcb19
JJ
49522016-07-15 Jakub Jelinek <jakub@redhat.com>
4953
4954 PR c/71858
4955 * c-common.h (enum lookup_name_fuzzy_kind): Add
4956 FUZZY_LOOKUP_FUNCTION_NAME.
4957
d0cf395a
JM
49582016-07-08 Jason Merrill <jason@redhat.com>
4959
4960 P0145: Refining Expression Order for C++.
4961 * c.opts (-fargs-in-order): Rename to -fstrong-eval-order.
4962 * c-opts.c: Adjust.
4963
98d44e93
MT
49642016-07-05 Markus Trippelsdorf <markus@trippelsdorf.de>
4965
4966 PR c++/71214
4967 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_rvalue_references.
4968
f9d8d994
TS
49692016-06-29 Thomas Schwinge <thomas@codesourcery.com>
4970
4971 * c-pragma.h (enum pragma_kind): Rename
4972 PRAGMA_OMP_DECLARE_REDUCTION to PRAGMA_OMP_DECLARE. Adjust all
4973 users.
4974
4aa83879
RB
49752016-06-29 Richard Biener <rguenther@suse.de>
4976
4977 PR middle-end/71002
4978 * c-common.c (c_common_get_alias_set): Remove union type punning case.
4979
a25bd9e6
JM
49802016-06-24 Jason Merrill <jason@redhat.com>
4981
4982 P0145R2: Refining Expression Order for C++.
4983 * c-common.c (verify_tree) [COMPOUND_EXPR]: Fix handling on LHS of
4984 MODIFY_EXPR.
4985
a86451b9
JJ
49862016-06-24 Jakub Jelinek <jakub@redhat.com>
4987
4988 * c-common.c (check_builtin_function_arguments): Require last
4989 argument of BUILT_IN_*_OVERFLOW_P to have INTEGER_TYPE type.
4990 Adjust wording of diagnostics for BUILT_IN_*_OVERLFLOW
4991 if the last argument is pointer to enumerated or boolean type.
4992
1a4f11c8
DM
49932016-06-22 David Malcolm <dmalcolm@redhat.com>
4994
4995 PR c/70339
4996 * c-common.h (enum lookup_name_fuzzy_kind): New enum.
4997 (lookup_name_fuzzy): New prototype.
4998
fe55692c
JDA
49992016-06-21 John David Anglin <danglin@gcc.gnu.org>
5000
5001 * c-common.c (get_source_date_epoch): Use int64_t instead of long long.
5002
4eb24e01
JM
50032016-06-14 Jason Merrill <jason@redhat.com>
5004
5005 P0145R2: Refining Expression Order for C++.
5006 * c.opt (fargs-in-order): New.
5007 * c-opts.c (c_common_post_options): Adjust flag_args_in_order.
5008
ef7cf206
JJ
50092016-06-13 Jakub Jelinek <jakub@redhat.com>
5010
0dda258b
JJ
5011 PR sanitizer/71498
5012 * c-gimplify.c (ubsan_walk_array_refs_r): Set *walk_subtrees = 0 on
5013 all BIND_EXPRs, and on all BIND_EXPRs recurse also on BIND_EXPR_BODY.
5014
ef7cf206
JJ
5015 PR preprocessor/71183
5016 * c-ppoutput.c (init_pp_output): Set cb->get_source_date_epoch
5017 to cb_get_source_date_epoch.
5018
50b15873
JJ
50192016-06-10 Jakub Jelinek <jakub@redhat.com>
5020
5021 PR c/68657
5022 * c.opt (Wpsabi): Add Warning flag.
5023
4d926e34
MS
50242016-06-10 Martin Sebor <msebor@redhat.com>
5025
5026 PR c/71392
14ec014e 5027 * c-common.c (handle_nonnull_attribute): Accept
4d926e34
MS
5028 the nonnull attribute in type-generic builtins.
5029
e01b4e16
MS
50302016-06-09 Martin Sebor <msebor@redhat.com>
5031
5032 PR c/70883
5033 * c-common.c (builtin_function_validate_nargs): Make text of error
5034 message consistent with others like it.
5035
44a845ca
MS
50362016-06-08 Martin Sebor <msebor@redhat.com>
5037 Jakub Jelinek <jakub@redhat.com>
5038
5039 PR c++/70507
5040 PR c/68120
5041 * c-common.c (check_builtin_function_arguments): Handle
5042 BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P.
5043
a80a7051
RB
50442016-06-08 Richard Biener <rguenther@suse.de>
5045
5046 * c-common.c (parse_optimize_options): Improve diagnostic messages.
5047
bfd67b47
RB
50482016-06-07 Richard Biener <rguenther@suse.de>
5049
5050 PR c/61564
5051 * c-common.c (parse_optimize_options): Only apply CL_OPTIMIZATION
5052 options and warn about others.
5053
15c98b2e
ES
50542016-06-01 Eduard Sanou <dhole@openmailbox.org>
5055
5056 * c-common.c (get_source_date_epoch): Rename to
5057 cb_get_source_date_epoch.
5058 * c-common.c (cb_get_source_date_epoch): Use a single generic erorr
5059 message when the parsing fails. Use error_at instead of fatal_error.
5060 * c-common.h (get_source_date_epoch): Rename to
5061 cb_get_source_date_epoch.
5062 * c-common.h (cb_get_source_date_epoch): Prototype.
5063 * c-common.h (MAX_SOURCE_DATE_EPOCH): Define.
5064 * c-common.h (c_omp_region_type): Remove trailing comma.
5065 * c-lex.c (init_c_lex): Set cb->get_source_date_epoch callback.
5066 * c-lex.c (c_lex_with_flags): Remove initialization of
5067 pfile->source_date_epoch.
5068
00631022
JJ
50692016-05-30 Jakub Jelinek <jakub@redhat.com>
5070
5071 PR c++/71349
5072 * c-omp.c (c_omp_split_clauses): Put OMP_CLAUSE_DEPEND to
5073 C_OMP_CLAUSE_SPLIT_TARGET. Put OMP_CLAUSE_NOWAIT to
5074 C_OMP_CLAUSE_SPLIT_TARGET if combined with target construct,
5075 instead of C_OMP_CLAUSE_SPLIT_FOR.
5076
f17a223d
RB
50772016-05-24 Richard Biener <rguenther@suse.de>
5078
5079 PR middle-end/70434
5080 PR c/69504
5081 * c-common.h (convert_vector_to_pointer_for_subscript): Rename to ...
5082 (convert_vector_to_array_for_subscript): ... this.
5083 * c-common.c (convert_vector_to_pointer_for_subscript): Use a
5084 VIEW_CONVERT_EXPR to an array type. Rename to ...
5085 (convert_vector_to_array_for_subscript): ... this.
5086
4f2e1536
MP
50872016-05-12 Marek Polacek <polacek@redhat.com>
5088
5089 PR c/70756
5090 * c-common.c (pointer_int_sum): Call size_in_bytes_loc instead of
5091 size_in_bytes and pass LOC to it.
5092
d6e83a8d
MM
50932016-05-11 Mikhail Maltsev <maltsevm@gmail.com>
5094
5095 PR c/43651
5096 * c.opt (Wduplicate-decl-specifier): New option.
5097
5c3a10fb
MP
50982016-05-11 Marek Polacek <polacek@redhat.com>
5099
5100 PR c++/71024
5101 * c-common.c (diagnose_mismatched_attributes): New function.
5102 * c-common.h (diagnose_mismatched_attributes): Declare.
5103
deef7113
MP
51042016-05-04 Marek Polacek <polacek@redhat.com>
5105
5106 * c.opt (Wdangling-else): New option.
5107
79ce98bc
MP
51082016-05-03 Marek Polacek <polacek@redhat.com>
5109
5110 PR c/70859
5111 * c-common.c (builtin_function_validate_nargs): Add location
5112 parameter. Use it.
5113 (check_builtin_function_arguments): Add location and arguments
5114 parameters. Use them.
5115 * c-common.h (check_builtin_function_arguments): Update declaration.
5116
381cdae4
RB
51172016-05-03 Richard Biener <rguenther@suse.de>
5118
5119 * cilk.c (cilk_gimplify_call_params_in_spawned_fn): Do not
5120 allow call args to gimplify to SSA names.
5121
1d793c34
MP
51222016-05-03 Marek Polacek <polacek@redhat.com>
5123
5124 * c-common.h (enum c_omp_region_type): Remove stray comma.
5125
77886428
CP
51262016-05-02 Cesar Philippidis <cesar@codesourcery.com>
5127
5128 * c-common.h (enum c_omp_region_type): Define.
5129
697e0b28
RS
51302016-05-02 Richard Sandiford <richard.sandiford@arm.com>
5131
5132 * c-common.c (shorten_compare): Use wi::to_wide.
5133
e7ff0319
CP
51342016-04-29 Cesar Philippidis <cesar@codesourcery.com>
5135
5136 PR middle-end/70626
5137 * c-common.h (c_oacc_split_loop_clauses): Add boolean argument.
5138 * c-omp.c (c_oacc_split_loop_clauses): Use it to duplicate
5139 reduction clauses in acc parallel loops.
5140
2fff3db8
MP
51412016-04-29 Marek Polacek <polacek@redhat.com>
5142
5143 PR c/70852
5144 * c-common.c (warn_for_memset): Check domain before accessing it.
5145
509063eb
DV
51462016-04-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
5147
5148 PR/69089
5149 * c-common.c (handle_aligned_attribute): Allow 0 as an argument to the
5150 "aligned" attribute.
5151
b632761d
JM
51522016-04-28 Jason Merrill <jason@redhat.com>
5153
5154 * c-lex.c (c_common_has_attribute): Handle nodiscard.
5155
174f6622
ES
51562016-04-28 Eduard Sanou <dhole@openmailbox.org>
5157 Matthias Klose <doko@debian.org>
5158
5159 * c-common.c (get_source_date_epoch): New function, gets the environment
7365279f 5160 variable SOURCE_DATE_EPOCH and parses it as long long with error
174f6622
ES
5161 handling.
5162 * c-common.h (get_source_date_epoch): Prototype.
5163 * c-lex.c (c_lex_with_flags): set parse_in->source_date_epoch.
5164
6bc2bb18
RB
51652015-04-27 Ryan Burn <contact@rnburn.com>
5166
5167 PR c++/69024
5168 PR c++/68997
5169 * cilk.c (cilk_ignorable_spawn_rhs_op): Change to external linkage.
5170 (cilk_recognize_spawn): Renamed from recognize_spawn and change to
5171 external linkage.
5172 (cilk_detect_and_unwrap): Corresponding changes.
5173 (extract_free_variables): Don't extract free variables from
5174 AGGR_INIT_EXPR slot.
5175 * c-common.h (cilk_ignorable_spawn_rhs_op): Prototype.
5176 (cilk_recognize_spawn): Likewise.
5177
c1e1f433
BS
51782016-04-27 Bernd Schmidt <bschmidt@redhat.com>
5179
5180 * c.opt (Wmemset-elt-size): New option.
5181 * c-common.c (warn_for_memset): New function.
5182 * c-common.h (warn_for_memset): Declare.
5183
d067e05f
JM
51842016-04-25 Jason Merrill <jason@redhat.com>
5185
5186 * c-common.c (handle_unused_attribute): Accept CONST_DECL.
5187 No longer static.
5188 * c-common.h: Declare it.
5189 * c-lex.c (c_common_has_attribute): Add maybe_unused.
5190
9aa36ae5
JM
51912016-04-22 Jason Merrill <jason@redhat.com>
5192
5193 * c-cppbuiltin.c (c_cpp_builtins): Fix __cpp_range_based_for.
5194
477d4906
IV
51952016-04-20 Ilya Verbin <ilya.verbin@intel.com>
5196
5197 PR c++/69363
5198 * c-cilkplus.c (c_finish_cilk_clauses): Remove function.
5199 * c-common.h (c_finish_cilk_clauses): Remove declaration.
5200
fe37c7af
MM
52012016-04-18 Michael Matz <matz@suse.de>
5202
5203 * c-common.c (handle_aligned_attribute): Use SET_TYPE_ALIGN
5204 and SET_DECL_ALIGN.
5205
23f2660f
EB
52062016-04-17 Eric Botcazou <ebotcazou@adacore.com>
5207
5208 * c-ada-spec.c (get_underlying_decl): Return the typedef, if any.
5209 (dump_generic_ada_node) <POINTER_TYPE>: Clean up handling of access
5210 to incomplete types.
5211 (dump_nested_type): Remove redundant tests and tidy up.
5212 (print_ada_declaration): Also set TREE_VISITED on the declaration of
5213 a type which is the typedef of an original type.
5214
1e77281b
MP
52152016-04-15 Marek Polacek <polacek@redhat.com>
5216
5217 PR c/70651
5218 * c-common.c (build_va_arg): Change two asserts into errors and return
5219 error_mark_node.
5220
b3a77f21
MP
52212016-04-13 Marek Polacek <polacek@redhat.com>
5222
5223 PR c++/70639
5224 * c-indentation.c (should_warn_for_misleading_indentation): Bail out
5225 for switch statements, too.
5226
322b8466
JM
52272016-03-28 Jason Merrill <jason@redhat.com>
5228
5229 * c-cppbuiltin.c (c_cpp_builtins): Update __cpp_range_based_for.
5230
fbdb6baf
MP
52312016-03-23 Marek Polacek <polacek@redhat.com>
5232
5233 PR c++/69884
5234 * c.opt (Wignored-attributes): New option.
5235
5c240f4d
DM
52362016-03-22 David Malcolm <dmalcolm@redhat.com>
5237
5238 PR c/69993
5239 * c-indentation.c (warn_for_misleading_indentation): Rewrite the
5240 diagnostic text, reversing the order of the warning and note so
5241 that they appear in source order.
5242
14ba7b28
MP
52432016-03-17 Marek Polacek <polacek@redhat.com>
5244
5245 PR c/69407
5246 * c-common.c (resolve_overloaded_builtin): Set TREE_USED for the fetch
5247 operations.
5248
08a1cadc
JM
52492016-03-14 Jason Merrill <jason@redhat.com>
5250
2aaeea19
JM
5251 * c-cppbuiltin.c (c_cpp_builtins): Set __cpp_hex_float.
5252
08a1cadc
JM
5253 * c-cppbuiltin.c (c_cpp_builtins): Bump __cpp_range_based_for.
5254
c06d25bb
RB
52552016-03-09 Richard Biener <rguenther@suse.de>
5256
5257 PR c/70143
5258 * c-common.c (strict_aliasing_warning): Add back
5259 alias_sets_conflict_p check.
5260
80aac5c8
JM
52612016-03-08 Jason Merrill <jason@redhat.com>
5262
5263 * c-opts.c (set_std_cxx1z): Don't enable concepts.
5264
64b23c13
DM
52652016-03-04 David Malcolm <dmalcolm@redhat.com>
5266
5267 PR c/68187
5268 * c-indentation.c (get_visual_column): Move code to determine next
5269 tab stop to...
5270 (next_tab_stop): ...this new function.
5271 (line_contains_hash_if): Delete function.
5272 (detect_preprocessor_logic): Delete function.
5273 (get_first_nws_vis_column): New function.
5274 (detect_intervening_unindent): New function.
5275 (should_warn_for_misleading_indentation): Replace call to
5276 detect_preprocessor_logic with a call to
5277 detect_intervening_unindent.
5278
729526f5
DM
52792016-03-04 David Malcolm <dmalcolm@redhat.com>
5280
5281 PR c/68187
5282 * c-indentation.c (should_warn_for_misleading_indentation): When
5283 suppressing warnings about cases where the guard and body are on
5284 the same column, only use the first non-whitespace column in place
5285 of the guard token column when dealing with "else" clauses.
5286 When rejecting aligned BODY and NEXT, loosen the requirement
5287 from equality with the first non-whitespace of guard to simply
5288 that they not be indented relative to it.
5289
e9a35493
RB
52902016-03-04 Richard Biener <rguenther@suse.de>
5291
5292 PR c++/70054
5293 * c-common.c (strict_aliasing_warning): Use alias_set_subset_of
5294 instead of alias_sets_conflict_p.
5295
1be56bc5
MP
52962016-03-01 Marek Polacek <polacek@redhat.com>
5297
5298 PR c++/69795
5299 * c-common.c (reject_gcc_builtin): Check for FUNCTION_DECL rather than
5300 any DECL.
5301
35886f0b
MS
53022016-02-22 Martin Sebor <msebor@redhat.com>
5303
5304 PR middle-end/69780
5305 * c-common.c (check_builtin_function_arguments): Validate and
5306 reject invalid arguments to __builtin_alloca_with_align.
5307
4246c8da
MW
53082016-02-20 Mark Wielaard <mjw@redhat.com>
5309
5310 PR c/28901
5311 * c.opt (Wunused-const-variable): Turn into Alias for...
5312 (Wunused-const-variable=): New option.
5313
268be88c
BE
53142016-02-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
5315
5316 PR c++/69865
5317 * c-opts.c (c_common_post_options): Move call to set_std_cxx14 from
5318 here...
5319 (c_common_init_options): ...to here.
5320 (set_std_cxx98): Initialize flag_isoc94 and flag_isoc99.
5321
871b3f47
JJ
53222016-02-19 Jakub Jelinek <jakub@redhat.com>
5323
5324 PR c++/69826
5325 * c-pragma.c (c_pp_lookup_pragma): Handle PRAGMA_CILK_GRAINSIZE.
5326 (init_pragma): Register PRAGMA_CILK_GRAINSIZE even for
5327 flag_preprocess_only.
5328
bf14eba2
JJ
53292016-02-16 Jakub Jelinek <jakub@redhat.com>
5330
5331 PR c/69835
5332 * c.opt (Wnonnull-compare): Enable for -Wall.
5333
ba6b3795
JJ
53342016-02-15 Jakub Jelinek <jakub@redhat.com>
5335
5336 PR c++/69797
5337 * c-common.c (sync_resolve_size): Diagnose too few arguments
5338 even when params is non-NULL empty vector.
5339
a011cd92
BS
53402016-02-08 Bernd Schmidt <bschmidt@redhat.com>
5341
5342 PR target/60410
5343 * c.opt (fshort-double): Remove.
5344
46cb9332
MS
53452016-02-05 Martin Sebor <msebor@redhat.com>
5346
5347 PR c++/69662
5348 * c.opt (Warning options): Update -Wplacement-new to take
5349 an optional argument.
5350
e1b81f2b
JJ
53512016-02-01 Jakub Jelinek <jakub@redhat.com>
5352
5353 PR preprocessor/69543
5354 PR c/69558
5355 * c-pragma.c (handle_pragma_diagnostic): Pass input_location
5356 instead of loc to control_warning_option.
5357
b6adbb9f
NS
53582016-02-01 Nathan Sidwell <nathan@codesourcery.com>
5359
5360 * c.opt (fopenacc-dim=): New option.
5361
5d70666e
RB
53622016-01-27 Ryan Burn <contact@rnburn.com>
5363
5364 PR cilkplus/69267
5365 * cilk.c (cilk_gimplify_call_params_in_spawned_fn): Change to use
5366 gimplify_arg. Removed superfluous post_p argument.
5367 * c-family.h (cilk_gimplify_call_params_in_spawned_fn): Removed
5368 superfluous post_p argument.
5369 * c-gimplify.c (c_gimplify_expr): Likewise.
5370
01e1dea3
DM
53712016-01-26 David Malcolm <dmalcolm@redhat.com>
5372
5373 PR other/69006
5374 * c-opts.c (c_diagnostic_finalizer): Replace invocation of
5375 pp_newline_and_flush with pp_flush.
5376
9f04a53e
MS
53772016-01-20 Martin Sebor <msebor@redhat.com>
5378
5379 PR c/69405
5380 * c-common.c (sync_resolve_size): Avoid printing diagnostic about
5381 an incompatible argument when the argument isn't a valid tree node.
5382
7f26f7df
JM
53832016-01-18 Jason Merrill <jason@redhat.com>
5384
5385 PR c++/68767
5386 * c-common.c (check_function_arguments_recurse): Fold the whole
5387 COND_EXPR, not just the condition.
5388
f62bf092
TV
53892016-01-18 Tom de Vries <tom@codesourcery.com>
5390
5391 * c-omp.c (c_oacc_split_loop_clauses): Don't copy OMP_CLAUSE_REDUCTION,
5392 classify as loop clause.
5393
e0a575ff
JJ
53942016-01-15 Jakub Jelinek <jakub@redhat.com>
5395
5396 PR bootstrap/68271
5397 * c-pragma.c (c_register_pragma_1): Adjust comment to note that
5398 C++ FE no longer has limit on number of pragmas.
5399
54002015-01-14 Ryan Burn <contact@rnburn.com>
b6e3db06
RB
5401
5402 PR c++/69048
5403 * cilk.c (create_cilk_wrapper_body): Call fold_build_cleanup_point_expr
c47eaca6 5404 to add missing cleanup point.
b6e3db06 5405
c7df95d8
DM
54062016-01-14 David Malcolm <dmalcolm@redhat.com>
5407
5408 PR c++/68819
5409 * c-indentation.c (get_visual_column): Add location_t param.
5410 Handle the column number being zero by effectively disabling the
5411 warning, with an "inform".
5412 (should_warn_for_misleading_indentation): Add location_t argument
5413 for all uses of get_visual_column.
5414
21efdd80
PP
54152016-01-10 Patrick Palka <ppalka@gcc.gnu.org>
5416
5417 PR c++/69029
5418 * c-indentation.c (should_warn_for_misleading_indentation):
5419 Don't warn about do-while statements.
5420
7a127fa7
MS
54212016-01-07 Martin Sebor <msebor@redhat.com>
5422
5423 PR c/68966
5424 * c-common.c (sync_resolve_size): Reject first argument when it's
5425 a pointer to _Bool.
5426
c589e975
DM
54272016-01-05 David Malcolm <dmalcolm@redhat.com>
5428
5429 PR c/69122
5430 * c-indentation.c (get_visual_column): Remove default argument.
5431 (should_warn_for_misleading_indentation): For the multiline case,
5432 update call to get_visual_column for next_stmt_exploc so that it
5433 captures the location of the first non-whitespace character in the
5434 relevant line. Don't issue warnings if there is non-whitespace
5435 before the next statement.
5436
818ab71a
JJ
54372016-01-04 Jakub Jelinek <jakub@redhat.com>
5438
5439 Update copyright years.
5440
745e411d
DM
54412015-12-21 David Malcolm <dmalcolm@redhat.com>
5442
5443 * c-common.c (binary_op_error): Convert first param from
5444 location_t to rich_location * and use it when emitting an error.
5445 * c-common.h (binary_op_error): Convert first param from
5446 location_t to rich_location *.
5447
de67c4c3
DM
54482015-12-16 David Malcolm <dmalcolm@redhat.com>
5449
5450 * c-common.h (conflict_marker_get_final_tok_kind): New prototype.
5451 * c-lex.c (conflict_marker_get_final_tok_kind): New function.
5452
4a38b02b
IV
54532015-12-15 Ilya Verbin <ilya.verbin@intel.com>
5454
5455 * c-common.c (c_common_attribute_table): Handle "omp declare target
5456 link" attribute.
5457
54d62f51
JJ
54582015-12-14 Jakub Jelinek <jakub@redhat.com>
5459
5460 PR c/68833
5461 * c.opt (Wmissing-format-attribute, Wnormalized): Add Warning option.
5462
8d4227c8
TB
54632014-12-12 Tobias Burnus <burnus@net-b.de>
5464
5465 PR fortran/68815
5466 * c-format.c (gcc_gfc_char_table): Add 'q' flag to remaining
5467 specifiers (%d, %i,%u and %c).
5468
f6069ccc
DM
54692015-12-10 David Malcolm <dmalcolm@redhat.com>
5470
5471 * c.opt (Wmisleading-indentation): Add to -Wall for C and C++.
5472
63bbf46d
JJ
54732015-12-08 Jakub Jelinek <jakub@redhat.com>
5474
5475 PR c/48088
5476 PR c/68657
5477 * c.opt (Wfloat-conversion, Wsign-conversion): Add Warning.
5478 * c-pragma.c (handle_pragma_diagnostic): Adjust
5479 control_warning_option caller.
5480
f79520bb
DM
54812015-12-07 David Malcolm <dmalcolm@redhat.com>
5482
5483 * c-common.c (c_cpp_error): Update for change to
5484 rich_location::set_range.
5485
b3d5bc62
JJ
54862015-12-04 Paolo Bonzini <bonzini@gnu.org>
5487
5488 * c-common.c (maybe_warn_shift_overflow): Warn on all overflows if
5489 shifting 1 out of the sign bit.
5490
54912015-12-04 Kirill Yukhin <kirill.yukhin@intel.com>
5492
5493 * c-common.c (c_common_attribute_table[]): Update max arguments
5494 count for "simd" attribute.
5495 (handle_simd_attribute): Parse "notinbranch" and "inbranch" arguments.
5496
6eb4a537
JJ
54972015-12-03 Jakub Jelinek <jakub@redhat.com>
5498
5499 PR preprocessor/57580
5500 * c-ppoutput.c (print): Change printed field to bool.
5501 Move src_file last for smaller padding.
5502 (init_pp_output): Set print.printed to false instead of 0.
5503 (scan_translation_unit): Fix up formatting. Set print.printed
5504 to true after printing something other than newline.
5505 (scan_translation_unit_trad): Set print.printed to true instead of 1.
5506 (maybe_print_line_1): Set print.printed to false instead of 0.
5507 (print_line_1): Likewise.
5508 (do_line_change): Set print.printed to true instead of 1.
5509 (cb_define, dump_queued_macros, cb_include, cb_def_pragma,
5510 dump_macro): Set print.printed to false after printing newline.
5511
4250754e
JM
55122015-12-02 Jason Merrill <jason@redhat.com>
5513
f479b43d
JM
5514 * c-common.c (fold_for_warn): New.
5515 (warn_logical_operator, warn_tautological_cmp)
5516 (check_function_arguments_recurse, maybe_warn_bool_compare): Use it.
5517
4250754e
JM
5518 * c-common.c (c_disable_warnings, c_enable_warnings, c_fully_fold)
5519 (c_fully_fold_internal, decl_constant_value_for_optimization):
5520 Move to c/c-fold.c.
5521 * c-common.h: Don't declare decl_constant_value_for_optimization.
5522
e9e32ee6
JM
55232015-12-02 Joseph Myers <joseph@codesourcery.com>
5524
5525 PR c/68162
5526 * c-common.h (c_build_qualified_type): Add extra default
5527 arguments.
5528
37d5ad46
JB
55292015-12-01 Julian Brown <julian@codesourcery.com>
5530 Cesar Philippidis <cesar@codesourcery.com>
5531 James Norris <James_Norris@mentor.com>
5532
5533 * c-pragma.c (oacc_pragmas): Add PRAGMA_OACC_HOST_DATA.
5534 * c-pragma.h (pragma_kind): Add PRAGMA_OACC_HOST_DATA.
5535 (pragma_omp_clause): Add PRAGMA_OACC_CLAUSE_USE_DEVICE.
5536
f07862c7
EB
55372015-11-30 Eric Botcazou <ebotcazou@adacore.com>
5538
5539 * c-ada-spec.c (print_ada_macros): Remove redundant blank line.
5540 (decl_sloc_common): Delete and move bulk of processing to...
5541 (decl_sloc): ...here.
5542 (pp_ada_tree_identifier): Remove reference to QUAL_UNION_TYPE.
5543 (dump_ada_double_name): Remove S parameter and compute the suffix.
5544 (dump_ada_array_type): Add PARENT parameter. Simplify computation of
5545 element type and deal with an anonymous one.
5546 (dump_ada_template): Use RECORD_OR_UNION_TYPE_P macro.
5547 (dump_generic_ada_node): Tweak. Adjust call to dump_ada_array_type
5548 and remove reference to QUAL_UNION_TYPE.
5549 (dump_nested_types): Make 2 passes on the fields and move bulk to...
5550 (dump_nested_type): ...here. New function extracted from above.
5551 Generate a full declaration for anonymous element type of arrays.
5552 (print_ada_declaration): Really skip anonymous declarations. Remove
5553 references to QUAL_UNION_TYPE. Adjust call to dump_ada_array_type.
5554 Clean up processing of declarations of array types and objects.
5555 (print_ada_struct_decl): Remove reference to QUAL_UNION_TYPE.
5556 Remove obsolete code and tidy up.
5557
75c8aac3
JH
55582015-11-29 Jan Hubicka <hubicka@ucw.cz>
5559
5560 PR c/67581
5561 * c-common.c (handle_transparent_union_attribute): Update
5562 also type variants.
5563
b58d3df2
ML
55642015-11-27 Martin Liska <mliska@suse.cz>
5565
5566 PR c++/68312
5567 * array-notation-common.c (cilkplus_extract_an_triplets):
5568 Release vector of vectors.
5569 * cilk.c (gimplify_cilk_spawn): Free allocated memory.
5570
89a01fcf
EB
55712015-11-26 Eric Botcazou <ebotcazou@adacore.com>
5572
5573 PR c++/68527
5574 * c-ada-spec.c (dump_nested_types): Add guard for error_mark_node.
5575 (print_ada_struct_decl): Likewise.
5576
cc5c5226
IZ
55772015-11-23 Igor Zamyatin <igor.zamyatin@intel.com>
5578
5579 PR c++/68001
5580 * c-gimplify.c (c_gimplify_expr): Stop the process if see an error.
5581 * cilk.c (recognize_spawn): Determine location in a more precise
5582 way.
5583
269adb9d
JM
55842015-11-19 Jason Merrill <jason@redhat.com>
5585
5586 * c-common.c (shorten_compare): But look through macros from
5587 system headers.
5588
d0eccfcd
JM
55892015-11-18 Jason Merrill <jason@redhat.com>
5590
5591 * c-common.c (shorten_compare): Don't -Wtype-limits if the
5592 non-constant operand comes from a macro.
5593
3e44547c
JM
55942015-11-17 Jason Merrill <jason@redhat.com>
5595
5596 PR bootstrap/68346
5597 * c-common.c (warn_tautological_cmp): Fold before checking for
5598 constants.
5599
0f62c7a0
MP
56002015-11-16 Marek Polacek <polacek@redhat.com>
5601
5602 PR c++/68362
5603 * c-common.c (check_case_bounds): Fold low and high cases.
5604
a868811e
MP
56052015-11-16 Marek Polacek <polacek@redhat.com>
5606
5607 * c-ada-spec.c (dump_ada_template): Use RECORD_OR_UNION_TYPE_P.
5608 * c-common.c (c_common_get_alias_set): Likewise.
5609 (handle_visibility_attribute): Likewise.
5610
fff77217
KY
56112015-11-16 Kirill Yukhin <kirill.yukhin@intel.com>
5612
5613 * c-common.c (handle_simd_attribute): New.
5614 (struct attribute_spec): Add entry for "simd".
5615 (handle_simd_attribute): New.
5616
269e63b7
KT
56172015-11-13 Kai Tietz <ktietz70@googlemail.com>
5618
5619 * c-lex.c (interpret_float): Use fold_convert.
5620
ebedc9a3
DM
56212015-11-13 David Malcolm <dmalcolm@redhat.com>
5622
5623 * c-common.c (c_fully_fold_internal): Capture existing souce_range,
5624 and store it on the result.
5625 * c-opts.c (c_common_init_options): Set
5626 global_dc->colorize_source_p.
5627
6e232ba4
JN
56282015-11-12 James Norris <jnorris@codesourcery.com>
5629 Joseph Myers <joseph@codesourcery.com>
5630
7365279f 5631 * c-pragma.c (oacc_pragmas): Add entry for declare directive.
6e232ba4
JN
5632 * c-pragma.h (enum pragma_kind): Add PRAGMA_OACC_DECLARE.
5633 (enum pragma_omp_clause): Add PRAGMA_OACC_CLAUSE_DEVICE_RESIDENT and
5634 PRAGMA_OACC_CLAUSE_LINK.
5635
e78bede6
MP
56362015-11-11 Marek Polacek <polacek@redhat.com>
5637
5638 PR c/68107
5639 PR c++/68266
5640 * c-common.c (valid_array_size_p): New function.
5641 * c-common.h (valid_array_size_p): Declare.
5642
3f8257db 56432015-11-11 Dominique d'Humieres <dominiq@lps.ens.fr>
4ac93c7c
DH
5644
5645 PR bootstrap/68271
5646 * c-pragma.c (c_register_pragma_1): Update the gcc_assert to 256.
5647
69f293c9
AM
56482015-11-11 Andrew MacLeod <amacleod@redhat.com>
5649
5650 * array-notation-common.c: Remove unused header files.
5651 * c-ada-spec.c: Likewise.
5652 * c-cilkplus.c: Likewise.
5653 * c-common.c: Likewise.
5654 * c-cppbuiltin.c: Likewise.
5655 * c-dump.c: Likewise.
5656 * c-format.c: Likewise.
5657 * c-gimplify.c: Likewise.
5658 * c-indentation.c: Likewise.
5659 * c-lex.c: Likewise.
5660 * c-omp.c: Likewise.
5661 * c-opts.c: Likewise.
5662 * c-pch.c: Likewise.
5663 * c-ppoutput.c: Likewise.
5664 * c-pragma.c: Likewise.
5665 * c-pretty-print.c: Likewise.
5666 * c-semantics.c: Likewise.
5667 * c-ubsan.c: Likewise.
5668 * cilk.c: Likewise.
5669 * stub-objc.c: Likewise.
5670
3a40d81d
NS
56712015-11-09 Thomas Schwinge <thomas@codesourcery.com>
5672 Cesar Philippidis <cesar@codesourcery.com>
5673 James Norris <jnorris@codesourcery.com>
5674 Julian Brown <julian@codesourcery.com>
5675 Nathan Sidwell <nathan@codesourcery.com>
5676
5677 * c-pragma.c (oacc_pragmas): Add "routine".
5678 * c-pragma.h (pragma_kind): Add PRAGMA_OACC_ROUTINE.
5679
ee45a32d
EB
56802015-11-08 Eric Botcazou <ebotcazou@adacore.com>
5681
5682 * c-common.c (c_common_attributes): Add scalar_storage_order.
5683 (handle_scalar_storage_order_attribute): New function.
5684 * c-pragma.c (global_sso): New variable.
5685 (maybe_apply_pragma_scalar_storage_order): New function.
5686 (handle_pragma_scalar_storage_order): Likewise.
5687 (init_pragma): Register scalar_storage_order.
5688 * c-pragma.h (maybe_apply_pragma_scalar_storage_order): Declare.
5689 * c.opt (Wscalar-storage-order): New warning.
5690 (fsso-struct=): New option.
5691
eb11eb15
MS
56922015-11-08 Martin Sebor <msebor@redhat.com>
5693
5694 * c.opt (Wplacement-new): Add a period to the end of a sentence.
5695
0aad0198
RS
56962015-11-07 Richard Sandiford <richard.sandiford@arm.com>
5697
5698 * c-common.c: Don't undef DEF_BUILTIN.
5699
8a645150
DM
57002015-11-06 David Malcolm <dmalcolm@redhat.com>
5701
5702 * c-common.c (c_cpp_error): Convert parameter from location_t to
5703 rich_location *. Eliminate the "column_override" parameter and
5704 the call to diagnostic_override_column.
5705 Update the "done_lexing" clause to set range 0
5706 on the rich_location, rather than overwriting a location_t.
5707 * c-common.h (c_cpp_error): Convert parameter from location_t to
5708 rich_location *. Eliminate the "column_override" parameter.
5709
7a5e4956
CP
57102015-11-05 Cesar Philippidis <cesar@codesourcery.com>
5711 Thomas Schwinge <thomas@codesourcery.com>
5712 James Norris <jnorris@codesourcery.com>
5713
5714 * c-omp.c (c_oacc_split_loop_clauses): Make TILE, GANG, WORKER, VECTOR,
5715 AUTO, SEQ, INDEPENDENT and PRIVATE loop clauses. Associate REDUCTION
5716 clauses with parallel and kernels and loops.
5717 * c-pragma.h (enum pragma_omp_clause): Add entries for
5718 PRAGMA_OACC_CLAUSE_{INDEPENDENT,TILE,DEFAULT}.
5719 * pt.c (tsubst_omp_clauses): Add support for OMP_CLAUSE_{NUM_GANGS,
5720 NUM_WORKERS,VECTOR_LENGTH,GANG,WORKER,VECTOR,ASYNC,WAIT,TILE,AUTO,
5721 INDEPENDENT,SEQ}.
5722 (tsubst_expr): Add support for OMP_CLAUSE_{KERNELS,PARALLEL,LOOP}.
5723
e2f5cc96
MS
57242015-11-05 Martin Sebor <msebor@redhat.com>
5725
5726 PR c++/67942
5727 * c.opt (-Wplacement-new): New option.
5728
e01d41e5
JJ
57292015-11-05 Jakub Jelinek <jakub@redhat.com>
5730
5731 * c-common.h (c_finish_omp_atomic): Add TEST argument.
5732 (c_omp_check_loop_iv, c_omp_check_loop_iv_exprs): New prototypes.
5733 * c-omp.c (c_finish_omp_atomic): Add TEST argument. Don't call
5734 save_expr or create_tmp_var* if TEST is true.
5735 (c_finish_omp_for): Store OMP_FOR_ORIG_DECLS always.
5736 Don't call add_stmt here.
5737 (struct c_omp_check_loop_iv_data): New type.
5738 (c_omp_check_loop_iv_r, c_omp_check_loop_iv,
5739 c_omp_check_loop_iv_exprs): New functions.
5740 (c_omp_split_clauses): Adjust for lastprivate being allowed on
5741 distribute.
5742 (c_omp_declare_simd_clauses_to_numbers): Change
5743 OMP_CLAUSE_LINEAR_VARIABLE_STRIDE OMP_CLAUSE_LINEAR_STEP into numbers.
5744 (c_omp_declare_simd_clauses_to_decls): Similarly change those
5745 from numbers to PARM_DECLs.
5746
595278be
MM
57472015-11-04 Mikhail Maltsev <maltsevm@gmail.com>
5748
5749 * c-omp.c (c_omp_split_clauses): Remove conditional compilation. Use
5750 flag_checking.
5751
3f8257db 57522015-11-03 Bernd Schmidt <bschmidt@redhat.com>
c85158de
MS
5753
5754 PR c++-common/67882
b3d5bc62
JJ
5755 * c-common.h (fold_offsetof_1): Add argument.
5756 * c-common.c (fold_offsetof_1): Diagnose more invalid
c85158de
MS
5757 offsetof expressions that reference elements past the end of
5758 an array.
5759
4bf9e5a8
TS
57602015-11-03 Thomas Schwinge <thomas@codesourcery.com>
5761 Chung-Lin Tang <cltang@codesourcery.com>
5762
5763 * c-pragma.c (oacc_pragmas): Add "atomic".
5764 * c-pragma.h (pragma_kind): Add PRAGMA_OACC_ATOMIC.
5765
3b1661a9
ES
57662015-10-30 Evgeny Stupachenko <evstupac@gmail.com>
5767
5768 * c-common.c (handle_target_clones_attribute): New.
5769 (c_common_attribute_table): Add handle_target_clones_attribute.
5770 (handle_always_inline_attribute): Add check on target_clones attribute.
5771 (handle_target_attribute): Ditto.
5772
2adfab87
AM
57732015-10-29 Andrew MacLeod <amacleod@redhat.com>
5774
5775 * array-notation-common.c: Reorder #include's and remove duplicates.
5776 * c-ada-spec.c: Likewise.
5777 * c-cilkplus.c: Likewise.
5778 * c-common.c: Likewise.
5779 * c-cppbuiltin.c: Likewise.
5780 * c-dump.c: Likewise.
5781 * c-format.c: Likewise.
5782 * c-gimplify.c: Likewise.
5783 * c-indentation.c: Likewise.
5784 * c-lex.c: Likewise.
5785 * c-omp.c: Likewise.
5786 * c-opts.c: Likewise.
5787 * c-pch.c: Likewise.
5788 * c-ppoutput.c: Likewise.
5789 * c-pragma.c: Likewise.
5790 * c-pretty-print.c: Likewise.
5791 * c-semantics.c: Likewise.
5792 * c-ubsan.c: Likewise.
5793 * cilk.c: Likewise.
5794 * stub-objc.c: Likewise.
5795
d90ec4f2
JM
57962015-10-28 Jason Merrill <jason@redhat.com>
5797
5798 * c-common.c (pointer_int_sum): Fold the MULT_EXPR.
5799
88bae6f4
TS
58002015-10-27 Thomas Schwinge <thomas@codesourcery.com>
5801 James Norris <jnorris@codesourcery.com>
5802 Cesar Philippidis <cesar@codesourcery.com>
5803
5804 PR c/64765
5805 PR c/64880
5806 * c-common.h (c_oacc_split_loop_clauses): Declare function.
5807 * c-omp.c (c_oacc_split_loop_clauses): New function.
5808
b1726d6c
MS
58092015-10-21 Martin Sebor <msebor@redhat.com>
5810
5811 PR driver/68043
5812 * c.opt: End each sentence that describes an option with a period.
5813
fa60eeb9
MP
58142015-10-20 Marek Polacek <polacek@redhat.com>
5815
5816 * array-notation-common.c (is_cilkplus_vector_p): Define.
5817 * c-common.h (is_cilkplus_vector_p): Declare.
5818
95979049
MP
58192015-10-20 Marek Polacek <polacek@redhat.com>
5820
5821 * c.opt (std=gnu++11): Do not describe as experimental.
5822 (std=gnu++14): Likewise.
5823
2a9fb712
JM
58242015-10-19 Jason Merrill <jason@redhat.com>
5825
5826 * c-cppbuiltin.c (c_cpp_builtins): Define
5827 __cpp_nontype_template_args.
5828
13b380a3
JM
58292015-10-19 Jason Merrill <jason@redhat.com>
5830
5831 * c-cppbuiltin.c (c_cpp_builtins): Define
5832 __cpp_enumerator_attributes, __cpp_fold_expressions,
5833 __cpp_unicode_characters.
5834
d9a6bd32
JJ
58352015-10-13 Jakub Jelinek <jakub@redhat.com>
5836 Aldy Hernandez <aldyh@redhat.com>
5837
5838 * c-common.c (enum c_builtin_type): Define DEF_FUNCTION_TYPE_9,
5839 DEF_FUNCTION_TYPE_10 and DEF_FUNCTION_TYPE_11.
5840 (c_define_builtins): Likewise.
5841 * c-common.h (enum c_omp_clause_split): Add
5842 C_OMP_CLAUSE_SPLIT_TASKLOOP.
5843 (c_finish_omp_critical, c_finish_omp_ordered): Add CLAUSES argument.
5844 (c_finish_omp_for): Add ORIG_DECLV argument.
5845 * c-cppbuiltin.c (c_cpp_builtins): Predefine _OPENMP as
5846 201511 instead of 201307.
5847 * c-omp.c (c_finish_omp_critical): Add CLAUSES argument, set
5848 OMP_CRITICAL_CLAUSES to it.
5849 (c_finish_omp_ordered): Add CLAUSES argument, set
5850 OMP_ORDERED_CLAUSES to it.
5851 (c_finish_omp_for): Add ORIG_DECLV argument, set OMP_FOR_ORIG_DECLS
5852 to it if OMP_FOR. Clear DECL_INITIAL on the IVs.
5853 (c_omp_split_clauses): Handle OpenMP 4.5 combined/composite
5854 constructs and new OpenMP 4.5 clauses. Clear
5855 OMP_CLAUSE_SCHEDULE_SIMD if not combined with OMP_SIMD. Add
5856 verification code.
5857 * c-pragma.c (omp_pragmas_simd): Add taskloop.
5858 * c-pragma.h (enum pragma_kind): Add PRAGMA_OMP_TASKLOOP.
5859 (enum pragma_omp_clause): Add
5860 PRAGMA_OMP_CLAUSE_{DEFAULTMAP,GRAINSIZE,HINT,{IS,USE}_DEVICE_PTR}
5861 and PRAGMA_OMP_CLAUSE_{LINK,NOGROUP,NUM_TASKS,PRIORITY,SIMD,THREADS}.
5862
624d31fe
RS
58632015-10-05 Richard Sandiford <richard.sandiford@arm.com>
5864
5865 * c-lex.c (interpret_float): Use real_equal instead of
5866 REAL_VALUES_EQUAL.
5867
b8fd7909
JM
58682015-10-04 Jason Merrill <jason@redhat.com>
5869
5870 Implement N4514, C++ Extensions for Transactional Memory.
5871 * c-common.c (c_common_reswords): Add C++ TM TS keywords.
5872 (c_common_attribute_table): Add transaction_safe_dynamic.
5873 transaction_safe now affects type identity.
5874 (handle_tm_attribute): Handle transaction_safe_dynamic.
5875 * c-common.h (enum rid): Add RID_ATOMIC_NOEXCEPT,
5876 RID_ATOMIC_CANCEL, RID_SYNCHRONIZED.
5877 (OBJC_IS_CXX_KEYWORD): Add RID_SYNCHRONIZED.
5878 (D_TRANSMEM): New.
5879 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_transactional_memory.
5880 * c-pretty-print.c (pp_c_attributes_display): Don't print
5881 transaction_safe in C++.
5882
12651878
MP
58832015-10-02 Marek Polacek <polacek@redhat.com>
5884
5885 * c.opt (Wduplicated-cond): Don't enable by -Wall anymore.
5886
3e3b8d63
MP
58872015-10-02 Marek Polacek <polacek@redhat.com>
5888
5889 PR c/64249
5890 * c-common.c (warn_duplicated_cond_add_or_warn): New function.
5891 * c-common.h (warn_duplicated_cond_add_or_warn): Declare.
5892 * c.opt (Wduplicated-cond): New option.
5893
0d1a8f75
JM
58942015-10-01 Joseph Myers <joseph@codesourcery.com>
5895
5896 * c.opt (std=c11): Do not describe as experimental.
5897 (std=gnu11): Likewise.
5898 (std=iso9899:2011): Likewise.
5899
3e32ee19
NS
59002015-09-28 Nathan Sidwell <nathan@codesourcery.com>
5901
5902 * c-common.c (DEF_FUNCTION_TYPE_VAR_6): New.
5903 (DEF_FUNCTION_TYPE_VAR_11): Delete.
5904
974348ee
MP
59052015-09-25 Marek Polacek <polacek@redhat.com>
5906
5907 * c-ubsan.c (ubsan_instrument_division): Remove unnecessary code.
5908 (ubsan_instrument_shift): Likewise.
5909
15dbc1a6
MP
59102015-09-25 Marek Polacek <polacek@redhat.com>
5911
5912 PR sanitizer/64906
5913 * c-ubsan.c (ubsan_instrument_division): Also pre-evaluate OP1.
5914
6b95d7cc
PP
59152015-09-24 Patrick Palka <ppalka@gcc.gnu.org>
5916
5917 * c-indentation.c (should_warn_for_misleading_indentation):
5918 Compare next_stmt_vis_column with guard_line_first_nws instead
5919 of with guard_line_vis_column.
5920
c1822f9c
MLI
59212015-09-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
5922
5923 PR c/49654
5924 PR c/49655
5925 * c-pragma.c (handle_pragma_diagnostic): Detect non-warning
5926 options and options not valid for the current language.
5927
d5398058
PP
59282015-09-22 Patrick Palka <ppalka@gcc.gnu.org>
5929
5930 * c-indentation.c (should_warn_for_misleading_indentation):
5931 Float out and consolidate the calls to get_visual_column that
5932 are passed guard_exploc as an argument. Compare
5933 next_stmt_vis_column with guard_line_first_nws instead of with
5934 body_line_first_nws.
5935
6b333269
NS
59362015-09-22 Nathan Sidwell <nathan@codesourcery.com>
5937
5938 * c.opt (Wmultiple-inheritance, Wvirtual-inheritance, Wtemplates,
5939 Wnamespaces): New C++ warnings.
5940
a75f1574
JM
59412015-09-22 Jason Merrill <jason@redhat.com>
5942
5943 * c-common.h (abi_compat_version_crosses): New.
5944 (warn_abi_version): Declare.
5945 * c-common.c: Define it.
5946 * c-opts.c (c_common_post_options): Handle it.
5947 flag_abi_compat_version defaults to 8.
5948
bdaaa8b7
VV
59492015-09-21 Ville Voutilainen <ville.voutilainen@gmail.com>
5950
5951 Complete the implementation of N4230, Nested namespace definition.
5952 * c-cppbuiltin.c: Add __cpp_namespace_attributes and
5953 __cpp_nested_namespace_definitions.
5954
eaa797e8
MLI
59552015-09-18 Manuel López-Ibáñez <manu@gcc.gnu.org>
5956
5957 * c-pragma.c (handle_pragma_diagnostic): Fix wrong return.
5958
c4914de6
MLI
59592015-09-18 Manuel López-Ibáñez <manu@gcc.gnu.org>
5960
5961 * c-pragma.c (handle_pragma_diagnostic): Use explicit location
5962 when warning.
5963 * c-pragma.h (pragma_lex): Add optional loc argument.
5964
fcb87c50
MM
59652015-09-16 Mikhail Maltsev <maltsevm@gmail.com>
5966
5967 * c-format.c (check_format_arg): Adjust to use common block size in all
5968 object pools.
5969
31bdd08a
DM
59702015-09-15 David Malcolm <dmalcolm@redhat.com>
5971
5972 * c-format.c (location_from_offset): Update for change in
5973 signature of location_get_source_line.
5974 * c-indentation.c (get_visual_column): Likewise.
5975 (line_contains_hash_if): Likewise.
5976
aa9f4b4c
MP
59772015-09-14 Marek Polacek <polacek@redhat.com>
5978
5979 * c-opts.c (c_common_post_options): Set C++ standard earlier, before
5980 setting various warnings.
5981
aa256c4a
MP
59822015-09-14 Marek Polacek <polacek@redhat.com>
5983
5984 * c-common.c (warn_for_sign_compare): Cast to unsigned when shifting
5985 a negative value.
5986
0f876f22
MW
59872015-09-11 Mark Wielaard <mjw@redhat.com>
5988
5989 PR c/28901
5990 * c.opt (Wunused-variable): Option from common.opt.
5991 (Wunused-const-variable): New option.
5992
273aa49e
PC
59932015-09-09 Paolo Carlini <paolo.carlini@oracle.com>
5994
5995 PR c++/53184
5996 * c.opt ([Wsubobject-linkage]): Add.
5997
1807ffc1
MS
59982015-09-03 Martin Sebor <msebor@redhat.com>
5999
6000 PR c/66516
6001 * c-common.h (c_decl_implicit, reject_gcc_builtin): Declare new
6002 functions.
6003 * c-common.c (reject_gcc_builtin): Define.
6004
38942840
BI
60052015-09-02 Balaji V. Iyer <balaji.v.iyer@intel.com>
6006
6007 PR middle-end/60586
6008 * c-common.h (cilk_gimplify_call_params_in_spawned_fn): New
6009 prototype.
6010 * c-gimplify.c (c_gimplify_expr): Added a call to the function
6011 cilk_gimplify_call_params_in_spawned_fn.
6012 * cilk.c (cilk_gimplify_call_params_in_spawned_fn): New function.
6013 (gimplify_cilk_spawn): Removed EXPR_STMT and CLEANUP_POINT_EXPR
6014 unwrapping.
6015
c316b5e4
MP
60162015-08-25 Marek Polacek <polacek@redhat.com>
6017
6018 PR middle-end/67330
6019 * c-common.c (handle_weak_attribute): Don't check whether the
6020 visibility can be changed here.
6021
584a7c46
MLI
60222015-08-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
6023
6024 * c-lex.c (c_lex_with_flags): Use explicit locations.
6025
a79683d5
TS
60262015-08-18 Trevor Saunders <tbsaunde@tbsaunde.org>
6027
6028 * c-ada-spec.h, c-common.c, c-common.h, c-format.c, c-format.h,
6029 c-objc.h, c-ppoutput.c, c-pragma.c, c-pragma.h: Remove useless
6030
61717a45
FXC
60312015-08-18 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6032
6033 PR middle-end/36757
6034 * c-common.c (check_builtin_function_arguments): Add check
6035 for BUILT_IN_SIGNBIT argument.
6036
329524f5
PC
60372015-08-18 Paolo Carlini <paolo.carlini@oracle.com>
6038
6039 PR c++/67160
6040 * c-cppbuiltin.c (c_cpp_builtins): Fix __cpp_static_assert value
6041 in c++1z mode.
6042
4ee55665
MP
60432015-08-17 Marek Polacek <polacek@redhat.com>
6044
6045 * c-pretty-print.c (pp_c_cv_qualifiers): Remove code dealing
6046 with whitespaces before qualifier names.
6047
b893e375
MP
60482015-08-12 Marek Polacek <polacek@redhat.com>
6049
6050 PR c++/55095
6051 * c-common.c (maybe_warn_shift_overflow): Properly handle
6052 left-shifting 1 into the sign bit.
6053
c2d89095
MLI
60542015-08-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
6055
6056 * c.opt (Wchkp): Use LangEnabledBy instead of EnabledBy.
6057
971e17ff
AS
60582015-08-06 Andrew Sutton <andrew.n.sutton@gmail.com>
6059 Braden Obrzut <admin@maniacsvault.net>
6060 Jason Merrill <jason@redhat.com>
6061
6062 Add C++ Concepts TS support.
6063 * c-common.c (c_common_reswords): Add __is_same_as, concept, requires.
6064 * c-common.h (enum rid): Add RID_IS_SAME_AS, RID_CONCEPT, RID_REQUIRES.
6065 (D_CXX_CONCEPTS, D_CXX_CONCEPTS_FLAGS): New.
6066 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_concepts.
6067 * c-opts.c (set_std_cxx1z): Set flag_concepts.
6068 * c.opt (fconcepts): New.
6069
b3d5bc62
JJ
60702015-08-02 Martin Sebor <msebor@redhat.com>
6071
6072 * c.opt (-Wframe-address): New warning option.
6073
8ebca419
PP
60742015-08-02 Patrick Palka <ppalka@gcc.gnu.org>
6075
6076 * c-indentation.c (should_warn_for_misleading_indentation):
6077 Improve heuristics.
6078
1a1e101f
PP
60792015-08-02 Patrick Palka <ppalka@gcc.gnu.org>
6080
6081 * c-indentation.c (get_visual_column): Add parameter first_nws,
6082 use it. Update comment documenting the function.
6083 (is_first_nonwhitespace_on_line): Remove.
6084 (should_warn_for_misleading_indentation): Replace usage of
6085 of is_first_nonwhitespace_on_line with get_visual_column.
6086
992118a1
PP
60872015-08-02 Patrick Palka <ppalka@gcc.gnu.org>
6088
6089 * c-indentation.h (struct token_indent_info): Define.
6090 (get_token_indent_info): Define.
6091 (warn_for_misleading_information): Declare.
6092 * c-common.h (warn_for_misleading_information): Remove.
6093 * c-identation.c (warn_for_misleading_indentation):
6094 Change declaration to take three token_indent_infos. Adjust
6095 accordingly.
6096 * c-identation.c (should_warn_for_misleading_indentation):
6097 Likewise. Bail out early if the body is a compound statement.
6098 (guard_tinfo_to_string): Define.
6099
e8fa3817
JM
61002015-07-30 Jason Merrill <jason@redhat.com>
6101
6102 * c-pretty-print.c (unary_expression) [INDIRECT_REF]: Don't print
6103 '*' for reference decay.
6104
173864e8
MP
61052015-07-30 Marek Polacek <polacek@redhat.com>
6106
6107 * c-common.c (warn_tautological_cmp): Bail for float types.
6108
f2afe6dd
MP
61092015-07-27 Marek Polacek <polacek@redhat.com>
6110
6111 PR bootstrap/67030
6112 * c-common.c (warn_tautological_cmp): Don't warn for macro expansion.
6113
05b28fd6
MP
61142015-07-27 Marek Polacek <polacek@redhat.com>
6115
6116 PR c++/66555
6117 PR c/54979
6118 * c-common.c (find_array_ref_with_const_idx_r): New function.
6119 (warn_tautological_cmp): New function.
6120 * c-common.h (warn_tautological_cmp): Declare.
6121 * c.opt (Wtautological-compare): New option.
6122
5a5062b8
MP
61232015-07-23 Marek Polacek <polacek@redhat.com>
6124
6125 * c-ubsan.c (ubsan_instrument_division): Use unshare_expr throughout.
6126 (ubsan_instrument_shift): Likewise.
6127
dc891fe7
MP
61282015-07-23 Marek Polacek <polacek@redhat.com>
6129
6130 PR sanitizer/66908
6131 * c-ubsan.c: Include gimplify.h.
6132 (ubsan_instrument_division): Unshare OP0 and OP1.
6133 (ubsan_instrument_shift): Likewise.
6134
451b5e48
MP
61352015-07-20 Marek Polacek <polacek@redhat.com>
6136 Richard Sandiford <richard.sandiford@arm.com>
6137
6138 PR c++/55095
6139 * c-common.c (c_fully_fold_internal): Warn about left shift overflows.
6140 Use EXPR_LOC_OR_LOC.
6141 (maybe_warn_shift_overflow): New function.
6142 * c-common.h (maybe_warn_shift_overflow): Declare.
6143 * c-opts.c (c_common_post_options): Set warn_shift_overflow.
6144 * c.opt (Wshift-overflow): New option.
6145
fb0b2914
ML
61462015-07-16 Martin Liska <mliska@suse.cz>
6147
6148 * c-format.c (static void check_format_info_main): Use
6149 object_allocator instead of pool_allocator.
6150 (check_format_arg): Likewise.
6151 (check_format_info_main): Likewise.
6152
903f5c23
AM
61532015-07-15 Andrew MacLeod <amacleod@redhat.com>
6154
6155 * c-opts.c: Remove multiline #include comment.
6156
026c3cfd
AH
61572015-07-12 Aldy Hernandez <aldyh@redhat.com>
6158
6159 * c-common.c: Fix double word typos.
6160
bb49ee66
EB
61612015-07-10 Eric Botcazou <ebotcazou@adacore.com>
6162
6163 * c-ada-spec.h (cpp_operation): Revert latest change.
6164 * c-ada-spec.c (print_ada_declaration): Likewise. Skip implicit
6165 constructors and destructors.
6166
1916bcb5
AM
61672015-07-09 Andrew MacLeod <amacleod@redhat.com>
6168
6169 * c-common.h: Adjust includes for flags.h changes.
6170 * stub-objc.c: Likewise.
026c3cfd 6171
a9dcd529
EB
61722015-07-08 Eric Botcazou <ebotcazou@adacore.com>
6173
6174 * c-ada-spec.h (cpp_operation): Add IS_CONSTEXPR.
6175 * c-ada-spec.c (print_ada_declaration): Skip constexpr constructors.
6176
b03b462f
JJ
61772015-07-08 Jakub Jelinek <jakub@redhat.com>
6178
6179 * c-omp.c (c_omp_declare_simd_clauses_to_numbers): If all clauses
6180 are to be removed, return NULL rather than original clauses list.
6181
c7131fb2
AM
61822015-07-07 Andrew MacLeod <amacleod@redhat.com>
6183
6184 * array-notation-common.c: Adjust includes.
6185 * c-ada-spec.c: Likewise.
6186 * c-cilkplus.c: Likewise.
6187 * c-common.h: Likewise.
6188 * c-cppbuiltin.c: Likewise.
6189 * c-dump.c: Likewise.
6190 * c-format.c: Likewise.
6191 * c-gimplify.c: Likewise.
6192 * c-indentation.c: Likewise.
6193 * c-lex.c: Likewise.
6194 * c-omp.c: Likewise.
6195 * c-opts.c: Likewise.
6196 * c-pch.c: Likewise.
6197 * c-ppoutput.c: Likewise.
6198 * c-pragma.c: Likewise.
6199 * c-pretty-print.c: Likewise.
6200 * c-semantics.c: Likewise.
6201 * c-ubsan.c: Likewise.
6202 * cilk.c: Likewise.
6203 * stub-objc.c: Likewise.
6204
2a7fb83f
EB
62052015-07-07 Eric Botcazou <ebotcazou@adacore.com>
6206
6207 * c-ada-spec.h (cpp_operation): Add IS_MOVE_CONSTRUCTOR.
6208 * c-ada-spec.c (print_ada_declaration): Skip move constructors.
6209
a03c9bf1
JM
62102015-07-01 Jason Merrill <jason@redhat.com>
6211
36a85135
JM
6212 * c-common.h (D_CXX11): Rename from D_CXX0X.
6213 (RID_FIRST_CXX11, RID_LAST_CXX11): Rename from *_CXX0X.
6214 * c-common.c: Adjust.
6215
e7fa68d5
JM
6216 * c-opts.c (c_common_post_options): Default to C++14.
6217
a03c9bf1
JM
6218 * c-opts.c (c_common_post_options): Highest ABI level is now 10.
6219
fe95b036
ESR
62202015-06-30 Edward Smith-Rowland <3dw4rd@verizon.net>
6221
6222 Implement N4197 - Adding u8 character literals
b3d5bc62 6223 * c-ada-spec.c (print_ada_macros): Treat CPP_UTF8CHAR like
a64be36b 6224 CPP_CHAR.
b3d5bc62 6225 * c-common.c (c_parse_error): Print CPP_UTF8CHAR and
a64be36b 6226 CPP_UTF8CHAR_USERDEF tokens.
b3d5bc62 6227 * c-lex.c (c_lex_with_flags): Treat CPP_UTF8CHAR_USERDEF
a64be36b
EB
6228 and CPP_UTF8CHAR tokens.
6229 (lex_charconst): Treat CPP_UTF8CHAR token.
fe95b036 6230
da2e71c9
MLI
62312015-06-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
6232
6233 PR fortran/66605
6234 * c-common.c (do_warn_unused_parameter): Move here.
6235 * c-common.h (do_warn_unused_parameter): Declare.
6236
b155cfd9
MP
62372015-06-29 Marek Polacek <polacek@redhat.com>
6238
6239 PR c/66322
6240 * c-common.c (check_case_bounds): Add bool * parameter. Set
6241 OUTSIDE_RANGE_P.
6242 (c_add_case_label): Add bool * parameter. Pass it down to
6243 check_case_bounds.
6244 (c_do_switch_warnings): Add bool parameters. Implement -Wswitch-bool
6245 warning here.
6246 * c-common.h (c_add_case_label, c_do_switch_warnings): Update
6247 declarations.
6248
31521951
MP
62492015-06-27 Marek Polacek <polacek@redhat.com>
6250
6251 * c-common.c (check_main_parameter_types): Use VECTOR_TYPE_P
6252 or VECTOR_INTEGER_TYPE_P throughout.
6253 * c-gimplify.c: Likewise.
6254
22d03525
MP
62552015-06-26 Marek Polacek <polacek@redhat.com>
6256
6257 * array-notation-common.c (find_rank): Use INDIRECT_REF_P.
6258 * c-common.c (c_fully_fold_internal): Likewise.
6259 (c_alignof_expr): Likewise.
6260 * c-pretty-print.c (c_pretty_printer::postfix_expression): Likewise.
6261 * c-ubsan.c (ubsan_instrument_bounds): Likewise.
b1726d6c 6262 * cilk.c (create_parm_list): Likewise.
22d03525 6263
af05e6e5
MP
62642015-06-26 Marek Polacek <polacek@redhat.com>
6265
6266 * c-common.c (handle_unused_attribute): Use VAR_OR_FUNCTION_DECL_P.
6267
f0889939
AM
62682015-06-25 Andrew MacLeod <amacleod@redhat.com>
6269
6270 * c-common.c: Remove ipa-ref.h and plugin-api.h from include list.
6271 * c-gimplify.c: Likewise.
6272 * c-pragma.c: Likewise.
6273 * c-ubsan.c: Likewise.
6274 * cilk.c: Likewise.
6275
ca752f39
RS
62762015-06-25 Richard Sandiford <richard.sandiford@arm.com>
6277
6278 * c-common.c (c_type_hasher): Inherit from ggc_ptr_hash rather than
6279 ggc_hasher.
6280
16a16ec7
AM
62812015-06-25 Andrew MacLeod <amacleod@redhat.com>
6282
6283 * cilk.c: Move calls.h after tm.h in the include chain.
6284
0ae9bd27
MP
62852015-06-25 Marek Polacek <polacek@redhat.com>
6286
6287 * array-notation-common.c: Use VAR_P throughout.
6288 * c-ada-spec.c: Likewise.
6289 * c-common.c: Likewise.
6290 * c-format.c: Likewise.
6291 * c-gimplify.c: Likewise.
6292 * c-omp.c: Likewise.
6293 * c-pragma.c: Likewise.
6294 * c-pretty-print.c: Likewise.
6295 * cilk.c: Likewise.
6296
62f9079a
MP
62972015-06-25 Marek Polacek <polacek@redhat.com>
6298
6299 * cilk.c (extract_free_variables): Use is_global_var.
6300
0fa16060
RS
63012015-06-23 Richard Sandiford <richard.sandiford@arm.com>
6302
6303 * c-common.c: Don't include target-def.h.
6304
a68ae2e1
MP
63052015-06-23 Marek Polacek <polacek@redhat.com>
6306
6307 * c-common.c (warn_logical_operator): Use tree_int_cst_equal
6308 when comparing INTEGER_CSTs.
6309
c6a2f2d9
PMR
63102015-06-22 Pierre-Marie de Rodat <derodat@adacore.com>
6311
6312 * c-ada-spec.h (cpp_operation): Add HAS_DEPENDENT_TEMPLATE_ARGS.
6313 * c-ada-spec.c (collect_ada_nodes): Skip NAMESPACE_DECL
6314 (dump_ada_template): Skip partially specialized types.
6315
6b4db501
MM
63162015-06-22 Mikhail Maltsev <maltsevm@gmail.com>
6317
6318 * c-common.c (scalar_to_vector): Use std::swap instead of manually
6319 swapping.
6320
abb226c9
AM
63212015-06-17 Andrew MacLeod <amacleod@redhat.com>
6322
6323 * array-notation-common.c: Do not include input.h, line-map.h or is-a.h.
6324 * c-ada-spec.c: Likewise.
6325 * c-cilkplus.c: Likewise.
6326 * c-common.c: Likewise.
6327 * c-common.h: Likewise.
6328 * c-cppbuiltin.c: Likewise.
6329 * c-dump.c: Likewise.
6330 * c-format.c: Likewise.
6331 * c-gimplify.c: Likewise.
6332 * c-indentation.c: Likewise.
6333 * c-lex.c: Likewise.
6334 * c-omp.c: Likewise.
6335 * c-opts.c: Likewise.
6336 * c-pch.c: Likewise.
6337 * c-ppoutput.c: Likewise.
6338 * c-pragma.c: Likewise.
6339 * c-pretty-print.c: Likewise.
6340 * c-semantics.c: Likewise.
6341 * c-ubsan.c: Likewise.
6342 * cilk.c: Likewise.
6343 * stub-objc.c: Likewise.
6344
076fecad
PP
63452015-06-13 Patrick Palka <ppalka@gcc.gnu.org>
6346
6347 PR c++/65168
6348 * c-common.c (c_common_truthvalue_conversion): Warn when
6349 converting an address of a reference to a truth value.
6350
13fdf2e2
AM
63512015-06-08 Andrew MacLeod <amacleod@redhat.com>
6352
6353 * array-notation-common.c : Adjust include files.
6354 * c-ada-spec.c : Likewise.
6355 * c-cilkplus.c : Likewise.
6356 * c-common.c : Likewise.
6357 * c-common.h : Likewise.
6358 * c-cppbuiltin.c : Likewise.
6359 * c-dump.c : Likewise.
6360 * c-format.c : Likewise.
6361 * c-gimplify.c : Likewise.
6362 * c-indentation.c : Likewise.
6363 * c-lex.c : Likewise.
6364 * c-omp.c : Likewise.
6365 * c-opts.c : Likewise.
6366 * c-pch.c : Likewise.
6367 * c-ppoutput.c : Likewise.
6368 * c-pragma.c : Likewise.
6369 * c-pretty-print.c : Likewise.
6370 * c-semantics.c : Likewise.
6371 * c-ubsan.c : Likewise.
6372 * cilk.c : Likewise.
6373 * stub-objc.c : Likewise.
6374
a1661b90
MP
63752015-06-08 Marek Polacek <polacek@redhat.com>
6376
6377 PR c/66415
6378 * c-format.c (location_from_offset): Return LOC if LINE is null.
6379
d7438551
AH
63802015-06-05 Aldy Hernandez <aldyh@redhat.com>
6381
6382 * c-common.h (c_parse_final_cleanups): New prototype.
6383 * c-opts.c (c_common_parse_file): Call c_parse_final_cleanups.
6384
b3d5bc62
JJ
63852015-06-04 Sriraman Tallam <tmsriram@google.com>
6386
6387 * c-common.c (noplt): New attribute.
6388 (handle_noplt_attribute): New handler.
6389
ecb9f223
AM
63902015-06-04 Andrew MacLeod <amacleod@redhat.com>
6391
6392 * array-notation-common.c: Adjust includes for restructured coretypes.h.
6393 * c-ada-spec.c: Likewise.
6394 * c-cilkplus.c: Likewise.
6395 * c-common.c: Likewise.
6396 * c-common.h: Likewise.
6397 * c-cppbuiltin.c: Likewise.
6398 * c-dump.c: Likewise.
6399 * c-format.c: Likewise.
6400 * c-gimplify.c: Likewise.
6401 * c-indentation.c: Likewise.
6402 * c-lex.c: Likewise.
6403 * c-omp.c: Likewise.
6404 * c-opts.c: Likewise.
6405 * c-pch.c: Likewise.
6406 * c-ppoutput.c: Likewise.
6407 * c-pragma.c: Likewise.
6408 * c-pretty-print.c: Likewise.
6409 * c-semantics.c: Likewise.
6410 * c-ubsan.c: Likewise.
6411 * cilk.c: Likewise.
6412 * stub-objc.c: Likewise.
6413
6ac48155
DM
64142015-06-02 David Malcolm <dmalcolm@redhat.com>
6415
6416 PR c/66220:
6417 * c-indentation.c (should_warn_for_misleading_indentation): Use
6418 expand_location rather than expand_location_to_spelling_point.
6419 Don't warn if the guarding statement is more indented than the
6420 next/body stmts.
6421
773ce42e
DM
64222015-06-02 David Malcolm <dmalcolm@redhat.com>
6423
6424 * c-indentation.c (warn_for_misleading_indentation): Bail out
6425 immediately if -Wmisleading-indentation isn't enabled.
6426
4fef8379
ML
64272015-06-01 Martin Liska <mliska@suse.cz>
6428
6429 * c-format.c (check_format_arg):Use new type-based pool allocator.
6430 (check_format_info_main) Likewise.
6431
1edfb384
EB
64322015-05-31 Eric Botcazou <ebotcazou@adacore.com>
6433
6434 * c-ada-spec.c (is_tagged_type): Test for TYPE_METHODS on main variant.
6435 (has_nontrivial_methods): Likewise.
6436
9677ef52
MP
64372015-05-25 Marek Polacek <polacek@redhat.com>
6438
6439 * c-ubsan.c (ubsan_instrument_shift): Use type0.
6440
fd5c817a
MP
64412015-05-22 Marek Polacek <polacek@redhat.com>
6442
6443 PR c/47043
6444 * c-common.c (handle_deprecated_attribute): Allow CONST_DECL.
6445
a2f45fe6 64462015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
581edfa3
TS
6447
6448 * c-cppbuiltin.c (c_cpp_builtins): Use if instead of #if with
6449 STACK_GROWS_DOWNWARD.
6450
a2f45fe6 64512015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
62f9f30b
TS
6452
6453 * c-cppbuiltin.c (c_cpp_builtins): Check the value of
6454 STACK_GROWS_DOWNWARD rather than if it is defined.
6455
0fee2ac2 64562015-05-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
b1726d6c 6457
0fee2ac2
MLI
6458 PR c/52952
6459 * c-format.c (location_column_from_byte_offset): New.
6460 (location_from_offset): New.
6461 (struct format_wanted_type): Add offset_loc field.
6462 (check_format_info): Move handling of location for extra arguments
6463 closer to the point of warning.
6464 (check_format_info_main): Pass the result of location_from_offset
6465 to warning_at.
6466 (format_type_warning): Pass the result of location_from_offset
6467 to warning_at.
6468
cf4ef6f7
MP
64692015-05-20 Marek Polacek <polacek@redhat.com>
6470
6471 * c-omp.c (check_omp_for_incr_expr): Use BINARY_CLASS_P.
6472
3a65ee74
MP
64732015-05-20 Marek Polacek <polacek@redhat.com>
6474
6475 * c-ada-spec.c (dump_sloc): Use DECL_P.
6476
21b634ae
MP
64772015-05-20 Marek Polacek <polacek@redhat.com>
6478
6479 * c-pragma.c: Use VAR_OR_FUNCTION_DECL_P throughout.
6480 * c-common.c: Likewise.
6481
0e50b624
DM
64822015-05-19 David Malcolm <dmalcolm@redhat.com>
6483
6484 * c-common.h (fe_file_change): Strengthen param from
6485 const line_map * to const line_map_ordinary *.
6486 (pp_file_change): Likewise.
6487 * c-lex.c (fe_file_change): Likewise.
6488 (cb_define): Use linemap_check_ordinary when invoking
6489 SOURCE_LINE.
6490 (cb_undef): Likewise.
6491 * c-opts.c (c_finish_options): Use linemap_check_ordinary when
6492 invoking cb_file_change.
6493 (c_finish_options): Likewise.
6494 (push_command_line_include): Likewise.
6495 (cb_file_change): Strengthen param "new_map" from
6496 const line_map * to const line_map_ordinary *.
6497 * c-ppoutput.c (cb_define): Likewise for local "map".
6498 (pp_file_change): Likewise for param "map" and local "from".
6499
fab27f52
MM
65002015-05-19 Mikhail Maltsev <maltsevm@gmail.com>
6501
6502 * c-common.c (shorten_compare): Use std::swap instead of explicit swaps.
6503
2fe1d762
TV
65042015-05-18 Tom de Vries <tom@codesourcery.com>
6505
6506 * c-common.c (build_va_arg_1): New function.
6507 (build_va_arg): Add address operator to va_list operand if necessary.
6508
7a37fa90
MM
65092015-05-15 Mikhail Maltsev <maltsevm@gmail.com>
6510
6511 PR c/48956
6512 * c-common.c (int_safely_convertible_to_real_p): Define.
6513 (unsafe_conversion_p): Check conversions involving complex types.
6514 (conversion_warning): Add new warning message for conversions which
6515 discard imaginary component.
6516 * c-common.h: (enum conversion_safety): Add new enumerator for such
6517 conversions.
6518
3aa3c9fc
MP
65192015-05-14 Marek Polacek <polacek@redhat.com>
6520
6521 PR c/66066
6522 PR c/66127
6523 * c-common.c (c_fully_fold): Pass false down to c_fully_fold_internal.
6524 (c_fully_fold_internal): Fold C_MAYBE_CONST_EXPRs with
6525 C_MAYBE_CONST_EXPR_INT_OPERANDS set. Add FOR_INT_CONST argument and
6526 use it. If FOR_INT_CONST, require that all evaluated operands be
6527 INTEGER_CSTs.
6528
c3388e62
DM
65292015-05-12 David Malcolm <dmalcolm@redhat.com>
6530
6531 * c-common.h (warn_for_misleading_indentation): New prototype.
6532 * c-indentation.c: New file.
6533 * c.opt (Wmisleading-indentation): New option.
6534
c7b38fd5
TV
65352015-05-12 Tom de Vries <tom@codesourcery.com>
6536
6537 PR tree-optimization/66010
6538 * c-common.c (build_va_arg): Don't mark ap addressable unless necessary.
6539
381bf11e
JM
65402015-05-09 Jason Merrill <jason@redhat.com>
6541
edff0c06
JM
6542 * c-opts.c (c_common_post_options): Also clear
6543 cpp_opts->cpp_warn_cxx11_compat.
6544
129211bc
JM
6545 * c-common.h (enum cxx_dialect): Add cxx_unset.
6546 * c-common.c (cxx_dialect): Initialize to cxx_unset.
6547 * c-opts.c (c_common_post_options): Set C++ dialect to C++98 if unset.
6548
381bf11e
JM
6549 * c.opt (std=c++14): Remove Undocumented flag and experimental warning.
6550 (std=gnu++0x): Mark as Undocumented.
6551 (std=gnu++1y): Add deprecated message.
6552
fe191308
JM
65532015-05-08 Jason Merrill <jason@redhat.com>
6554
765189ff
JM
6555 * c.opt (Wc++11-compat): Make primary. Rename var warn_cxx11_compat.
6556 * c-opts.c: Adjust.
6557
fe191308
JM
6558 * c.opt (Wc++0x-compat): Also set cpp_warn_cxx11_compat.
6559
755e528f
MP
65602015-05-08 Marek Polacek <polacek@redhat.com>
6561
6562 PR c/64918
6563 * c.opt (Woverride-init-side-effects): New option.
6564
0173bd2a
MP
65652015-05-07 Marek Polacek <polacek@redhat.com>
6566
6567 PR c/65179
6568 * c-common.c (c_fully_fold_internal): Warn when left shifting a
6569 negative value.
6570 * c.opt (Wshift-negative-value): New option.
6571 * c-opts.c (c_common_post_options): Set warn_shift_negative_value
6572 when -Wextra and C99/C++11 mode.
6573
e0f0d3b9
MP
65742015-05-07 Marek Polacek <polacek@redhat.com>
6575 Martin Uecker <uecker@eecs.berkeley.edu>
6576
6577 * c-ubsan.c (ubsan_instrument_bounds): Don't skip instrumenting
6578 flexible member array-like members if SANITIZE_BOUNDS_STRICT.
6579
8243e2a9
JM
65802015-05-05 Jason Merrill <jason@redhat.com>
6581
6582 * c.opt (Wterminate): New.
6583
577cd070
MP
65842015-04-30 Marek Polacek <polacek@redhat.com>
6585
6586 * c-common.c (maybe_warn_bool_compare): When comparing with 0/1,
6587 require that the non-constant be of a boolean type.
6588
0373796b
JT
65892015-04-29 Josh Triplett <josh@joshtriplett.org>
6590
e0f0d3b9
MP
6591 * c-common.c (handle_section_attribute): Refactor to reduce
6592 nesting and distinguish between error cases.
0373796b 6593
716c0ba6
MP
65942015-04-29 Marek Polacek <polacek@redhat.com>
6595
6596 PR c/64610
6597 * c-common.c (maybe_warn_bool_compare): Warn when comparing a boolean
6598 with 0/1.
6599
8848828b
JJ
66002015-04-29 Jakub Jelinek <jakub@redhat.com>
6601
6602 * c-common.h (omp_clause_mask): Unconditionally define as a class.
6603 Use uint64_t instead of unsigned HOST_WIDE_INT and 64 instead of
6604 HOST_BITS_PER_WIDE_INT.
6605
ecd0e562
TV
66062015-04-28 Tom de Vries <tom@codesourcery.com>
6607
6608 PR tree-optimization/65887
6609 * c-common.c (build_va_arg): Mark va_arg ap argument as addressable.
6610
2a877204 66112015-04-28 Eric Botcazou <ebotcazou@adacore.com>
e0f0d3b9 6612 Pierre-Marie de Rodat <derodat@adacore.com>
2a877204
EB
6613
6614 * c-ada-spec.c (in_function): Delete.
6615 (dump_generic_ada_node): Do not change in_function and remove the
6616 redundant code dealing with it.
6617 (print_ada_declaration): Do not change in_function. Use INDENT_INCR.
6618 (print_ada_methods): Output the static member functions in a nested
6619 package after the regular methods as well as associated renamings.
6620
4853031e
MP
66212015-04-24 Marek Polacek <polacek@redhat.com>
6622
6623 PR c/65830
6624 * c-common.c (c_fully_fold_internal): Use OPT_Wshift_count_negative
6625 and OPT_Wshift_count_overflow.
6626
8c2b7f79
MP
6627 PR c/63357
6628 * c-common.c (warn_logical_operator): Warn if the operands have the
6629 same expressions.
6630
b8787813
MP
66312015-04-24 Marek Polacek <polacek@redhat.com>
6632
6633 PR c/61534
6634 * c-common.c (warn_logical_operator): Bail if either operand comes
6635 from a macro expansion.
6636
8fba1830
BRF
66372015-04-10 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
6638
6639 PR target/55143
6640 * c-common.c (c_default_pointer_mode): Add definition.
6641 * c-common.h (c_default_pointer_mode): Add declaration.
6642
17958621
JJ
66432015-03-11 Jakub Jelinek <jakub@redhat.com>
6644
6645 * c-common.c (c_common_nodes_and_builtins): Don't call xstrdup
6646 on record_builtin_type argument.
6647
7ccb1a11
JJ
66482015-03-10 Jakub Jelinek <jakub@redhat.com>
6649
6650 PR c/65120
6651 * c-common.c (warn_logical_not_parentheses): Don't warn for
6652 !x == 0 or !x != 0.
6653
04fd785e
MP
66542015-03-07 Marek Polacek <polacek@redhat.com>
6655
6656 PR sanitizer/65280
6657 * c-ubsan.c (ubsan_instrument_bounds): Check for COMPONENT_REF
6658 before trying to figure out whether we have a flexible array member.
6659
a4e26206 66602015-03-06 Eric Botcazou <ebotcazou@adacore.com>
8e745a17 6661 Jonathan Wakely <jwakely.gcc@gmail.com>
a4e26206
EB
6662
6663 * c-ada-spec.c (dump_ada_double_name): Fix pasto.
6664
0d2489f4
EB
66652015-03-05 Eric Botcazou <ebotcazou@adacore.com>
6666
6667 PR ada/65319
6668 * c-ada-spec.c (print_destructor): Remove obsolete code.
6669
83ed54d7
EB
66702015-03-01 Eric Botcazou <ebotcazou@adacore.com>
6671
6672 * c-ada-spec.c (is_tagged_type): Add guard for DECL_VINDEX.
6673 (dump_template_types): Adjust DECL_TEMPLATE_INSTANTIATIONS and
6674 DECL_TEMPLATE_RESULT emulations.
6675 (dump_ada_template)): Add guard for TYPE_METHODS.
6676
7631f0e2
MP
66772015-02-27 Marek Polacek <polacek@redhat.com>
6678
6679 PR c/65040
6680 * c.opt (Wformat-signedness): Don't enable by -Wformat=2.
6681
d1783ae5
KT
66822015-02-27 Kai Tietz <ktietz@redhat.com>
6683
6684 PR c/35330
6685 * c-pragma.c (handle_pragma_weak): Do not try to create
6686 weak/alias of declarations not being function, or variable
6687 declarations.
6688
56a9f6bc
TS
66892015-02-24 Thomas Schwinge <thomas@codesourcery.com>
6690
6691 PR libgomp/64625
6692 * c-common.c (DEF_FUNCTION_TYPE_VAR_8, DEF_FUNCTION_TYPE_VAR_12):
6693 Remove macros.
6694 (DEF_FUNCTION_TYPE_VAR_7, DEF_FUNCTION_TYPE_VAR_11): New macros.
6695
3d5cb23d
MP
66962015-02-16 Marek Polacek <polacek@redhat.com>
6697
6698 PR c/65066
6699 * c-format.c (check_format_types): Handle null param.
6700
fa008882
MP
67012015-02-13 Marek Polacek <polacek@redhat.com>
6702
6703 PR c/65040
6704 * c-format.c (check_format_types): Don't warn about different
6705 signedness if the original value is in the range of WANTED_TYPE.
6706
785f21af
JM
67072015-02-12 Jason Merrill <jason@redhat.com>
6708
6709 PR c++/64956
6710 * c-opts.c (c_common_post_options): Change flag_abi_version from 0
6711 to the current highest version.
6712 * c-cppbuiltin.c (c_cpp_builtins): Assert that it isn't 0.
6713
4886ec8e
JJ
67142015-02-04 Jakub Jelinek <jakub@redhat.com>
6715
6716 PR c/64824
6717 PR c/64868
6718 * c-omp.c (c_finish_omp_atomic): Use TRUNC_DIV_EXPR
6719 instead of RDIV_EXPR. Use build_binary_op instead of
6720 build2_loc.
6721
40fecdd6
JM
67222015-01-30 Joseph Myers <joseph@codesourcery.com>
6723
6724 * c-opts.c, c-pch.c, cppspec.c: All callers of fatal_error changed
6725 to pass input_location as first argument.
6726
a0c88d06
TV
67272015-01-23 Tom de Vries <tom@codesourcery.com>
6728
6729 PR libgomp/64672
6730 * c.opt (fopenacc): Mark as LTO option.
6731
1506ae0e
TV
67322015-01-23 Tom de Vries <tom@codesourcery.com>
6733
6734 PR libgomp/64707
6735 * c.opt (fopenmp): Mark as LTO option.
6736
31be63ab
JJ
67372015-01-21 Jakub Jelinek <jakub@redhat.com>
6738
6739 PR c/63307
b1726d6c 6740 * cilk.c (fill_decls_vec): Only put decls into vector v.
31be63ab
JJ
6741 (compare_decls): Fix up formatting.
6742
67432015-01-21 Igor Zamyatin <igor.zamyatin@intel.com>
6744
6745 PR c/63307
6746 * cilk.c: Include vec.h.
6747 (struct cilk_decls): New structure.
6748 (wrapper_parm_cb): Split this function to...
6749 (fill_decls_vec): ...this...
6750 (create_parm_list): ...and this.
6751 (compare_decls): New function.
6752 (for_local_cb): Remove.
6753 (wrapper_local_cb): Ditto.
6754 (build_wrapper_type): For now first traverse and fill vector of
6755 declarations then sort it and then deal with sorted vector.
6756 (cilk_outline): Ditto.
6757 (declare_one_free_variable): Ditto.
6758
6875457f
JM
67592015-01-21 Jason Merrill <jason@redhat.com>
6760
6761 PR c++/64629
6762 * c-format.c (check_format_arg): Call decl_constant_value.
6763
185c9e56
ML
67642015-01-19 Martin Liska <mliska@suse.cz>
6765
6766 * c-common.c (handle_noicf_attribute): New function.
6767
41dbbb37
TS
67682015-01-15 Thomas Schwinge <thomas@codesourcery.com>
6769 Bernd Schmidt <bernds@codesourcery.com>
6770 James Norris <jnorris@codesourcery.com>
6771 Cesar Philippidis <cesar@codesourcery.com>
6772 Ilmir Usmanov <i.usmanov@samsung.com>
6773 Jakub Jelinek <jakub@redhat.com>
6774
6775 * c.opt (fopenacc): New option.
6776 * c-cppbuiltin.c (c_cpp_builtins): Conditionally define _OPENACC.
6777 * c-common.c (DEF_FUNCTION_TYPE_VAR_8, DEF_FUNCTION_TYPE_VAR_12):
6778 New macros.
6779 * c-common.h (c_finish_oacc_wait): New prototype.
6780 * c-omp.c: Include "omp-low.h" and "gomp-constants.h".
6781 (c_finish_oacc_wait): New function.
6782 * c-pragma.c (oacc_pragmas): New variable.
6783 (c_pp_lookup_pragma, init_pragma): Handle it.
6784 * c-pragma.h (enum pragma_kind): Add PRAGMA_OACC_CACHE,
6785 PRAGMA_OACC_DATA, PRAGMA_OACC_ENTER_DATA, PRAGMA_OACC_EXIT_DATA,
6786 PRAGMA_OACC_KERNELS, PRAGMA_OACC_LOOP, PRAGMA_OACC_PARALLEL,
6787 PRAGMA_OACC_UPDATE, PRAGMA_OACC_WAIT.
6788 (enum pragma_omp_clause): Add PRAGMA_OACC_CLAUSE_ASYNC,
6789 PRAGMA_OACC_CLAUSE_AUTO, PRAGMA_OACC_CLAUSE_COLLAPSE,
6790 PRAGMA_OACC_CLAUSE_COPY, PRAGMA_OACC_CLAUSE_COPYIN,
6791 PRAGMA_OACC_CLAUSE_COPYOUT, PRAGMA_OACC_CLAUSE_CREATE,
6792 PRAGMA_OACC_CLAUSE_DELETE, PRAGMA_OACC_CLAUSE_DEVICE,
6793 PRAGMA_OACC_CLAUSE_DEVICEPTR, PRAGMA_OACC_CLAUSE_FIRSTPRIVATE,
6794 PRAGMA_OACC_CLAUSE_GANG, PRAGMA_OACC_CLAUSE_HOST,
6795 PRAGMA_OACC_CLAUSE_IF, PRAGMA_OACC_CLAUSE_NUM_GANGS,
6796 PRAGMA_OACC_CLAUSE_NUM_WORKERS, PRAGMA_OACC_CLAUSE_PRESENT,
6797 PRAGMA_OACC_CLAUSE_PRESENT_OR_COPY,
6798 PRAGMA_OACC_CLAUSE_PRESENT_OR_COPYIN,
6799 PRAGMA_OACC_CLAUSE_PRESENT_OR_COPYOUT,
6800 PRAGMA_OACC_CLAUSE_PRESENT_OR_CREATE, PRAGMA_OACC_CLAUSE_PRIVATE,
6801 PRAGMA_OACC_CLAUSE_REDUCTION, PRAGMA_OACC_CLAUSE_SELF,
6802 PRAGMA_OACC_CLAUSE_SEQ, PRAGMA_OACC_CLAUSE_VECTOR,
6803 PRAGMA_OACC_CLAUSE_VECTOR_LENGTH, PRAGMA_OACC_CLAUSE_WAIT,
6804 PRAGMA_OACC_CLAUSE_WORKER.
6805
3f8257db 68062015-01-14 Marcos Diaz <marcos.diaz@tallertechnologies.com>
5434dc07
MD
6807
6808 * c-cppbuiltin.c (c_cpp_builtins): New cpp define __SSP_EXPLICIT__
6809 for the new option fstack-protector_explicit.
6810 * c-common.c (c_common_attribute_table): Add stack_protect attribute.
6811 (handle_stack_protect_attribute): New function.
6812
3f8257db 68132015-01-13 Martin Uecker <uecker@eecs.berkeley.edu>
de1b5c17
MU
6814
6815 * c.opt: New option -Warray-bounds=.
6816
adfac8df
JJ
68172015-01-09 Michael Collison <michael.collison@linaro.org>
6818
6819 * array-notation-common.c: Include hash-set.h, machmode.h,
6820 vec.h, double-int.h, input.h, alias.h, symtab.h, options.h
6821 fold-const.h, wide-int.h, and inchash.h due to flattening of tree.h.
6822 * c-ada-spec.c: Ditto.
6823 * c-cilkplus.c: Ditto.
6824 * c-common.c: Include input.h due to flattening of tree.h.
6825 Define macro GCC_C_COMMON_C.
6826 * c-common.h: Flatten tree.h header files into c-common.h.
6827 Remove include of tree-core.h.
6828 * c-cppbuiltin.c: Include hash-set.h, machmode.h,
6829 vec.h, double-int.h, input.h, alias.h, symtab.h, options.h
6830 fold-const.h, wide-int.h, and inchash.h due to
6831 flattening of tree.h.
6832 * c-dump.c: Ditto.
6833 * c-format.c: Flatten tree.h header files into c-common.h.
6834 * c-cppbuiltin.c: Include hash-set.h, machmode.h,
6835 vec.h, double-int.h, input.h, alias.h, symtab.h, options.h
6836 fold-const.h, wide-int.h, and inchash.h due to
6837 flattening of tree.h.
6838 * c-dump.c: Include hash-set.h, machmode.h,
6839 vec.h, double-int.h, input.h, alias.h, symtab.h, options.h
6840 fold-const.h, wide-int.h, and inchash.h due to
6841 flattening of tree.h.
6842 * c-format.c: Include hash-set.h, machmode.h,
6843 vec.h, double-int.h, input.h, alias.h, symtab.h, options.h
6844 fold-const.h, wide-int.h, inchash.h and real.h due to
6845 flattening of tree.h.
6846 * c-gimplify.c: Include hash-set.h, machmode.h,
6847 vec.h, double-int.h, input.h, alias.h, symtab.h, options.h
6848 fold-const.h, wide-int.h, and inchash.h due to
6849 flattening of tree.h.
6850 * cilk.c: Ditto.
6851 * c-lex.c: Ditto.
6852 * c-omp.c: Ditto.
6853 * c-opts.c: Ditto.
6854 * c-pch.c: Ditto.
6855 * c-ppoutput.c: Ditto.
6856 * c-pragma.c: Ditto.
6857 * c-pretty-print.c: Ditto.
6858 * c-semantics.c: Ditto.
6859 * c-ubsan.c: Ditto.
6860 * stub-objc.c: Ditto.
6861
f5481fc4
JM
68622015-01-08 Jason Merrill <jason@redhat.com>
6863
6864 * c-ubsan.c (ubsan_maybe_instrument_array_ref): Use
6865 do_ubsan_in_current_function.
6866 (ubsan_maybe_instrument_reference_or_call): Likewise.
6867 * c-ubsan.h: Declare it.
6868
de35aa66
MS
68692015-01-08 Mike Stump <mikestump@comcast.net>
6870
6871 * c-common.c (c_common_attribute_table): Add no_sanitize_thread.
6872
4a9a42ab
MP
68732015-01-07 Marek Polacek <polacek@redhat.com>
6874
6875 PR c/64440
6876 * c-common.c (c_fully_fold_internal): Warn for division and modulo
6877 if orig_op1 isn't INTEGER_CST, op1 is INTEGER_CST and is zero.
6878
2f42e5de
TS
68792015-01-05 Trevor Saunders <tsaunders@mozilla.com>
6880
6881 PR c++/31397
6882 * c.opt (Wsuggest-override): New option.
6883
5624e564
JJ
68842015-01-05 Jakub Jelinek <jakub@redhat.com>
6885
6886 Update copyright years.
6887
5bd012f8
MP
68882015-01-05 Marek Polacek <polacek@redhat.com>
6889
6890 PR c/64423
6891 * c-common.c (warn_array_subscript_with_type_char): Add location_t
6892 parameter. Use it.
6893 * c-common.h (warn_array_subscript_with_type_char): Update
6894 declaration.
6895
a7fa8d18
ESR
68962014-12-20 Edward Smith-Rowland <3dw4rd@verizon.net>
6897
6898 * c-cppbuiltin.c (__cpp_sized_deallocation): Uncomment and move macro.
6899 Control macro with flag_sized_deallocation.
6900
3f8257db 69012014-12-20 Martin Uecker <uecker@eecs.berkeley.edu>
768952be
MU
6902
6903 * c.opt (Wdiscarded-array-qualifiers): New option.
6904
1f8d3e84
JJ
69052014-12-19 Jakub Jelinek <jakub@redhat.com>
6906
6907 PR preprocessor/63831
6908 * c-cppbuiltin.c (c_cpp_builtins): Don't define __has_attribute
6909 and __has_cpp_attribute here.
6910 * c-ppoutput.c (init_pp_output): Set cb->has_attribute to
6911 c_common_has_attribute.
6912 * c-common.h (c_common_has_attribute): New prototype.
6913 * c-lex.c (init_c_lex): Set cb->has_attribute to
6914 c_common_has_attribute instead of cb_has_attribute.
6915 (get_token_no_padding): New function.
6916 (cb_has_attribute): Renamed to ...
6917 (c_common_has_attribute): ... this. No longer static. Use
6918 get_token_no_padding, require ()s, don't build TREE_LIST
6919 unnecessarily, fix up formatting, adjust diagnostics, call
6920 init_attributes.
6921
20b06add
JM
69222014-12-15 Jason Merrill <jason@redhat.com>
6923
6924 * c.opt (-fsized-deallocation, -Wc++14-compat): New.
6925 (-Wsized-deallocation): New.
6926 * c-opts.c (c_common_post_options): -fsized-deallocation defaults
6927 to on in C++14 and up.
6928
94a073b2
JM
69292014-12-11 Jason Merrill <jason@redhat.com>
6930
acaa5911
JM
6931 * c-cppbuiltin.c (c_cpp_builtins): Enable C++14 __cpp_constexpr.
6932
94a073b2
JM
6933 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_runtime_arrays if
6934 we aren't complaining about VLAs.
6935
7fb66c15
MP
69362014-12-06 Marek Polacek <polacek@redhat.com>
6937
6938 PR tree-optimization/64183
6939 * c-gimplify.c (c_gimplify_expr): Don't convert the RHS of a
6940 shift-expression if it is integer_type_node. Use types_compatible_p.
6941
b731b390
JJ
69422014-11-29 Jakub Jelinek <jakub@redhat.com>
6943
6944 * c-common.c (convert_vector_to_pointer_for_subscript): Remove NULL
6945 last argument from create_tmp_var_raw and create_tmp_var calls.
6946 * cilk.c (gimplify_cilk_spawn): Likewise.
6947 * c-omp.c (c_finish_omp_atomic): Likewise.
6948
6a4da643
MP
69492014-11-28 Marek Polacek <polacek@redhat.com>
6950
6951 * c-ubsan.c (ubsan_instrument_shift): Use op1_utype for MINUS_EXPR
6952 instead of unsigned_type_node.
6953
541e35a6
MP
69542014-11-28 Marek Polacek <polacek@redhat.com>
6955
6956 PR c/63862
6957 * c-ubsan.c (ubsan_instrument_shift): Change the type of a MINUS_EXPR
6958 to op1_utype.
6959 * c-gimplify.c (c_gimplify_expr): Convert right operand of a shift
6960 expression to unsigned_type_node.
6961
dcc97066
MW
69622014-11-20 Mark Wielaard <mjw@redhat.com>
6963
6964 PR debug/38757
6965 * c-opts.c (set_std_c89): Set lang_hooks.name.
6966 (set_std_c99): Likewise.
6967 (set_std_c11): Likewise.
6968 (set_std_cxx98): Likewise.
6969 (set_std_cxx11): Likewise.
6970 (set_std_cxx14): Likewise.
6971 (set_std_cxx1z): Likewise.
6972
aa7da51a
JJ
69732014-11-21 Jakub Jelinek <jakub@redhat.com>
6974
6975 PR target/63764
6976 * c-common.h (convert_vector_to_pointer_for_subscript): Change
6977 return type to bool.
009a3480 6978 * c-common.c: Include gimple-expr.h.
aa7da51a
JJ
6979 (convert_vector_to_pointer_for_subscript): Change return type to
6980 bool. If *vecp is not lvalue_p and has VECTOR_TYPE, return true
6981 and copy it into a TARGET_EXPR and use that instead of *vecp
6982 directly.
6983
538dd0b7
DM
69842014-11-19 David Malcolm <dmalcolm@redhat.com>
6985
6986 Merger of git branch "gimple-classes-v2-option-3".
6987 * ChangeLog.gimple-classes: New.
6988 * c-gimplify.c (add_block_to_enclosing): Strengthen local "stack"
6989 from being just a vec<gimple> to a vec<gbind *>.
6990
c39a5e99
JJ
69912014-11-18 Jakub Jelinek <jakub@redhat.com>
6992
6993 PR sanitizer/63813
6994 * c-ubsan.c (ubsan_maybe_instrument_reference_or_call): Change type
6995 argument to ptype, set type to TREE_TYPE (ptype). Don't call
6996 get_pointer_alignment for non-pointers. Use ptype, or if it is
6997 reference type, corresponding pointer type, as type of kind
6998 argument.
6999 (ubsan_maybe_instrument_reference,
7000 ubsan_maybe_instrument_member_call): Adjust callers.
7001
8537a4a9
MP
70022014-11-15 Marek Polacek <polacek@redhat.com>
7003
7004 PR middle-end/63884
7005 * array-notation-common.c (is_sec_implicit_index_fn): Return false
7006 for NULL fndecl.
7007 (extract_array_notation_exprs): Return for NULL node.
7008
2079956a
JM
70092014-11-12 Joseph Myers <joseph@codesourcery.com>
7010
7011 * c-cppbuiltin.c (c_cpp_builtins_optimize_pragma): Define and
7012 undefine __NO_MATH_ERRNO__ based on changes to -fmath-errno state.
7013
1304953e
JJ
70142014-11-12 Jakub Jelinek <jakub@redhat.com>
7015
7016 PR c/59708
7017 * c-common.c (check_builtin_function_arguments): Handle
7018 BUILT_IN_{ADD,SUB,MUL}_OVERFLOW.
7019
e5e44252
AK
70202014-11-10 Andi Kleen <ak@linux.intel.com>
7021
7022 PR c/60804
7023 * c-common.h (check_no_cilk): Declare.
7024 * cilk.c (get_error_location): New function.
7025 (check_no_cilk): Dito.
7026
e64b984d
AK
70272014-11-10 Andi Kleen <ak@linux.intel.com>
7028
7029 * cilk.c (recognize_spawn): Use expression location
7030 for error message.
7031
13c21655
PC
70322014-11-10 Paolo Carlini <paolo.carlini@oracle.com>
7033
7034 * c.opt ([Wshift-count-negative, Wshift-count-overflow]): Add.
7035
42fd12b1
ESR
70362014-11-10 Edward Smith-Rowland <3dw4rd@verizon.net>
7037
7038 * c-cppbuiltin.c (__has_attribute, __has_cpp_attribute): New macros;
7039 (__cpp_rtti, __cpp_exceptions): New macros for C++98;
7040 (__cpp_range_based_for, __cpp_initializer_lists,
7041 __cpp_delegating_constructors, __cpp_nsdmi,
7042 __cpp_inheriting_constructors, __cpp_ref_qualifiers): New macros
7043 for C++11; (__cpp_attribute_deprecated): Remove in favor of
7044 __has_cpp_attribute.
7045 * c-lex.c (cb_has_attribute): New callback CPP function;
7046 (init_c_lex): Set has_attribute callback.
7047
6f450181
RB
70482014-11-04 Richard Biener <rguenther@suse.de>
7049
7050 * c-common.c (shorten_compare): Do not shorten mixed
7051 DFP and non-DFP compares.
7052
26f0e1d6
ESR
70532014-11-01 Edward Smith-Rowland <3dw4rd@verizon.net>
7054
7055 * g++.dg/cpp1y/feat-cxx11.C: Commentary and rearrangement of tests.
7056 * g++.dg/cpp1y/feat-cxx11-neg.C: Add aggregate NSDMI test.
7057 Commentary and rearrangement of tests.
7058 * g++.dg/cpp1y/feat-cxx14.C: Enable aggregate NSDMI test.
7059 Commentary and rearrangement of tests.
ab20d992 7060 * g++.dg/cpp1y/feat-cxx98-neg.C: Ditto.
26f0e1d6
ESR
7061 * g++.dg/cpp1y/feat-cxx98.C: Commentary.
7062
ef4bddc2
RS
70632014-10-29 Richard Sandiford <richard.sandiford@arm.com>
7064
7065 * c-common.c, c-common.h, c-cppbuiltin.c, c-lex.c: Remove redundant
7066 enum from machine_mode.
7067
c582198b
AM
70682014-10-28 Andrew MacLeod <amacleod@redhat.com>
7069
adfac8df
JJ
7070 * c-common.c: Adjust include files.
7071 * c-gimplify.c: Ditto.
7072 * cilk.c: Ditto.
7073 * c-pragma.c: Ditto.
7074 * c-ubsan.c: Ditto.
c582198b 7075
60393bbc
AM
70762014-10-27 Andrew MacLeod <amacleod@redhat.com>
7077
7078 * c-gimplify.c: Adjust include files.
7079
d723bb7c
MLI
70802014-10-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
7081
7082 PR c++/53061
7083 * c-opts.c (c_common_diagnostics_set_defaults): Renamed from
7084 c_common_initialize_diagnostics.
7085 * c-common.h: Likewise.
7086
90f3520e
MP
70872014-10-24 Marek Polacek <polacek@redhat.com>
7088
7089 PR c/56980
7090 * c-pretty-print.c (c_pretty_printer::simple_type_specifier): Don't
7091 print "struct"/"union"/"enum" for typedefed names.
7092
59d7607a
MP
70932014-10-23 Marek Polacek <polacek@redhat.com>
7094
7095 * c-ubsan.c (ubsan_instrument_shift): Perform the MINUS_EXPR
7096 in unsigned type.
7097
d95a2703
JJ
70982014-10-22 Jakub Jelinek <jakub@redhat.com>
7099 Yury Gribov <y.gribov@samsung.com>
7100
7101 * c-ubsan.c (ubsan_instrument_division, ubsan_instrument_shift,
7102 ubsan_instrument_vla): Check bits in flag_sanitize_recover bitmask
7103 instead of flag_sanitize_recover as bool flag.
7104
8e6ef852
KY
71052014-10-21 Kirill Yukhin <kirill.yukhin@intel.com>
7106
7107 * cilk.c: Revert previous change.
7108
948cf550
IZ
71092014-10-20 Igor Zamyatin <igor.zamyatin@intel.com>
7110
7111 PR c/63307
7112 * cilk.c: Include vec.h.
7113 (struct cilk_decls): New structure.
7114 (wrapper_parm_cb): Split this function to...
7115 (fill_decls_vec): ...this...
7116 (create_parm_list): ...and this.
7117 (compare_decls): New function.
7118 (for_local_cb): Remove.
7119 (wrapper_local_cb): Ditto.
7120 (build_wrapper_type): For now first traverse and fill vector of
7121 declarations then sort it and then deal with sorted vector.
7122 (cilk_outline): Ditto.
7123 (declare_one_free_variable): Ditto.
7124
92574c7c
MP
71252014-10-17 Marek Polacek <polacek@redhat.com>
7126
7127 * c-opts.c (c_common_post_options): Set warn_implicit_int.
7128 * c.opt (Wimplicit-int): Initialize to -1.
7129
83685514
AM
71302014-10-16 Andrew MacLeod <amacleod@redhat.com>
7131
7132 * c-pragma.c: Adjust include files.
7133 * c-semantics.c: Likewise.
7134
5b8300ea
DD
71352014-10-16 DJ Delorie <dj@redhat.com>
7136
7137 * c-cppbuiltin.c (cpp_atomic_builtins): Don't assume pointers are
7138 multiples of bytes.
7139
5f83e90b
JM
71402014-10-14 Jason Merrill <jason@redhat.com>
7141
7142 PR c++/63455
7143 * c-common.h (CPP_PREPARSED_EXPR): New.
7144 (N_CP_TTYPES): Adjust.
7145
d73326ca
MP
71462014-10-15 Marek Polacek <polacek@redhat.com>
7147
7148 * c-opts.c (c_common_init_options): Make -std=gnu11 the default for C.
7149
78a7c317
DD
71502014-10-14 DJ Delorie <dj@redhat.com>
7151
7152 * c-pretty-print.c (pp_c_integer_constant): Check for all __intN
7153 types, not just __int128.
7154 * c-cppbuiltin.c (c_cpp_builtins): Add builtins for all __intN
7155 types, not just __int128.
7156 (cpp_atomic_builtins): Round pointer sizes up.
7157 (type_suffix): Use type precision, not specific types.
7158 * c-common.c (c_common_reswords): Remove __int128 special case.
7159 (c_common_type_for_size): Check for all __intN types, not just
7160 __int128.
7161 (c_common_type_for_mode): Likewise.
7162 (c_common_signed_or_unsigned_type): Likewise.
7163 (c_build_bitfield_integer_type): Likewise.
7164 (c_common_nodes_and_builtins): Likewise.
7165 (keyword_begins_type_specifier): Likewise.
7166 * c-common.h (rid): Remove RID_INT128 and add RID_INT_N_* for all
7167 __intN variants.
7168
2a22f99c
TS
71692014-10-12 Trevor Saunders <tsaunders@mozilla.com>
7170
7171 * c-common.c: Use hash_table instead of hashtab.
7172
2a8ef767
ESR
71732014-10-06 Edward Smith-Rowland <3dw4rd@verizon.net>
7174
adfac8df 7175 * c-cppbuiltin.c: Move __cpp_attribute_deprecated to the
2a8ef767
ESR
7176 C++11 section.
7177
3c9aabbd
MG
71782014-10-03 Marc Glisse <marc.glisse@inria.fr>
7179
7180 PR c++/54427
7181 PR c++/57198
7182 PR c++/58845
7183 * c-common.c (warn_logical_operator): Punt for vectors.
7184
a15f7cb8
ESR
71852014-10-01 Edward Smith-Rowland <3dw4rd@verizon.net>
7186
7187 Implement SD-6: SG10 Feature Test Recommendations
7188 * c-cppbuiltin.c (c_cpp_builtins()): Define language feature
7189 macros and the __has_header macro.
7190
8d0cf15e
JM
71912014-09-30 Jason Merrill <jason@redhat.com>
7192
dd5d5481
JM
7193 * c-common.h (enum rid): Add RID_IS_TRIVIALLY_ASSIGNABLE and
7194 RID_IS_TRIVIALLY_CONSTRUCTIBLE.
7195 * c-common.c (c_common_reswords): Add __is_trivially_copyable.
7196
b752325e
JM
7197 * c-common.h (enum rid): Add RID_IS_TRIVIALLY_COPYABLE.
7198 * c-common.c (c_common_reswords): Add __is_trivially_copyable.
7199
8d0cf15e
JM
7200 * c-common.h (enum rid): Remove RID_IS_CONVERTIBLE_TO.
7201 * c-common.c (c_common_reswords): Remove __is_convertible_to.
7202
083e891e
MP
72032014-09-24 Marek Polacek <polacek@redhat.com>
7204
7205 PR c/61405
7206 PR c/53874
7207 * c-common.h (struct c_common_resword): Don't define CPP_KEYWORD.
7208
7861b648
AK
72092014-09-23 Andi Kleen <ak@linux.intel.com>
7210
7211 * c-common.c (handle_no_reorder_attribute): New function.
7212 (c_common_attribute_table): Add no_reorder attribute.
7213
9a79452d
JM
72142014-09-22 Joseph Myers <joseph@codesourcery.com>
7215
7216 * c-cppbuiltin.c (c_cpp_builtins): Define
7217 __LIBGCC_*_EXCESS_PRECISION__ macros for supported floating-point
7218 modes.
7219
dd69f047
JM
72202014-09-18 Joseph Myers <joseph@codesourcery.com>
7221
7222 * c-cppbuiltin.c (c_cpp_builtins): Define __LIBGCC_*_FUNC_EXT__
7223 for supported floating-point modes.
7224
737a4826
MLI
72252014-09-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
7226
7227 * c.opt (Wpsabi): Use LangEnabledBy.
7228 * c-opts.c (c_common_handle_option): Do not handle here.
7229
8cc4b7a2
JM
72302014-09-12 Joseph Myers <joseph@codesourcery.com>
7231
7232 * c-cppbuiltin.c (c_cpp_builtins): Define __LIBGCC_HAS_%s_MODE__
7233 macros for floating-point modes.
7234
179b5a55
MG
72352014-09-11 Marc Glisse <marc.glisse@inria.fr>
7236
7237 PR target/58757
7238 * c-cppbuiltin.c (builtin_define_float_constants): Correct
7239 __*_DENORM_MIN__ without denormals.
7240
570a11fe
JJ
72412014-09-10 Jakub Jelinek <jakub@redhat.com>
7242
7243 * c-ubsan.c (ubsan_instrument_division, ubsan_instrument_shift,
7244 ubsan_instrument_vla, ubsan_instrument_return): Adjust
7245 ubsan_create_data callers.
7246 (ubsan_instrument_bounds): Don't emit UBSAN_BOUNDS at all if
7247 index is constant or BIT_AND_EXPR with constant mask and is
7248 small enough for the bound.
7249 * c-gimplify.c (ubsan_walk_array_refs_r): For ADDR_EXPR of
7250 ARRAY_REF, make sure the inner ARRAY_REF is not walked again.
7251
b559c810
MLI
72522014-09-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
7253
7254 * c.opt: Add CppReason to various flags.
7255 (Wdate-time): Re-sort.
7256 * c-common.c: Include c-common.h earlier.
7257 (struct reason_option_codes_t): Delete.
7258 (c_option_controlling_cpp_error): Prefix global type and struct
7259 with cpp_.
7260
1ef33fd4
MLI
72612014-09-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
7262
7263 * c.opt (Wnormalized): New.
7264 (Wnormalized=): Use Enum and Reject Negative.
7265 * c-opts.c (c_common_handle_option): Do not handle Wnormalized here.
7266
66bb34c0
JM
72672014-09-08 Joseph Myers <joseph@codesourcery.com>
7268
7269 * c-cppbuiltin.c (c_cpp_builtins): Define macros for mantissa
7270 digits of floating-point modes if -fbuilding-libgcc.
7271
53d68b9f
JM
72722014-09-05 Joseph Myers <joseph@codesourcery.com>
7273
7274 * c-cppbuiltin.c (c_cpp_builtins): Also define
7275 __LIBGCC_EH_TABLES_CAN_BE_READ_ONLY__,
7276 __LIBGCC_EH_FRAME_SECTION_NAME__, __LIBGCC_JCR_SECTION_NAME__,
7277 __LIBGCC_CTORS_SECTION_ASM_OP__, __LIBGCC_DTORS_SECTION_ASM_OP__,
7278 __LIBGCC_TEXT_SECTION_ASM_OP__, __LIBGCC_INIT_SECTION_ASM_OP__,
7279 __LIBGCC_INIT_ARRAY_SECTION_ASM_OP__,
7280 __LIBGCC_STACK_GROWS_DOWNWARD__,
7281 __LIBGCC_DONT_USE_BUILTIN_SETJMP__,
7282 __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__,
7283 __LIBGCC_DWARF_FRAME_REGISTERS__,
7284 __LIBGCC_EH_RETURN_STACKADJ_RTX__, __LIBGCC_JMP_BUF_SIZE__,
7285 __LIBGCC_STACK_POINTER_REGNUM__ and
7286 __LIBGCC_VTABLE_USES_DESCRIPTORS__ for -fbuilding-libgcc.
7287 (builtin_define_with_value): Handle backslash-escaping in string
7288 macro values.
7289
f65586dc
RB
72902014-09-05 Richard Biener <rguenther@suse.de>
7291
7292 PR middle-end/63148
7293 * c-format.c (check_format_arg): Properly handle
7294 effectively signed POINTER_PLUS_EXPR offset.
7295
2b71f4a4
MLI
72962014-09-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
7297
7298 * c.opt (Wc90-c99-compat,Wc++-compat,Wcomment,Wendif-labels,
7299 Winvalid-pch,Wlong-long,Wmissing-include-dirs,Wmultichar,Wpedantic,
7300 (Wdate-time,Wtraditional,Wundef,Wvariadic-macros): Add CPP, Var
7301 and Init.
7302 * c-opts.c (c_common_handle_option): Do not handle here.
7303 (sanitize_cpp_opts): Likewise.
7304 * c-common.c (struct reason_option_codes_t): Handle
7305 CPP_W_C90_C99_COMPAT and CPP_W_PEDANTIC.
7306
d2e4feca
MP
73072014-09-03 Marek Polacek <polacek@redhat.com>
7308
7309 * c.opt (Wlogical-not-parentheses): Enable by -Wall.
7310
9a771876
JJ
73112014-09-02 Jakub Jelinek <jakub@redhat.com>
7312 Balaji V. Iyer <balaji.v.iyer@intel.com>
7313 Igor Zamyatin <igor.zamyatin@intel.com>
7314
7315 * c-cilkplus.c (cilk_for_number_of_iterations): New function.
7316 * c-common.c (c_common_reswords): Added _Cilk_for.
7317 * c-common.h (enum rid): Added RID_CILK_FOR.
7318 (cilk_for_number_of_iterations): Add declaration.
7319 * c-omp.c (c_finish_omp_for): Added checks for CILK_SIMD and
7320 CILK_FOR.
7321 * c-pragma.c (init_pragma): Register "grainsize" pragma.
7322 * c-pragma.h (enum pragma_kind): Add PRAGMA_CILK_GRAINSIZE.
7323
81b5d104
MLI
73242014-08-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
7325
7326 * c.opt (Wbuiltin-macro-redefined,Wdeprecated,Wendif-labels,
7327 Winvalid-pch,Wliteral-suffix,Wmissing-include-dirs,Wtrigraphs,
7328 Wundef): Use CPP, Var and Init.
7329 * c-opts.c (c_common_handle_option): Do not handle the above flags here.
7330
b753b37b
MLI
73312014-08-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
7332
7333 * c.opt (Wbuiltin-macro-redefined): Use CPP, Var and Init.
7334 * c-opts.c (c_common_handle_option): Do not handle here.
7335
028aee17
JM
73362014-08-25 Jason Merrill <jason@redhat.com>
7337
7338 * c.opt: Change -std=c++1y and -std=gnu++1y to be aliases for
7339 -std=c++14 and -std=gnu++14, rather than the reverse.
7340 * c-opts.c (c_common_handle_option): Change OPT_std_c__1y and
7341 OPT_std_gnu__1y to OPT_std_c__14 and OPT_std_gnu__14.
7342 * c-common.h (cxx_dialect): Remove cxx1y.
7343
e4276ba5
ESR
73442014-08-23 Edward Smith-Rowland <3dw4rd@verizon.net>
7345
7346 * c-common.h (enum cxx_dialect): Add cxx14.
7347 * c-opts.c (set_std_cxx1y): Rename to set_std_cxx14; Use cxx14.
7348 * c-ubsan.c (ubsan_instrument_shift): Change comment and logic from
7349 cxx_dialect == cxx11 || cxx_dialect == cxx1y to cxx_dialect >= cxx11.
7350
a545cacd
JM
73512014-08-22 Jason Merrill <jason@redhat.com>
7352
7353 * c.opt (std=gnu++17): Fix alias.
7354
59ea0364
MP
73552014-08-22 Marek Polacek <polacek@redhat.com>
7356
7357 PR c++/62199
7358 * c-common.c (warn_logical_not_parentheses): Don't check LHS. Don't
7359 check for vector types. Drop LHS argument.
7360 * c-common.h (warn_logical_not_parentheses): Adjust.
7361
596e808c
MLI
73622014-08-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
7363
7364 * c.opt (Wcomment): Use CPP, Var and LangEnabledBy.
7365 (Wmultichar): Likewise.
7366 (Wdate-time): Use C-family languages instead of Common. Use CPP
7367 and Var.
7368 * c-opts.c (c_common_handle_option): Do not handle the above
7369 options here.
7370 (sanitize_cpp_opts): Likewise.
7371
18767f65
MLI
73722014-08-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
7373
7374 PR fortran/44054
7375 * c-opts.c: Include tree-diagnostics.h.
7376 (c_diagnostic_finalizer): New.
7377 (c_common_initialize_diagnostics): Use it.
7378
b4413594
MLI
73792014-08-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
7380
7381 PR preprocessor/51303
7382 * c-common.c (struct reason_option_codes_t option_codes):
7383 Add CPP_W_MISSING_INCLUDE_DIRS. Sort alphabetically.
7384
43f9a13c
MLI
73852014-08-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
7386
7387 PR c/60975
7388 PR c/53063
7389 * c.opt (Wvariadic-macros): Use CPP and LangEnabledBy.
7390 * c-opts.c (c_common_handle_option): Call cpp_handle_option_auto.
7391 (c_common_post_options): Call init_global_opts_from_cpp.
7392 (sanitize_cpp_opts): Do not handle Wvariadic-macros here.
7393
04159acf
MP
73942014-08-19 Marek Polacek <polacek@redhat.com>
7395
7396 PR c++/62153
7397 * c-common.c (maybe_warn_bool_compare): New function.
7398 * c-common.h (maybe_warn_bool_compare): Declare.
7399 * c.opt (Wbool-compare): New option.
7400
35aff4fb
MP
74012014-08-19 Marek Polacek <polacek@redhat.com>
7402
7403 * c.opt (Wc99-c11-compat): New option.
7404
177cce46
MP
74052014-08-19 Marek Polacek <polacek@redhat.com>
7406
7407 * c-opts.c (sanitize_cpp_opts): Make warn_long_long be set according
7408 to warn_c90_c99_compat.
7409 * c.opt (Wc90-c99-compat, Wdeclaration-after-statement): Initialize
7410 to -1.
7411
6ae9194f
MLI
74122014-08-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
7413 Steven Bosscher <steven@gcc.gnu.org>
7414
7415 PR c/52952
7416 * c-format.c: Add extra_arg_loc and format_string_loc to struct
7417 format_check_results.
7418 (check_function_format): Use true and add comment for boolean
7419 argument.
7420 (finish_dollar_format_checking): Use explicit location when warning.
7421 (check_format_info): Likewise.
7422 (check_format_arg): Set extra_arg_loc and format_string_loc.
7423 (check_format_info_main): Use explicit location when warning.
7424 (check_format_types): Pass explicit location.
7425 (format_type_warning): Likewise.
7426
8e54f6d3
MLI
74272014-08-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
7428
7429 PR fortran/44054
7430 * c-format.c: Handle Fortran flags.
7431
cd4e76fc
IZ
74322014-08-12 Igor Zamyatin <igor.zamyatin@intel.com>
7433
7434 PR other/61962
7435 * array-notation-common.c (find_rank): Added handling for other
7436 types of references.
7437
f3bede71
MP
74382014-08-10 Marek Polacek <polacek@redhat.com>
7439
7440 PR c/51849
7441 * c-opts.c (sanitize_cpp_opts): Pass warn_c90_c99_compat to libcpp.
7442 * c.opt (Wc90-c99-compat): Add option.
7443
9f25a338
TS
74442014-08-07 Trevor Saunders <tsaunders@mozilla.com>
7445
7446 * c-gimplify.c, cilk.c: Remove includes of pointer-set.h.
7447
62e4eb35
MP
74482014-08-03 Marek Polacek <polacek@redhat.com>
7449
ab20d992 7450 * c-common.c (check_case_value): Add location_t parameter. Use it.
62e4eb35
MP
7451 (c_add_case_label): Pass loc to check_case_value.
7452
b787e7a2
TS
74532014-08-02 Trevor Saunders <tsaunders@mozilla.com>
7454
7455 * cilk.c: Use hash_map instead of pointer_map.
7456
6e2830c3
TS
74572014-08-02 Trevor Saunders <tsaunders@mozilla.com>
7458
7459 * c-gimplify.c: Use hash_set instead of pointer_set.
7460
a7ee52fb
IZ
74612014-08-01 Igor Zamyatin <igor.zamyatin@intel.com>
7462
7463 PR middle-end/61455
7464 * array-notation-common.c (extract_array_notation_exprs): Handling
7465 of DECL_EXPR added.
7466
944fa280
JJ
74672014-08-01 Jakub Jelinek <jakub@redhat.com>
7468
7469 * c-common.h (min_align_of_type): Removed prototype.
7470 * c-common.c (min_align_of_type): Removed.
7471 * c-ubsan.h (ubsan_maybe_instrument_reference,
7472 ubsan_maybe_instrument_member_call): New prototypes.
7473 * c-ubsan.c: Include stor-layout.h and builtins.h.
7474 (ubsan_maybe_instrument_reference_or_call,
7475 ubsan_maybe_instrument_reference, ubsan_maybe_instrument_call): New
7476 functions.
7477
b4dfdc11
MG
74782014-07-31 Marc Glisse <marc.glisse@inria.fr>
7479
7480 PR c++/60517
7481 * c.opt (-Wreturn-local-addr): Move to common.opt.
7482
a41844e5
JM
74832014-07-30 Jason Merrill <jason@redhat.com>
7484
7485 PR c++/61659
7486 PR c++/61687
7487 Revert:
7488 * c.opt (-fuse-all-virtuals): New.
7489
976d5a22
TT
74902014-07-30 Tom Tromey <tromey@redhat.com>
7491
7492 PR c/59855
7493 * c.opt (Wdesignated-init): New option.
7494 * c-common.c (c_common_attribute_table): Add "designated_init".
7495 (handle_designated_init): New function.
7496
cdc94aca
MP
74972014-07-24 Marek Polacek <polacek@redhat.com>
7498
7499 PR c/57653
7500 * c-opts.c (c_finish_options): If -imacros is in effect, return.
7501
f41373b6
DS
75022014-07-16 Dodji Seketeli <dodji@redhat.com>
7503
7504 PR preprocessor/60723 - missing system-ness marks for macro tokens
7505 * c-ppoutput.c (struct print::prev_was_system_token): New data
7506 member.
7507 (init_pp_output): Initialize it.
7508 (maybe_print_line_1, maybe_print_line, print_line_1, print_line)
7509 (do_line_change): Return a flag saying if a line marker was
7510 emitted or not.
7511 (scan_translation_unit): Detect if the system-ness of the token we
7512 are about to emit is different from the one of the previously
7513 emitted token. If so, emit a line marker. Avoid emitting useless
7514 adjacent line markers. Avoid emitting line markers for tokens
7515 originating from the expansion of built-in macros.
7516 (scan_translation_unit_directives_only): Adjust.
7517
4d661eaa
MP
75182014-07-15 Marek Polacek <polacek@redhat.com>
7519
7520 * c-ubsan.c (ubsan_instrument_bounds): Don't instrument if
7521 TYPE_MAX_VALUE is NULL.
7522
b108f48f
JJ
75232014-07-14 Jakub Jelinek <jakub@redhat.com>
7524
7525 PR middle-end/61294
7526 * c.opt (Wmemset-transposed-args): New warning.
7527
c0221884
JM
75282014-07-10 Jason Merrill <jason@redhat.com>
7529
7530 PR c++/61659
7531 PR c++/61687
7532 * c.opt (-fuse-all-virtuals): New.
7533
63dfbb95
RB
75342014-07-09 Richard Biener <rguenther@suse.de>
7535
7536 PR c-family/61741
7537 * c-gimplify.c (c_gimplify_expr): Gimplify self-modify expressions
7538 using unsigned arithmetic if overflow does not wrap instead of
7539 if overflow is undefined.
7540
773ec47f
MP
75412014-07-06 Marek Polacek <polacek@redhat.com>
7542
7543 PR c/6940
7544 * c.opt (Wsizeof-array-argument): New option.
7545
00a7ba58
JJ
75462014-07-03 Jakub Jelinek <jakub@redhat.com>
7547
b1726d6c 7548 * c-ada-spec.c (dump_ada_nodes): Don't call qsort if
00a7ba58
JJ
7549 comments->count <= 1, as comments->entries might be NULL.
7550
52ec0ea3
MP
75512014-07-01 Marek Polacek <polacek@redhat.com>
7552
7553 * c.opt (Wint-conversion): New option.
7554
d5c3d343
MP
75552014-07-01 Marek Polacek <polacek@redhat.com>
7556
7557 PR c/58286
7558 * c.opt (Wincompatible-pointer-types): New option.
7559
6e7ceb17
PC
75602014-06-30 Paolo Carlini <paolo.carlini@oracle.com>
7561
7562 PR c++/51400
7563 * c-common.c (handle_noreturn_attribute, handle_const_attribute):
7564 Do not discard TYPE_QUALS of type.
7565
da73100b
JM
75662014-06-26 Jason Merrill <jason@redhat.com>
7567
7568 * c-common.h (enum cxx_dialect): Add cxx1z.
7569 * c.opt (std=c++1z, std=c++17, std=gnu++1z, std=gnu++17): New.
7570 * c-opts.c (c_common_handle_option, set_std_cxx1z): Handle it.
7571
08eedf75
TJ
75722014-06-26 Teresa Johnson <tejohnson@google.com>
7573
7574 * c-common.h (get_dump_info): Declare.
7575 * c-gimplify.c (c_genericize): Use saved dump files.
7576 * c-opts.c (c_common_parse_file): Begin and end dumps
7577 once around parsing invocation.
7578 (get_dump_info): New function.
7579
7b56b2f8
MP
75802014-06-23 Marek Polacek <polacek@redhat.com>
7581 Andrew MacLeod <amacleod@redhat.com>
7582
7583 PR c/61553
7584 * c-common.c (get_atomic_generic_size): Don't segfault if the
7585 type doesn't have a size.
7586
0e37a2f3
MP
75872014-06-20 Marek Polacek <polacek@redhat.com>
7588
7589 * c-gimplify.c: Include "c-ubsan.h" and "pointer-set.h".
7590 (ubsan_walk_array_refs_r): New function.
7591 (c_genericize): Instrument array bounds.
7592 * c-ubsan.c: Include "internal-fn.h".
7593 (ubsan_instrument_division): Mark instrumented arrays as having
7594 side effects. Adjust ubsan_type_descriptor call.
7595 (ubsan_instrument_shift): Likewise.
7596 (ubsan_instrument_vla): Adjust ubsan_type_descriptor call.
7597 (ubsan_instrument_bounds): New function.
7598 (ubsan_array_ref_instrumented_p): New function.
7599 (ubsan_maybe_instrument_array_ref): New function.
7600 * c-ubsan.h (ubsan_instrument_bounds): Declare.
7601 (ubsan_array_ref_instrumented_p): Declare.
7602 (ubsan_maybe_instrument_array_ref): Declare.
7603
76042014-06-20 Hale Wang <hale.wang@arm.com>
dd6fe7d4
HW
7605
7606 PR lto/61123
7607 * c.opt (fshort-enums): Add to LTO.
7608 * c.opt (fshort-wchar): Likewise.
7609
5c3d09f7
MP
76102014-06-16 Marek Polacek <polacek@redhat.com>
7611
7612 PR c/60439
7613 * c.opt (Wswitch-bool): Add Var.
7614
9cf32741
JJ
76152014-06-12 Jakub Jelinek <jakub@redhat.com>
7616
7617 PR middle-end/61486
7618 * c-omp.c (c_omp_split_clauses): Don't crash on firstprivate in
7619 #pragma omp target teams or
7620 #pragma omp {,target }teams distribute simd.
7621
62984918
JM
76222014-06-12 Jason Merrill <jason@redhat.com>
7623
7624 * c.opt (Wabi=, fabi-compat-version): New.
7625 * c-opts.c (c_common_handle_option): Handle -Wabi=.
7626 (c_common_post_options): Handle flag_abi_compat_version default.
7627 Disallow -fabi-compat-version=1.
7628 * c-common.h (abi_version_crosses): New.
7629
f961457f
JH
76302014-06-11 Jan Hubicka <hubicka@ucw.cz>
7631
adfac8df 7632 * c-common.c (handle_section_attribute): Update handling for
f961457f
JH
7633 section names that are no longer trees.
7634
92d28cbb
JJ
76352014-06-10 Jakub Jelinek <jakub@redhat.com>
7636
7637 PR fortran/60928
7638 * c-pragma.c (omp_pragmas_simd): Move PRAGMA_OMP_TASK...
7639 (omp_pragmas): ... back here.
7640
742938c9
MP
76412014-06-05 Marek Polacek <polacek@redhat.com>
7642
7643 PR c/49706
7644 * c-common.c (warn_logical_not_parentheses): New function.
7645 * c-common.h (warn_logical_not_parentheses): Declare.
7646 * c.opt (Wlogical-not-parentheses): New option.
7647
9d548dfb
MP
76482014-06-04 Marek Polacek <polacek@redhat.com>
7649
7650 PR c/30020
7651 * c-common.c (check_case_bounds): Add location parameter.
7652 Use it.
7653 (c_add_case_label): Pass loc to check_case_bounds.
7654
fedfecef
MP
76552014-06-03 Marek Polacek <polacek@redhat.com>
7656
7657 PR c/60439
7658 * c.opt (Wswitch-bool): New option.
7659
f6a7cffc
TS
76602014-05-22 Thomas Schwinge <thomas@codesourcery.com>
7661
040d18b6
TS
7662 * c-common.h (c_omp_sharing_predetermined, c_omp_remap_decl):
7663 Remove prototypes.
7664 (record_types_used_by_current_var_decl): Move prototype to where
7665 it belongs.
7666
f6a7cffc
TS
7667 * c-common.c (DEF_FUNCTION_TYPE_0, DEF_FUNCTION_TYPE_6)
7668 (DEF_FUNCTION_TYPE_7, DEF_FUNCTION_TYPE_8)
7669 (DEF_FUNCTION_TYPE_VAR_5): Cosmetic fixes.
7670
632f2871
RS
76712014-05-21 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
7672
7673 * c-common.h (CTI_VOID_ZERO, void_zero_node): Delete.
7674 * c-common.c (c_common_nodes_and_builtins): Don't initialize
7675 void_zero_node.
7676 * c-pretty-print.c (pp_c_void_constant): New function.
7677 (c_pretty_printer::constant, c_pretty_printer::primary_expression)
7678 (c_pretty_printer::expression): Handle VOID_CST.
7679 * cilk.c (extract_free_variables): Likewise.
7680 * c-ubsan.c (ubsan_instrument_division, ubsan_instrument_shift)
7681 (ubsan_instrument_vla): Use void_node instead of void_zero_node.
7682
766090c2
TS
76832014-05-17 Trevor Saunders <tsaunders@mozilla.com>
7684
7685 * c-common.h (sorted_fields_type): Remove variable_size GTY attribute.
7686 * c-pragma.c (push_alignment): Adjust.
7687 (handle_pragma_push_options): Likewise.
7688
661a0813
MP
76892014-05-09 Marek Polacek <polacek@redhat.com>
7690
7691 PR c/50459
7692 * c-common.c (check_user_alignment): Return -1 if alignment is error
7693 node.
7694 (handle_aligned_attribute): Don't call default_conversion on
7695 FUNCTION_DECLs.
7696 (handle_vector_size_attribute): Likewise.
7697 (handle_tm_wrap_attribute): Handle case when wrap_decl is error node.
7698 (handle_sentinel_attribute): Call default_conversion and allow even
7699 integral types as an argument.
7700
2793eeab
MP
77012014-05-08 Marek Polacek <polacek@redhat.com>
7702
7703 PR c/61053
7704 * c-common.c (min_align_of_type): New function factored out from...
7705 (c_sizeof_or_alignof_type): ...here.
7706 * c-common.h (min_align_of_type): Declare.
7707
f827930a
MP
77082014-05-08 Marek Polacek <polacek@redhat.com>
7709
7710 PR c/61077
7711 * c-common.c (check_main_parameter_types): Warn for _Atomic-qualified
7712 parameter type of main.
7713
ca49b74e
DD
77142014-05-07 DJ Delorie <dj@redhat.com>
7715
7716 * c-cppbuiltin.c (print_bits_of_hex): New.
7717 (builtin_define_type_minmax): Print values using hex so as not to
7718 require a pre-computed list of string values.
7719
1d60af08
KZ
77202014-05-06 Kenneth Zadeck <zadeck@naturalbridge.com>
7721 Mike Stump <mikestump@comcast.net>
7722 Richard Sandiford <rdsandiford@googlemail.com>
7723
7724 * c-ada-spec.c: Include wide-int.h.
7725 (ADA_HOST_WIDE_INT_PRINT_DOUBLE_HEX): Remove.
7726 (dump_generic_ada_node): Use wide-int interfaces.
7727 * c-common.c: Include wide-int-print.h.
7728 (shorten_compare): Use wide-int interfaces and tree_int_cst_lt.
7729 (pointer_int_sum): Use wide-int interfaces.
7730 (c_common_nodes_and_builtins): Use make_int_cst.
7731 (match_case_to_enum_1): Use tree_fits_uhwi_p and tree_fits_shwi_p.
7732 (handle_alloc_size_attribute): Use wide-int interfaces.
7733 (get_nonnull_operand): Likewise.
7734 * c-format.c (get_constant): Use tree_fits_uhwi_p.
7735 * c-lex.c: Include wide-int.h.
7736 (narrowest_unsigned_type): Take a widest_int rather than two
7737 HOST_WIDE_INTs.
7738 (narrowest_signed_type): Likewise.
7739 (interpret_integer): Update accordingly. Use wide-int interfaces.
7740 (lex_charconst): Use wide-int interfaces.
7741 * c-pretty-print.c: Include wide-int.h.
7742 (pp_c_integer_constant): Use wide-int interfaces.
7743 * cilk.c (declare_one_free_variable): Use tree_int_cst_lt instead of
7744 INT_CST_LT_UNSIGNED.
7745
b15458be
RB
77462014-05-06 Richard Biener <rguenther@suse.de>
7747
7748 * c-opts.c (c_common_post_options): For -freestanding,
7749 -fno-hosted and -fno-builtin disable pattern recognition
7750 if not enabled explicitely.
7751
6577374e
MP
77522014-05-02 Marek Polacek <polacek@redhat.com>
7753
7754 * c.opt (Wsizeof-pointer-memaccess): Describe option.
7755
d00887e8
MP
77562014-05-01 Marek Polacek <polacek@redhat.com>
7757
7758 PR c/43245
7759 * c.opt (Wdiscarded-qualifiers): Add.
7760
f8ed5150
MP
77612014-04-30 Marek Polacek <polacek@redhat.com>
7762
7763 * c-ubsan.c (ubsan_instrument_division): Handle REAL_TYPEs. Perform
7764 INT_MIN / -1 sanitization only for integer types.
7765
45484dcf
MP
77662014-04-25 Marek Polacek <polacek@redhat.com>
7767
7768 PR c/18079
7769 * c-common.c (handle_noinline_attribute): Warn if the attribute
7770 conflicts with always_inline attribute.
7771 (handle_always_inline_attribute): Warn if the attribute conflicts
7772 with noinline attribute.
7773
38e514c0
MP
77742014-04-25 Marek Polacek <polacek@redhat.com>
7775
7776 PR c/60156
7777 * c-common.c (check_main_parameter_types): Warn about variadic main.
7778
44875f92
MS
77792014-04-24 Mike Stump <mikestump@comcast.net>
7780
7781 * c.opt (Wshadow-ivar): Default to on.
7782
dcaaa5a0
DP
77832014-04-24 Dimitris Papavasiliou <dpapavas@gmail.com>
7784
7785 * c.opt (Wshadow-ivar, flocal-ivars, fivar-visibility): Add.
7786
c07d7c02
MP
77872014-04-23 Marek Polacek <polacek@redhat.com>
7788
7789 * c-common.c (handle_tm_wrap_attribute): Tweak error message.
7790
1c33c9b7
JJ
77912014-04-22 Jakub Jelinek <jakub@redhat.com>
7792
7793 PR sanitizer/60275
7794 * c-ubsan.c (ubsan_instrument_return): Return __builtin_trap ()
7795 if flag_sanitize_undefined_trap_on_error.
7796 (ubsan_instrument_division, ubsan_instrument_shift,
7797 ubsan_instrument_vla): Likewise. Use __ubsan_handle_*_abort ()
7798 if !flag_sanitize_recover.
7799
793c625f
MG
78002014-04-22 Marc Glisse <marc.glisse@inria.fr>
7801
7802 PR libstdc++/43622
7803 * c-common.c (registered_builtin_types): Make non-static.
7804 * c-common.h (registered_builtin_types): Declare.
7805
b0f1bf36 78062014-04-14 Richard Biener <rguenther@suse.de>
ab20d992 7807 Marc Glisse <marc.glisse@inria.fr>
b0f1bf36
RB
7808
7809 PR c/60819
7810 * c-common.c (convert_vector_to_pointer_for_subscript): Properly
7811 apply may-alias the scalar pointer type when applicable.
7812
3b07fa4a
IZ
78132014-04-12 Igor Zamyatin <igor.zamyatin@intel.com>
7814
7815 PR middle-end/60467
7816 * cilk.c (cilk_set_spawn_marker): Remove FUNCTION_DECL
7817 as possible argument for Cilk_spawn.
7818
cbbd2b1c
TB
78192014-04-11 Tobias Burnus <burnus@net-b.de>
7820
7821 PR c/60194
7822 * c.opt (Wformat-signedness): Add
7823 * c-format.c(check_format_types): Use it.
7824
6415bd5d
JM
78252014-04-11 Jason Merrill <jason@redhat.com>
7826
7827 PR c++/57926
7828 * c-common.c (sync_resolve_size, get_atomic_generic_size): Call
7829 default_conversion for an array argument.
7830
6525783a
MP
78312014-04-08 Marek Polacek <polacek@redhat.com>
7832
7833 PR sanitizer/60745
7834 * c-ubsan.c: Include asan.h.
7835 (ubsan_instrument_return): Call initialize_sanitizer_builtins.
7836
880a467b
NS
78372014-04-03 Nathan Sidwell <nathan@codesourcery.com>
7838
7839 * c.opt (Wnon-virtual-dtor): Auto set when Weffc++.
7840
7b59ff2d
MP
78412014-04-02 Marek Polacek <polacek@redhat.com>
7842
7843 * c-common.h (c_expand_expr): Remove declaration.
7844
8edbfaa6
JJ
78452014-03-28 Jakub Jelinek <jakub@redhat.com>
7846
7847 PR c++/60689
7848 * c-common.c (add_atomic_size_parameter): When creating new
7849 params vector, push the size argument first.
7850
07d72e1d
JJ
78512014-03-26 Jakub Jelinek <jakub@redhat.com>
7852
7853 * c-ubsan.c (ubsan_instrument_division, ubsan_instrument_shift,
7854 ubsan_instrument_vla, ubsan_instrument_return): Adjust
7855 ubsan_create_data callers.
7856
b35e0fa0
JJ
78572014-03-22 Jakub Jelinek <jakub@redhat.com>
7858
7859 PR debug/60603
7860 * c-opts.c (c_finish_options): Restore cb_file_change call to
7861 <built-in>.
7862
39a1ebb3
JJ
78632014-03-13 Jakub Jelinek <jakub@redhat.com>
7864
7865 PR middle-end/36282
7866 * c-pragma.c (apply_pragma_weak): Only look at
7867 TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (decl)) if
7868 DECL_ASSEMBLER_NAME_SET_P (decl).
7869 (maybe_apply_pending_pragma_weaks): Exit early if
7870 vec_safe_is_empty (pending_weaks) rather than only when
7871 !pending_weaks.
7872 (maybe_apply_pragma_weak): Likewise. If !DECL_ASSEMBLER_NAME_SET_P,
7873 set assembler name back to NULL afterwards.
7874
a07f6ed2
JM
78752014-03-11 Jason Merrill <jason@redhat.com>
7876
7877 * c.opt: Add -std=gnu++14.
7878
75b107f5
IB
78792014-03-11 Ian Bolton <ian.bolton@arm.com>
7880
7881 * c-opts.c (c_common_post_options): Don't override
7882 -ffp-contract=fast if unsafe-math-optimizations is on.
7883
f42c637e
PM
78842014-03-08 Paulo Matos <paulo@matos-sorge.com>
7885
22b15758 7886 * c.opt: Enable LTO FE for fshort-double.
f42c637e 7887
70e24808
JM
78882014-03-07 Jason Merrill <jason@redhat.com>
7889
7890 * c.opt: Add -std=c++14.
7891
3af9c5e9
MP
78922014-03-06 Marek Polacek <polacek@redhat.com>
7893
7894 PR c/60197
7895 * cilk.c (contains_cilk_spawn_stmt): New function.
7896 (contains_cilk_spawn_stmt_walker): Likewise.
7897 (recognize_spawn): Give error on invalid use of _Cilk_spawn.
7898 * c-common.h (contains_cilk_spawn_stmt): Add declaration.
7899
b3bdf019
JJ
79002014-03-03 Jakub Jelinek <jakub@redhat.com>
7901
7902 * c-pragma.c (c_pp_lookup_pragma): Handle PRAGMA_CILK_SIMD.
7903 (init_pragma): Call cpp_register_deferred_pragma for PRAGMA_CILK_SIMD
7904 even when flag_preprocess_only.
7905
ca7e759d
JM
79062014-02-26 Jason Merrill <jason@redhat.com>
7907
7908 PR c++/59231
7909 PR c++/11586
7910 * c-common.c (shorten_compare): Don't check
7911 c_inhibit_evaluation_warnings.
7912
28e41874
JJ
79132014-02-19 Jakub Jelinek <jakub@redhat.com>
7914
cca615af
JJ
7915 PR c/37743
7916 * c-common.c (c_common_nodes_and_builtins): When initializing
7917 c_uint{16,32,64}_type_node, also set corresponding
7918 uint{16,32,64}_type_node to the same value.
7919
28e41874
JJ
7920 PR c++/60267
7921 * c-pragma.c (init_pragma): Don't call cpp_register_deferred_pragma
7922 for PRAGMA_IVDEP if flag_preprocess_only.
7923
c2bf53a1
JJ
79242014-02-12 Jakub Jelinek <jakub@redhat.com>
7925
7926 PR c/60101
7927 * c-common.c (merge_tlist): If copy is true, call new_tlist,
7928 if false, add ADD itself, rather than vice versa.
7929 (verify_tree): For COND_EXPR, don't call merge_tlist with non-zero
7930 copy. For SAVE_EXPR, only call merge_tlist once.
7931
8fcbce72
JJ
79322014-02-08 Jakub Jelinek <jakub@redhat.com>
7933
7934 PR middle-end/60092
7935 * c-common.c (handle_alloc_size_attribute): Use tree_fits_uhwi_p
7936 and tree_to_uhwi.
7937 (handle_alloc_align_attribute, handle_assume_aligned_attribute): New
7938 functions.
7939 (c_common_attribute_table): Add alloc_align and assume_aligned
7940 attributes.
7941
0a756a3f
MP
79422014-02-06 Marek Polacek <polacek@redhat.com>
7943
7944 PR c/60087
7945 * c-common.c (warn_for_sign_compare): Call warning_at with location
7946 instead of warning.
7947
7ec4847a
MP
79482014-02-05 Marek Polacek <polacek@redhat.com>
7949
7950 PR c/53123
7951 * c-omp.c (c_finish_omp_atomic): Remove unreachable return
7952 statement.
7953
66f20604
MP
79542014-02-04 Marek Polacek <polacek@redhat.com>
7955
7956 PR c/60036
7957 * c-common.c (conversion_warning): Unwrap C_MAYBE_CONST_EXPR and/or
7958 SAVE_EXPR.
7959
5d77fb19
MG
79602014-02-03 Marc Glisse <marc.glisse@inria.fr>
7961
7962 PR c++/53017
7963 PR c++/59211
7964 * c-common.c (handle_aligned_attribute, handle_alloc_size_attribute,
7965 handle_vector_size_attribute, handle_nonnull_attribute): Call
7966 default_conversion on the attribute argument.
7967 (handle_nonnull_attribute): Increment the argument number.
7968
81e5eca8
MP
79692014-01-31 Marek Polacek <polacek@redhat.com>
7970
7971 PR c/59963
7972 * c-common.c (add_atomic_size_parameter): Pass vNULL to
7973 build_function_call_vec.
7974 (resolve_overloaded_builtin): Likewise.
7975 * c-common.h (build_function_call_vec): Adjust declaration.
7976
68fca595
MP
79772014-01-30 Marek Polacek <polacek@redhat.com>
7978
7979 PR c/59940
7980 * c-common.h (unsafe_conversion_p): Adjust declaration.
7981 (warnings_for_convert_and_check): Likewise.
7982 (convert_and_check): Likewise.
7983 * c-common.c (unsafe_conversion_p): Add location parameter. Call
7984 expansion_point_location_if_in_system_header on it.
7985 (warnings_for_convert_and_check): Add location parameter. Call
7986 expansion_point_location_if_in_system_header on it. Use it.
7987 (convert_and_check): Add location parameter. Use it.
7988 (conversion_warning): Likewise.
7989 (c_add_case_label): Adjust convert_and_check calls.
7990 (scalar_to_vector): Adjust unsafe_conversion_p calls.
7991
b72271b9
BI
79922014-01-24 Balaji V. Iyer <balaji.v.iyer@intel.com>
7993
7994 * c-common.c (c_define_builtins): Replaced flag_enable_cilkplus with
7995 flag_cilkplus.
7996 * c-pragma.c (init_pragma): Likewise.
7997 * c.opt: Likewise.
7998
393e8e8b
MP
79992014-01-23 Marek Polacek <polacek@redhat.com>
8000
8001 PR c/59846
8002 * c-common.c (shorten_compare): Add location_t parameter.
8003 * c-common.h (shorten_binary_op): Adjust declaration.
8004
f04dda30
MP
80052014-01-23 Marek Polacek <polacek@redhat.com>
8006
8007 PR c/58346
8008 * c-common.c (pointer_to_zero_sized_aggr_p): New function.
8009 * c-common.h: Declare it.
8010
621955cb
EB
80112014-01-20 Eric Botcazou <ebotcazou@adacore.com>
8012
8013 * c-ada-spec.h (dump_ada_specs): Revert prototype change.
8014 * c-ada-spec.c (dump_ads): Likewise.
8015 (cpp_check): Likewise.
8016 (dump_ada_specs): Likewise.
8017
80182014-01-15 Laurent Alfonsi <laurent.alfonsi@st.com>
67bf2939
LA
8019
8020 PR c++/49718
8021 * c-common.c (handle_no_instrument_function_attribute): Allow
8022 no_instrument_function attribute in class member
8023 definition/declaration.
8024
241f845a
JJ
80252014-01-15 Jakub Jelinek <jakub@redhat.com>
8026
8027 PR c/58943
8028 * c-omp.c (c_finish_omp_atomic): Set in_late_binary_op around
8029 build_modify_expr with non-NOP_EXPR opcode. Handle return from it
8030 being COMPOUND_EXPR.
8031 (c_finish_omp_for): Handle incr being COMPOUND_EXPR with first
8032 operand a SAVE_EXPR and second MODIFY_EXPR.
8033
e83b8e2e
JJ
80342014-01-09 Jakub Jelinek <jakub@redhat.com>
8035
8036 PR target/58115
8037 * c-pch.c (c_common_write_pch): Call
8038 prepare_target_option_nodes_for_pch.
8039
23a5b65a
RS
80402014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
8041
8042 Update copyright years
8043
f9030485
RS
80442014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
8045
8046 * array-notation-common.c, c-cilkplus.c: Use the standard form for
8047 the copyright notice.
8048
f2aa696b
EB
80492013-12-28 Eric Botcazou <ebotcazou@adacore.com>
8050
8051 * c-ada-spec.c (print_constructor): New function.
8052 (print_destructor): Retrieve the origin of the destructor.
8053 (print_ada_declaration): Revamp handling of constructors/destructors.
8054
3f8257db 80552013-12-23 Stuart Hastings <stuart@apple.com>
1f26ac87
JM
8056 Bill Maddox <maddox@google.com>
8057 Jason Merrill <jason@redhat.com>
8058
8059 * c.opt: Add -fdeclone-ctor-dtor.
8060 * c-opts.c (c_common_post_options): Default to on iff -Os.
8061
41958c28
BI
80622013-12-18 Balaji V. Iyer <balaji.v.iyer@intel.com>
8063
8064 * c-common.c (c_common_attribute_table): Added "cilk simd function"
8065 attribute.
8066 * c-pragma.h (enum pragma_cilk_clause): Remove.
ab20d992 8067 (enum pragma_omp_clause): Added the following fields:
41958c28
BI
8068 PRAGMA_CILK_CLAUSE_NOMASK, PRAGMA_CILK_CLAUSE_MASK,
8069 PRAGMA_CILK_CLAUSE_VECTORLENGTH, PRAGMA_CILK_CLAUSE_NONE,
8070 PRAGMA_CILK_CLAUSE_LINEAR, PRAGMA_CILK_CLAUSE_PRIVATE,
8071 PRAGMA_CILK_CLAUSE_FIRSTPRIVATE, PRAGMA_CILK_CLAUSE_LASTPRIVATE,
8072 PRAGMA_CILK_CLAUSE_UNIFORM.
8073
b1726d6c 8074
12893402
BI
80752013-12-11 Balaji V. Iyer <balaji.v.iyer@intel.com>
8076
8077 * cilk.c (cilk_outline): Made this function non-static.
8078 (gimplify_cilk_spawn): Removed pre_p and post_p arguments.
8079 (create_cilk_wrapper): Added a new parameter: a function pointer.
8080 (c_install_body_w_frame_cleanup): Remove
8081 (extract_free_variables): Added VEC_INIT_EXPR and CONSTRUCTOR case.
8082 * c-common.h (cilk_outline): New prototype.
8083 (gimplify_cilk_spawn): Removed two parameters.
8084 (cilk_install_body_with_frame_cleanup): New prototype.
8085 * c-gimplify.c (c_gimplify_expr): Added MODIFY_EXPR, CALL_EXPR and
8086 CILK_SPAWN_STMT case.
8087
085b42ed
BS
80882013-12-11 Bernd Schmidt <bernds@codesourcery.com>
8089
2ce064c3
BS
8090 * c-common.c (c_fully_fold_internal): Handle ADDR_SPACE_CONVERT_EXPR.
8091
085b42ed
BS
8092 * c-common.h (enum c_tree_index): Remove CTI_INT_ARRAY_TYPE.
8093 (int_array_type_node): Remove.
8094 * c-common.c (c_common_nodes_and_builtins): Don't build it.
8095
9e36c9ed
MP
80962013-12-05 Marek Polacek <polacek@redhat.com>
8097
8098 PR c/52023
8099 * c-common.c (c_sizeof_or_alignof_type): Move a declaration into
8100 [ADJUST_FIELD_ALIGN].
8101
296674db
JM
81022013-12-04 Joseph Myers <joseph@codesourcery.com>
8103
8104 PR c/52023
8105 * c-common.c (c_sizeof_or_alignof_type): Add parameter min_alignof
8106 and check field alignment if set.
8107 * c-common.h (c_sizeof_or_alignof_type): Update prototype.
8108 (c_sizeof, c_alignof): Update calls to c_sizeof_or_alignof_type.
8109
b1726d6c 81102013-12-04 Jakub Jelinek <jakub@redhat.com>
31e071ae
MP
8111 Marek Polacek <polacek@redhat.com>
8112
8113 * c-gimplify.c (c_gimplify_expr): If doing the integer-overflow
8114 sanitization, call unsigned_type_for only when !TYPE_OVERFLOW_WRAPS.
8115
d7947e19
L
81162013-11-29 H.J. Lu <hongjiu.lu@intel.com>
8117
8118 PR c/59309
8119 * cilk.c (gimplify_cilk_spawn): Properly handle function without
8120 arguments.
8121
fad7652e
JJ
81222013-11-29 Jakub Jelinek <jakub@redhat.com>
8123
8124 PR c/59280
8125 * c-common.c (get_priority): If TREE_VALUE (args) is IDENTIFIER_NODE,
8126 goto invalid. If it is error_mark_node, don't issue further
8127 diagnostics.
8128
8b5e1202
SO
81292013-11-28 Sergey Ostanevich <sergos.gnu@gmail.com>
8130
8131 * c.opt (Wopenmp-simd): New.
8132
0a508bb6
JJ
81332013-11-22 Jakub Jelinek <jakub@redhat.com>
8134
8135 * c-ubsan.h (ubsan_instrument_return): New prototype.
8136 * c-ubsan.c (ubsan_instrument_return): New function.
8137
2fb9a547
AM
81382013-11-22 Andrew MacLeod <amacleod@redhat.com>
8139
8140 * c-common.c: Add required include files from gimple.h.
ab20d992
JJ
8141 * c-gimplify.c: Likewise.
8142 * cilk.c: Likewise.
2fb9a547 8143
8400e75e
DM
81442013-11-22 David Malcolm <dmalcolm@redhat.com>
8145
8146 * c-common.c (unsafe_conversion_p): Remove use of
8147 EXPR_LOC_OR_HERE macro.
8148 (conversion_warning): Likewise.
8149 (warnings_for_convert_and_check): Likewise.
8150 (warn_for_collisions_1): Likewise.
8151 (shorten_compare): Likewise, and remove use of in_system_header
8152 macro, using the location from the former.
8153 * c-lex.c (dump_one_header): Remove use of input_filename macro.
8154 (cb_def_pragma): Remove use of in_system_header macro.
8155 (lex_string): Likewise.
8156 * c-pragma.c (handle_pragma_float_const_decimal64): Likewise.
8157
eb1ce453
KZ
81582013-11-20 Kenneth Zadeck <zadeck@naturalbridge.com>
8159 Mike Stump <mikestump@comcast.net>
8160 Richard Sandiford <rdsandiford@googlemail.com>
8161
8162 * c-ada-spec.c (is_simple_enum): Use tree_to_shwi and tree_to_uhwi
8163 instead of TREE_INT_CST_LOW, in cases where there is a protecting
8164 tree_fits_shwi_p or tree_fits_uhwi_p.
8165 (dump_generic_ada_node): Likewise.
8166 * c-format.c (check_format_arg): Likewise.
8167 * c-pretty-print.c (pp_c_integer_constant): Likewise.
8168
6b3b8c27
KZ
81692013-11-20 Kenneth Zadeck <zadeck@naturalbridge.com>
8170
8171 * c-common.c (check_function_arguments_recurse): Use tree_to_uhwi.
8172
49b0aa18
JC
81732013-11-19 Joshua J Cogliati <jrincayc@yahoo.com>
8174
8175 PR c/53001
8176 * c-common.c (unsafe_conversion_p): Make this function
8177 return an enumeration with more detail.
8178 (conversion_warning): Use the new return type of
8179 unsafe_conversion_p to separately warn either about conversions
8180 that lower floating point number precision or about the other
8181 kinds of conversions.
8182 * c-common.h (enum conversion_safety): New enumeration.
8e745a17
JJ
8183 (unsafe_conversion_p): switching return type to
8184 conversion_safety enumeration.
49b0aa18
JC
8185 * c.opt: Adding new warning -Wfloat-conversion and
8186 enabling it with -Wconversion.
8187
b826515a
BS
81882013-11-19 Basile Starynkevitch <basile@starynkevitch.net>
8189
8e745a17
JJ
8190 * c-opts.c: Include plugin.h.
8191 (cb_file_change): Invoke plugin event PLUGIN_INCLUDE_FILE.
b826515a 8192
b9a55b13
MP
81932013-11-19 Marek Polacek <polacek@redhat.com>
8194
8195 * c-ubsan.c (ubsan_instrument_division): Adjust ubsan_create_data
8196 call.
8197 (ubsan_instrument_shift): Likewise.
8198 (ubsan_instrument_vla): Likewise.
8199
7d362f6c
RS
82002013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
8201
8202 * c-common.c (convert_vector_to_pointer_for_subscript): Remove
8203 cast to unsigned type.
8204
386b1f1f
RS
82052013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
8206
8207 * c-common.c (fold_offsetof_1): Use tree_to_uhwi rather than
8208 tree_low_cst.
8209 (complete_array_type): Update comment to refer to tree_to_[su]hwi
8210 rather than tree_low_cst.
8211
ae7e9ddd
RS
82122013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
8213
8214 * c-common.c, c-cppbuiltin.c: Replace tree_low_cst (..., 1) with
8215 tree_to_uhwi throughout.
8216
9439e9a1
RS
82172013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
8218
8219 * c-common.c, c-format.c, c-omp.c, c-pretty-print.c: Replace
8220 tree_low_cst (..., 0) with tree_to_shwi throughout.
8221
cc269bb6
RS
82222013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
8223
8224 * c-ada-spec.c, c-common.c, c-pretty-print.c: Replace
8225 host_integerp (..., 1) with tree_fits_uhwi_p throughout.
8226
9541ffee
RS
82272013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
8228
8229 * c-ada-spec.c, c-common.c, c-format.c, c-pretty-print.c: Replace
8230 host_integerp (..., 0) with tree_fits_shwi_p throughout.
8231
c02065fc
AH
82322013-11-15 Aldy Hernandez <aldyh@redhat.com>
8233
8234 * c-cilkplus.c: New file.
8235 * c-common.c (readonly_error): Add location argument.
8236 * c-common.h (readonly_error): Same.
8237 (c_finish_cilk_clauses): Protoize.
8238 (c_check_cilk_loop): Same.
8239 c-omp.c (c_finish_omp_for): Handle CILK_SIMD nodes.
8240 Do not fail on error_mark_node.
8241 Abstract increment canonicalization to here...
8242 (c_omp_for_incr_canonicalize_ptr): New.
8243 c-pragma.c (init_pragma): Register "simd" pragma.
8244 c-pragma.h (enum pragma_kind): Add PRAGMA_CILK_SIMD.
8245 (enum pragma_cilk_clause): New.
8246
9cc65f15
RS
82472013-11-15 Richard Sandiford <rdsandiford@googlemail.com>
8248
8249 * c-pretty-print.c (pp_c_character_constant): Remove unnecessary
8250 wchar_type and host_integerp checks.
8251
18f429e2
AM
82522013-11-14 Andrew MacLeod <amacleod@redhat.com>
8253
8254 * c-common.c: Likewise.
8255 * c-gimplify.c: Likewise.
8256 * cilk.c: Likewise.
8257
d8a2d370
DN
82582013-11-14 Diego Novillo <dnovillo@google.com>
8259
8260 * c-common.c: Include fold-const.h.
8261 Include stor-layout.h.
8262 Include calls.h.
8263 Include stringpool.h.
8264 Include attribs.h.
8265 Include varasm.h.
8266 Include trans-mem.h.
8267 * c-cppbuiltin.c: Include stor-layout.h.
8268 Include stringpool.h.
8269 * c-format.c: Include stringpool.h.
8270 * c-lex.c: Include stringpool.h.
8271 Include stor-layout.h.
8272 * c-pragma.c: Include stringpool.h.
8273 Include attribs.h.
8274 Include varasm.h.
8275 Include gcc-symtab.h.
8276 * c-pretty-print.c: Include stor-layout.h.
8277 Include attribs.h.
8278 * cilk.c: Include stringpool.h.
8279 Include calls.h.
8280
38b7bc7f
JM
82812013-11-13 Joseph Myers <joseph@codesourcery.com>
8282
8283 * c-common.h (enum rid): Add RID_AUTO_TYPE.
8284 * c-common.c (c_common_reswords): Add __auto_type.
8285 (keyword_begins_type_specifier): Handle RID_AUTO_TYPE.
8286
45b0be94
AM
82872013-11-12 Andrew MacLeod <amacleod@redhat.com>
8288
18f429e2
AM
8289 * c-common.c: Include gimplify.h.
8290 * c-gimplify.c: Likewise.
8291 * cilk.c: Likewise.
8292 * c-omp.c: Include gimple-expr.h instead of gimple.h.
8293 * c-ubsan.c: Don't include gimple.h.
45b0be94 8294
582d9b50
JM
82952013-11-12 Joseph Myers <joseph@codesourcery.com>
8296
8297 * c-common.c (c_common_reswords): Add _Thread_local.
8298
6b28e197
JM
82992013-11-09 Joseph Myers <joseph@codesourcery.com>
8300
8301 * c-common.c (atomic_size_supported_p): New function.
8302 (resolve_overloaded_atomic_exchange)
8303 (resolve_overloaded_atomic_compare_exchange)
8304 (resolve_overloaded_atomic_load, resolve_overloaded_atomic_store):
8305 Use it instead of comparing size with a local list of sizes.
8306
267bac10
JM
83072013-11-07 Andrew MacLeod <amacleod@redhat.com>
8308 Joseph Myers <joseph@codesourcery.com>
8309
8310 * c-common.h (enum rid): Add RID_ATOMIC.
8311 * c-common.c (c_common_reswords): Add _Atomic.
8312 (sync_resolve_params): Use TYPE_MAIN_VARIANT on pointer argument.
8313 (keyword_is_type_qualifier): Accept RID_ATOMIC.
8314 * c-format.c (check_format_types): Check for extra _Atomic
8315 qualifiers in format argument.
8316 * c-pretty-print.c (pp_c_cv_qualifiers): Handle atomic qualifier.
8317 (pp_c_type_qualifier_list): Mention _Atomic in comment.
8318
5157b91e
TB
83192013-11-06 Tobias Burnus <burnus@net-b.de>
8320
8321 * c-common.c (reason_option_codes_t): Add CPP_W_DATE_TIME.
8322
6dbe0958
JM
83232013-11-06 Joseph Myers <joseph@codesourcery.com>
8324
8325 * c-opts.c (c_common_post_options): Set -ffp-contract=off in C
8326 standards modes.
8327 * c-cppbuiltin.c (cpp_iec_559_value): Consider -ffp-contract=fast
8328 to mean lack of IEEE 754 support.
8329
e8ff5196
TB
83302013-11-05 Tobias Burnus <burnus@net-b.de>
8331
8332 * c.opt (-Wdate-time): New option
8333 * c-opts.c (sanitize_cpp_opts): Pass on to libcpp.
8334
254a0760
JM
83352013-11-05 Joseph Myers <joseph@codesourcery.com>
8336
8337 * c-cppbuiltin.c (cpp_iec_559_value): Test
8338 flag_excess_precision_cmdline not flag_excess_precision.
8339
6d7f7e0a
TB
83402013-11-05 Tobias Burnus <burnus@net-b.de>
8341
8342 * c.opt (fopenmp-simd): New option.
8343 * c-pragma.c (omp_pragmas): Move pragmas which can contain simd to ...
8344 (omp_pragmas): ... this new struct.
8345 (c_pp_lookup_pragma): Also walk omp_pragmas.
8346 (init_pragma): Init pragmas for -fopenmp-simd.
8347
55a7f02f
MP
83482013-11-04 Marek Polacek <polacek@redhat.com>
8349
8350 PR c++/58979
8351 * c-common.c (invalid_indirection_error): Handle RO_ARROW_STAR case.
8352
9193fb05
JM
83532013-11-04 Joseph Myers <joseph@codesourcery.com>
8354
8355 * c-cppbuiltin.c (cpp_iec_559_value, cpp_iec_559_complex_value):
8356 New functions.
8357 (c_cpp_builtins): Define __GCC_IEC_559 and __GCC_IEC_559_COMPLEX.
8358
94159ecf
EB
83592013-11-04 Eric Botcazou <ebotcazou@adacore.com>
8360
8361 * c-ada-spec.h (cpp_operation): Add IS_TRIVIAL.
8362 (dump_ada_specs): Adjust prototype of second callback.
8363 * c-ada-spec.c (cpp_check): New global variable.
8364 (dump_ada_nodes): Remove cpp_check parameter and do not pass it down.
8365 (print_generic_ada_decl): Likewise.
8366 (has_static_fields): Change return type to bool and add guard.
8367 (has_nontrivial_methods): New predicate.
8368 (is_tagged_type): Change return type to bool.
8369 (separate_class_package): Call has_nontrivial_methods.
8370 (pp_ada_tree_identifier): Minor tweaks.
8371 (dump_ada_function_declaration): Adjust calls to dump_generic_ada_node.
8372 (dump_ada_array_domains): Likewise.
8373 (dump_ada_array_type): Likewise.
8374 (dump_template_types): Remove cpp_check parameter and do not pass it to
8375 dump_generic_ada_node.
8376 (dump_ada_template): Likewise.
8377 (dump_generic_ada_node): Remove cpp_check parameter and do not pass it
8378 recursively.
8379 (print_ada_methods): Change return type to integer. Remove cpp_check
8380 parameter and do not pass it down.
8381 (dump_nested_types): Remove cpp_check parameter and do not pass it to
8382 dump_generic_ada_node.
8383 (print_ada_declaration): Likewise. Test RECORD_OR_UNION_TYPE_P before
8384 accessing methods.
8385 (print_ada_struct_decl): Remove cpp_check parameter and do not pass it
8386 down. Use has_nontrivial_methods to recognize C++ classes. Use return
8387 value of print_ada_methods.
8388 (dump_ads): Rename cpp_check parameter to check and adjust prototype.
8389 Set cpp_check to it before invoking dump_ada_nodes.
8390 (dump_ada_specs): Likewise.
8391
b906f4ca
MP
83922013-11-03 Marek Polacek <polacek@redhat.com>
8393
8394 * c-ubsan.c: Don't include hash-table.h.
8395 (ubsan_instrument_vla): New function.
8396 * c-ubsan.h: Declare it.
8397
5e20cdc9
DM
83982013-10-31 David Malcolm <dmalcolm@redhat.com>
8399
8400 Automated part of renaming of symtab_node_base to symtab_node.
8401
8402 Patch autogenerated by rename_symtab.py from
8403 https://github.com/davidmalcolm/gcc-refactoring-scripts
8404 revision 58bb219cc090b2f4516a9297d868c245495ee622
8405
8406 * c-pragma.c (maybe_apply_pending_pragma_weaks): Rename
8407 symtab_node_base to symtab_node.
8408
7057e645
ESR
84092013-10-31 Edward Smith-Rowland <3dw4rd@verizon.net>
8410
8e745a17 8411 Implement C++14 digit separators.
7057e645
ESR
8412 * c-lex.c (interpret_float): Remove digit separators from scratch string
8413 before building real literal.
8414
193ea7bc
JJ
84152013-10-30 Jakub Jelinek <jakub@redhat.com>
8416
8417 * cilk.c (create_cilk_helper_decl): Use HOST_WIDE_INT_PRINT_DEC.
8418
939b37da
BI
84192013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
8420
8421 * c-common.c (c_common_reswords[]): Added _Cilk_spawn and _Cilk_sync
8422 fields.
8423 (c_define_builtins): Called cilk_init_builtins if Cilk Plus is
8424 enabled.
8425 * c-common.h (enum rid): Added RID_CILK_SPAWN and RID_CILK_SYNC.
8426 (insert_cilk_frame): New prototype.
8427 (cilk_init_builtins): Likewise.
8428 (gimplify_cilk_spawn): Likewise.
8429 (c_cilk_install_body_w_frame_cleanup): Likewise.
8430 (cilk_detect_spawn_and_unwrap): Likewise.
8431 (cilk_set_spawn_marker): Likewise.
8432 (build_cilk_sync): Likewise.
8433 (build_cilk_spawn): Likewise.
8434 * cilk.c: New file.
8435
67348ccc
DM
84362013-10-29 David Malcolm <dmalcolm@redhat.com>
8437
8438 Patch autogenerated by refactor_symtab.py from
8439 https://github.com/davidmalcolm/gcc-refactoring-scripts
8440 revision 58bb219cc090b2f4516a9297d868c245495ee622
8441
8442 * c-gimplify.c (c_genericize): Update for conversion of symtab types
8443 to a true class hierarchy.
8444 * c-pragma.c (maybe_apply_pending_pragma_weaks): Likewise.
8445
d570872d
RS
84462013-10-27 Richard Sandiford <rdsandiford@googlemail.com>
8447
8448 * c-lex.c (interpret_integer): Remove call to cpp_num_sign_extend.
8449
98906124
JL
84502013-10-26 Jeff Law <law@redhat.com>
8451
adfac8df
JJ
8452 * c-common.c (c_define_builtins): Remove mudflap support.
8453 * c.opt: Ignore and warn for mudflap options.
98906124 8454
d73749df 84552013-10-24 Tobias Burnus <burnus@net-b.de>
8170608b
TB
8456
8457 PR other/33426
8458 * c-pragma.c (init_pragma) Add #pragma ivdep handling.
8459 * c-pragma.h (pragma_kind): Add PRAGMA_IVDEP.
8460
3f04b1bb
JM
84612013-10-23 Jason Merrill <jason@redhat.com>
8462
8463 * c-format.c (gcc_cxxdiag_char_table): Add %X.
8464
acf0174b
JJ
84652013-10-11 Jakub Jelinek <jakub@redhat.com>
8466
acd15a28
JJ
8467 * c-common.h (omp_clause_mask::operator !=): New method.
8468 * c-omp.c (c_omp_split_clauses): Use if ((mask & something) != 0)
8469 instead of if (mask & something) tests everywhere.
8470
acf0174b
JJ
8471 * c-cppbuiltin.c (c_cpp_builtins): Predefine _OPENMP to
8472 201307 instead of 201107.
8473 * c-common.c (DEF_FUNCTION_TYPE_8): Define.
8474 (c_common_attribute_table): Add "omp declare target" and
8475 "omp declare simd" attributes.
8476 (handle_omp_declare_target_attribute,
8477 handle_omp_declare_simd_attribute): New functions.
8478 * c-omp.c: Include c-pragma.h.
8479 (c_finish_omp_taskgroup): New function.
8480 (c_finish_omp_atomic): Add swapped argument, if true,
8481 build the operation first with rhs, lhs arguments and use NOP_EXPR
8482 build_modify_expr.
8483 (c_finish_omp_for): Add code argument, pass it down to make_code.
8484 (c_omp_split_clauses): New function.
8485 (c_split_parallel_clauses): Removed.
8486 (c_omp_declare_simd_clause_cmp, c_omp_declare_simd_clauses_to_numbers,
8487 c_omp_declare_simd_clauses_to_decls): New functions.
8488 * c-common.h (omp_clause_mask): New type.
8489 (OMP_CLAUSE_MASK_1): Define.
8490 (omp_clause_mask::omp_clause_mask, omp_clause_mask::operator &=,
8491 omp_clause_mask::operator |=, omp_clause_mask::operator ~,
8492 omp_clause_mask::operator |, omp_clause_mask::operator &,
8493 omp_clause_mask::operator <<, omp_clause_mask::operator >>,
8494 omp_clause_mask::operator ==): New methods.
8495 (enum c_omp_clause_split): New.
8496 (c_finish_omp_taskgroup): New prototype.
8497 (c_finish_omp_atomic): Add swapped argument.
8498 (c_finish_omp_for): Add code argument.
8499 (c_omp_split_clauses): New prototype.
8500 (c_split_parallel_clauses): Removed.
8501 (c_omp_declare_simd_clauses_to_numbers,
8502 c_omp_declare_simd_clauses_to_decls): New prototypes.
8503 * c-pragma.c (omp_pragmas): Add new OpenMP 4.0 constructs.
8504 * c-pragma.h (enum pragma_kind): Add PRAGMA_OMP_CANCEL,
8505 PRAGMA_OMP_CANCELLATION_POINT, PRAGMA_OMP_DECLARE_REDUCTION,
8506 PRAGMA_OMP_DISTRIBUTE, PRAGMA_OMP_END_DECLARE_TARGET, PRAGMA_OMP_SIMD,
8507 PRAGMA_OMP_TARGET, PRAGMA_OMP_TASKGROUP and PRAGMA_OMP_TEAMS.
8508 Remove PRAGMA_OMP_PARALLEL_FOR and PRAGMA_OMP_PARALLEL_SECTIONS.
8509 (enum pragma_omp_clause): Add PRAGMA_OMP_CLAUSE_ALIGNED,
8510 PRAGMA_OMP_CLAUSE_DEPEND, PRAGMA_OMP_CLAUSE_DEVICE,
8511 PRAGMA_OMP_CLAUSE_DIST_SCHEDULE, PRAGMA_OMP_CLAUSE_FOR,
8512 PRAGMA_OMP_CLAUSE_FROM, PRAGMA_OMP_CLAUSE_INBRANCH,
8513 PRAGMA_OMP_CLAUSE_LINEAR, PRAGMA_OMP_CLAUSE_MAP,
8514 PRAGMA_OMP_CLAUSE_NOTINBRANCH, PRAGMA_OMP_CLAUSE_NUM_TEAMS,
8515 PRAGMA_OMP_CLAUSE_PARALLEL, PRAGMA_OMP_CLAUSE_PROC_BIND,
8516 PRAGMA_OMP_CLAUSE_SAFELEN, PRAGMA_OMP_CLAUSE_SECTIONS,
8517 PRAGMA_OMP_CLAUSE_SIMDLEN, PRAGMA_OMP_CLAUSE_TASKGROUP,
8518 PRAGMA_OMP_CLAUSE_THREAD_LIMIT, PRAGMA_OMP_CLAUSE_TO and
8519 PRAGMA_OMP_CLAUSE_UNIFORM.
8520
826cacfe
MG
85212013-10-09 Marc Glisse <marc.glisse@inria.fr>
8522
8523 PR tree-optimization/20318
8524 * c-common.c (handle_returns_nonnull_attribute): New function.
8525 (c_common_attribute_table): Add returns_nonnull.
8526
2284b034
MG
85272013-10-03 Marc Glisse <marc.glisse@inria.fr>
8528
8529 PR c++/19476
8530 * c.opt (fcheck-new): Move to common.opt.
8531
b56e9788
MP
85322013-09-25 Marek Polacek <polacek@redhat.com>
8533 Jakub Jelinek <jakub@redhat.com>
8534
8535 PR sanitizer/58413
8536 * c-ubsan.c (ubsan_instrument_shift): Don't instrument
8537 an expression if we can prove it is correct.
8538 (ubsan_instrument_division): Likewise. Remove unnecessary
8539 check.
8540
ce6923c5
MP
85412013-09-18 Marek Polacek <polacek@redhat.com>
8542
8543 PR sanitizer/58411
8544 * c-common.c (handle_no_sanitize_undefined_attribute): New function.
8545 Declare it.
8546 (struct attribute_spec c_common_att): Add no_sanitize_undefined.
8547
fb5610fb
IS
85482013-09-14 Iain Sandoe <iain@codesourcery.com>
8549
8550 PR target/48094
8551 * c.opt (fgnu-runtime, fnext-runtime, fobjc-abi-version,
8552 fobjc-gc, freplace-objc-classes): Accept for LTO.
8553
88b0e79e
JC
85542013-09-13 Jacek Caban <jacek@codeweavers.com>
8555
8556 * c-target.def: New hook
8557
c9b0866a
PC
85582013-09-09 Paolo Carlini <paolo.carlini@oracle.com>
8559
8560 PR c++/43452
8561 * c.opt (Wdelete-incomplete): Add.
8562
0af94e6f
JR
85632013-09-08 Joern Rennecke <joern.rennecke@embecosm.com>
8564
8565 * c-common.c (same_scalar_type_ignoring_signedness): Delete.
8566 (vector_types_compatible_elements_p): New function.
8567 * c-common.h: (same_scalar_type_ignoring_signedness): Delete
8568 declaration.
8569 (vector_types_compatible_elements_p): Declare.
8570
7c26172c
GDR
85712013-09-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
8572
8573 * c-pretty-print.h (c_pretty_printer::simple_type_specifier): Now
8574 a virtual member function.
8575 (pp_simple_type_specifier): Remove.
8576 (pp_c_type_specifier): Likewise.
8577 * c-pretty-print.c (c_pretty_printer::simple_type_specifier):
8578 Rename from pp_c_type_specifier. Adjust.
8579 (c_pretty_printer::c_pretty_printer): Do not assign to
8580 simple_type_specifier.
8581
20059c8b
GDR
85822013-09-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
8583
8584 * c-pretty-print.h (c_pretty_printer::type_id): Now a virtual
8585 member function.
8586 (c_pretty_printer::storage_class_specifier): Likewise.
8587 (c_pretty_printer::initializer): Likewise.
8588 (pp_declaration): Remove.
8589 (pp_declaration_specifiers): Likewise.
8590 (pp_abstract_declarator): Likewise.
8591 (pp_declarator): Likewise.
8592 (pp_type_id): Likewise.
8593 (pp_statement): Likewise.
8594 (pp_constant): Likewise.
8595 (pp_id_expression): Likewise.
8596 (pp_primary_expression): Likewise.
8597 (pp_unary_expression): Likewise.
8598 (pp_multiplicative_expression): Likewise.
8599 (pp_conditional_expression): Likewise.
8600 (pp_assignment_expression): Likewise.
8601 (pp_expression): Likewise.
8602 (pp_c_type_id): Likewise.
8603 (pp_c_storage_class_specifier): Likewise.
8604 * c-pretty-print.c (pp_c_type_cast): Tidy.
8605 (pp_c_pointer): Likewise.
8606 (pp_c_type_specifier): Likewise.
8607 (pp_c_parameter_type_list): Likewise.
8608 (pp_c_function_definition): Likewise.
8609 (pp_c_init_declarator): Likewise.
8610 (pp_c_initializer_list): Likewise.
8611 (pp_c_constructor_elts): Likewise.
8612 (c_pretty_printer::direct_abstract_declarator): Likewise.
8613 (c_pretty_printer::declaration_specifiers): Likewise.
8614 (c_pretty_printer::primary_expression): Likewise.
8615 (c_pretty_printer::postfix_expression): Likewise.
8616 (c_pretty_printer::type_id): Rename from pp_c_type_id.
8617 (c_pretty_printer::storage_class_specifier): Rename from
8618 pp_c_storage_class_specifier.
8619 (c_pretty_printer::initializer): Rename from pp_c_initializer.
8620 (c_pretty_printer::c_pretty_printer): Do not assign to type_id,
8621 storage_class_specifier, initializer, offset_list, flags.
8622
de5a5fa1
MP
86232013-08-30 Marek Polacek <polacek@redhat.com>
8624
8625 * c-ubsan.c: New file.
8626 * c-ubsan.h: New file.
8627
8f0e4d72
GDR
86282013-08-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
8629
8630 * c-pretty-print.h (c_pretty_printer::declaration): Now a virtual
8631 member function.
8632 (c_pretty_printer::declaration_specifiers): Likewise.
8633 (c_pretty_printer::declarator): Likewise.
8634 (c_pretty_printer::abstract_declarator): Likewise.
8635 (c_pretty_printer::direct_abstract_declarator): Likewise.
8636 (c_pretty_printer::direct_declarator): Likewise.
8637 (c_pretty_printer::function_specifier): Likewise.
8638 (pp_declaration): Adjust.
8639 (pp_declaration_specifiers): Likewise.
8640 (pp_abstract_declarator): Likewise.
8641 (pp_direct_declarator): Likewise.
8642 (pp_function_specifier): Likewise.
8643 (pp_direct_abstract_declarator): Remove as unused.
8644 (pp_c_declaration): Remove.
8645 (pp_c_declaration_specifiers): Likewise.
8646 (pp_c_declarator): Likewise.
8647 (pp_c_direct_declarator): Likewise.
8648 (pp_c_function_specifier): Likewise.
8649 (pp_c_direct_abstract_declarator): Likewise.
8650 * c-pretty-print.c (c_pretty_printer::abstract_declarator): Rename
8651 from pp_c_abstract_declarator. Adjust.
ab20d992 8652 (c_pretty_printer::direct_abstract_declarator): Rename from
8f0e4d72
GDR
8653 pp_c_direct_abstract_declarator. Adjust.
8654 (c_pretty_printer::function_specifier): Rename from
8655 pp_c_function_specifier. Adjust.
8656 (c_pretty_printer::declaration_specifiers): Rename from
8657 pp_c_declaration_specifiers. Adjust.
8658 (c_pretty_printer::direct_declarator): Rename from
8659 pp_c_direct_declarator. Adjust.
8660 (c_pretty_printer::declarator): Rename from pp_c_declarator. Adjust.
8661 (c_pretty_printer::declaration): Rename from pp_c_declaration. Adjust.
8662 (c_pretty_printer::c_pretty_printer): Do not assign to
8663 declaration, declaration_specifiers, declarator,
8664 direct_declarator, direct_abstract_declarator, function_specifier.
8665
00d34d3a
GDR
86662013-08-26 Gabriel Dos Reis <gdre@integrable-solutions.net>
8667
8668 * c-pretty-print.h (c_pretty_printer::unary_expression): Now a
8669 virtual member function.
8670 (c_pretty_printer::multiplicative_expression): Likewise.
8671 (c_pretty_printer::conditional_expression): Likewise.
8672 (c_pretty_printer::assignment_expression): Likewise.
8673 (c_pretty_printer::expression): Likewise.
8674 (pp_unary_expression): Adjust.
8675 (pp_multiplicative_expression): Likewise.
8676 (pp_assignment_expression): Likewise.
8677 (pp_conditional_expression): Likewise.
8678 (pp_expression): Likewise.
8679 * c-pretty-print.c (c_pretty_printer::unary_expression): Rename
8680 from pp_c_unary_expression. Adjust.
8681 (c_pretty_printer::multiplicative_expression): Rename from
8682 pp_c_multiplicative_expression. Adjust.
8683 (c_pretty_printer::conditional_expression): Rename from
8684 pp_c_conditional_expression. Adjust.
8685 (c_pretty_printer::assignment_expression): Rename from
8686 pp_c_assignment_expression. Adjust.
8687 (c_pretty_printer::expression): Rename from pp_c_expression. Adjust.
8688 (c_pretty_printer::c_pretty_printer): Do not assign to
8689 unary_expression, multiplicative_expression,
8690 conditional_expression, expression.
8691
fb22178f
GDR
86922013-08-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
8693
8694 * c-pretty-print.h (c_pretty_printer::postfix_expression): Now a
8695 virtual member function.
8696 (pp_postfix_expression): Adjust.
8697 (pp_c_postfix_expression): Remove.
8698 * c-pretty-print.c (c_pretty_printer::postfix_expression): Rename
8699 from pp_c_postfix_expression. Adjust.
8700 (c_pretty_printer::c_pretty_printer): Do not assign to
8701 postfix_expression.
8702
7ecc2600
GDR
87032013-08-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
8704
8705 * c-pretty-print.h (c_pretty_printer::primary_expression): Now a
8706 virtua member function.
8707 (pp_primary_expression): Adjust.
8708 (pp_c_primary_expression): Remove.
8709 * c-pretty-print.c (c_pretty_printer::primary_expression): Rename
8710 from pp_c_primary_expression. Adjust.
8711 (pp_c_initializer_list): Use pp_primary_expression.
8712 (c_pretty_printer::c_pretty_printer): Do not assign to
8713 primary_expression.
8714
0691175f
GDR
87152013-08-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
8716
8717 * c-pretty-print.h (c_pretty_printer::translate_string): Declare.
8718 * c-pretty-print.c (M_): Remove.
8719 (c_pretty_printer::translate_string): Define.
8720 (pp_c_type_specifier): Use it.
8721 (pp_c_primary_expression): Likewise.
8722 (pp_c_expression): Likewise.
8723
66dfe4c4
GDR
87242013-08-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
8725
8726 * c-pretty-print.h (c_pretty_printer::id_expression): Now a
8727 virtual function.
8728 (pp_c_id_expression): Remove.
8729 (pp_id_expression): Adjust.
8730 * c-pretty-print.c (c_pretty_printer::id_expression): Rename from
8731 pp_c_id_expression. Adjust.
8732 (pp_c_postfix_expression): Use pp_id_expression.
8733 (c_pretty_printer::c_pretty_printer): Do not assign to id_expression.
8734
ca43e9d5
GDR
87352013-08-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
8736
8737 * c-pretty-print.h (c_pretty_printer::constant): Now a virtual
8738 member function.
8739 (pp_constant): Adjust.
8740 (pp_c_constant): Remove.
8741 * c-pretty-print.c (c_pretty_printer::constant): Rename from
8742 pp_c_constant. Adjust.
8743 (pp_c_constant)
8744 (pp_c_primary_expression): Call pp_constant in lieu of pp_c_constant.
8745 (c_pretty_printer::c_pretty_printer): Remove assignment to constant.
8746
da6ca2b5
GDR
87472013-08-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
8748
8749 * c-pretty-print.h (pp_c_pretty_printer_init): Remove.
8750 (c_pretty_printer::c_pretty_printer): Declare.
8751 * c-pretty-print.c (pretty_printer::c_pretty_printer): Rename from
8752 c_pretty_printer_init. Adjust.
8753 (print_c_tree): Do not call c_pretty_printer_init.
8754 * c-ada-spec.c (dump_ads): Remove call to pp_construct.
8755
65a372f4
AC
87562013-08-09 Arnaud Charlet <charlet@adacore.com>
8757
8758 * c-ada-spec.c (print_ada_declaration): Prevent accessing null asm name
8759
fd9b0f32
PC
87602013-08-05 Paolo Carlini <paolo.carlini@oracle.com>
8761
8762 PR c++/58080
8763 * c-common.c (pointer_int_sum): Add bool parameter.
8764 * c-common.h (pointer_int_sum): Adjust declaration.
8765
e0aec1e9
GDR
87662013-08-05 Gabriel Dos Reis <gdr@integrable-solutions.net>
8767
8768 * c-pretty-print.c (print_c_tree): Simplify. Use non-static local
8769 c_pretty_printer variable.
8770
b066401f
GDR
87712013-08-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
8772
8773 * c-pretty-print.h (c_pretty_printer): Derive from pretty_printer.
8774 (pp_base): Remove.
8775 (pp_c_base): Likewise. Adjust users.
8776 * c-pretty-print.c (pp_c_maybe_whitespace): Adjust.
8777 (pp_c_whitespace): Do not call pp_base.
8778 (pp_c_left_paren): Likewise.
8779 (pp_c_right_paren): Likewise.
8780 (pp_c_left_brace): Likewise.
8781 (pp_c_right_brace): Likewise.
8782 (pp_c_left_bracket): Likewise.
8783 (pp_c_right_bracket): Likewise.
8784 (pp_c_dot): Likewise.
8785 (pp_c_ampersand): Likewise.
8786 (pp_c_star): Likewise.
8787 (pp_c_arrow): Likewise.
8788 (pp_c_semicolon): Likewise.
8789 (pp_c_complement): Likewise.
8790 (pp_c_exclamation): Likewise.
8791 (pp_c_direct_declarator): Likewise.
8792 (pp_c_ws_string): Likewise.
8793 (pp_c_identifier): Likewise.
8794 (pp_c_statement): Likewise.
8795 (print_c_tree): Likewise.
8796
65e5a578
ESR
87972013-08-04 Ed Smith-Rowland <3dw4rd@verizon.net>
8798
8799 PR c++/58072
8800 * c-common.c (c_parse_error): Catch user-defined literal tokens and
8801 provide useful error strings.
8802
137a1a27
GDR
88032013-08-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
8804
8805 * c-ada-spec.c (pp_ada_tree_identifier): Use specialized pretty
8806 printer functions instead of pp_string or operators and punctuators.
8807 (dump_generic_ada_node): Likewise.
8808 * c-pretty-print.c (pp_c_type_specifier): Likewise.
8809 (pp_c_relational_expression): Likewise.
8810 (pp_c_logical_or_expression): Likewise.
8811
07838b13
GDR
88122013-08-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
8813
8814 * c-ada-spec.c (print_ada_macros): Use specialized pretty printer
8815 functions instead of pp_character.
8816 (pp_ada_tree_identifier): Likewise.
8817 (dump_ada_double_name): Likewise.
8818 (dump_ada_function_declaration): Likewise.
8819 (dump_ada_array_domains): Likewise.
8820 (dump_template_types): Likewise.
8821 (dump_generic_ada_node): Likewise.
8822 (print_ada_declaration): Likewise.
8823 (print_ada_struct_decl): Likewise.
8824 * c-pretty-print.c (pp_c_integer_constant): Likewise.
8825
433cc7b0
TT
88262013-07-23 Tom Tromey <tromey@redhat.com>
8827
8828 * c-common.h (enum rid) <RID_GENERIC>: New constant.
8829 * c-common.c (c_common_reswords): Add _Generic.
8830
688010ba
OB
88312013-07-21 OndÅ\99ej Bílka <neleai@seznam.cz>
8832
8833 * c-common.c: Fix typos.
8834 * c-common.h: Likewise.
8835
2a99e5e6
LL
88362013-07-13 Lubos Lunak <l.lunak@suse.cz>
8837
8838 PR c++/55203
8839 * c-common.c (c_common_attribute_table): Add warn_unused.
8840 (handle_warn_unused_attribute): New.
8841
c26302d5
JJ
88422013-07-10 Jakub Jelinek <jakub@redhat.com>
8843
8844 * c-ppoutput.c (scan_translation_unit): Call account_for_newlines
8845 for all CPP_TOKEN_FLD_STR tokens, not just CPP_COMMENT.
8846
dfeadaa0
PC
88472013-07-10 Paolo Carlini <paolo.carlini@oracle.com>
8848
8849 PR c++/57869
8850 * c.opt: Add Wconditionally-supported.
8851
6a2fa4b2
GS
88522013-07-08 Graham Stott <graham.stott@btinternet.com>
8853
adfac8df 8854 * array-notation-common.c (length_mismatch_in_expr_p): Delete
6a2fa4b2
GS
8855 unused variables l_length and l_node.
8856
ecdbd01a 88572013-07-04 Joern Rennecke <joern.rennecke@embecosm.com>
40d3d530
JR
8858
8859 PR c/57821
8860 * c-common.c (complete_array_type): Delay folding first index
8861 like other indices. When folding, check for index overflow.
8862
bedc293e
MG
88632013-06-27 Marc Glisse <marc.glisse@inria.fr>
8864
8865 PR c++/57509
8866 * c-common.h (c_build_vec_perm_expr): New complain argument.
8867 * c-common.c (c_build_vec_perm_expr): Likewise.
8868 Use save_expr also in C++.
8869
604b2bfc
GDR
88702013-06-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
8871
8872 * c-common.c (c_common_nodes_and_builtins): Use cxx11 in lieu of cxx0x.
8873 * c-cppbuiltin.c (c_cpp_builtins): Likewise.
8874 * c-opts.c (c_common_post_options): Likewise.
8875
dfeadaa0 88762013-06-21 Balaji V. Iyer <balaji.v.iyer@intel.com>
713b46fa
BI
8877
8878 * array-notation-common.c (length_mismatch_in_expr): Changed the
8879 parameter type's from a dynamic array to a vec_tree. Also removed
8880 the size parameters.
8881 * c-common.h (length_mismatch_in_expr_p): Fixed prototype's as per
8882 the change above.
8883
2ce86d2e
BI
88842013-06-21 Balaji V. Iyer <balaji.v.iyer@intel.com>
8885
8886 * c-common.h (struct cilkplus_an_parts): New structure.
8887 (struct cilkplus_an_loop_parts): Likewise.
8888 (cilkplus_extract_an_triplets): New prototype.
8889 (fix_sec_implicit_args): Likewise.
8890 * array-notation-common.c (cilkplus_extract_an_triplets): New function.
8891 (fix_sec_implicit_args): Likewise.
604b2bfc 8892
07a6825b
BI
88932013-06-20 Balaji V. Iyer <balaji.v.iyer@intel.com>
8894
8895 * array-notation-common.c (find_inv_trees): Removed an unwanted
8896 typecasting.
8897 * c-common.h (struct inv_list::additional_tcodes): Changed type from
8898 enum rid to enum tree_code.
8899
08346abd
JH
89002013-06-11 Jan Hubicka <jh@suse.cz>
8901
8902 * c-common.c (handle_alias_ifunc_attribute): Do not set
8903 DECL_EXTERNAL for weakref variables.
8904 * c-pragma.c (handle_pragma_weak): Make sure aliases
8905 are not declared as external.
8906
d60f1706
BI
89072013-06-07 Balaji V. Iyer <balaji.v.iyer@intel.com>
8908
8909 * array-notation-common.c (length_mismatch_in_expr_p): Moved this
8910 function from c/c-array-notation.c.
8911 (is_cilkplus_reduce_builtin): Likewise.
8912 (find_rank): Likewise.
8913 (extract_array_notation_exprs): Likewise.
8914 (replace_array_notations): Likewise.
8915 (find_inv_trees): Likewise.
8916 (replace_inv_trees): Likewise.
8917 (contains_array_notation_expr): Likewise.
8918 (find_correct_array_notation_type): Likewise.
8919 * c-common.h (struct inv_list): Moved this struct from the file
8920 c/c-array-notation.c and added a new field called additional tcodes.
8921 (length_mismatch_in_expr_p): New prototype.
8922 (is_cilkplus_reduce_builtin): Likewise.
8923 (find_rank): Likewise.
8924 (extract_array_notation_exprs): Likewise.
8925 (replace_array_notation): Likewise.
8926 (find_inv_trees): Likewise.
8927 (replace_inv_trees): Likewise.
8928 (find_correct_array_notation_type): Likewise.
dfeadaa0 8929
36536d79
BI
89302013-05-28 Balaji V. Iyer <balaji.v.iyer@intel.com>
8931
8932 * c-common.c (c_define_builtins): When cilkplus is enabled, the
8933 function array_notation_init_builtins is called.
8934 (c_common_init_ts): Added ARRAY_NOTATION_REF as typed.
8935 * c-common.def (ARRAY_NOTATION_REF): New tree.
8936 * c-common.h (build_array_notation_expr): New function declaration.
8937 (build_array_notation_ref): Likewise.
8938 (extract_sec_implicit_index_arg): New extern declaration.
8939 (is_sec_implicit_index_fn): Likewise.
8940 (ARRAY_NOTATION_CHECK): New define.
8941 (ARRAY_NOTATION_ARRAY): Likewise.
8942 (ARRAY_NOTATION_START): Likewise.
8943 (ARRAY_NOTATION_LENGTH): Likewise.
8944 (ARRAY_NOTATION_STRIDE): Likewise.
8945 * c-pretty-print.c (pp_c_postifix_expression): Added a new case for
8946 ARRAY_NOTATION_REF.
8947 (pp_c_expression): Likewise.
8948 * c.opt (flag_enable_cilkplus): New flag.
8949 * array-notation-common.c: New file.
8950
f7716d57
JJ
89512013-05-14 Jakub Jelinek <jakub@redhat.com>
8952
8953 PR c++/57274
8954 * c-common.c (verify_tree): Don't recurse into SIZEOF_EXPR.
8955
a5e0cd1d
MG
89562013-05-10 Marc Glisse <marc.glisse@inria.fr>
8957
8958 * c-common.c (vector_types_convertible_p): No TYPE_PRECISION for
8959 vectors.
8960
f6bc1c4a
HS
89612013-05-07 Han Shen <shenhan@google.com>
8962
8963 * c-cppbuiltin.c (c_cpp_builtins): Added "__SSP_STRONG__=3".
8964
3f12f6e9
SKS
89652013-04-29 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
8966
8967 * c-common.c (check_user_alignment): Emit error for negative values.
8968
61949153
PC
89692013-04-24 Paolo Carlini <paolo.carlini@oracle.com>
8970
8971 * c-opts.c (set_std_cxx11): Use CLK_CXX1Y and CLK_GNUCXX1Y.
8972
e93e18e9
PC
89732013-04-24 Paolo Carlini <paolo.carlini@oracle.com>
8974
8975 * c-cppbuiltin.c (c_cpp_builtins): Do not define
8976 __GXX_EXPERIMENTAL_CXX1Y__.
8977
44d90fe1 89782013-04-24 Paolo Carlini <paolo.carlini@oracle.com>
8e745a17 8979 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
44d90fe1
PC
8980
8981 * c.opt ([Wpointer-arith]): Enabled by -Wpedantic, as documented.
8982 * c-common.c (pointer_int_sum): Change -Wpointer-arith pedwarns
8983 to simply use OPT_Wpointer_arith.
8984 (c_sizeof_or_alignof_type): Likewise.
8985
13f39b2e
PC
89862013-04-24 Paolo Carlini <paolo.carlini@oracle.com>
8987
8988 * c-cppbuiltin.c (c_cpp_builtins): Define __GXX_EXPERIMENTAL_CXX1Y__.
8989
4b84d650
JJ
89902013-04-12 Jakub Jelinek <jakub@redhat.com>
8991
8992 * c-format.c (gcc_diag_char_table, gcc_tdiag_char_table,
8993 gcc_cdiag_char_table, gcc_cxxdiag_char_table): Add %r and %R format
8994 specifiers.
8995
fb037b5d
SB
89962013-04-07 Steven Bosscher <steven@gcc.gnu.org>
8997
8998 * c-pragma.c (add_to_renaming_pragma_list): Fix leading comment.
8999
4e856798
PC
90002013-04-03 Paolo Carlini <paolo.carlini@oracle.com>
9001
9002 * c-common.c (pointer_int_sum): Remove dead code.
9003
4b1baac8
RS
90042013-03-09 Richard Sandiford <rdsandiford@googlemail.com>
9005
9006 PR middle-end/56524
9007 * c-common.c (handle_optimize_attribute): Don't call
9008 save_optabs_if_changed.
9009
0b50e654
JJ
90102013-03-05 Jakub Jelinek <jakub@redhat.com>
9011
9012 PR middle-end/56461
9013 * c-pch.c (pch_init): Free target_validity at the end.
9014
48c41403
JJ
90152013-03-04 Jakub Jelinek <jakub@redhat.com>
9016
9017 * c-pretty-print.c (pp_c_pretty_printer_init): Clear pp->flags.
9018
e664c61c
KS
90192013-02-28 Konstantin Serebryany <konstantin.s.serebryany@gmail.com>
9020 Jakub Jelinek <jakub@redhat.com>
9021
9022 PR sanitizer/56454
9023 * c-common.c (handle_no_sanitize_address_attribute): New function.
9024 (c_common_attribute_table): Add no_sanitize_address attribute.
9025 (handle_no_address_safety_analysis_attribute): Add
9026 no_sanitize_address attribute, not no_address_safety_analysis
9027 attribute.
9028
a475fd3d 90292013-02-18 Aldy Hernandez <aldyh@redhat.com>
135204dd
AH
9030
9031 PR target/52555
9032 * c-common.c (handle_optimize_attribute): Call
9033 save_optabs_if_changed.
9034
f6007d99
JJ
90352013-02-18 Jakub Jelinek <jakub@redhat.com>
9036 Steven Bosscher <steven@gcc.gnu.org>
9037
9038 PR pch/54117
9039 * c-opts.c (c_common_post_options): If debug info is enabled
9040 and non-dwarf*, refuse to load PCH files and when writing PCH
9041 file warn.
9042
cf35e2b1
JJ
90432013-02-05 Jakub Jelinek <jakub@redhat.com>
9044
9045 PR middle-end/56167
9046 * c-common.c (handle_error_attribute): Fix condition.
9047
32887460
JJ
90482013-01-30 Jakub Jelinek <jakub@redhat.com>
9049
9050 PR c++/55742
9051 * c-common.c (handle_target_attribute): Revert 2012-12-26 change.
9052
5af057d8
JM
90532013-01-18 Jason Merrill <jason@redhat.com>
9054
9055 PR target/54908
9056 * c.opt (-fextern-tls-init): New.
9057 * c-opts.c (c_common_post_options): Handle it.
9058
cc83c823
JJ
90592013-01-09 Jakub Jelinek <jakub@redhat.com>
9060
9061 PR c/48418
9062 * c-common.c (c_fully_fold_internal): Warn for LSHIFT_EXPR and
9063 RSHIFT_EXPR, if orig_op1 isn't INTEGER_CST, op1 is INTEGER_CST
9064 and is either negative or bigger or equal to type precision
9065 of the first operand.
9066
a859517f
MP
90672012-12-03 Marek Polacek <polacek@redhat.com>
9068
9069 PR c/55570
9070 * c-common.c (check_user_alignment): Swap order of tests,
9071 check TREE_CODE first.
9072
2d7aa578
ESR
90732012-11-29 Ed Smith-Rowland <3dw4rd@verizon.net>
9074
9075 PR c++/52654
9076 * c-common.h (overflow_type): New enum.
9077 (build_userdef_literal): Add overflow_type argument.
9078 (tree_userdef_literal): Add overflow_type.
9079 (USERDEF_LITERAL_OVERFLOW): New access macro.
9080 * c-common.c (build_userdef_literal): Add overflow_type
9081 argument.
9082 * c-lex.c (c_lex_with_flags): Add overflow_type to
9083 build_userdef_literal calls.
9084 (interpret_integer, interpret_float): Add overflow_type argument.
9085
cc3c4f62
RB
90862012-11-28 Richard Biener <rguenther@suse.de>
9087
9088 PR c/35634
9089 * c-gimplify.c (c_gimplify_expr): Gimplify self-modify expressions
9090 here and use a type with proper overflow behavior for types that would
9091 need to be promoted for the arithmetic.
9092
77bc5132
JJ
90932012-11-23 Jakub Jelinek <jakub@redhat.com>
9094
9095 PR sanitizer/55435
9096 * c-common.c (handle_no_address_safety_analysis_attribute): New
9097 function.
9098 (c_common_attribute_table): Add no_address_safety_analysis.
9099
5dc99c46
SB
91002012-11-16 Simon Baldwin <simonb@google.com>
9101
9102 * c.opt: Add f[no-]canonical-system-headers.
9103 * c-opts.c (c_common_handle_option): Handle
9104 OPT_fcanonical_system_headers.
9105
a4a0016d
ESR
91062012-11-09 Ed Smith-Rowland <3dw4rd@verizon.net>
9107
9108 PR c++/54413
9109 * c-opts.c (c_common_handle_option): Set new flags.
9110 * c.opt: Describe new flags.
9111
7dbb85a7
JM
91122012-11-09 Jason Merrill <jason@redhat.com>
9113
9114 * c.opt (Wabi-tag): New.
9115
ad7bac31
AK
91162012-11-09 Andi Kleen <ak@linux.intel.com>
9117
9118 PR 55139
9119 * c-common.c (get_atomic_generic_size): Mask with
8e745a17 9120 MEMMODEL_MASK
ad7bac31 9121
7332899a
MLI
91222012-11-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
9123
9124 PR c/53063
9125 * c.opt (Wformat): Make it Alias Wformat=1.
9126 (Wformat-contains-nul,Wformat-extra-args,Wformat-nonliteral,
9127 Wformat-security,Wformat-y2k,Wformat-zero-length): Use
9128 LangEnabledBy.
9129 (Wformat=): RejectNegative. Use LangEnabledBy.
9130 (Wnonnull): Use LangEnabledBy.
9131 * c-opts.c (c_common_handle_option): Do not handle Wformat here.
9132 * c-format.c (set_Wformat): Delete.
9133 (decode_format_attr): Replace OPT_Wformat with OPT_Wformat_.
ab20d992
JJ
9134 (maybe_read_dollar_number): Likewise.
9135 (avoid_dollar_number): Likewise.
9136 (finish_dollar_format_checking): Likewise.
9137 (check_format_info): Likewise.
9138 (check_format_info_main): Likewise.
9139 (check_format_types): Likewise.
9140 (format_type_warning): Likewise.
9141 * c-common.c (int): Likewise.
9142 (check_function_sentinel): Likewise.
8e745a17 9143 * c-common.h (warn_format,set_Wformat): Do not declare here.
7332899a 9144
34a180a6
MLI
91452012-11-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
9146
9147 PR c/53063
9148 * c.opt(Warray-bounds,Wdelete-non-virtual-dtor,Wenum-compare,
9149 Wmain,Woverlength-strings, Wunknown-pragmas,Wunused-macros):
9150 Use LangEnabledBy.
9151 (Wswitch,Wswitch-default,Wswitch-enum): Likewise. Move here from
9152 common.opt.
9153 (Wvariadic-macros): Init(1).
9154 * c-opts.c (c_common_handle_option): Do not handle them
9155 explicitly.
9156 (c_common_post_options): Likewise.
9157 (sanitize_cpp_opts): warn_unused_macros is now
9158 cpp_warn_unused_macros.
9159 (push_command_line_include): Likewise.
9160 * c-common.c (warn_unknown_pragmas): Do not define.
9161 * c-common.h (warn_unknown_pragmas): Do not declare.
9162
3f46d6a5
MLI
91632012-11-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
9164
9165 PR c/51294
9166 * c-common.c (conversion_warning): Handle conditional expressions.
9167
880661a4
JW
91682012-10-29 Jonathan Wakely <jwakely.gcc@gmail.com>
9169
9170 PR c++/54930
9171 * c.opt (Wreturn_local_addr): Define new option.
9172
4514a96b
JM
91732012-10-25 Jason Merrill <jason@redhat.com>
9174
f14edc1a
JM
9175 * c.opt (Wvirtual-move-assign): New.
9176
4514a96b
JM
9177 * c.opt (Winherited-variadic-ctor): New.
9178
93100c6b
MG
91792012-10-25 Marc Glisse <marc.glisse@inria.fr>
9180
9181 PR c++/54427
9182 * c-common.c (scalar_to_vector): Handle VEC_COND_EXPR.
9183
1efcb8c6
JM
91842012-10-23 Joseph Myers <joseph@codesourcery.com>
9185
9186 * c-common.h (pch_cpp_save_state): Declare.
9187 * c-target.def (c_preinclude): New hook.
9188 * c-opts.c (done_preinclude): New.
9189 (push_command_line_include): Handle default preincluded header.
9190 (cb_file_change): Call pch_cpp_save_state when calling
9191 push_command_line_include.
9192 * c-pch.c (pch_ready_to_save_cpp_state, pch_cpp_state_saved)
9193 (pch_cpp_save_state): New.
9194 (pch_init): Call pch_cpp_save_state conditionally, instead of
9195 calling cpp_save_state.
9196
4a0ae68e
MLI
91972012-10-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
9198
9199 PR c/53063
9200 PR c/40989
9201 * c.opt (Waddress,Wchar-subscripts,Wsign-conversion,Wimplicit,
9202 Wimplicit-function-declaration,Wimplicit-int,Wsizeof-pointer-memaccess,
9203 Wnarrowing,Wparentheses,Wpointer-sign,Wreturn-type,Wsequence-point,
9204 Wsign-compare,Wuninitialized,Wmaybe-uninitialized,Wunused,
9205 Wvolatile-register-var): Add LangEnabledBy or EnabledBy.
9206 * c-opts.c (c_common_handle_option): Remove explicit handling from
9207 here.
9208 (c_common_post_options): Likewise.
9209
67e4210b
EB
92102012-10-18 Eric Botcazou <ebotcazou@adacore.com>
9211
9212 * c-ada-spec.c (LOCATION_COL): Delete.
9213 (compare_location): New function.
9214 (compare_node): Use it.
9215 (compare_comment): Likewise.
9216
65d4f2cd
MLI
92172012-10-16 Manuel López-Ibáñez <manu@gcc.gnu.org>
9218
9219 PR c/53063
9220 PR c/40989
9221 * c.opt (Wstrict-aliasing=,Wstrict-overflow=): Use LangEnabledBy.
9222 * c-opts.c (c_common_handle_option): Do not set them here. Add
9223 comment.
9224 (c_common_post_options): Likewise.
9225
909881cb
EB
92262012-10-16 Eric Botcazou <ebotcazou@adacore.com>
9227
9228 * c-ada-spec.c (ADA_HOST_WIDE_INT_PRINT_DOUBLE_HEX): Define.
9229 (dump_generic_ada_node) <INTEGER_CST>: Deal with sizetype specially.
9230 Remove POINTER_TYPE handling, add large unsigned handling and use
9231 ADA_HOST_WIDE_INT_PRINT_DOUBLE_HEX for big numbers.
9232
3a785c97
JJ
92332012-10-12 Jakub Jelinek <jakub@redhat.com>
9234
9235 PR c/54381
9236 * c-common.h (sizeof_pointer_memaccess_warning): Adjust prototype.
9237 * c-common.c (sizeof_pointer_memaccess_warning): Take array of 3
9238 locs and array of 3 trees instead of just single loc and single
9239 sizeof_arg tree. Handle __builtin___*_chk builtins too, and
9240 also stpncpy, bcopy, bcmp, bzero, snprintf and vsnprintf builtins.
9241 For *cmp* builtins that take two sources strings report warnings
9242 about first and second source, not about destination and source.
9243
5e54f81d
MG
92442012-10-12 Marc Glisse <marc.glisse@inria.fr>
9245
9246 PR c++/53055
9247 * c-common.h (enum ref_operator) [RO_ARROW_STAR]: New.
9248
f5b02f1e
EB
92492012-10-11 Eric Botcazou <ebotcazou@adacore.com>
9250
9251 * c-ada-spec.c (dump_ada_template): Bail out for template declarations
9252 declaring something coming from another file.
9253
b46dbc6c
AC
92542012-10-10 Arnaud Charlet <charlet@adacore.com>
9255
f5b02f1e 9256 PR ada/54845
b46dbc6c
AC
9257 * c-ada-spec.c (print_ada_struct_decl): Increase buf size.
9258
5d9de0d0
PC
92592012-10-09 Paolo Carlini <paolo.carlini@oracle.com>
9260
9261 PR c++/54194
9262 * c-common.c (warn_about_parentheses): Add location_t parameter;
9263 use EXPR_LOC_OR_LOC.
9264 * c-common.h: Update declaration.
9265
a212e43f
MG
92662012-10-09 Marc Glisse <marc.glisse@inria.fr>
9267
9268 PR c++/54427
9269 * c-common.c (scalar_to_vector): Moved from c-typeck.c. Support
9270 more operations. Make error messages optional.
9271 * c-common.h (enum stv_conv): Moved from c-typeck.c.
9272 (scalar_to_vector): Declare.
9273
b1db7f91
JM
92742012-10-08 Jason Merrill <jason@redhat.com>
9275
9276 * c-common.c (c_common_reswords): Add thread_local.
9277
e28d52cf
DS
92782012-10-08 Dodji Seketeli <dodji@redhat.com>
9279
9280 PR c++/53528 C++11 attribute support
9281 * c-common.h (bitfield_p, cxx_fundamental_alignment_p): Declare
9282 new functions.
9283 * c-common.c (check_cxx_fundamental_alignment_constraints): New
9284 static function.
9285 (handle_aligned_attribute): In choose strictest alignment
9286 among many. Use new check_cxx_fundamental_alignment_constraints.
9287 (handle_transparent_union_attribute): In c++11 attribute syntax,
9288 don't look through typedefs.
9289
3b78de56
AC
92902012-10-04 Arnaud Charlet <charlet@adacore.com>
9291
9292 * c-ada-spec.c (print_ada_declaration): Remove handling of TDF_RAW.
9293 * c.opt (-fdump-ada-spec, -fdump-ada-spec-slim): Move switch definition
9294 out of dumpfile.h.
9295
6040bb5f
DC
92962012-09-25 Dehao Chen <dehao@google.com>
9297
9298 PR middle-end/54645
3b78de56 9299 * c-pch.c (c_common_read_pch): Rebuild the location_adhoc_data
6040bb5f
DC
9300 map when read in the pch.
9301
3f8257db 93022012-09-18 Arnaud Charlet <charlet@adacore.com>
0b07a57e
AC
9303
9304 * c-ada-spec.c: Style fixes.
9305
3f8257db 93062012-09-18 Thomas Quinot <quinot@adacore.com>
da5182be
TQ
9307
9308 * c.opt (-fada-spec-parent): Define new command line switch.
9309 * c-ada-spec.c (get_ada_package): When -fada-spec-parent
9310 is specified, generate binding spec as a child of the specified unit.
9311
0ccb505d
PC
93122012-09-13 Paolo Carlini <paolo.carlini@oracle.com>
9313 Manuel López-Ibáñez <manu@gcc.gnu.org>
9314
9315 PR c++/53210
9316 * c.opt ([Winit-self]): Enabled by -Wall in C++.
9317
c583af79
AC
93182012-08-23 Arnaud Charlet <charlet@adacore.com>
9319
9320 * c-ada-spec.c (dump_generic_ada_node): Fix handling of name_only
9321 for pointers, and add missing Convention C pragma.
9322 (print_ada_struct_decl): Add missing aliased keyword.
9323 (dump_ads): Add pragma Ada_2005 and Style_Checks (Off).
9324
1a4049e7
JJ
93252012-08-17 Jakub Jelinek <jakub@redhat.com>
9326
9327 * c-common.c (sizeof_pointer_memaccess_warning): New function.
9328 * c.opt (-Wsizeof-pointer-memaccess): Add new option.
9329 * c-opts.c (c_common_handle_option): Enable it for -Wall.
9330 * c-common.h (sizeof_pointer_memaccess_warning): Add prototype.
9331 * c-common.def (SIZEOF_EXPR): Moved here from cp-tree.def.
9332
70b5e7dc
RG
93332012-08-10 Richard Guenther <rguenther@suse.de>
9334
9335 * c-pretty-print.c (pp_c_expression): Handle anonymous SSA names.
9336
f8923f7e
SB
93372012-08-07 Steven Bosscher <steven@gcc.gnu.org>
9338
9339 * c-pretty-print.c (pp_c_function_definition): Use pp_newline_and_flush
9340 instead of separate pp_newline and pp_flush.
9341 (print_c_tree): Likewise.
9342
e45abe1f
RH
93432012-07-26 Richard Henderson <rth@redhat.com>
9344
9345 * c-common.c (handle_hot_attribute): Allow labels.
9346 (handle_cold_attribute): Likewise.
9347
332f1d24
JJ
93482012-07-20 Jakub Jelinek <jakub@redhat.com>
9349
9350 PR c++/28656
9351 * c-common.c (check_function_nonnull): Handle multiple nonnull
9352 attributes properly.
9353
7ee2468b
SB
93542012-07-16 Steven Bosscher <steven@gcc.gnu.org>
9355
9356 * c-gimplify.c: Include dumpfile.h instead of tree-dump.h.
9357 * c-ada-spec.c: Likewise.
9358 * c-dump.c (dump_stmt): Move to cp/dump.c, the only user.
9359
ee7b28eb
SB
93602012-07-14 Steven Bosscher <steven@gcc.gnu.org>
9361
9362 * c-pch.c (CHECK_NO_ASM_OUT_DURING_PCH): Do not define.
9363 Remove code conditional on it.
9364
6bdf3519
SB
93652012-07-11 Steven Bosscher <steven@gcc.gnu.org>
9366
9367 * c-gimplify.c: Do not include basic-block.h.
9368 * c-common.c: Do not include linfuncs.h.
9369
532aafad
SB
93702012-07-08 Steven Bosscher <steven@gcc.gnu.org>
9371
9372 * c-common.h: Include tree.h.
9373
8d0d1915
JM
93742012-07-02 Jason Merrill <jason@redhat.com>
9375
9376 PR c++/53524
9377 * c-common.c (get_priority): Call default_conversion.
9378
fbc873ad
UB
93792012-07-01 Uros Bizjak <ubizjak@gmail.com>
9380
9381 * c-pch.c (c_common_write_pch): Remove unused variables.
9382
d4a10d0a
SB
93832012-06-29 Steven Bosscher <steven@gcc.gnu.org>
9384
9385 * cppspec.c: Moved from gcc/ to here.
9386
6f3a2e23
KT
93872012-06-27 Kai Tietz <ktietz@redhat.com>
9388
9389 PR preprocessor/37215
9390 * c-ppoutput.c (preprocess_file): Check for nonempty buffer.
9391
8ca92d04
SB
93922012-06-21 Steven Bosscher <steven@gcc.gnu.org>
9393
9394 * c-common.h (c_common_print_pch_checksum): Remove.
9395 * c-pch.c: Do not include output.h.
9396 (CHECK_NO_ASM_OUT_DURING_PCH): Define and add FIXME.
9397 (asm_out_file): Define iff CHECK_NO_ASM_OUT_DURING_PCH isdefined.
9398 (asm_file_startpos): Define iff CHECK_NO_ASM_OUT_DURING_PCH is defined.
9399 (struct c_pch_header): Remove.
9400 (get_ident): Update gpch version.
9401 (pch_init): Do not print executable_checksum to asm_out_file.
9402 Do not fail if there is no asm_out_file to read back from. Set
9403 asm_file_startpos only if CHECK_NO_ASM_OUT_DURING_PCH is defined.
9404 (c_common_write_pch): Verify that nothing was written to asm_out_file
9405 since pch_init was called. Do not write a c_pch_header, and do not
9406 copy from asm_out_file to the PCH.
9407 (c_common_read_pch): Do not read a c_pch_header, and do not restore
9408 the content of asm_out_file from the PCH.
9409 (c_common_print_pch_checksum): Remove.
9410 * c-opts.c (c_common_init): Print out executable_checksum directly.
9411
70f42967
SB
94122012-06-19 Steven Bosscher <steven@gcc.gnu.org>
9413
9414 * c-target.def (objc_declare_unresolved_class_reference,
9415 objc_declare_class_definition): Add new hooks.
9416
a8781821
SB
94172012-06-19 Steven Bosscher <steven@gcc.gnu.org>
9418
9419 * c-lex.c: Do not include output.h.
9420 (cb_ident): Try to put out .ident with targetm.asm_out.output_ident.
9421 Remove uses of ASM_OUTPUT_IDENT.
9422
9e1a8dd1
RR
94232012-06-15 Marc Glisse <marc.glisse@inria.fr>
9424
9425 PR c++/51033
9426 * c-common.h (c_build_vec_perm_expr): Move decl here.
9427 * c-common.c (c_build_vec_perm_expr): Move definition
9428 here.
9429
6f07a821
SB
94302012-06-06 Steven Bosscher <steven@gcc.gnu.org>
9431
9432 * c.opt (fconserve-space): Turn into a no-op.
9433
9faeb493 94342012-06-04 Sterling Augustine <saugustine@google.com>
c265f413
SA
9435
9436 * c-pretty-print.h (pp_c_flag_gnu_v3): New enumerator.
9437 * c-pretty-print.c (pp_c_specifier_qualifier_list): Check it at
9438 both the start and end of the function.
9439
a4b7d13c
SB
94402012-06-04 Steven Bosscher <steven@gcc.gnu.org>
9441
9442 * c-common.c: Do not include output.h.
9443 * c-pragma.c: Likewise.
9444
c265f413
SA
94452012-06-04 Steven Bosscher <steven@gcc.gnu.org>
9446
9447 * error.c (dump_decl): Check pp_c_flag_gnu_v3.
9448 (decl_as_dwarf_string, lang_decl_dwarf_name): New functions.
9449 (lang_decl_name): Handle namespace decls.
9450
be7a421e
SB
94512012-05-31 Steven Bosscher <steven@gcc.gnu.org>
9452
9453 * c-ada-spec.c: Do not include output.h.
9454 * c-semantics.c: Likewise.
9455
65de6659
JM
94562012-05-29 Joseph Myers <joseph@codesourcery.com>
9457
9458 * c-common.c: Fix typo.
9459
ca5f4331
MM
94602012-05-29 Michael Matz <matz@suse.de>
9461
9462 * c-common.h (c_expand_decl): Remove prototype.
9463
4f7f7aca
MLI
94642012-05-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
9465
9466 * c.opt (Wmissing-braces): Use LangEnabledBy(C ObjC,Wall).
9467 * c-opts.c (c_common_handle_option): Remove code handling
9468 warn_missing_braces.
9469
4a792f9b
PC
94702012-05-28 Paolo Carlini <paolo.carlini@oracle.com>
9471
9472 PR c++/25137
9473 * c-opts.c (c_common_handle_option): For C++ -Wall doesn't enable
9474 -Wmissing_braces.
9475
650dc14a
DS
94762012-05-22 Dodji Seketeli <dodji@redhat.com>
9477
9478 PR c++/53322
9479 * c.opt (Wunused-local-typedefs): Use EnabledBy(Wunused).
9480
9b095bf1
MLI
94812012-05-17 Manuel López-Ibáñez <manu@gcc.gnu.org>
9482
9483 * c.opt (--pedantic-errors,-pedantic-errors): Do not handle here.
9484 * c-opts.c (c_common_handle_option): Do not handle explicitly
9485 Wreturn-type, Wwrite-strings, warn_ecpp, and -pedantic-errors.
9486
0b2c4be5
DS
94872012-05-16 Dodji Seketeli <dodji@redhat.com>
9488
9489 PR preprocessor/7263
ab20d992 9490 * c-lex.c (c_lex_with_flags): Pass a virtual location to the call
0b2c4be5
DS
9491 to cpp_classify_number. For diagnostics, use the precise location
9492 instead of the global input_location.
9493
a1bde5af
PC
94942012-05-15 Paolo Carlini <paolo.carlini@oracle.com>
9495
d02924ef 9496 PR c++/11856
a1bde5af
PC
9497 * c-common.c (shorten_compare): Check c_inhibit_evaluation_warnings.
9498
d1ede5f4
BS
94992012-05-14 Bernd Schmidt <bernds@codesourcery.com>
9500
a1bde5af 9501 * c-common.c (DEF_ATTR_STRING): Define and undefine as necessary.
d1ede5f4 9502
f2bc201f
MLI
95032012-05-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
9504
9505 PR 53063
9506 * c.opt (Wc++0X-compat,Wdelete-non-virtual-dtor,Wjump-misses-init,
9507 Wreorder): Use LangEnabledBy.
9508 * c-opts.c (c_common_handle_option): Do not enable them
9509 explicitly. Call lang-specific generated functions.
9510 (c_common_post_options): Do not set them here.
9511
95744782
MLI
95122012-05-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
9513
9514 * c.opt (Wclobbered,Wempty-body,Wignored-qualifiers,
9515 Wmissing-field-initializers,Wmissing-parameter-type,
9516 Wold-style-declaration,Woverride-init): Use EnabledBy.
9517 * c-opts.c (c_common_post_options): Do not set here explicitly.
9518
7d5a5747
MLI
95192012-05-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
9520
9521 PR 53063
9522 * c-opts.c (c_common_handle_option): Use handle_generated_option
9523 to enable sub-options.
9524
5a3c9cf2
PC
95252012-05-10 Paolo Carlini <paolo.carlini@oracle.com>
9526
9527 PR c++/53158
9528 * c-common.c (warnings_for_convert_and_check): Use warning_at.
9529
3ac8781c
RG
95302012-05-10 Richard Guenther <rguenther@suse.de>
9531
9532 * c-common.c (c_sizeof_or_alignof_type): Remove assert and
9533 adjust commentary about TYPE_IS_SIZETYPE types.
9534
1e537948
MLI
95352012-05-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
9536
9537 PR c++/53261
9538 * c-common.c (warn_logical_operator): Check that argument of
9539 integer_zerop is not NULL.
9540
f2c4a785
MLI
95412012-05-05 Manuel López-Ibáñez <manu@gcc.gnu.org>
9542
9543 PR c/43772
9544 * c-common.c (warn_logical_operator): Do not warn if either side
9545 is already true or false.
9546
50f305ca
MLI
95472012-05-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
9548
9549 PR c/51712
9550 * c-common.c (expr_original_type): New.
9551 (shorten_compare): Do not warn for enumeration types.
9552
0c3641b0
MLI
95532012-05-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
9554
9555 * c.opt (fpermissive): Add Var(flag_permissive).
9556
7edaa4d2
MG
95572012-04-30 Marc Glisse <marc.glisse@inria.fr>
9558
9559 PR c++/51033
9560 * c-common.c (convert_vector_to_pointer_for_subscript): New function.
9561 * c-common.h (convert_vector_to_pointer_for_subscript): Declare it.
9562
b9c8da34
DS
95632012-04-30 Dodji Seketeli <dodji@redhat.com>
9564
9565 Add -Wvarargs option
ab20d992 9566 * c.opt (Wvarargs): Define new option.
b9c8da34 9567
e6c69da0
MLI
95682012-04-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
9569
9570 * c-common.c (check_function_arguments): Replace
9571 Wmissing-format-attribute with Wsuggest-attribute=format.
9572
90137d8f
MLI
95732012-04-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
9574
9575 * c.opt (Wsuggest-attribute=format): New. Alias of
9576 Wmissing-format-attribute.
9577 * c-format.c (decode_format_type): Replace
9578 Wmissing-format-attribute with Wsuggest-attribute=format.
9579 (check_function_format): Likewise.
9580
9faeb493 95812012-04-27 Ollie Wild <aaw@google.com>
7f5f5f98
OW
9582
9583 * c-common.c: Add CPP_W_LITERAL_SUFFIX mapping.
9584 * c-opts.c (c_common_handle_option): Handle OPT_Wliteral_suffix.
9585 * c.opt: Add Wliteral-suffix.
9586
c1771a20
MLI
95872012-04-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
9588
9589 PR c/44774
9590 * c.opt (Wpedantic): New.
9591 (pedantic): Alias Wpedantic.
9592 * c-opts.c (c_common_handle_option): Replace -pedantic with -Wpedantic.
9593 (c_common_post_options): Likewise.
9594 (sanitize_cpp_opts): Likewise.
9595 * c-lex.c (interpret_float): Likewise.
9596 * c-format.c (check_format_types): Likewise.
9597 * c-common.c (pointer_int_sum): Likewise.
9598 (c_sizeof_or_alignof_type): Likewise.
9599 (c_add_case_label): Likewise.
9600 (c_do_switch_warnings): Likewise.
9601 * c-pragma.c (handle_pragma_float_const_decimal64): Likewise.
9602
04b391c1
JM
96032012-04-15 Jason Merrill <jason@redhat.com>
9604
9605 PR c++/52818
9606 * c-format.c (CPLUSPLUS_STD_VER): C++11 inherits from C99.
9607 (C_STD_NAME): Distinguish between C++98 and C++11.
9608
ac868f29
EB
96092012-04-11 Eric Botcazou <ebotcazou@adacore.com>
9610
9611 PR target/52624
9612 * c-common.h (uint16_type_node): Rename into...
9613 (c_uint16_type_node): ...this.
9614 * c-common.c (c_common_nodes_and_builtins): Adjust for above renaming.
9615 * c-cppbuiltin.c (builtin_define_stdint_macros): Likewise.
9616
fd4116f4
MLI
96172012-04-10 Manuel López-Ibáñez <manu@gcc.gnu.org>
9618
9619 * c-common.c (warn_if_unused_value): Move definition to here.
9620 * c-common.h (warn_if_unused_value): Move declaration to here.
9621
573ac65e
WB
96222012-03-23 William Bader <williambader@hotmail.com>
9623
9624 * c-lex.c (c_lex_with_flags): Avoid declarations after stmts.
9625
552b8185
JM
96262012-03-20 Jason Merrill <jason@redhat.com>
9627
9628 * c-common.h (enum cxx_dialect): Add cxx1y.
9629 * c-common.c (c_common_nodes_and_builtins): Use >= for cxx_dialect
9630 test.
9631 * c-cppbuiltin.c (c_cpp_builtins): Likewise.
9632 * c-opts.c (c_common_post_options): Likewise.
9633 (set_std_cxx1y): New.
9634 (c_common_handle_option): Call it.
9635 * c.opt (-std=c++1y, -std=gnu++1y): New flags.
9636
04398fa8
PC
96372012-03-19 Paolo Carlini <paolo.carlini@oracle.com>
9638
9639 PR c++/14710
9640 * c.opt ([Wuseless-cast]): Add.
9641
d2a12ae7
RG
96422012-03-16 Richard Guenther <rguenther@suse.de>
9643
9644 * c-pretty-print.c (pp_c_initializer_list): Adjust.
9645
a12bf402
MLI
96462012-03-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
9647
9648 PR c++/44783
9649 * c.opt (ftemplate-backtrace-limit) Add.
9650
5c30094f
RO
96512012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9652
9653 * c-cppbuiltin.c (c_cpp_builtins): Remove #pragma extern_prefix
9654 handling.
9655 * c-pragma.c (handle_pragma_extern_prefix): Remove.
9656 (init_pragma): Don't register extern_prefix.
9657
21fa2faf
RG
96582012-03-12 Richard Guenther <rguenther@suse.de>
9659
9660 * c-common.c (c_common_get_narrower): Use c_common_type_for_size.
9661 (builtin_type_for_size): Likewise.
9662
e3793c6f
JJ
96632012-02-13 Jakub Jelinek <jakub@redhat.com>
9664
9665 PR c++/52215
9666 * c-common.c (sync_resolve_params): Don't decide whether to convert
9667 or not based on TYPE_SIZE comparison, convert whenever arg_type
9668 is unsigned INTEGER_TYPE.
9669
93286335
PC
96702012-02-06 Paolo Carlini <paolo.carlini@oracle.com>
9671
9672 PR c/52118
9673 * c.opt ([Wunused-local-typedefs]): Fix description.
9674
7a421706
MS
96752012-01-24 Mike Stump <mikestump@comcast.net>
9676
9677 * c-common.c (c_common_type_for_mode): Match signed/unsigned types
9678 exactly.
9679
ba9b1f11
RG
96802012-01-18 Richard Guenther <rguenther@suse.de>
9681
9682 * c-opts.c (c_common_post_options): Reset LTO flags if
9683 we are about to generate a PCH.
9684
465406be
PC
96852012-01-17 Paolo Carlini <paolo.carlini@oracle.com>
9686
9687 PR c++/51777
9688 * c-pretty-print.c (pp_c_integer_constant): For unsigned constants
9689 use pp_unsigned_wide_integer.
9690
aee15221
RG
96912012-01-10 Richard Guenther <rguenther@suse.de>
9692
9693 PR middle-end/51806
9694 * c-opts.c (c_common_handle_option): Move -Werror handling
9695 to language independent code.
9696
5720c0dc
RG
96972012-01-05 Richard Guenther <rguenther@suse.de>
9698
9699 PR middle-end/51764
9700 * c.opt (Wmudflap, fmudflap, fmudflapth, fmudflapir): Move here
9701 from common.opt.
9702
73ac190a
PC
97032011-12-30 Paolo Carlini <paolo.carlini@oracle.com>
9704
9705 PR c++/51316
9706 * c-common.c (c_sizeof_or_alignof_type): In C++ allow for alignof
9707 of array types with an unknown bound.
9708
48b0b196
JM
97092011-12-20 Joseph Myers <joseph@codesourcery.com>
9710
9711 * c-common.c (flag_isoc99): Update comment to refer to C11.
9712 (flag_isoc1x): Change to flag_isoc11.
9713 * c-common.h (flag_isoc99): Update comment to refer to C11.
9714 (flag_isoc1x): Change to flag_isoc11.
9715 * c-cppbuiltin.c (cpp_atomic_builtins): Change comment to refer to
9716 C11.
9717 * c-opts.c (set_std_c1x): Change to set_std_c11.
9718 (c_common_handle_option): Handle OPT_std_c11 and OPT_std_gnu11.
9719 Call set_std_c11.
9720 (set_std_c89, set_std_c99, set_std_c11): Use flag_isoc11.
9721 (set_std_c1): Use CLK_STDC11 and CLK_GNUC11.
9722 * c.opt (std=c1x): Change to std=c11. Document as non-draft
9723 standard.
9724 (std=c1x, std=iso9899:2011): Add as aliases of std=c11.
9725 (std=gnu1x): Change to std=gnu11. Refer to non-draft standard.
9726 (std=gnu1x): Make alias of std=gnu11.
9727
d58d6eb5
JM
97282011-12-19 Jason Merrill <jason@redhat.com>
9729
9730 PR c++/51228
9731 * c-common.c (handle_transparent_union_attribute): Check the first
9732 field if the type is complete.
9733
b3908fcc
JW
97342011-12-15 Jonathan Wakely <jwakely.gcc@gmail.com>
9735
9736 PR libstdc++/51365
9737 * c-common.c (RID_IS_FINAL): Add.
9738 * c-common.h (RID_IS_FINAL): Add.
9739
fea3ca91
IS
97402011-11-30 Iain Sandoe <iains@gcc.gnu.org>
9741
9742 * c.opt (fgnu-runtime): Provide full description.
9743 (fnext-runtime): Likewise.
9744 * c-opts.c (OPT_fgnu_runtime, OPT_fnext_runtime) Remove.
9745
62bad7cd
AM
97462011-11-28 Andrew MacLeod <amacleod@redhat.com>
9747
9748 * c-cpp-builtin.c (cpp_atomic_builtins):New. Emit all atomic
9749 predefines in one place. Add LOCK_FREE predefines.
9750 (c_cpp_builtins): Move Legacy HAVE_SYNC predefines to
9751 new func.
9752
c466c4ff
AM
97532011-11-24 Andrew MacLeod <amacleod@redhat.com>
9754
9755 PR c/51256
9faeb493 9756 * c-common.c (get_atomic_generic_size): Check for various error
c466c4ff 9757 conditions
9faeb493
UB
9758 (resolve_overloaded_atomic_exchange,
9759 resolve_overloaded_atomic_compare_exchange,
c466c4ff
AM
9760 resolve_overloaded_atomic_load, resolve_overloaded_atomic_store): Return
9761 error_mark_node for error conditions.
9faeb493 9762
a5952633
RG
97632011-11-08 Richard Guenther <rguenther@suse.de>
9764
9765 PR middle-end/51010
ab20d992 9766 * c-pretty-print.c (pp_c_expression): Handle SSA_NAMEs.
a5952633 9767
0a35513e
AH
97682011-11-07 Richard Henderson <rth@redhat.com>
9769 Aldy Hernandez <aldyh@redhat.com>
9770 Torvald Riegel <triegel@redhat.com>
9771
9772 Merged from transactional-memory.
9773
9774 * c-common.c (handle_tm_wrap_attribute,
9775 handle_tm_attribute, ignore_attribute, parse_tm_stmt_attr): New.
9776 (struct c_common_reswords): Added __transaction* keywords.
9777 (struct c_common_attribute_table): Added transaction* and tm_regparm
9778 attributes.
9779 * c-common.h: Added RID_TRANSACTION*. Added TM_ATTR* and TM_STMT*
9780 masks.
9781 (parse_tm_stmt_attr, tm_attr_to_mask, tm_mask_to_attr,
9782 find_tm_attribute): Declare.
9783
6d87092d
JM
97842011-11-07 Jason Merrill <jason@redhat.com>
9785
9786 PR c++/35688
9787 * c-common.c, c-common.h: Revert yesterday's changes.
9788
8e7860a1
JM
97892011-11-06 Jason Merrill <jason@redhat.com>
9790
9791 PR c++/35688
9792 * c-common.c (decl_has_visibility_attr): Split out from...
9793 (c_determine_visibility): ...here.
9794 * c-common.h: Declare it.
9795
d19fa6b5
JM
97962011-11-06 Joseph Myers <joseph@codesourcery.com>
9797
9798 * c-common.c (c_common_reswords): Add _Alignas and _Alignof.
9799 (c_sizeof_or_alignof_type): Diagnose alignof applied to a function
9800 type.
9801 (check_user_alignment): New. Split out of
9802 handle_aligned_attribute. Disallow integer constants with
9803 noninteger types. Conditionally allow zero.
9804 (handle_aligned_attribute): Use check_user_alignment.
9805 * c-common.h (RID_ALIGNAS, check_user_alignment): New.
9806
86951993
AM
98072011-11-06 Andrew MacLeod <amacleod@redhat.com>
9808 Richard Henderson <rth@redhat.com>
9809
9810 Merged from cxx-mem-model.
9811
9812 * c-cppbuiltin.c (c_cpp_builtins): Test both atomic and sync patterns.
9faeb493 9813 * c-common.c (sync_resolve_params, sync_resolve_return): Only tweak
86951993
AM
9814 parameters that are the same type size.
9815 (get_atomic_generic_size): New. Find size of generic
9816 atomic function parameters and do typechecking.
9817 (add_atomic_size_parameter): New. Insert size into parameter list.
9818 (resolve_overloaded_atomic_exchange): Restructure __atomic_exchange to
9819 either __atomic_exchange_n or external library call.
9faeb493 9820 (resolve_overloaded_atomic_compare_exchange): Restructure
86951993 9821 __atomic_compare_exchange to either _n variant or external library call.
9faeb493 9822 (resolve_overloaded_atomic_load): Restructure __atomic_load to either
86951993
AM
9823 __atomic_load_n or an external library call.
9824 (resolve_overloaded_atomic_store): Restructure __atomic_store to either
9825 __atomic_store_n or an external library call.
9826 (resolve_overloaded_builtin): Handle new __atomic builtins.
9827
cf9e9959
EB
98282011-11-04 Eric Botcazou <ebotcazou@adacore.com>
9829
9830 PR c++/50608
9831 * c-common.c (c_fully_fold_internal) <ADDR_EXPR>: Call fold_offsetof_1.
9832 (fold_offsetof_1): Make global. Remove STOP_REF argument and adjust.
9833 <INDIRECT_REF>: Return the argument.
9834 <ARRAY_REF>: Remove special code for negative offset.
9835 Call fold_build_pointer_plus instead of size_binop.
9836 (fold_offsetof): Remove STOP_REF argument and adjust.
9837 * c-common.h (fold_offsetof_1): Declare.
9838 (fold_offsetof): Remove STOP_REF argument.
9839
25339f10
JM
98402011-11-02 Paolo Carlini <paolo.carlini@oracle.com>
9841
9842 PR c++/50810
9843 * c-opts.c (c_common_handle_option): Enable -Wnarrowing as part
9844 of -Wall; include -Wnarrowing in -Wc++0x-compat; adjust default
9845 Wnarrowing for C++0x and C++98.
9846 * c.opt ([Wnarrowing]): Update.
9847
89401152
PC
98482011-11-01 Paolo Carlini <paolo.carlini@oracle.com>
9849
9850 PR c++/44277
9851 * c.opt: Add Wzero-as-null-pointer-constant.
9852
97e3ad20
JM
98532011-10-31 Jason Merrill <jason@redhat.com>
9854
15694fdd
JM
9855 * c.opt (-fdeduce-init-list): Off by default.
9856
97e3ad20
JM
9857 PR c++/50920
9858 * c-common.h (cxx_dialect): Add cxx11 and cxx03.
9859 * c.opt: Add -std=c++11, -std=gnu++11, -std=gnu++03,
9860 and -Wc++11-compat.
9861 * c-opts.c (set_std_cxx11): Rename from set_std_cxx0x.
9862
fb9120e3
RAV
98632011-10-27 Roberto Agostino Vitillo <ravitillo@lbl.gov>
9864
9865 PR c++/30066
9866 * c.opt (fvisibility-inlines-hidden): Description change.
9867
3ce4f9e4
ESR
98682011-10-26 Ed Smith-Rowland <3dw4rd@verizon.net>
9869
9870 Implement C++11 user-defined literals.
9871 * c-common.c (build_userdef_literal): New.
9872 * c-common.def: New tree code.
9873 * c-common.h (tree_userdef_literal): New tree struct and accessors.
9874 * c-lex.c (interpret_float): Add suffix parm.
9875 (c_lex_with_flags): Build literal tokens.
9876
5f53c243
PC
98772011-10-23 Paolo Carlini <paolo.carlini@oracle.com>
9878
9879 PR c++/50841
9880 Revert:
9881 2011-10-23 Paolo Carlini <paolo.carlini@oracle.com>
9882
9883 PR c++/50810
9884 * c-opts.c (c_common_handle_option): Enable -Wnarrowing as part
9885 of -Wall; include -Wnarrowing in -Wc++0x-compat; adjust default
9886 Wnarrowing for C++0x and C++98.
9887 * c.opt ([Wnarrowing]): Update.
9888
263734e1
PC
98892011-10-23 Paolo Carlini <paolo.carlini@oracle.com>
9890
9891 PR c++/50810
9892 * c-opts.c (c_common_handle_option): Enable -Wnarrowing as part
9893 of -Wall; include -Wnarrowing in -Wc++0x-compat; adjust default
9894 Wnarrowing for C++0x and C++98.
9895 * c.opt ([Wnarrowing]): Update.
9896
d2e312d7
PC
98972011-10-21 Paolo Carlini <paolo.carlini@oracle.com>
9898
9899 PR c++/45385
9900 * c-common.c (conversion_warning): Remove code looking for
9901 artificial operands.
9902
d17687f6
DS
99032011-10-18 Dodji Seketeli <dodji@redhat.com>
9904
9905 PR bootstrap/50760
9906 * c-lex.c (fe_file_change): Use LINEMAP_SYSP when
9faeb493 9907 !NO_IMPLICIT_EXTERN_C.
d17687f6 9908
fc8396e9
PC
99092011-10-17 Michael Spertus <mike_spertus@symantec.com>
9910
9911 * c-common.c (c_common_reswords): Add __bases,
9912 __direct_bases.
9913 * c-common.h: Add RID_BASES and RID_DIRECT_BASES.
9914
99152011-10-17 Paolo Carlini <paolo.carlini@oracle.com>
9916
9917 PR c++/50757
9918 * c.opt ([Wnonnull]): Add C++ and Objective-C++.
9919
847e697a
TT
99202011-10-15 Tom Tromey <tromey@redhat.com>
9921 Dodji Seketeli <dodji@redhat.com>
9922
9923 * c.opt (fdebug-cpp): New option.
9924 * c-opts.c (c_common_handle_option): Handle the option.
9925 * c-ppoutput.c (maybe_print_line_1): New static function. Takes an
9926 output stream in parameter. Factorized from ...
9927 (maybe_print_line): ... this. Dump location debug information when
9928 -fdebug-cpp is in effect.
9929 (print_line_1): New static function. Takes an output stream in
9930 parameter. Factorized from ...
9931 (print_line): ... here. Dump location information when -fdebug-cpp
9932 is in effect.
9933 (scan_translation_unit): Dump location information when
9934 -fdebug-cpp is in effect.
9935
92582b75
TT
99362011-10-15 Tom Tromey <tromey@redhat.com>
9937 Dodji Seketeli <dodji@redhat.com>
9938
9939 * c.opt (ftrack-macro-expansion): New option. Handle it with and
9940 without argument.
9941 * c-opts.c (c_common_handle_option)<case
9942 OPT_ftrack_macro_expansion_, case OPT_ftrack_macro_expansion>: New
9943 cases. Handle -ftrack-macro-expansion with and without argument.
9944
46427374
TT
99452011-10-15 Tom Tromey <tromey@redhat.com>
9946 Dodji Seketeli <dodji@redhat.com>
9947
9948 * c-ppoutput.c (scan_translation_unit, maybe_print_line)
9949 (print_line, cb_define, do_line_change): Adjust to avoid touching
9950 the internals of struct line_map. Use the public API instead.
9951 * c-pch.c (c_common_read_pch): Likewise.
9952 * c-lex.c (fe_file_change): Likewise.
9953
fc8396e9
PC
99542011-10-14 Paolo Carlini <paolo.carlini@oracle.com>
9955
9956 PR c++/17212
9957 * c.opt ([Wformat-zero-length]): Add C++ and Objective-C++.
9958
99592011-10-11 Paolo Carlini <paolo.carlini@oracle.com>
9960
9961 PR c++/33067
9962 * c-pretty-print.c (pp_c_floating_constant): Output
9963 max_digits10 (in the ISO C++ WG N1822 sense) decimal digits.
9964
e79983f4
MM
99652011-10-11 Michael Meissner <meissner@linux.vnet.ibm.com>
9966
9967 * c-common.c (def_builtin_1): Delete old interface with two
9968 parallel arrays to hold standard builtin declarations, and replace
9969 it with a function based interface that can support creating
9970 builtins on the fly in the future. Change all uses, and poison
9971 the old names. Make sure 0 is not a legitimate builtin index.
9972 * c-omp.c (c_finish_omp_barrier): Ditto.
9973 (c_finish_omp_taskwait): Ditto.
9974 (c_finish_omp_flush): Ditto.
9975
6637388f
TG
99762011-10-11 Tristan Gingold <gingold@adacore.com>
9977
9978 * c.opt: (fallow-parameterless-variadic-functions): New.
9979
3797cb21
DS
99802011-09-08 Dodji Seketeli <dodji@redhat.com>
9981
9982 PR c++/33255 - Support -Wunused-local-typedefs warning
9983 * c-common.h (struct c_language_function::local_typedefs): New
9984 field.
9faeb493
UB
9985 (record_locally_defined_typedef, maybe_record_typedef_use)
9986 (maybe_warn_unused_local_typedefs): Declare new functions.
3797cb21 9987 * c-common.c (record_locally_defined_typedef)
9faeb493
UB
9988 (maybe_record_typedef_use)
9989 (maybe_warn_unused_local_typedefs): Define new functions.
3797cb21
DS
9990 * c.opt: Declare new -Wunused-local-typedefs flag.
9991
693ddb1b
EB
99922011-09-06 Eric Botcazou <ebotcazou@adacore.com>
9993
9994 PR middle-end/50266
9995 * c-common.c (c_fully_fold_internal) <ADDR_EXPR>: Fold offsetof-like
9996 computations.
9997
830c740f
RG
99982011-09-05 Richard Guenther <rguenther@suse.de>
9999
10000 * c-common.c (complete_array_type): Use ssize_int (-1) instead
10001 of integer_minus_one_node for empty array upper bounds.
10002
892a371f
DS
100032011-08-28 Dodji Seketeli <dodji@redhat.com>
10004
10005 * c-pch.c (c_common_read_pch): Call linemap_add with LC_ENTER as
10006 it's the first time it's being called on this main TU.
10007
0e3fdb48
RB
100082011-08-24 Richard Guenther <rguenther@suse.de>
10009
10010 PR c/49396
10011 * c-cppbuiltin.c (c_cpp_builtins_optimize_pragma): Fix conditional.
10012
100132011-08-22 Gabriel Charette <gchare@google.com>
e3dfef44
GC
10014
10015 * c-opts.c (c_finish_options): Force BUILTINS_LOCATION for tokens
10016 defined in cpp_init_builtins and c_cpp_builtins.
10017
d4a83c10
JM
100182011-08-19 Joseph Myers <joseph@codesourcery.com>
10019
10020 * c-common.c (c_common_reswords): Add __builtin_complex.
10021 * c-common.h (RID_BUILTIN_COMPLEX): New.
10022
bbceee64
JM
100232011-08-18 Joseph Myers <joseph@codesourcery.com>
10024
10025 * c-common.c (c_common_reswords): Add _Noreturn.
10026 (keyword_is_function_specifier): Handle RID_NORETURN.
10027 * c-common.h (RID_NORETURN): New.
10028
3f8257db 100292011-08-10 Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
0e3a99ae
AS
10030
10031 * c-common.c (unsafe_conversion_p): New function. Check if it is
10032 unsafe to convert an expression to the type.
10033 (conversion_warning): Adjust, use unsafe_conversion_p.
10034 * c-common.h (unsafe_conversion_p): New function declaration.
10035
20906c66
JJ
100362011-08-02 Jakub Jelinek <jakub@redhat.com>
10037
10038 * c-common.h (c_finish_omp_atomic): Adjust prototype.
10039 (c_finish_omp_taskyield): New prototype.
10040 * c-omp.c (c_finish_omp_atomic): Add OPCODE, V, LHS1 and RHS1
10041 arguments. Handle OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD and
10042 OMP_ATOMIC_CAPTURE_NEW in addition to OMP_ATOMIC. If LHS1
10043 or RHS1 have side-effects, evaluate those too in the right spot,
10044 if it is a decl and LHS is also a decl, error out if they
10045 aren't the same.
10046 (c_finish_omp_taskyield): New function.
10047 * c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP to 201107.
10048 * c-pragma.c (omp_pragmas): Add taskyield.
10049 * c-pragma.h (enum pragma_kind): Add PRAGMA_OMP_TASKYIELD.
10050 (enum pragma_omp_clause): Add PRAGMA_OMP_CLAUSE_FINAL and
10051 PRAGMA_OMP_CLAUSE_MERGEABLE.
10052
770e5a2e
DS
100532011-07-25 Dodji Seketeli <dodji@redhat.com>
10054
10055 * c-common.h (set_underlying_type): Remove parm name from
10056 declaration.
10057
1baae426
RG
100582011-07-25 Romain Geissler <romain.geissler@gmail.com>
10059
10060 * c-pretty-print.h: Search c-common.h in c-family.
9faeb493 10061
fcb21722
JM
100622011-07-22 Jason Merrill <jason@redhat.com>
10063
76f86d00
JM
10064 PR c++/49793
10065 * c.opt (Wnarrowing): New.
10066
3a636414
JM
10067 PR c++/30112
10068 * c-common.h: Declare c_linkage_bindings.
10069 * c-pragma.c (handle_pragma_redefine_extname): Use it.
10070
fcb21722
JM
10071 PR c++/49813
10072 * c-opts.c (set_std_cxx0x): Set flag_isoc94 and flag_isoc99.
10073 * c-pretty-print.c (pp_c_cv_qualifiers): Check c_dialect_cxx as well
10074 as flag_isoc99 for 'restrict'.
10075 (pp_c_specifier_qualifier_list): Likewise for _Complex.
10076
02614448
ILT
100772011-07-21 Ian Lance Taylor <iant@google.com>
10078
10079 PR middle-end/49705
10080 * c-common.c (c_disable_warnings): New static function.
10081 (c_enable_warnings): New static function.
10082 (c_fully_fold_internal): Change local unused_p to bool. Call
10083 c_disable_warnings and c_enable_warnings rather than change
10084 c_inhibit_evaluation_warnings.
10085
34429675
JM
100862011-07-20 Jason Merrill <jason@redhat.com>
10087
10088 PR c++/6709 (DR 743)
10089 PR c++/42603 (DR 950)
10090 * c-common.h (CPP_KEYWORD, CPP_TEMPLATE_ID): Move from cp/parser.h.
10091 (CPP_NESTED_NAME_SPECIFIER, N_CP_TTYPES): Likewise.
10092 (CPP_DECLTYPE): New.
10093 * c-common.c (c_parse_error): Handle CPP_DECLTYPE.
10094
5d49b6a7
RG
100952011-07-19 Richard Guenther <rguenther@suse.de>
10096
10097 * c-common.c (pointer_int_sum): Use fold_build_pointer_plus.
10098 * c-omp.c (c_finish_omp_for): Likewise.
10099
e84a58ff
EB
101002011-07-12 Eric Botcazou <ebotcazou@adacore.com>
10101
10102 * c-ada-spec.c (dump_nested_types): Put semi-colon after empty loop
10103 body on the next line.
10104
329af3c7
JM
101052011-07-08 Jason Merrill <jason@redhat.com>
10106
4063e61b
JM
10107 PR c++/45437
10108 * c-omp.c (check_omp_for_incr_expr): Handle preevaluation.
10109
329af3c7
JM
10110 PR c++/49673
10111 * c-common.c (c_apply_type_quals_to_decl): Don't check
10112 TYPE_NEEDS_CONSTRUCTING.
10113
1a072294
RG
101142011-07-06 Richard Guenther <rguenther@suse.de>
10115
10116 * c-common.c (c_common_nodes_and_builtins):
10117 Merge calls to build_common_tree_nodes and build_common_tree_nodes_2.
10118
fce5dddd
RG
101192011-07-05 Richard Guenther <rguenther@suse.de>
10120
10121 * c-common.c (c_common_nodes_and_builtins): Build all common
10122 tree nodes first.
10123
45d439ac
JJ
101242011-06-27 Jakub Jelinek <jakub@redhat.com>
10125
56300785
JJ
10126 * c-common.h (c_tree_chain_next): New static inline function.
10127
45d439ac
JJ
10128 * c-common.c (check_builtin_function_arguments): Handle
10129 BUILT_IN_ASSUME_ALIGNED.
10130
e0a8ecf2
AM
101312011-06-21 Andrew MacLeod <amacleod@redhat.com>
10132
10133 * c-common.c: Add sync_ or SYNC__ to builtin names.
10134 * c-omp.c: Add sync_ or SYNC__ to builtin names.
dfb43cd5
PV
10135
101362011-06-20 Pierre Vittet <piervit@pvittet.com>
10137
10138 * c-pragma.h (pragma_handler_1arg, pragma_handler_2arg): New
10139 handler.
10140 (gen_pragma_handler): New union.
10141 (internal_pragma_handler): New type.
10142 (c_register_pragma_with_data)
10143 (c_register_pragma_with_expansion_and_data): New functions.
10144
10145 * c-pragma.c (registered_pragmas, c_register_pragma_1)
10146 (c_register_pragma, c_register_pragma_with_expansion)
10147 (c_invoke_pragma_handler): Changed to work with
10148 internal_pragma_handler.
10149 (c_register_pragma_with_data)
10150 (c_register_pragma_with_expansion_and_data): New functions.
10151
677f3fa8
JM
101522011-06-14 Joseph Myers <joseph@codesourcery.com>
10153
10154 * c-common.c: Include common/common-target.h.
10155 (handle_section_attribute): Use
10156 targetm_common.have_named_sections.
10157 * c-cppbuiltin.c: Include common/common-target.h.
10158 (c_cpp_builtins): Use targetm_common.except_unwind_info.
10159
d7fc8c14
RG
101602011-06-10 Richard Guenther <rguenther@suse.de>
10161
10162 * c-pretty-print.c (pp_c_type_specifier): Use pp_c_identifier
10163 to print a IDENTIFIER_NODE.
10164
10e48e39
RO
101652011-06-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10166 Joseph Myers <joseph@codesourcery.com>
10167
10168 * c.opt (fbuilding-libgcc): New option.
10169 * c-cppbuiltin.c (c_cpp_builtins): Define
10170 __LIBGCC_TRAMPOLINE_SIZE__ if flag_building_libgcc.
10171
6976ae51
JM
101722011-06-07 Jason Merrill <jason@redhat.com>
10173
3ff60975
JM
10174 * c-common.c (max_tinst_depth): Lower default to 900.
10175
6976ae51
JM
10176 * c-format.c (gcc_cxxdiag_char_table): Add 'S' format.
10177
009db074
RG
101782011-06-07 Richard Guenther <rguenther@suse.de>
10179
10180 * c-common.c (c_common_nodes_and_builtins): Do not set
10181 size_type_node or call set_sizetype.
10182
b4592b92
DS
101832011-06-07 Dodji Seketeli <dodji@redhat.com>
10184
10185 PR debug/49130
10186 * c-pretty-print.c (pp_c_integer_constant): Consider the canonical
9faeb493 10187 type when using pointer comparison to compare types.
b4592b92 10188
014ab419
JW
101892011-06-02 Jonathan Wakely <jwakely.gcc@gmail.com>
10190
10191 * c.opt: Add -Wdelete-non-virtual-dtor.
10192 * c-opts.c (c_common_handle_option): Include it in -Wall.
10193
4f60111f
NF
101942011-05-30 Nathan Froyd <froydnj@gcc.gnu.org>
10195
10196 PR bootstrap/49190
10197
10198 Revert:
10199 2011-05-26 Nathan Froyd <froydnj@codesourcery.com>
10200
10201 * c-common.h (struct c_common_identifier): Inherit from tree_typed,
10202 not tree_common.
10203
4cc4f2f4
JJ
102042011-05-27 Jakub Jelinek <jakub@redhat.com>
10205
10206 PR c++/49165
10207 * c-common.c (c_common_truthvalue_conversion) <case COND_EXPR>: For
10208 C++ don't call c_common_truthvalue_conversion on void type arms.
10209
38e01f9e
NF
102102011-05-27 Nathan Froyd <froydnj@codesourcery.com>
10211
10212 * c-common.h (struct stmt_tree_s) [x_cur_stmt_list]: Change to a VEC.
10213 (stmt_list_stack): Define.
10214 (cur_stmt_list): Adjust for new type of x_cur_stmt_list.
10215 * c-semantics.c (push_stmt_list, pop_stmt_list): Likewise.
10216
92e948a8
NF
102172011-05-26 Nathan Froyd <froydnj@codesourcery.com>
10218
10219 * c-common.c (warning_candidate_p): Check for BLOCKs.
10220
a2fc3e63
NF
102212011-05-26 Nathan Froyd <froydnj@codesourcery.com>
10222
10223 * c-common.h (struct c_common_identifier): Inherit from tree_typed,
10224 not tree_common.
10225
0957c029
JJ
102262011-05-25 Jakub Jelinek <jakub@redhat.com>
10227
10228 * c-common.c (def_fn_type): Remove extra va_end.
10229
828fb3ba
JM
102302011-05-23 Jason Merrill <jason@redhat.com>
10231
10232 PR c++/48106
10233 * c-common.c (c_common_get_narrower): New.
10234 (shorten_binary_op, shorten_compare, warn_for_sign_compare): Use it.
10235
dde05067
NF
102362011-05-23 Nathan Froyd <froydnj@codesourcery.com>
10237
10238 * c-common.h (check_function_arguments): Tweak prototype of
10239 check_function_arguments.
10240 * c-common.c (check_function_arguments): Likewise. Adjust
10241 calls to check_function_nonnull, check_function_format, and
10242 check_function_sentinel.
10243 (check_function_sentinel): Take a FUNCTION_TYPE rather than
10244 separate attributes and typelist arguments. Use
10245 FOREACH_FUNCTION_ARGS to iterate over argument types.
10246
3c0d13bf
PC
102472011-05-15 Paolo Carlini <paolo.carlini@oracle.com>
10248
10249 * c-common.c (c_common_reswords): Reorder.
10250 * c-common.h (rid): Likewise.
10251
8242dd04
NF
102522011-05-10 Nathan Froyd <froydnj@codesourcery.com>
10253
10254 * c-common.c (def_fn_type): Don't call build_function_type, call
10255 build_function_type_array or build_varargs_function_type_array
10256 instead.
10257 (c_common_nodes_and_builtins): Likewise.
10258
3d528853
NF
102592011-05-05 Nathan Froyd <froydnj@codesourcery.com>
10260
10261 * c-common.c (c_add_case_label): Omit the loc argument to
10262 build_case_label.
10263 * c-common.h (build_case_label): Remove.
10264 * c-semantics.c (build_case_label): Remove.
10265
a04a722b
JM
102662011-05-05 Joseph Myers <joseph@codesourcery.com>
10267
10268 * c-objc.h (objc_start_method_definition): Update prototype.
10269 * stub-objc.c (objc_start_method_definition): Add extra parameter.
10270
e19a18d4
NF
102712011-05-04 Nathan Froyd <froydnj@codesourcery.com>
10272
10273 * c-common.c (check_main_parameter_types): Reindent. Don't use
10274 TYPE_ARG_TYPES directly.
10275 (handle_nonnull_attribute): Likewise.
10276 (sync_resolve_params): Likewise.
10277 * c-format.c (handle_format_arg_attribute): Likewise. Adjust call
10278 to check_format_string.
10279 (handle_format_attribute): Likewise.
10280 (check_format_string): Take a function type to examine instead of
10281 a type list. Use a function_arg_iterator to step through argument
10282 types.
10283
c62c040f
RG
102842011-05-04 Richard Guenther <rguenther@suse.de>
10285
10286 * c-common.c (fix_string_type): Use size_int for index type bounds.
10287 (start_fname_decls): Do not pass NULL to build_int_cst.
10288 (c_init_attributes): Likewise.
10289 * c-lex.c (c_lex_with_flags): Likewise.
10290
c12ff9d8
JM
102912011-04-27 Jason Merrill <jason@redhat.com>
10292
10293 * c-common.c (make_tree_vector_from_list): New.
10294 * c-common.h: Declare it.
10295
304dfbe3
RG
102962011-04-26 Richard Guenther <rguenther@suse.de>
10297
10298 PR preprocessor/48248
10299 * c-ppoutput.c (maybe_print_line): Always optimize newlines
10300 for output size with -P.
10301
3c0d13bf
PC
103022011-04-25 Paolo Carlini <paolo.carlini@oracle.com>
10303
10304 * c-common.c (struct c_common_resword): Add __underlying_type.
10305 * c-common.h (enum rid): Add RID_UNDERLYING_TYPE.
10306
04695783
JM
103072011-04-20 Jim Meyering <meyering@redhat.com>
10308
10309 * c-format.c (init_dollar_format_checking): Remove useless
10310 if-before-free.
10311
0dc33c3c
NP
103122011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>
10313
10314 * c-objc.h (objc_get_interface_ivars): Removed.
3c0d13bf 10315 (objc_detect_field_duplicates): New.
0dc33c3c 10316 * stub-objc.c: Likewise.
3c0d13bf 10317
c59633d9
NP
103182011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>
10319
10320 * stub-objc.c (objc_declare_protocols): Renamed to
10321 objc_declare_protocol.
10322 * c-objc.h: Likewise.
3c0d13bf 10323
32dabdaf
NP
103242011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>
10325
10326 * stub-objc.c (objc_declare_class): Updated argument name.
10327
81f653d6
NF
103282011-04-12 Nathan Froyd <froydnj@codesourcery.com>
10329
10330 * c-common.h (c_common_init_ts): Declare.
10331 * c-common.c (c_common_init_ts): Define.
10332
eb345401
NP
103332011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>
10334
10335 * c-objc.h (objc_build_message_expr): Updated prototype.
10336 * stub-objc.c (objc_build_message_expr): Likewise.
9faeb493 10337
a358e188
MJ
103382011-04-12 Martin Jambor <mjambor@suse.cz>
10339
10340 * c-gimplify.c (c_genericize): Call cgraph_get_create_node instead
10341 of cgraph_node.
10342
e6313a78
RG
103432011-04-11 Richard Guenther <rguenther@suse.de>
10344
10345 * c-common.c (complete_array_type): Build a range type of
10346 proper type.
10347
dcf0c47e
NF
103482011-04-08 Nathan Froyd <froydnj@codesourcery.com>
10349
10350 * c-common.c (handle_sentinel_attribute): Don't use TYPE_ARG_TYPES.
10351 (handle_type_generic_attribute): Likewise.
10352
1ee44b26
JM
103532011-04-07 Jason Merrill <jason@redhat.com>
10354
10355 PR c++/48450
10356 * c-common.c (c_common_truthvalue_conversion): Don't ignore
10357 conversion from C++0x scoped enum.
10358
acce4e77
JM
103592011-04-06 Joseph Myers <joseph@codesourcery.com>
10360
10361 * c-target-def.h: New file.
10362 * c-target.def: New file.
10363 * c-target.h: New file.
10364 * c-common.c (targetcm): Don't define here.
10365 * c-common.h (default_handle_c_option): Declare.
10366 * c-format.c: Include c-target.h instead of target.h.
10367 * c-opts.c: Include c-target.h instead of target.h. Explicitly
10368 include tm.h.
10369 (default_handle_c_option): Move from targhooks.c.
10370
e2eefb55
JJ
103712011-03-29 Jakub Jelinek <jakub@redhat.com>
10372
10373 PR preprocessor/48248
10374 * c-ppoutput.c (print): Add src_file field.
10375 (init_pp_output): Initialize it.
10376 (maybe_print_line): Don't optimize by adding up to 8 newlines
10377 if map->to_file and print.src_file are different file.
10378 (print_line): Update print.src_file.
10379
ba78087b
KT
103802011-03-25 Kai Tietz <ktietz@redhat.com>
10381
10382 * c-ada-spec.c (compare_comment): Use filename_cmp
10383 instead of strcmp for filename.
10384
0edf1bb2
JL
103852011-03-25 Jeff Law <law@redhat.com>
10386
adfac8df 10387 * c-common.c (def_fn_type): Add missing va_end.
0edf1bb2 10388
c7dc8804
JM
103892011-03-25 Jason Merrill <jason@redhat.com>
10390
10391 * c.opt: Add -std=c++03.
10392
d1d879b1
EB
103932011-03-22 Eric Botcazou <ebotcazou@adacore.com>
10394
10395 * c-ada-spec.c (dump_ada_template): Skip non-class instances.
10396
3f8257db 103972011-03-17 Kai Tietz <ktietz@redhat.com>
62d784f7
KT
10398
10399 PR target/12171
5050afdf
KT
10400 * c-pretty-print.c (pp_c_specifier_qualifier_list):
10401 Display allowed attributes for function pointer types.
10402 (pp_c_attributes_display): New function to display
10403 attributes having affects_type_identity flag set to true.
10404 * c-pretty-print.h (pp_c_attributes_display): New prototype.
10405
62d784f7
KT
10406 * c-common.c (c_common_attribute_table):
10407 Add new element.
10408 (c_common_format_attribute_table): Likewise.
10409
82d37118
JM
104102011-03-18 Jason Merrill <jason@redhat.com>
10411
49a000c3
JM
10412 * c.opt (fconstexpr-depth): Add Var(max_constexpr_depth).
10413 * c-common.h: Don't declare it here.
10414 * c-common.c: Or define it here.
10415 * c-opts.c (c_common_handle_option): Or set it here.
10416
82d37118
JM
10417 PR c++/35315
10418 * c-common.c (handle_transparent_union_attribute): Don't
10419 make a duplicate type in C++.
10420
17bc631c
JM
104212011-03-15 Jason Merrill <jason@redhat.com>
10422
10423 * c-common.c (max_constexpr_depth): New.
10424 * c-common.h: Declare it.
10425 * c-opts.c (c_common_handle_option): Set it.
10426 * c.opt (fconstexpr-depth): New option.
10427
1b9b91a6
JM
104282011-03-11 Jason Merrill <jason@redhat.com>
10429
f231b5ff
JM
10430 * c-common.c (attribute_takes_identifier_p): Add missing const.
10431
1b9b91a6
JM
10432 PR c++/46803
10433 * c-common.c (attribute_takes_identifier_p): Assume that an
10434 unknown attribute takes an identifier.
10435
a19e4d44
NF
104362011-03-07 Nathan Froyd <froydnj@codesourcery.com>
10437
10438 PR c/47786
10439 * c-common.c (c_type_hash): Call list_length instead of iterating
10440 through DECL_CHAIN. Rename 'i' to 'n_elements'.
10441
982d62f6
JJ
104422011-02-19 Jakub Jelinek <jakub@redhat.com>
10443
10444 PR c/47809
10445 * c-common.c (c_fully_fold_internal): Handle VIEW_CONVERT_EXPR.
10446
0a256240
NP
104472011-02-17 Iain Sandoe <iains@gcc.gnu.org>
10448
10449 * c.opt (fobjc-abi-version=) New.
10450 (fobjc-nilcheck): New.
10451
ba9e6dd5
NF
104522011-02-03 Nathan Froyd <froydnj@codesourcery.com>
10453
10454 PR c++/46890
10455 * c-common.h (keyword_is_decl_specifier): Declare.
10456 * c-common.c (keyword_is_decl_specifier): Define.
10457 (keyword_is_function_specifier): New function.
10458
7273813a
JJ
104592011-01-26 Jakub Jelinek <jakub@redhat.com>
10460
10461 PR c/47473
10462 * c-lex.c (interpret_float): If CPP_N_IMAGINARY, ensure
10463 EXCESS_PRECISION_EXPR is created with COMPLEX_TYPE instead of
10464 REAL_TYPE.
10465
908ef79b
AC
104662011-01-26 Arnaud Charlet <charlet@adacore.com>
10467
10468 * c-ada-spec.c (dump_generic_ada_node): Avoid dereferencing null type.
10469
237e9384
JJ
104702011-01-26 Jakub Jelinek <jakub@redhat.com>
10471
10472 PR pch/47430
10473 * c-opts.c (c_common_post_options): Call c_common_no_more_pch
10474 after init_c_lex if pch_file is set.
10475
47ea1edf
DK
104762011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
10477
d4dba752 10478 PR c++/43601
47ea1edf
DK
10479 * c.opt (-fkeep-inline-dllexport): New switch.
10480
2aa9c6ae
RG
104812011-01-12 Richard Guenther <rguenther@suse.de>
10482
10483 PR middle-end/32511
10484 * c-common.c (handle_weak_attribute): Warn instead of error
10485 on declaring an inline function weak.
10486
7bd11157
TT
104872011-01-05 Tom Tromey <tromey@redhat.com>
10488
10489 * c-common.h (lvalue_error): Update.
10490 * c-common.c (lvalue_error): Add 'loc' argument. Call error_at,
10491 not error.
10492
0e66e494 104932010-12-29 Nicola Pero <nicola.pero@meta-innovation.com>
9faeb493 10494
b4f588c4
NP
10495 PR objc/47075
10496 * c-objc.h (objc_finish_message_expr): Added argument to
10497 prototype.
10498
f4da8dce
NF
104992010-12-22 Nathan Froyd <froydnj@codesourcery.com>
10500
10501 * c-common.c (handle_nonnull_attribute, handle_sentinel_attribute):
10502 Use prototype_p.
10503
46270f14
NP
105042010-12-18 Nicola Pero <nicola.pero@meta-innovation.com>
10505
10506 * c-objc.h (objc_maybe_warn_exceptions): New.
9faeb493 10507 * stub-objc.c (objc_maybe_warn_exceptions): New.
46270f14 10508
4816c593
NF
105092010-12-10 Nathan Froyd <froydnj@codesourcery.com>
10510
10511 * c-common.h (readonly_error): Declare.
10512 * c-common.c (readonly_error): Define.
10513
7a6daeb0
NF
105142010-12-09 Nathan Froyd <froydnj@codesourcery.com>
10515
10516 * c-common.h (invalid_indirection_error): Declare.
10517 * c-common.c (invalid_indirection_error): Define.
10518
892f6119
RG
105192010-12-03 Richard Guenther <rguenther@suse.de>
10520
10521 PR c/46745
10522 * c-pretty-print.c (pp_c_postfix_expression): Handle MEM_REF.
10523 (pp_c_unary_expression): Likewise.
10524 (pp_c_expression): Likewise.
10525
6c39e757
NP
105262010-11-30 Nicola Pero <nicola.pero@meta-innovation.com>
10527
10528 * c-common.h (objc_finish_function): New.
10529 (objc_non_volatilized_type): Removed.
10530 (objc_type_quals_match): Removed.
10531 * stub-objc.c (objc_finish_function): New.
10532 (objc_non_volatilized_type): Removed.
10533 (objc_type_quals_match): Removed.
9faeb493 10534
7c475d11
JM
105352010-11-30 Joseph Myers <joseph@codesourcery.com>
10536
10537 * c-common.h (parse_optimize_options): Declare.
10538 * c-cppbuiltin.c, c-format.c, c-gimplify.c, c-lex.c, c-omp.c,
10539 c-pch.c, c-pragma.c, c-semantics.c: Don't include toplev.h.
10540
71f3e391
JM
105412010-11-29 Joseph Myers <joseph@codesourcery.com>
10542
10543 * c-opts.c (check_deps_environment_vars): Use getenv instead of
10544 GET_ENVIRONMENT.
10545 * c-pch.c (O_BINARY): Don't define here.
10546 * c-pragma.h: Include "cpplib.h" instead of <cpplib.h>.
10547
d5fabb58
JM
105482010-11-25 Joseph Myers <joseph@codesourcery.com>
10549
10550 * c-cppbuiltin.c (c_cpp_builtins): Pass &global_options to
10551 targetm.except_unwind_info.
10552
299404a1
JM
105532010-11-23 Joseph Myers <joseph@codesourcery.com>
10554
10555 * c-opts.c (c_common_handle_option): Pass location to
10556 set_struct_debug_option.
10557
c98cd5bf
JM
105582010-11-23 Joseph Myers <joseph@codesourcery.com>
10559
10560 * c-common.c (visibility_options): Move from ../opts.c.
10561 * c-common.h (struct visibility_flags, visibility_options):
10562 Declare here.
10563 * c-opts.c (finish_options): Rename to c_finish_options.
10564 (c_common_init): Update call to finish_options.
10565
a9546771
NP
105662010-11-22 Nicola Pero <nicola.pero@meta-innovation.com>
10567
10568 PR objc/34033
10569 * c-lex.c (lex_string): Check that each string in an Objective-C
10570 string concat sequence starts with either one or zero '@', and
10571 that there are no spurious '@' signs at the end.
10572
24a57808
JM
105732010-11-20 Joseph Myers <joseph@codesourcery.com>
10574
10575 * c-pragma.c: Remove conditionals on HANDLE_PRAGMA_PACK,
10576 HANDLE_PRAGMA_PACK_PUSH_POP, HANDLE_PRAGMA_WEAK and
10577 HANDLE_PRAGMA_VISIBILITY.
10578 * c-pragma.h (HANDLE_PRAGMA_WEAK, HANDLE_PRAGMA_PACK,
10579 HANDLE_PRAGMA_VISIBILITY): Don't define.
10580 (HANDLE_SYSV_PRAGMA, HANDLE_PRAGMA_PACK_PUSH_POP): Don't test.
10581
a9aa2c3a
NF
105822010-11-20 Nathan Froyd <froydnj@codesourcery.com>
10583
10584 PR c++/16189
10585 PR c++/36888
10586 PR c++/45331
10587 * c-common.h (keyword_begins_type_specifier): Declare.
10588 (keyword_is_storage_class_specifier): Declare.
10589 (keyword_is_type_qualifier): Declare.
10590 * c-common.c (keyword_begins_type_specifier): New function.
10591 (keyword_is_storage_class_specifier): New function.
10592 (keyword_is_type_qualifier): Declare.
10593
5386338c
JM
105942010-11-19 Joseph Myers <joseph@codesourcery.com>
10595
10596 PR c/46547
10597 * c-common.c (in_late_binary_op): Define.
10598 (c_common_truthvalue_conversion): Check in_late_binary_op before
10599 calling c_save_expr.
10600 * c-common.h (in_late_binary_op): Declare.
10601
69ccdddb
JM
106022010-11-19 Joseph Myers <joseph@codesourcery.com>
10603
10604 * c-opts.c (c_common_handle_option): Update calls to
10605 set_struct_debug_option.
10606
6b192a09
NP
106072010-11-19 Nicola Pero <nicola.pero@meta-innovation.com>
10608
10609 * c-common.h (objc_declare_protocols): Added additional argument.
10610 * stub-objc.c (objc_declare_protocol): Same change.
9faeb493 10611
fb52b50a
NF
106122010-11-18 Nathan Froyd <froydnj@codesourcery.com>
10613
10614 PR c/33193
10615 * c-common.h (build_real_imag_expr): Declare.
10616 * c-semantics.c (build_real_imag_expr): Define.
10617
b37421c6
JM
106182010-11-17 Joseph Myers <joseph@codesourcery.com>
10619
10620 * c-opts.c (c_common_parse_file): Take no arguments.
10621 * c-common.h (c_common_parse_file): Update prototype.
10622
07078664
JJ
106232010-11-16 Jakub Jelinek <jakub@redhat.com>
10624
10625 PR c++/46401
10626 * c-common.c (warning_candidate_p): Don't track non-const calls
10627 or STRING_CSTs.
10628
c6a13190
ILT
106292010-11-15 Ian Lance Taylor <iant@google.com>
10630
10631 * c-lex.c (init_c_lex): Set macro debug callbacks if
10632 flag_dump_go_spec is set.
10633
925e8657
NP
106342010-11-15 Nicola Pero <nicola.pero@meta-innovation.com>
10635
10636 * c-common.h (objc_build_incr_expr_for_property_ref): New.
10637 * stub-objc.c (objc_build_incr_expr_for_property_ref): New.
10638
bb0a9581
NF
106392010-11-15 Nathan Froyd <froydnj@codesourcery.com>
10640
10641 PR preprocessor/45038
10642 * c-cppbuiltin.c (c_cpp_builtins): Use different format for C++
10643 dialects.
10644
c5fa0890
JM
106452010-11-12 Joseph Myers <joseph@codesourcery.com>
10646
10647 * c-common.h (c_family_lang_mask): Declare.
10648 * c-opts.c (c_family_lang_mask): Make extern.
10649 * c-pragma.c (handle_pragma_diagnostic): Use
10650 control_warning_option.
10651
a4d8c676
JM
106522010-11-12 Joseph Myers <joseph@codesourcery.com>
10653
10654 * c-common.c (parse_optimize_options): Update call to
10655 decode_options.
10656 * c-common.h (c_common_handle_option): Update prototype.
10657 * c-opts.c (c_common_handle_option): Take location_t parameter and
10658 pass it to other functions.
10659
f954bd2c
JM
106602010-11-11 Joseph Myers <joseph@codesourcery.com>
10661
10662 * c-opts.c (warning_as_error_callback): Remove.
10663 (c_common_initialize_diagnostics): Don't call
10664 register_warning_as_error_callback.
10665 (c_common_handle_option): Handle -Werror=normalized= here.
10666
d8a07487
JM
106672010-11-10 Joseph Myers <joseph@codesourcery.com>
10668
10669 * c-common.c (handle_mode_attribute): Use %' and word "signedness"
10670 in diagnostic.
10671 * c-opts.c (c_common_parse_file): Start diagnostics with lowercase
10672 letter.
10673 * c-pragma.c (handle_pragma_target, handle_pragma_optimize):
10674 Remove trailing '.' from diagnostics.
10675 * c.opt (Wwrite-strings_: Avoid '`' in help text.
10676
d5478783
JM
106772010-11-10 Joseph Myers <joseph@codesourcery.com>
10678
10679 * c-common.c (parse_optimize_options): Pass global_dc to
10680 decode_options.
10681 * c-opts.c (c_common_handle_option): Pass &global_options to
10682 set_Wstrict_aliasing.
10683 * c.opt (v): Don't mark Common or document here.
10684
91ebb981
IS
106852010-11-06 Iain Sandoe <iains@gcc.gnu.org>
10686
10687 PR target/44981
10688 * c-format.c (format_type): New type gcc_objc_string_format_type.
10689 (valid_stringptr_type_p): New.
10690 (handle_format_arg_attribute): Use valid_stringptr_type_p ().
9faeb493 10691 (check_format_string): Pass expected type, use
91ebb981
IS
10692 valid_stringptr_type_p (), check that the format string types are
10693 consistent with the format specification.
10694 (decode_format_attr): Warn if NSString is used outside objective-c.
10695 (format_types_orig): Add NSString.
10696 (format_name): New.
10697 (format_flags): New.
10698 (check_format_arg): Handle format strings requiring an external parser.
10699 first_target_format_type: New variable.
10700 (handle_format_attribute): Set up first_target_format_type, pass the
10701 expected format arg string type to check_format_string().
ab20d992 10702 * c-common.h (FMT_FLAG_PARSE_ARG_CONVERT_EXTERNAL): New flag.
91ebb981
IS
10703 * stub-objc.c (objc_string_ref_type_p): New.
10704 (objc_check_format_arg): New.
10705
bede2adc
NP
107062010-11-04 Nicola Pero <nicola.pero@meta-innovation.com>
10707
9faeb493 10708 Fixed using the Objective-C 2.0 dot-syntax with class names.
bede2adc
NP
10709 * c-common.h (objc_build_class_component_ref): New.
10710 * stub-objc.c (objc_build_class_component_ref): New.
10711
9a179d01
NP
107122010-11-03 Nicola Pero <nicola.pero@meta-innovation.com>
10713
10714 * c.opt (Wproperty-assign-default): New option.
10715
22d8d616
NP
107162010-11-03 Nicola Pero <nicola.pero@meta-innovation.com>
10717
10718 Implemented -fobjc-std=objc1 flag.
10719 * c.opt (fobjc-std=objc1): New option.
10720
2debdb4f
NP
107212010-11-01 Nicola Pero <nicola.pero@meta-innovation.com>
10722
10723 Implemented format and noreturn attributes for Objective-C methods.
10724 * c-common.c (handle_noreturn_attribute): Recognize 'noreturn'
10725 attribute for Objective-C methods.
10726
ec52b111
JM
107272010-10-31 Jason Merrill <jason@redhat.com>
10728
10729 * c-common.c (conversion_warning, warn_for_collisions_1): Use
10730 EXPR_LOC_OR_HERE.
10731
46a88c12
NP
107322010-10-30 Nicola Pero <nicola.pero@meta-innovation.com>
10733
10734 Implemented Objective-C 2.0 @property, @synthesize and @dynamic.
10735 * c-common.h (enum rid): Removed RID_COPIES and RID_IVAR.
10736 (objc_add_property_declaration): Removed arguments for copies and
10737 ivar.
10738 (objc_build_getter_call): Renamed to
10739 objc_maybe_build_component_ref.
10740 (objc_build_setter_call): Renamed to objc_maybe_build_modify_expr.
10741 (objc_is_property_ref): New.
10742 * c-common.c (c_common_reswords): Removed copies and ivar.
10743 * stub-objc.c (objc_add_property_declaration): Removed arguments
10744 for copies and ivar.
10745 (objc_build_getter_call): Renamed to
10746 objc_maybe_build_component_ref.
10747 (objc_build_setter_call): Renamed to objc_maybe_build_modify_expr.
10748 (objc_is_property_ref): New.
9faeb493 10749
1e4bf85b
AC
107502010-10-29 Arnaud Charlet <charlet@adacore.com>
10751 Matthew Gingell <gingell@adacore.com>
10752
10753 * c-ada-spec.c (separate_class_package): New function.
10754 (pp_ada_tree_identifier): Prefix references to C++ classes with the
10755 name of their enclosing package.
10756 (print_ada_declaration): Use separate_class_package.
10757
81f0bab2
JM
107582010-10-27 Jason Merrill <jason@redhat.com>
10759
2b08f2c5
JM
10760 * c-common.c (c_common_reswords): Add __is_literal_type.
10761 * c-common.h (enum rid): Add RID_IS_LITERAL_TYPE.
10762
81f0bab2
JM
10763 * c-common.c (check_case_value): Remove special C++ code.
10764
200290f2
NP
107652010-10-27 Nicola Pero <nicola.pero@meta-innovation.com>
10766
10767 * c-common.h (enum rid): Added RID_READWRITE, RID_ASSIGN,
10768 RID_RETAIN, RID_COPY and RID_NONATOMIC. Updated RID_FIRST_PATTR
10769 and RID_LAST_PATTR.
10770 (objc_add_property_declaration): Added additional arguments.
10771 (objc_property_attribute_kind): Removed.
10772 (objc_set_property_attr): Removed.
10773 * c-common.c (c_common_reswords): Added readwrite, assign, retain,
10774 copy and nonatomic.
10775 * stub-objc.c (objc_add_property_declaration): Added additional
10776 arguments.
10777 (objc_set_property_attr): Removed.
9faeb493 10778
f614132b
NP
107792010-10-27 Nicola Pero <nicola.pero@meta-innovation.com>
10780
10781 * c-common.h (objc_add_property_variable): Renamed to
10782 objc_add_property_declaration. Added location argument.
10783 * stub-objc.c (objc_add_property_variable): Same change.
b1726d6c 10784
b8a18805
NP
107852010-10-23 Nicola Pero <nicola.pero@meta-innovation.com>
10786
10787 * c-common.h (objc_maybe_printable_name): New.
10788 * stub-objc.c (objc_maybe_printable_name): New.
10789
3f8257db
JJ
107902010-10-22 Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
10791 Andrew Pinski <pinskia@gmail.com>
30cd1c5d
AS
10792
10793 * c-common.h (c_common_mark_addressable_vec): Declare.
10794 * c-common.c (c_common_mark_addressable_vec): New function.
10795
249a82c4
NP
107962010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>
10797
10798 * c-common.h (objc_set_method_type): Removed.
10799 (objc_add_method_declaration): Added boolean argument.
10800 (objc_start_method_definition): Same change.
10801 (objc_build_method_signature): Same change.
10802 * stub-objc.c (objc_set_method_type): Removed.
10803 (objc_add_method_declaration): Added boolean argument.
10804 (objc_start_method_definition): Same change.
10805 (objc_build_method_signature): Same change.
10806
977e30bc
NP
108072010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>
10808
10809 * c-common.h (finish_file): Removed.
10810 (objc_write_global_declarations): New.
10811 * c-opts.c (c_common_parse_file): Do not call finish_file.
10812 * stub-objc.c (objc_write_global_declarations): New.
9faeb493 10813
da57d1b9
NP
108142010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
10815
10816 Implemented parsing @synthesize and @dynamic for
10817 Objective-C/Objective-C++.
10818 * c-common.h (enum rid): Add RID_AT_SYNTHESIZE and RID_AT_DYNAMIC.
10819 (objc_add_synthesize_declaration): New.
10820 (objc_add_dynamic_declaration): New.
10821 * c-common.c (c_common_reswords): Add synthesize and dynamic.
10822 * stub-objc.c (objc_add_synthesize_declaration): New.
10823 (objc_add_dynamic_declaration): New.
9faeb493 10824
0069111f
MM
108252010-10-18 Michael Meissner <meissner@linux.vnet.ibm.com>
10826
10827 PR target/46041
10828 * c-cppbuiltin.c (mode_has_fma): Move function here from
10829 builtins.c. Don't use the fma optab, instead just use the
10830 HAVE_fma* macros, so that __FP_FAST_FMA* will be defined when
10831 using -save-temps.
10832
e426b47b
NP
108332010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
10834
10835 Merge from 'apple/trunk' branch on FSF servers.
0069111f 10836
3f8257db 10837 2005-11-08 Fariborz Jahanian <fjahanian@apple.com>
e426b47b 10838
9faeb493 10839 Radar 4330422
e426b47b
NP
10840 * c-common.h (objc_non_volatilized_type): New declaration
10841 * stub-objc.c (objc_non_volatilized_type): New stub.
10842
90fbfdc3
NP
108432010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>
10844
e426b47b 10845 Merge from 'apple/trunk' branch on FSF servers.
90fbfdc3 10846
ab20d992 10847 2006-03-27 Fariborz Jahanian <fjahanian@apple.com>
90fbfdc3 10848
9faeb493 10849 Radar 4133425
90fbfdc3 10850 * c-common.h (objc_diagnose_private_ivar): New decl.
0069111f 10851 * stub-objc.c (objc_diagnose_private_ivar): New stub.
90fbfdc3 10852
c37d8c30
IS
108532010-10-17 Iain Sandoe <iains@gcc.gnu.org>
10854
10855 * c-common.c (c_common_reswords): Add package, RID_AT_PACKAGE.
10856 * c-common.h (enum rid): Add RID_AT_PACKAGE.
10857 (objc_ivar_visibility_kind): New enum.
10858 (objc_set_visibility): Adjust prototype to use visibility enum.
0069111f 10859 * stub-objc.c (objc_set_visibility): Adjust stub to use
c37d8c30
IS
10860 visibility enum.
10861
1b1562a5
MM
108622010-10-14 Michael Meissner <meissner@linux.vnet.ibm.com>
10863
10864 * c-cppbuiltin.c (builtin_define_float_constants): Emit
10865 __FP_FAST_FMA, __FP_FAST_FMAF, and __FP_FAST_FMAL if the machine
10866 has the appropriate fma builtins.
10867 (c_cpp_builtins): Adjust call to builtin_define_float_constants.
10868
668ea4b1
IS
108692010-10-14 Iain Sandoe <iains@gcc.gnu.org>
10870
1b1562a5 10871 merge from FSF apple 'trunk' branch.
3f8257db 10872 2006 Fariborz Jahanian <fjahanian@apple.com>
1b1562a5 10873
668ea4b1
IS
10874 Radars 4436866, 4505126, 4506903, 4517826
10875 * c-common.c (c_common_resword): Define @property and its attributes.
10876 * c-common.h: Define property attribute enum entries.
10877 (OBJC_IS_PATTR_KEYWORD): New.
10878 (objc_property_attribute_kind): New enum.
10879 Declare objc_set_property_attr (), objc_add_property_variable (),
10880 objc_build_getter_call () and objc_build_setter_call ().
10881 * stub-objc.c (objc_set_property_attr): New stub.
10882 (objc_add_property_variable): Likewise.
10883 (objc_build_getter_call): Likewise.
10884 (objc_build_setter_call) Likewise.
1b1562a5 10885
a1178b30
IS
108862010-10-13 Iain Sandoe <iains@gcc.gnu.org>
10887
1b1562a5 10888 merge from FSF apple 'trunk' branch.
ab20d992 10889 2006-04-26 Fariborz Jahanian <fjahanian@apple.com>
a1178b30
IS
10890
10891 Radar 3803157 (method attributes)
10892 * c-common.c (handle_deprecated_attribute): Recognize
10893 objc methods as valid declarations.
10894 * c-common.h: Declare objc_method_decl ().
1b1562a5 10895 * stub-objc.c (objc_method_decl): New stub.
a1178b30 10896
a75bfaa6
JM
108972010-10-08 Joseph Myers <joseph@codesourcery.com>
10898
10899 * c-common.c (parse_optimize_options): Call
10900 decode_cmdline_options_to_array_default_mask before
10901 decode_options. Update arguments to decode_options.
10902 * c-common.h (c_common_init_options_struct): Declare.
10903 * c-opts.c (c_common_init_options_struct): New. Split out from
10904 c_common_init_options.
10905
f05b9d93
NP
109062010-10-06 Nicola Pero <nicola.pero@meta-innovation.com>
10907
10908 Implemented fast enumeration for Objective-C.
10909 * c-common.h (objc_finish_foreach_loop): New.
10910 * stub-objc.c (objc_finish_foreach_loop): New.
10911
1ebe4b4f
JM
109122010-10-05 Joseph Myers <joseph@codesourcery.com>
10913
10914 * c-common.h (struct diagnostic_context): Don't declare here.
10915 (c_common_initialize_diagnostics): Declare using
10916 diagnostic_context typedef.
10917 * c-opts.c (c_common_handle_option): Pass global_dc to
10918 handle_generated_option.
10919
d4d24ba4
JM
109202010-10-04 Joseph Myers <joseph@codesourcery.com>
10921
10922 * c-opts.c (c_common_handle_option): Pass &global_options_set to
10923 handle_generated_option.
10924
478a1c5b
ILT
109252010-10-03 Ian Lance Taylor <iant@google.com>
10926
10927 * c.opt (-fplan9-extensions): New option.
10928
82a1c2fe
FXC
109292010-10-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
10930
10931 * c-cppbuiltin.c (define__GNUC__, builtin_define_type_precision):
10932 Remove.
10933 (c_cpp_builtins): Call functions from cppbuiltin.c instead
10934 of duplicating code.
10935
92902b1b
IS
109362010-09-30 Iain Sandoe <iains@gcc.gnu.org>
10937
10938 * c-common.c: Add two new entries for @optional
10939 and @required keywords.
10940
10941 merge from FSF 'apple/trunk' branch.
3f8257db 10942 2006-01-30 Fariborz Jahanian <fjahanian@apple.com>
92902b1b
IS
10943
10944 Radar 4386773
10945 * c-common.h (RID_AT_OPTIONAL, RID_AT_REQUIRED): Two new
10946 objective-c keywords.
10947 (objc_set_method_opt): New declaration.
10948 * stub-objc.c (objc_set_method_opt): New stub.
9faeb493 10949
46625112
JM
109502010-09-30 Joseph Myers <joseph@codesourcery.com>
10951
10952 * c-common.c (handle_optimize_attribute): Pass &global_options to
10953 cl_optimization_save and cl_optimization_restore.
10954 * c-opts.c (c_common_handle_option): Pass &global_options to
10955 handle_generated_option.
10956 * c-pragma.c (handle_pragma_diagnostic): Use option_flag_var.
10957 (handle_pragma_pop_options, handle_pragma_reset_options): Pass
10958 &global_options to cl_optimization_restore.
10959
49b91f05
NP
109602010-09-30 Nicola Pero <nicola.pero@meta-innovation.com>
10961
10962 * c-lex.c (c_lex_with_flags): Updated comments for CPP_AT_NAME
10963 Objective-C/Objective-C++ keywords.
10964
13ed556f 109652010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>
a6341d57 10966
9faeb493
UB
10967 Merge from 'apple/trunk' branch on FSF servers.
10968
3f8257db 10969 2005-10-04 Fariborz Jahanian <fjahanian@apple.com>
a6341d57
NP
10970
10971 Radar 4281748
10972 * c-common.h (objc_check_global_decl): New declaration.
10973 * stub-objc.c (objc_check_global_decl): New stub.
10974
f0036cca
JM
109752010-09-29 Joseph Myers <joseph@codesourcery.com>
10976
10977 * c.opt: Don't use VarExists.
10978
e3339d0f
JM
109792010-09-29 Joseph Myers <joseph@codesourcery.com>
10980
10981 * c-common.c (c_cpp_error): Update names of diagnostic_context
10982 members.
10983 * c-cppbuiltin.c (c_cpp_builtins_optimize_pragma): Update names of
10984 cl_optimization members.
10985 * c-opts.c (warning_as_error_callback, c_common_handle_option,
10986 sanitize_cpp_opts, finish_options): Update names of cpp_options
10987 members.
10988
1973201f
NP
109892010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>
10990
10991 * c-common.h (OBJC_IS_CXX_KEYWORD): New macro. Updated comments.
10992 (objc_is_reserved_word): Removed.
10993 * c-common.c: Updated comments.
10994 * c-lex.c (c_lex_with_flags): Use OBJC_IS_CXX_KEYWORD instead of
10995 objc_is_reserved_word.
10996 * stub-objc.c (objc_is_reserved_word): Removed.
10997
f7e71da5
IS
109982010-09-28 Iain Sandoe <iains@gcc.gnu.org>
10999
9faeb493 11000 * c-common.h (objc_add_method_declaration): Adjust prototype to
f7e71da5
IS
11001 include attributes.
11002 (objc_start_method_definition): Likewise.
11003 (objc_build_keyword_decl): Likewise.
11004 * stub-objc.c:(objc_add_method_declaration): Handle attributes.
11005 (objc_start_method_definition): Likewise.
11006 (objc_build_keyword_decl): Likewise.
11007
c165dca7
IS
110082010-09-28 Iain Sandoe <iains@gcc.gnu.org>
11009
11010 * c-common.h (objc_start_class_interface): Adjust prototype.
11011 (objc_start_category_interface): Likewise.
11012 (objc_start_protocol): Likewise.
11013 * stub-objc.c (objc_start_protocol): Adjust for extra argument.
11014 (objc_start_class_interface): Likewise.
11015 (objc_start_category_interface): Likewise.
11016
7458026b
ILT
110172010-09-27 Ian Lance Taylor <iant@google.com>
11018
11019 * c-common.c (c_common_attribute_table): Add no_split_stack.
11020 (handle_no_split_stack_attribute): New static function.
11021
b581b85b
NP
110222010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
11023
9faeb493 11024 Merge from 'apple/trunk' branch on FSF servers.
b581b85b 11025
3f8257db 11026 2005-12-15 Fariborz Jahanian <fjahanian@apple.com>
b581b85b 11027
9faeb493 11028 Radar 4229905
b581b85b
NP
11029 * c-common.h (objc_have_common_type): New declaration.
11030 * stub-objc.c (objc_have_common_type): New stub.
11031
11032 2005-06-22 Ziemowit Laski <zlaski@apple.com>
11033
11034 Radar 4154928
11035 * c-common.h (objc_common_type): New prototype.
9faeb493 11036 * stub-objc.c (objc_common_type): New stub.
b581b85b 11037
46a4da10
JH
110382010-09-24 Jan Hubicka <jh@suse.cz>
11039
11040 * c-common.c (handle_leaf_attribute): New function.
11041 (struct attribute_spec c_common_att): Add leaf.
11042
e200444e
JM
110432010-09-22 Joseph Myers <joseph@codesourcery.com>
11044
11045 * c.opt (-all-warnings, -ansi, -assert, -assert=, -comments,
11046 -comments-in-macros, -define-macro, -define-macro=, -dependencies,
11047 -dump, -dump=, -imacros, -imacros=, -include, -include=,
11048 -include-barrier, -include-directory, -include-directory=,
11049 -include-directory-after, -include-directory-after=,
11050 -include-prefix, -include-prefix=, -include-with-prefix,
11051 -include-with-prefix=, -include-with-prefix-after,
11052 -include-with-prefix-after=, -include-with-prefix-before,
11053 -include-with-prefix-before=, -no-integrated-cpp,
11054 -no-line-commands, -no-standard-includes, -no-warnings, -output,
11055 -output=, -pedantic, -pedantic-errors, -preprocess,
11056 -print-missing-file-dependencies, -trace-includes, -traditional,
11057 -traditional-cpp, -trigraphs, -undefine-macro, -undefine-macro=,
11058 -user-dependencies, -verbose, -write-dependencies,
11059 -write-user-dependencies, no-integrated-cpp, traditional): New.
11060
29a80ea6
NP
110612010-09-21 Nicola Pero <nicola.pero@meta-innovation.com>
11062
11063 PR objc/23710
ac1fc2fc
NP
11064 * c-common.h (objc_start_method_definition): Return bool instead
11065 of void.
11066 * stub-objc.c (objc_start_method_definition): Return bool instead
11067 of void.
11068
110692010-09-21 Nicola Pero <nicola.pero@meta-innovation.com>
11070
11071 PR objc/25965
11072 * c-common.h (objc_get_interface_ivars): New declaration.
11073 * stub-objc.c (objc_get_interface_ivars): New stub.
29a80ea6 11074
de621752
ILT
110752010-09-15 Ian Lance Taylor <iant@google.com>
11076
11077 * c-common.c (parse_optimize_options): Do not capitalize warning
06730c5d 11078 messages. Remove period at end of warning message.
de621752 11079
ba885ec5
NS
110802010-09-09 Nathan Sidwell <nathan@codesourcery.com>
11081
11082 * c-common.c (handle_alias_ifunc_attribute): New, broken out of ...
11083 (handle_alias_attribute): ... here.
11084 (handle_ifunc_attribute): New.
11085
c5ee1358
MM
110862010-09-06 Mark Mitchell <mark@codesourcery.com>
11087
11088 * c-common.h (do_warn_double_promotion): Declare.
11089 * c-common.c (do_warn_double_promotion): Define.
11090
0a0b3574
MM
110912010-09-05 Mark Mitchell <mark@codesourcery.com>
11092
11093 * c.opt (Wdouble-promotion): New.
11094
d1779886
JM
110952010-09-02 Joseph Myers <joseph@codesourcery.com>
11096
11097 * c.opt (falt-external-templates, fhuge-objects, fvtable-gc,
11098 fvtable-thunks, fxref): Mark no longer supported in help text.
11099
2d2bd949
JM
111002010-09-02 Joseph Myers <joseph@codesourcery.com>
11101
11102 * c.opt (Wimport, fall-virtual, falt-external-templates,
11103 fdefault-inline, fenum-int-equiv, fexternal-templates,
11104 fguiding-decls, fhonor-std, fhuge-objects, flabels-ok,
11105 fname-mangling-version-, fnew-abi, fnonnull-objects,
11106 foptional-diags, fsquangle, fstrict-prototype, fthis-is-variable,
11107 fvtable-gc, fvtable-thunks, fxref): Mark with Ignore and Warn as
11108 applicable.
11109 (fhandle-exceptions): Mark with Alias and Warn.
11110 * c-opts.c (c_common_handle_option): Don't handle options marked
11111 as ignored.
11112
5de8299c
JM
111132010-09-02 Joseph Myers <joseph@codesourcery.com>
11114
11115 * c.opt (Wcomments, Werror-implicit-function-declaration,
11116 ftemplate-depth-, std=c89, std=c9x, std=gnu89, std=gnu9x,
11117 std=iso9899:1990, std=iso9899:1999, std=iso9899:199x): Mark as
11118 aliases.
11119 * c-common.c (option_codes): Use OPT_Wcomment instead of
11120 OPT_Wcomments.
11121 * c-opts.c (warning_as_error_callback, c_common_handle_option):
11122 Don't handle options marked as aliases.
11123
0ceb0201
RG
111242010-08-25 Richard Guenther <rguenther@suse.de>
11125
11126 * c-common.c (c_common_get_alias_set): Remove special
11127 handling for pointers.
11128
ac47786e
NF
111292010-08-20 Nathan Froyd <froydnj@codesourcery.com>
11130
11131 * c-common.c: Use FOR_EACH_VEC_ELT.
11132 * c-gimplify.c: Likewise.
11133 * c-pragma.c: Likewise.
11134
c878765b
JM
111352010-08-16 Joseph Myers <joseph@codesourcery.com>
11136
11137 * c.opt (MDX): Change back to MD. Mark NoDriverArg instead of
11138 RejectDriver.
11139 (MMDX): Change back to MMD. Mark NoDriverArg instead of
11140 RejectDriver.
11141 * c-opts.c (c_common_handle_option): Use OPT_MD and OPT_MMD
11142 instead of OPT_MDX and OPT_MMDX.
11143
603349bf
JM
111442010-08-16 Joseph Myers <joseph@codesourcery.com>
11145
11146 * c.opt (MDX, MMDX, lang-asm): Mark RejectDriver.
11147
644fa7ac
JM
111482010-08-12 Joseph Myers <joseph@codesourcery.com>
11149
11150 * c.opt (MD, MMD): Change to MDX and MMDX.
11151 * c-opts.c (c_common_handle_option): Use OPT_MMD and OPT_MMDX.
11152
481e1176
JM
111532010-08-11 Joseph Myers <joseph@codesourcery.com>
11154
11155 * c-opts.c (c_common_handle_option): Call handle_generated_option
11156 instead of handle_option.
11157
ac8dc9f7
NF
111582010-08-08 Nathan Froyd <froydnj@codesourcery.com>
11159
11160 * c-pragma.c (add_to_renaming_pragma_list): Fix call to VEC_safe_push.
11161 (maybe_apply_renaming_pragma): Delete unneeded declarations.
11162
4f8c876d
NF
111632010-08-08 Nathan Froyd <froydnj@codesourcery.com>
11164
11165 * c-pragma.c (pending_redefinition): Declare. Declare a VEC of it.
11166 (pending_redefine_extname): Change type to a VEC.
11167 (add_to_renaming_pragma_list): Update for new type of
11168 pending_redefine_extname.
ac8dc9f7 11169 (maybe_apply_renaming_pragma): Likewise.
4f8c876d 11170
3b0c690e
AC
111712010-08-04 Arnaud Charlet <charlet@adacore.com>
11172
11173 * c-ada-spec.c (dump_ada_template): Mark underlying instance type as
11174 visited.
11175 (dump_generic_ada_node): Code clean up. Use TREE_VISITED flag to
11176 decide whether a type has already been declared/seen.
11177 Do not go to the original type.
11178 (dump_nested_types): New parameter forward.
11179 Generate forward declaration if needed and mark type as visited.
11180 (print_ada_declaration): Call dump_nested_types if not already done.
11181 Mark types as visited.
11182
1890bccc
JM
111832010-08-03 Joseph Myers <joseph@codesourcery.com>
11184
11185 * c.opt (-print-pch-checksum): Remove option.
11186 * c-opts.c (c_common_handle_option): Don't handle
11187 OPT_print_pch_checksum.
11188
5f20c657
JM
111892010-07-27 Joseph Myers <joseph@codesourcery.com>
11190
11191 * c-common.h (c_common_handle_option): Update prototype and return
11192 value type.
11193 * c-opts.c (c_common_handle_option): Update prototype and return
11194 value type. Update calls to handle_option and
11195 enable_warning_as_error.
11196
f551f80c
JJ
111972010-07-27 Jakub Jelinek <jakub@redhat.com>
11198
11199 PR c/45079
11200 * c-pretty-print.c (pp_c_expression): Handle C_MAYBE_CONST_EXPR.
11201
61ff2bdc
JM
112022010-07-27 Joseph Myers <joseph@codesourcery.com>
11203
11204 * c-common.h (c_common_missing_argument): Remove.
11205 * c-opts.c (c_common_missing_argument): Remove.
11206 * c.opt (A, D, F, I, MD, MMD, MQ, MT, U, fconstant-string-class=,
11207 idirafter, imacros, include, isysroot, isystem, iquote): Add
11208 MissingArgError.
11209 * c-objc-common.h (LANG_HOOKS_MISSING_ARGUMENT): Remove.
11210
7a9bf9a4
JM
112112010-07-27 Joseph Myers <joseph@codesourcery.com>
11212
11213 * c-common.h (c_common_option_lang_mask,
11214 c_common_initialize_diagnostics, c_common_complain_wrong_lang_p):
11215 New.
11216 (c_common_init_options): Update prototype.
11217 * c-opts.c (c_common_option_lang_mask): New.
11218 (c_common_initialize_diagnostics): Split out of
11219 c_common_init_options.
11220 (accept_all_c_family_options, c_common_complain_wrong_lang_p):
11221 New.
11222 (c_common_init_options): Update prototype. Use decoded options in
11223 search for -lang-asm.
11224
910ad8de
NF
112252010-07-15 Nathan Froyd <froydnj@codesourcery.com>
11226
11227 * c-common.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
11228 * c-format.c: Likewise.
11229
718f9c0f
MLI
112302010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
11231
11232 * c-common.h: Include diagnostic-core.h. Error if already
11233 included.
11234 * c-semantics.c: Do not define GCC_DIAG_STYLE here.
11235
4d451982
MLI
112362010-07-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
11237
adfac8df 11238 * c-common.c (IN_GCC_FRONTEND): Do not undef.
4d451982
MLI
11239 Do not include expr.h
11240 (vector_mode_valid_p): Move here.
11241
119fe915
SB
112422010-06-21 DJ Delorie <dj@redhat.com>
11243
11244 * c-pragma.c (handle_pragma_diagnostic): Add push/pop,
11245 allow these pragmas anywhere.
11246
112472010-06-14 Jakub Jelinek <jakub@redhat.com>
11248
11249 PR bootstrap/44509
11250 * c-cppbuiltin.c: Include gt-c-family-c-cppbuiltin.h.
11251 (lazy_hex_fp_values, lazy_hex_fp_value_count): Add GTY(()) markers.
11252 (lazy_hex_fp_value, builtin_define_with_hex_fp_value): Use
11253 ggc_strdup instead of xstrdup.
11254
112552010-06-10 Jakub Jelinek <jakub@redhat.com>
11256
11257 * c-cppbuiltin.c: Include cpp-id-data.h.
11258 (lazy_hex_fp_values, lazy_hex_fp_value_count): New variables.
11259 (lazy_hex_fp_value): New function.
11260 (builtin_define_with_hex_fp_value): Provide definitions lazily.
11261
6662d794
MLI
112622010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
11263
11264 * c-gimplify.c: Do not include tree-flow.h
11265
38f8b050
JR
112662010-06-29 Joern Rennecke <joern.rennecke@embecosm.com>
11267
11268 PR other/44034
11269 * c-common.c: Rename targetm member:
11270 targetm.enum_va_list -> targetm.enum_va_list_p
11271
9589f23e
AS
112722010-06-28 Anatoly Sokolov <aesok@post.ru>
11273
11274 * c-common.c (shorten_compare): Adjust call to force_fit_type_double.
11275
3b06d379
SB
112762010-06-28 Steven Bosscher <steven@gcc.gnu.org>
11277
11278 * c-cppbuiltin.c: Do not include except.h.
11279
d166d4c3
AK
112802010-06-24 Andi Kleen <ak@linux.intel.com>
11281
9faeb493
UB
11282 * c-common.c (warn_for_omitted_condop): New.
11283 * c-common.h (warn_for_omitted_condop): Add prototype.
d166d4c3 11284
70cb8be6
JM
112852010-06-21 Joseph Myers <joseph@codesourcery.com>
11286
11287 * c.opt (lang-objc): Remove.
11288 * c-opts.c (c_common_handle_option): Don't handle OPT_lang_objc.
11289
a4c97feb
JR
112902010-06-21 Joern Rennecke <joern.rennecke@embecosm.com>
11291
11292 * c-opts.c: Include "tm_p.h".
11293
6e2f1956
JM
112942010-06-20 Joseph Myers <joseph@codesourcery.com>
11295
11296 * c-common.c (parse_optimize_options): Update call to
11297 decode_options.
11298
bc87224e
NF
112992010-06-18 Nathan Froyd <froydnj@codesourcery.com>
11300
11301 * c-common.c (record_types_used_by_current_var_decl): Adjust for
11302 new type of types_used_by_cur_var_decl.
11303
b49cf425
JR
113042010-06-17 Joern Rennecke <joern.rennecke@embecosm.com>
11305
11306 PR bootstrap/44512
11307 * c-cppbuiltin.c (builtin_define_with_hex_fp_value): Add cast
11308 for C++ standard compliance.
11309
59f9c2ed
JM
113102010-06-16 Jason Merrill <jason@redhat.com>
11311
11312 * c.opt: Add -Wnoexcept.
11313
33766b66
RG
113142010-06-16 Richard Guenther <rguenther@suse.de>
11315
11316 PR c/44555
11317 * c-common.c (c_common_truthvalue_conversion): Remove
11318 premature and wrong optimization concering ADDR_EXPRs.
11319
eff7e30c
AC
113202010-06-15 Arnaud Charlet <charlet@adacore.com>
11321
11322 * c-ada-spec.c (dump_sloc): Remove column info.
11323 (is_simple_enum): New function.
11324 (dump_generic_ada_node, print_ada_declaration): Map C enum types to Ada
11325 enum types when relevant.
11326
6312e84d
MLI
113272010-06-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
11328
9faeb493 11329 * c-common.c (conversion_warning): Warn at expression
6312e84d
MLI
11330 location.
11331
1cb42611
JM
113322010-06-10 Joseph Myers <joseph@codesourcery.com>
11333
11334 * c-opts.c (c_common_handle_option): Don't handle
11335 OPT_fshow_column.
11336
a9429e29
LB
113372010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
11338
11339 * c-pragma.c (push_alignment): Use typed GC allocation.
11340 (handle_pragma_push_options): Likewise.
11341
11342 * c-common.c (parse_optimize_options): Likewise.
11343
11344 * c-common.h (struct sorted_fields_type): Add variable_size GTY
11345 option.
11346
5498f011
JM
113472010-06-07 Joseph Myers <joseph@codesourcery.com>
11348
11349 * c-common.c (flag_preprocess_only, flag_undef, flag_no_builtin,
11350 flag_no_nonansi_builtin, flag_short_double, flag_short_wchar,
11351 flag_lax_vector_conversions, flag_ms_extensions, flag_no_asm,
11352 flag_signed_bitfields, warn_strict_null_sentinel,
11353 flag_nil_receivers, flag_zero_link, flag_replace_objc_classes,
11354 flag_gen_declaration, flag_no_gnu_keywords,
11355 flag_implement_inlines, flag_implicit_templates,
11356 flag_implicit_inline_templates, flag_optional_diags,
11357 flag_elide_constructors, flag_default_inline, flag_rtti,
11358 flag_conserve_space, flag_access_control, flag_check_new,
11359 flag_new_for_scope, flag_weak, flag_working_directory,
11360 flag_use_cxa_atexit, flag_use_cxa_get_exception_ptr,
11361 flag_enforce_eh_specs, flag_threadsafe_statics,
11362 flag_pretty_templates): Remove.
11363 * c-common.h (flag_preprocess_only, flag_nil_receivers,
11364 flag_objc_exceptions, flag_objc_sjlj_exceptions, flag_zero_link,
11365 flag_replace_objc_classes, flag_undef, flag_no_builtin,
11366 flag_no_nonansi_builtin, flag_short_double, flag_short_wchar,
11367 flag_lax_vector_conversions, flag_ms_extensions, flag_no_asm,
11368 flag_const_strings, flag_signed_bitfields, flag_gen_declaration,
11369 flag_no_gnu_keywords, flag_implement_inlines,
11370 flag_implicit_templates, flag_implicit_inline_templates,
11371 flag_optional_diags, flag_elide_constructors, flag_default_inline,
11372 flag_rtti, flag_conserve_space, flag_access_control,
11373 flag_check_new, flag_new_for_scope, flag_weak,
11374 flag_working_directory, flag_use_cxa_atexit,
11375 flag_use_cxa_get_exception_ptr, flag_enforce_eh_specs,
11376 flag_threadsafe_statics, flag_pretty_templates,
11377 warn_strict_null_sentinel): Remove.
11378 * c.opt (E, Wstrict-null-sentinel, faccess-control, fasm,
11379 fbuiltin, fcheck-new, fconserve-space, felide-constructors,
11380 fenforce-eh-specs, ffor-scope, fgnu-keywords, fimplement-inlines,
11381 fimplicit-inline-templates, fimplicit-templates,
11382 flax-vector-conversions, fms-extensions, fnil-receivers,
11383 fnonansi-builtins, fpretty-templates, freplace-objc-classes,
11384 frtti, fshort-double, fshort-enums, fshort-wchar,
11385 fsigned-bitfields, fsigned-char, fstats, fthreadsafe-statics,
11386 funsigned-bitfields, funsigned-char, fuse-cxa-atexit,
11387 fuse-cxa-get-exception-ptr, fweak, fworking-directory, fzero-link,
11388 gen-decls, undef): Use Var.
11389 (fdefault-inline, foptional-diags): Document as doing nothing.
11390 * c-opts.c (c_common_handle_option): Remove cases for options now
11391 using Var. Mark ignored options as such.
11392
39dabefd
SB
113932010-06-05 Steven Bosscher <steven@gcc.gnu.org>
11394
9faeb493 11395 * c-common.c: Moved to here from parent directory.
39dabefd
SB
11396 * c-common.def: Likewise.
11397 * c-common.h: Likewise.
11398 * c-cppbuiltin.c: Likewise.
11399 * c-dump.c: Likewise.
11400 * c-format.c: Likewise.
11401 * c-format.h : Likewise.
11402 * c-gimplify.c: Likewise.
11403 * c-lex.c: Likewise.
11404 * c-omp.c: Likewise.
11405 * c.opt: Likewise.
11406 * c-opts.c: Likewise.
11407 * c-pch.c: Likewise.
11408 * c-ppoutput.c: Likewise.
11409 * c-pragma.c: Likewise.
11410 * c-pragma.h: Likewise.
11411 * c-pretty-print.c: Likewise.
11412 * c-pretty-print.h: Likewise.
11413 * c-semantics.c: Likewise.
11414 * stub-objc.c: Likewise.
11415
11416 * c-common.c: Include gt-c-family-c-common.h.
11417 * c-pragma.c: Include gt-c-family-c-pragma.h.
11418\f
8d9254fc 11419Copyright (C) 2010-2020 Free Software Foundation, Inc.
39dabefd
SB
11420
11421Copying and distribution of this file, with or without modification,
11422are permitted in any medium without royalty provided the copyright
11423notice and this notice are preserved.
This page took 4.009166 seconds and 5 git commands to generate.