]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/c-family/ChangeLog
x86: Always update EH return address in word_mode
[thirdparty/gcc.git] / gcc / c-family / ChangeLog
CommitLineData
3fb558b1
NS
12018-08-20 Nathan Sidwell <nathan@acm.org>
2
3 * c-ada-spec.c (macro_length, dump_ada_macros): Adjust macro parm
4 access.
5
800c0e98
NS
62018-08-17 Nathan Sidwell <nathan@acm.org>
7
8 * c-cppbuiltin.c (struct lazy_hex_fp_value_struct): Remove macro
9 field.
10 (laxy_hex_fp_value_count): Make unsigned.
11 (lazy_hex_fp_value): Provided with macro & lazy number. Directly
12 manipulate the macro.
13 (builtin_defin_with_hex_fp_value): Adjust callback name, use
14 cpp_define_lazily.
15
6f795a92
DM
162018-08-17 David Malcolm <dmalcolm@redhat.com>
17
18 * c-format.c (enum format_type): Add gcc_dump_printf_format_type.
19 (gcc_dump_printf_length_specs): New.
20 (gcc_dump_printf_flag_pairs): New.
21 (gcc_dump_printf_flag_specs): New.
22 (gcc_dump_printf_char_table): New.
23 (format_types_orig): Add entry for "gcc_dump_printf".
24 (init_dynamic_diag_info): Set up length_char_specs and
25 conversion_specs for gcc_dump_printf_format_type.
26 (handle_format_attribute): Handle gcc_dump_printf_format_type.
27
c5d725c0
NS
282018-08-17 Nathan Sidwell <nathan@acm.org>
29
10f04917
NS
30 * c-ada-spec.c (macro_length, dump_ada_macros): Constify.
31
c5d725c0
NS
32 * c-ada-spec.c: Don't #include "cpp-id-data.h"
33 * c-cppbuiltin.c: Likewise.
34
c0c12356
ML
352018-08-17 Martin Liska <mliska@suse.cz>
36
37 * c.opt: Remove Warn, Init and Report for options with
38 Ignore/Deprecated flag. Warning is done automatically for
39 Deprecated flags.
40
10fcc142
DM
412018-08-16 David Malcolm <dmalcolm@redhat.com>
42
43 PR c++/70693
44 * c-common.c (selftest::c_family_tests): Call
45 selftest::c_indentation_c_tests.
46 * c-common.h (selftest::c_indentation_c_tests): New decl.
47 * c-indentation.c: Include "selftest.h".
48 (next_tab_stop): Add "tab_width" param, rather than accessing
49 cpp_opts.
50 (get_visual_column): Likewise. Clarify comment. Bulletproof
51 against reading past the end of the line.
52 (get_first_nws_vis_column): Add "tab_width" param.
53 (detect_intervening_unindent): Likewise.
54 (should_warn_for_misleading_indentation): Read tab width from
55 cpp_opts and pass around.
56 (selftest::test_next_tab_stop): New test.
57 (selftest::assert_get_visual_column_succeeds): New function.
58 (ASSERT_GET_VISUAL_COLUMN_SUCCEEDS): New macro.
59 (selftest::assert_get_visual_column_fails): New function.
60 (ASSERT_GET_VISUAL_COLUMN_FAILS): New macro.
61 (selftest::test_get_visual_column): New test.
62 (selftest::c_indentation_c_tests): New function.
63
3f6677f4
NS
642018-08-16 Nathan Sidwell <nathan@acm.org>
65
66 * c-ada-spec.c (count_ada_macro): Use cpp_user_macro_p.
67 (store_ada_macro): Likewise.
68 * c-ppoutput.c (cb_used_define, dump_macro): Likewise.
69 * c-spellcheck.cc (should-suggest_as_macro_p): Likewise,
70
96e6ae57
DM
712018-08-15 David Malcolm <dmalcolm@redhat.com>
72
73 * c-format.c: Include "selftest-diagnostic.h" and
74 "gcc-rich-location.h".
75 (format_warning_at_char): Pass NULL for new label params of
76 format_warning_va.
77 (class indirection_suffix): New class.
78 (class range_label_for_format_type_mismatch): New class.
79 (format_type_warning): Move logic for generating "*" suffix to
80 class indirection_suffix. Create "fmt_label" and "param_label"
81 to show their types, and pass them to the
82 format_warning_at_substring calls.
83 (selftest::test_type_mismatch_range_labels): New test.
84 (selftest::c_format_c_tests): Call it.
85
23aa9f7c
MS
862018-08-13 Martin Sebor <msebor@redhat.com>
87
88 PR tree-optimization/71625
89 * c-common.c (braced_list_to_string): New function.
90 * c-common.h (braced_list_to_string): Declare it.
91
f10a9135
NS
922018-08-08 Nathan Sidwell <nathan@acm.org>
93
94 * c-common.c (try_to_locate_new_include_inertion_point): Use
95 linemap_included_from_linemap.
96 * c-lex.c (fe_file_change): Use linemap_included_from.
97 * c-ppoutput.c (pp_file_change): Likewise.
98
8a45b051
MS
992018-08-01 Martin Sebor <msebor@redhat.com>
100
101 PR tree-optimization/86650
102 * c-family/c-format.c (gcc_tdiag_char_table): Update comment for "%G".
103 (gcc_cdiag_char_table, gcc_cxxdiag_char_table): Same.
104 (init_dynamic_diag_info): Update from "gcall *" to "gimple *".
105 * c-format.h (T89_G): Update to be "gimple *" rather than
106 "gcall *".
107 (local_gcall_ptr_node): Rename...
108 (local_gimple_ptr_node): ...to this.
109
e540ccc0
DM
1102018-07-31 David Malcolm <dmalcolm@redhat.com>
111
112 * c-format.c (PP_FORMAT_CHAR_TABLE): New macro, based on existing
113 table entries for gcc_diag_char_table, and the 'Z' entry from
114 gcc_tdiag_char_table, changing the "chain" entry for 'Z' from
115 &gcc_tdiag_char_table[0] to &gcc_diag_char_table[0].
116 (gcc_diag_char_table): Use PP_FORMAT_CHAR_TABLE, implicitly
117 adding missing "Z" for this table. Remove erroneous "G" and "K"
118 entries.
119 (gcc_tdiag_char_table): Use PP_FORMAT_CHAR_TABLE. Remove "v".
120 (gcc_cdiag_char_table): Use PP_FORMAT_CHAR_TABLE.
121 (gcc_cxxdiag_char_table): Use PP_FORMAT_CHAR_TABLE. Remove "v".
122
425fc685
RE
1232018-07-31 Richard Earnshaw <rearnsha@arm.com>
124
125 * c-common.c (speculation_safe_resolve_call): New function.
126 (speculation_safe_resolve_params): New function.
127 (speculation_safe_resolve_return): New function.
128 (resolve_overloaded_builtin): Handle __builtin_speculation_safe_value.
129 * c-cppbuiltin.c (c_cpp_builtins): Add pre-define for
130 __HAVE_SPECULATION_SAFE_VALUE.
131
181463c2
DM
1322018-07-20 David Malcolm <dmalcolm@redhat.com>
133
134 * c-common.c (c_cpp_error): Remove redundant "line_table"
135 parameter from call to rich_location::set_range.
136 (maybe_suggest_missing_token_insertion): Likewise.
137
0d7f9065
MS
1382018-07-20 Martin Sebor <msebor@redhat.com>
139
140 PR middle-end/82063
141 * gcc/c-family/c.opt (-Warray-bounds): Remove redundant -Wall.
142
00abf86c
MS
1432018-07-20 Martin Sebor <msebor@redhat.com>
144
145 PR middle-end/82063
146 * c-common.h (c_common_handle_option): Change function argument
147 to HOST_WIDE_INT.
148 * c-opts.c (c_common_init_options): Same.
149 (c_common_handle_option): Same. Remove special handling of
150 OPT_Walloca_larger_than_ and OPT_Wvla_larger_than_.
151 * c.opt (-Walloc-size-larger-than, -Walloca-larger-than): Change
152 options to take a HOST_WIDE_INT argument and accept a byte-size
153 suffix. Initialize.
154 (-Wvla-larger-than): Same.
155 (-Wno-alloc-size-larger-than, -Wno-alloca-larger-than): New.
156 (-Wno-vla-larger-than): Same.
157
9b452033
JJ
1582018-07-12 Jakub Jelinek <jakub@redhat.com>
159
160 * c-attribs.c (c_common_attribute_table): Add
161 "omp declare target implicit" attribute.
162
cd0762f3
RB
1632018-07-12 Richard Biener <rguenther@suse.de>
164
165 PR c/86453
166 * c-attribs.c (handle_packed_attribute): Do not build a variant
167 type with TYPE_PACKED, instead ignore the attribute if we may
168 not apply to the original type.
169
0b27c3ed
JJ
1702018-07-10 Jakub Jelinek <jakub@redhat.com>
171
172 PR c++/86443
173 * c-omp.c (c_omp_check_loop_iv_r, c_omp_check_loop_iv): Allow declv
174 to contain TREE_LIST for both the original class iterator and the
175 "last" helper var.
176
e730a0ef
EB
1772018-07-07 Eric Botcazou <ebotcazou@adacore.com>
178
179 * c-ada-spec.c (to_ada_name): Remove index parameter.
180 (pp_ada_tree_identifier): Likewise.
181 (dump_ada_macros): Adjust call to to_ada_name.
182 (struct overloaded_name_hash): Delete.
183 (struct overloaded_name_hasher): Likewise.
184 (overloaded_names): Likewise.
185 (compute_overloading_index): Likewise.
186 (dump_ada_decl_name): Do not call compute_overloading_index and
187 adjust calls to pp_ada_tree_identifier.
188 (dump_ada_double_name): Adjust calls to pp_ada_tree_identifier.
189 (dump_ada_import): Add spc parameter and switch to aspect syntax.
190 (dump_ada_function_declaration): Adjust call to pp_ada_tree_identifier.
191 (dump_ada_enum_type): Remove type and display_convention parameters.
192 Adjust calls to pp_ada_tree_identifier.
193 (dump_ada_node): Likewise and for dump_ada_structure.
194 (dump_nested_type) <ENUMERAL_TYPE>: Adjust call to dump_ada_enum_type
195 and tidy up.
196 <RECORD_TYPE>: Adjust call to dump_ada_structure and switch to aspect
197 syntax.
198 (print_constructor): Adjust call to pp_ada_tree_identifier.
199 (print_destructor): Likewise.
200 (dump_ada_declaration): Switch to aspect syntax.
201 (dump_ada_structure): Likewise and tidy up. Replace display_convention
202 parameter with nested parameter.
203 (dump_ads): Emit pragma Ada_2012 in lieu of pragma Ada_2005.
204 (dump_ada_specs): Do not delete overloaded_names table.
205
8de583fc
PB
2062018-07-06 Peter Bergner <bergner@linux.ibm.com>
207
208 PR target/86324
e730a0ef 209 * c-attribs.c (handle_mode_attribute): Call translate_mode_attribute
8de583fc
PB
210 target hook.
211
09cff37b
NS
2122018-07-05 Nathan Sidwell <nathan@acm.org>
213
214 * c-lex.c (fe_file_change): Check SYSTEM_IMPLICIT_EXTERN_C not
215 NO_IMPLICIT_EXTERN_C.
216
98086b2b
ML
2172018-06-28 Martin Liska <mliska@suse.cz>
218
219 * cppspec.c: Include opt-suggestions.h.
220
829c6349
CLT
2212018-06-20 Chung-Lin Tang <cltang@codesourcery.com>
222 Thomas Schwinge <thomas@codesourcery.com>
223 Cesar Philippidis <cesar@codesourcery.com>
224
225 * c-pragma.h (enum pragma_omp_clause): Add
226 PRAGMA_OACC_CLAUSE_{FINALIZE,IF_PRESENT}. Remove
227 PRAGMA_OACC_CLAUSE_PRESENT_OR_{COPY,COPYIN,COPYOUT,CREATE}.
228
f41b7612
JJ
2292018-06-20 Jakub Jelinek <jakub@redhat.com>
230
231 PR c++/86210
232 * c-common.c (check_nonnull_arg): Use fold_for_warn. Adjust obsolete
233 comment.
234
4252ccd7
MS
2352018-06-18 Martin Sebor <msebor@redhat.com>
236
237 PR middle-end/85602
238 * c-warn.c (sizeof_pointer_memaccess_warning): Check for attribute
239 nonstring.
240
e197e64e
KV
2412018-06-16 Kugan Vivekanandarajah <kuganv@linaro.org>
242
243 * c-common.c (c_common_truthvalue_conversion): Handle ABSU_EXPR.
244
34a7a230
JM
2452018-06-13 Jason Merrill <jason@redhat.com>
246
5cef3733
JM
247 * c-opts.c (c_common_post_options): Warn about useless -Wabi.
248 (c_common_handle_option) [OPT_Wabi_]: Remove flag_abi_compat_version
249 handling.
250
34a7a230
JM
251 PR c++/86094 - wrong code with defaulted move ctor.
252 * c-opts.c (c_common_post_options): Bump the current ABI version to
253 13. Set warn_abi_version and flag_abi_compat_version to the current
254 version rather than 0. Fix defaulting flag_abi_compat_version from
255 warn_abi_version.
256
bb0f14ae
MS
2572018-06-12 Martin Sebor <msebor@redhat.com>
258
259 PR c/85931
260 * c-warn.c (sizeof_pointer_memaccess_warning): Avoid warning when
261 sizeof source and destination yields the same value.
262
3713f2e2
ML
2632018-06-12 Martin Liska <mliska@suse.cz>
264
265 * c.opt: Make MPX-related options as Deprecated.
266
4af78ef8
DM
2672018-06-08 David Malcolm <dmalcolm@redhat.com>
268
269 * c-pretty-print.c (c_pretty_printer::statement): Use TDF_NONE
270 rather than 0.
271
31db0fe0
ML
2722018-06-08 Martin Liska <mliska@suse.cz>
273
274 * c-attribs.c (handle_bnd_variable_size_attribute): Remove support
275 for MPX (macros, related functions, fields in cgraph_node, ...).
276 (handle_bnd_legacy): Likewise.
277 (handle_bnd_instrument): Likewise.
278 * c.opt: Likewise.
279
fe16acf2
JJ
2802018-06-06 Jakub Jelinek <jakub@redhat.com>
281
282 PR c++/86068
283 * c-cppbuiltin.c (c_cpp_builtins): Fix a typo, set
284 __cpp_transactional_memory to 201500 instead of 210500.
285
4dbdb49b
JM
2862018-06-06 Jason Merrill <jason@redhat.com>
287
288 PR c++/85710 - ICE with -Wmemset-elt-size.
289 * c-warn.c (warn_for_memset): Don't crash on incomplete element type.
290
f8ad043f
JM
2912018-06-01 Jason Merrill <jason@redhat.com>
292
293 * c-cppbuiltin.c (c_cpp_builtins): Bump __cpp_deduction_guides to
294 201703.
295
abc24d93
EB
2962018-06-01 Eric Botcazou <ebotcazou@adacore.com>
297
298 * c-ada-spec.c (dump_ada_declaration) <TYPE_DECL>: Generate a forward
299 declaration for a typedef independently of whether the declaration of
300 the subtype is generated.
301
d258f4aa
MS
3022018-05-31 Martin Sebor <msebor@redhat.com>
303
304 PR c/82063
305 * c.opt (-Wno-alloc-size-larger-than): New option.
306
b67b9225
DP
3072018-04-22 David Pagan <dave.pagan@oracle.com>
308
309 PR c/55976
310 * c-opts.c (c_common_post_options): Set default for warn_return_type
311 for C++/C++ with ObjC extensions only. For C, makes it possible to
312 differentiate between default (no option), -Wreturn-type, and
313 -Wno-return-type.
314
04eb9c55
JM
3152018-05-29 Jason Merrill <jason@redhat.com>
316
317 * c.opt (Winit-list-lifetime): New flag.
318
b0c31bc6
BE
3192018-05-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
320
321 * c-lex.c (get_fileinfo): Use splay_tree_compare_strings and
322 splay_tree_delete_pointers.
323
44284983
JJ
3242018-05-26 Jakub Jelinek <jakub@redhat.com>
325
326 PR bootstrap/85921
327 * c-warn.c (diagnose_mismatched_attributes): Remove unnecessary
328 noinline variable to workaround broken kernel headers.
329
b46b715d
JM
3302018-05-18 Jason Merrill <jason@redhat.com>
331
332 * c.opt (Wdeprecated-copy): New flag.
333
40659769
ML
3342018-05-17 Martin Liska <mliska@suse.cz>
335
336 * c-warn.c (overflow_warning): Do not use
337 space in between 'G_' and '('.
338
403962ea
JM
3392018-05-09 Jason Merrill <jason@redhat.com>
340
341 * c-common.c (valid_array_size_p): Add complain parameter.
342 * c-common.h: ...which defaults to true.
343
1c9ee609
JJ
3442018-05-11 Jakub Jelinek <jakub@redhat.com>
345
346 PR c/85696
347 * c-omp.c (c_omp_predetermined_sharing): Return
348 OMP_CLAUSE_DEFAULT_SHARED for artificial vars with integral type.
349
19916065
ML
3502018-05-11 Martin Liska <mliska@suse.cz>
351
352 PR sanitizer/85556
353 * c-attribs.c (handle_no_sanitize_attribute): Iterate all
354 TREE_LIST values.
355
79e7b1fe
JJ
3562018-05-10 Jakub Jelinek <jakub@redhat.com>
357
358 PR c++/85662
359 * c-common.h (fold_offsetof_1): Removed.
360 (fold_offsetof): Add TYPE argument defaulted to size_type_node and
361 CTX argument defaulted to ERROR_MARK.
362 * c-common.c (fold_offsetof_1): Renamed to ...
363 (fold_offsetof): ... this. Remove wrapper function. Add TYPE
364 argument, convert the pointer constant to TYPE and use size_binop
365 with PLUS_EXPR instead of fold_build_pointer_plus if type is not
366 a pointer type. Adjust recursive calls.
367
86c12f76
EB
3682018-05-10 Eric Botcazou <ebotcazou@adacore.com>
369
370 PR c++/85400
371 * c-attribs.c (handle_visibility_attribute): Do not set no_add_attrs.
372
ee336e84
NS
3732018-05-07 Nathan Sidwell <nathan@acm.org>
374
375 * c.opt (ffor-scope): Remove functionality, issue warning.
376
6c072e21
NS
3772018-05-03 Nathan Sidwell <nathan@acm.org>
378
379 * c.opt (ffriend-injection): Remove functionality, issue warning.
380
2cc7d3a7
DM
3812018-05-01 David Malcolm <dmalcolm@redhat.com>
382
383 PR c/84258
384 * c-format.c (struct format_check_results): Add field
385 "number_non_char".
386 (check_format_info): Initialize it, and warn if encountered.
387 (check_format_arg): Distinguish between wide char and
388 everything else when detecting arrays of non-char.
389
7761dfbe
DM
3902018-04-30 David Malcolm <dmalcolm@redhat.com>
391
392 * c-format.c (get_corrected_substring): Update for
393 location_get_source_line returning a char_span. Use a char_span
394 when handling the prefix of the correction.
395 * c-indentation.c (get_visual_column): Update for
396 location_get_source_line returning a char_span.
397 (get_first_nws_vis_column): Likewise.
398
62e98ef1
DM
3992018-03-29 David Malcolm <dmalcolm@redhat.com>
400
401 PR c++/84269
402 * known-headers.cc (get_stdlib_header_for_name): Add various names
403 from <assert.h>, <string.h>, and <memory.h>; add more names from
404 <stdio.h>.
405
a7dea617
JJ
4062018-03-27 Jakub Jelinek <jakub@redhat.com>
407
408 PR c++/85061
409 * c-common.c (fold_offsetof_1) <case COMPOUND_EXPR>: Assert that
410 get_base_address of the second operand is a VAR_P, rather than the
411 operand itself, and use gcc_checking_assert instead of gcc_assert.
412
889a3a30
MP
4132018-03-23 Marek Polacek <polacek@redhat.com>
414
415 PR c++/85045
416 * c-pretty-print.c (c_pretty_printer::multiplicative_expression)
417 <case RDIV_EXPR>: Tweak condition.
418
452154b9
EB
4192018-03-20 Eric Botcazou <ebotcazou@adacore.com>
420
421 * c-ada-spec.c (pp_ada_tree_identifier): Deal specifically with _Bool.
422
63ecb626
JJ
4232018-03-16 Jakub Jelinek <jakub@redhat.com>
424
ce811fc4
JJ
425 PR c/84909
426 * c-warn.c (conversion_warning): Replace "to to" with "to" in
427 diagnostics.
428
63ecb626
JJ
429 PR c/84910
430 * c-warn.c (diagnose_mismatched_attributes): Remove trailing space from
431 diagnostics.
432
a1295eec
RB
4332018-03-16 Richard Biener <rguenther@suse.de>
434
435 PR c/84873
436 * c-gimplify.c (c_gimplify_expr): Revert previous change. Instead
437 unshare the possibly folded expression.
438
919674fb
RB
4392018-03-15 Richard Biener <rguenther@suse.de>
440
441 PR c/84873
442 * c-gimplify.c (c_gimplify_expr): Do not fold expressions.
443
f99309b2
MS
4442018-03-13 Martin Sebor <msebor@redhat.com>
445
446 PR tree-optimization/84725
447 * c-attribs.c (handle_nonstring_attribute): Allow attribute nonstring
448 with all three narrow character types, including their qualified forms.
449
e9b9fa4c
MS
4502018-03-12 Martin Sebor <msebor@redhat.com>
451
452 PR tree-optimization/83456
453 * gcc/c-family/c-common.c (check_function_restrict): Return bool.
454 Restore checking of bounded built-in functions.
455 (check_function_arguments): Also return the result
456 of warn_for_restrict.
457 * gcc/c-family/c-common.c (check_function_restrict): Return bool.
458 * gcc/c-family/c-warn.c (warn_for_restrict): Return bool.
459
0805d020
MP
4602018-03-02 Marek Polacek <polacek@redhat.com>
461
462 PR c++/84171
463 * c-warn.c (warn_for_sign_compare): Bail out if any of the operands
464 is erroneous.
465
ed2a2f08
TS
4662018-03-02 Thomas Schwinge <thomas@codesourcery.com>
467
468 * c-attribs.c (c_common_attribute_table): Remove "cilk simd
469 function".
470
90abdde0
MP
4712018-03-01 Marek Polacek <polacek@redhat.com>
472
473 PR c++/84639
474 * c-attribs.c (common_handle_aligned_attribute): Don't use invalid
475 alignment in computation.
476
c6db43fa
EB
4772018-02-28 Eric Botcazou <ebotcazou@adacore.com>
478
479 * c-ada-spec.c (dump_ada_node) <NULLPTR_TYPE>: New case.
480 <REAL_TYPE>: Deal specifically with _Float128/__float128.
481
9e25c7ed
EB
4822018-02-28 Eric Botcazou <ebotcazou@adacore.com>
483
484 * c-ada-spec.c (dump_ada_double_name) <ENUMERAL_TYPE>: New case.
485 (is_char_array): Take a type instead of a declaration.
486 (dump_ada_array_type): Likewise.
487 (is_simple_enum): Minor tweak.
488 (dump_ada_enum_type): New function extracted from...
489 (dump_ada_node) <ENUMERAL_TYPE>: ...here. Invoke it.
490 <INTEGER_TYPE>: Remove unreachable code.
491 <RECORD_TYPE>: Likewise. Minor tweaks.
492 (dump_nested_type) <ARRAY_TYPE>: Adjust to above changes.
493 <ENUMERAL_TYPE>: New case.
494 <RECORD_TYPE>: Factor out common code.
495 (dump_ada_declaration) <ARRAY_TYPE>: Adjust to above changes.
496 Minor tweaks. Deal with enumeral types.
497 (dump_ada_structure): Minor tweaks.
498
09de3550
EB
4992018-02-28 Eric Botcazou <ebotcazou@adacore.com>
500
501 * c-ada-spec.c (dump_ada_node) <POINTER_TYPE>: Do not use generic
502 address for incomplete structures.
503 (dump_forward_type): Do not bail out for incomplete structures.
504 (dump_ada_declaration): Do not special-case incomplete structures
505 for subtypes. Dump them as null records for types.
506
095d8d4b
EB
5072018-02-28 Eric Botcazou <ebotcazou@adacore.com>
508
509 * c-ada-spec.c (dump_ada_import): Use boolean and fix formatting.
510 (is_char_array): Fix formatting.
511 (dump_template_types): Likewise.
512 (dump_generic_ada_node): Rename into...
513 (dump_ada_node): ...this.
514 <POINTER_TYPE>: Remove superfluous space. Use generic address for
515 incomplete structures and not for empty structures. Do not use it
516 when forward declarations are needed.
517 (dump_forward_type): New function.
518 (dump_nested_types): Remove FORWARD parameter. Do not consider
519 TREE_VISITED and do not generate a forward declaration. Only dump
520 original nested types for nested declaration.
521 (dump_nested_type) <POINTER_TYPE>: Call dump_forward_type.
522 <ARRAY_TYPE>: Likewise if the component type is an anonymous pointer.
523 <RECORD_TYPE>: Do not consider TREE_VISITED.
524 (dump_ada_declaration): Use booleans and fix formatting throughout.
525 <TYPE_DECL>: Skip incomplete structures and not empty structures.
526 Call dump_forward_type instead of dump_nested_types for a typedef.
527 Remove superfluous check and adjust call to dump_nested_types.
528 <POINTER_TYPE>: Call dump_forward_type and fall through.
529 (dump_ada_struct_decl): Rename into...
530 (dump_ada_structure): ...this. Do not special-case empty structures.
531
d4cfd486
MS
5322018-02-27 Martin Sebor <msebor@redhat.com>
533
534 PR c++/83871
535 * c.opt (-Wmissing-attributes): New option.
536
b22dbd03
ML
5372018-02-21 Martin Liska <mliska@suse.cz>
538
539 * c.opt (Wcatch-value=): Add IntegerRange.
540
883dfe2a
JM
5412018-02-15 Jason Merrill <jason@redhat.com>
542
543 * c-cppbuiltin.c (c_cpp_builtins): Update __cpp_deduction_guides.
544
0444aa9c
NS
5452018-02-09 Nathan Sidwell <nathan@acm.org>
546
547 PR c/84293
548 * c-common.h (strict_aliasing_warning): Drop OTYPE arg, insert LOC
549 arg.
550 * c-warn.c (strict_aliasing_warning): Drop OTYPE arg, require LOC
551 arg. Adjust.
552
cea71f0a
MS
5532018-02-09 Martin Sebor <msebor@redhat.com>
554
555 PR lto/84212
556 * c.opt (-Wstringop-overflow, -Warray-bounds): Add LTO.
557 (-Walloc-size-larger-than, -Wformat-truncation=): Same.
558 (-Wmaybe-uninitialized, -Wnonnull, -Wrestrict): Same.
559 (-Wstrict-overflow, -Wsuggest-attribute): Same.
560 (-Wuninitialized): Same.
561
8c8b7be5
EB
5622018-02-09 Eric Botcazou <ebotcazou@adacore.com>
563
564 * c-ada-spec.c (dump_ada_declaration): Do not generate the 'constant'
565 keyword for components.
566
7c30b12a
PC
5672018-02-02 Paolo Carlini <paolo.carlini@oracle.com>
568
569 * c-common.h (DECL_UNNAMED_BIT_FIELD): New.
570
eece7fe5
JK
5712018-02-02 Julia Koval <julia.koval@intel.com>
572
573 * c-common.h (omp_clause_mask): Move to wide_int_bitmask.h.
574
7d07a93a
MP
5752018-01-29 Marek Polacek <polacek@redhat.com>
576
577 PR c/83966
578 * c-format.c (check_function_format): Check current_function_decl.
579
53723269
JJ
5802018-01-27 Jakub Jelinek <jakub@redhat.com>
581
582 * c-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup for the fp_suffix
583 argument.
584 (LAZY_HEX_FP_VALUES_CNT): Define.
585 (lazy_hex_fp_values): Allow up to LAZY_HEX_FP_VALUES_CNT lazy hex fp
586 values rather than just 12.
587 (builtin_define_with_hex_fp_value): Likewise.
588
7365279f
BK
5892018-01-18 Boris Kolpackov <boris@codesynthesis.com>
590
591 PR other/70268
53723269
JJ
592 * c.opt (-fmacro-prefix-map): New option.
593 * c-opts.c (c_common_handle_option): Handle it.
594 * c-lex.c (init_c_lex): Set remap_filename cpp callback.
595 * c-ppoutput.c (init_pp_output): Likewise.
7365279f 596
bb9869d5
DM
5972018-01-17 David Malcolm <dmalcolm@redhat.com>
598
599 PR c++/83814
600 * c-common.c (fold_for_warn): Move to c/c-fold.c and cp/expr.c.
601
68dc87c3
EB
6022018-01-10 Eric Botcazou <ebotcazou@adacore.com>
603
604 * c-ada-spec.c (dump_number): Add FLOAT_P parameter.
605 Skip 'f' and 'F' characters if it is true.
606 (store_ada_macro): Minor tweak.
607 (dump_ada_macros) <CPP_COMMENT>: Likewise.
608 <CPP_WSTRING>: Likewise.
609 <CPP_STRING>: Output '&' in the buffer if not the first string.
610 <CPP_NUMBER>: Adjust calls to dump_number.
611
9a004410
DM
6122018-01-10 David Malcolm <dmalcolm@redhat.com>
613
614 PR c++/43486
615 * c-common.c: Include "selftest.h".
616 (get_atomic_generic_size): Perform the test for integral type
617 before the range test for any integer constant, fixing indentation
618 of braces. Call fold_for_warn before testing for an INTEGER_CST.
619 (reject_gcc_builtin): Strip any location wrapper from EXPR.
620 (selftest::test_fold_for_warn): New function.
621 (selftest::c_common_c_tests): New function.
622 (selftest::c_family_tests): Call it, and
623 selftest::c_pretty_print_c_tests.
624 * c-common.h (selftest::c_pretty_print_c_tests): New decl.
625 * c-format.c (check_format_arg): Convert VAR_P check to a
626 fold_for_warn.
627 * c-pretty-print.c: Include "selftest.h".
628 (pp_c_cast_expression): Don't print casts for location wrappers.
629 (selftest::assert_c_pretty_printer_output): New function.
630 (ASSERT_C_PRETTY_PRINTER_OUTPUT): New macro.
631 (selftest::test_location_wrappers): New function.
632 (selftest::c_pretty_print_c_tests): New function.
633 * c-warn.c (warn_for_memset): Call fold_for_warn on the arguments.
634
5c0caeb3
RS
6352018-01-03 Richard Sandiford <richard.sandiford@linaro.org>
636 Alan Hayward <alan.hayward@arm.com>
637 David Sherwood <david.sherwood@arm.com>
638
639 * c-common.c (c_common_type_for_mode): Handle MODE_VECTOR_BOOL.
640
73a699ae
RS
6412018-01-03 Richard Sandiford <richard.sandiford@linaro.org>
642 Alan Hayward <alan.hayward@arm.com>
643 David Sherwood <david.sherwood@arm.com>
644
645 * c-ubsan.c (ubsan_instrument_shift): Treat GET_MODE_BITSIZE
646 as polynomial.
647
928686b1
RS
6482018-01-03 Richard Sandiford <richard.sandiford@linaro.org>
649 Alan Hayward <alan.hayward@arm.com>
650 David Sherwood <david.sherwood@arm.com>
651
652 * c-common.c (vector_types_convertible_p, c_build_vec_perm_expr)
653 (convert_vector_to_array_for_subscript): Handle polynomial
654 TYPE_VECTOR_SUBPARTS.
655 (c_common_type_for_mode): Check valid_vector_subparts_p.
656 * c-pretty-print.c (pp_c_initializer_list): Handle polynomial
657 VECTOR_CST_NELTS.
658
85ec4feb
JJ
6592018-01-03 Jakub Jelinek <jakub@redhat.com>
660
661 Update copyright years.
662
170a8bd6
EB
6632017-12-22 Mike Stump <mikestump@comcast.net>
664 Eric Botcazou <ebotcazou@adacore.com>
665
666 * c-pragma.c (init_pragma): Register pragma GCC unroll.
667 * c-pragma.h (enum pragma_kind): Add PRAGMA_UNROLL.
668
18408e96
AO
6692017-12-22 Alexandre Oliva <aoliva@redhat.com>
670
671 PR debug/83527
672 PR debug/83419
673 * c-semantics.c (only_debug_stmts_after_p): New.
674 (pop_stmt_list): Clear side effects in debug-only stmt list.
675 Check for single nondebug stmt followed by debug stmts only.
676
c12d20d4
AO
6772017-12-21 Alexandre Oliva <aoliva@redhat.com>
678
679 PR debug/83419
680 * c-semantics.c (pop_stmt_list): Propagate side effects from
681 single nondebug stmt to container list.
682
01512446
JJ
6832017-12-19 Jakub Jelinek <jakub@redhat.com>
684
685 * known-headers.cc (get_stdlib_header_for_name): Replace Yoda
686 conditions with typical order conditions.
687
82cfbd01
MP
6882017-12-18 Marek Polacek <polacek@redhat.com>
689
690 * c-warn.c (warn_logical_operator): Return early if -Wlogical-op is
691 not in effect.
692
99da11ec
MS
6932017-12-17 Martin Sebor <msebor@redhat.com>
694
695 * c-attribs.c (common_handle_aligned_attribute): Avoid issuing
696 an error for attribute warn_if_not_aligned.
697
cc8bea0a
MS
6982017-12-16 Martin Sebor <msebor@redhat.com>
699
700 PR tree-optimization/78918
701 * c-common.c (check_function_restrict): Avoid checking built-ins.
702 * c.opt (-Wrestrict): Include in -Wall.
703
4849deb1
JJ
7042017-12-15 Jakub Jelinek <jakub@redhat.com>
705
706 * c-attribs.c (c_common_attribute_table,
707 c_common_format_attribute_table): Swap affects_type_identity
708 and handler fields, adjust comments.
709
c65e18d3
BE
7102017-12-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
711
712 * c.opt (Wcast-function-type): New warning option.
713 * c-lex.c (get_fileinfo): Avoid warning.
714 * c-ppoutput.c (scan_translation_unit_directives_only): Remove cast.
715
2004617a
QZ
7162017-12-14 Qing Zhao <qing.zhao@oracle.com>
717
7365279f 718 PR middle_end/79538
2004617a
QZ
719 * c-cppbuiltin.c (builtin_define_with_hex_fp_value):
720 Adjust the size of buf1 and buf2, add a new buf to avoid
721 format-overflow warning.
722
96a95ac1
AO
7232017-12-12 Alexandre Oliva <aoliva@redhat.com>
724
725 * c-semantics.c (pop_stmt_list): Move begin stmt marker into
726 subsequent statement list.
727
5d9ae53d
MS
7282017-12-07 Martin Sebor <msebor@redhat.com>
729
730 PR c/81544
731 PR c/81566
732 * c-attribs.c (attr_aligned_exclusions): New array.
733 (attr_alloc_exclusions, attr_cold_hot_exclusions): Same.
734 (attr_common_exclusions, attr_const_pure_exclusions): Same.
735 (attr_gnu_inline_exclusions, attr_inline_exclusions): Same.
736 (attr_noreturn_exclusions, attr_returns_twice_exclusions): Same.
737 (attr_warn_unused_result_exclusions): Same.
738 (handle_hot_attribute, handle_cold_attribute): Simplify.
739 (handle_const_attribute): Warn on function returning void.
740 (handle_pure_attribute): Same.
741 (handle_aligned_attribute): Diagnose conflicting attribute
742 specifications.
743 * c-warn.c (diagnose_mismatched_attributes): Simplify.
744
c79144f8
DM
7452017-12-06 David Malcolm <dmalcolm@redhat.com>
746
747 PR c/83236
748 * c-common.c (selftest::c_family_tests): Call
749 selftest::c_spellcheck_cc_tests.
750 * c-common.h (selftest::c_spellcheck_cc_tests): New decl.
751 * c-spellcheck.cc: Include "selftest.h".
752 (name_reserved_for_implementation_p): New function.
753 (should_suggest_as_macro_p): New function.
754 (find_closest_macro_cpp_cb): Move the check for NT_MACRO to
755 should_suggest_as_macro_p and call it.
756 (selftest::test_name_reserved_for_implementation_p): New function.
757 (selftest::c_spellcheck_cc_tests): New function.
758 * c-spellcheck.h (name_reserved_for_implementation_p): New decl.
759
613bc14f
DM
7602017-12-06 David Malcolm <dmalcolm@redhat.com>
761
762 * c-spellcheck.cc: New file, taken from macro-handling code in
763 spellcheck-tree.c.
764 * c-spellcheck.h: New file, taken from macro-handling code in
765 spellcheck-tree.h.
766
e76c7157
JJ
7672017-12-01 Jakub Jelinek <jakub@redhat.com>
768
769 * c-attribs.c (c_common_attribute_table): Remove "cilk simd function"
770 attribute.
771 (handle_simd_attribute): Don't check for "cilk simd function"
772 attribute. Reindent, formatting changes.
773
b0da4034
JK
7742017-11-30 Julia Koval <julia.koval@intel.com>
775
776 * c-common.h (inv_list): Remove.
777
058f0b9e
JJ
7782017-11-28 Jakub Jelinek <jakub@redhat.com>
779
780 PR sanitizer/81275
781 * c-common.c (c_switch_covers_all_cases_p_1,
782 c_switch_covers_all_cases_p): New functions.
783 * c-common.h (c_switch_covers_all_cases_p): Declare.
784
5e9d6aa4
JK
7852017-11-28 Julia Koval <julia.koval@intel.com>
786 Sebastian Peryt <sebastian.peryt@intel.com>
787
788 * array-notation-common.c: Delete.
789 * c-cilkplus.c: Ditto.
790 * c-common.c (_Cilk_spawn, _Cilk_sync, _Cilk_for): Remove.
791 * c-common.def (ARRAY_NOTATION_REF): Remove.
792 * c-common.h (RID_CILK_SPAWN, build_array_notation_expr,
793 build_array_notation_ref, C_ORT_CILK, c_check_cilk_loop,
794 c_validate_cilk_plus_loop, cilkplus_an_parts,
795 cilk_ignorable_spawn_rhs_op,
796 cilk_recognize_spawn): Remove.
797 * c-gimplify.c (CILK_SPAWN_STMT): Remove.
798 * c-omp.c: Remove CILK_SIMD check.
799 * c-pragma.c: Ditto.
800 * c-pragma.h: Remove CILK related pragmas.
801 * c-pretty-print.c (c_pretty_printer::postfix_expression): Remove
802 ARRAY_NOTATION_REF condition.
803 (c_pretty_printer::expression): Ditto.
804 * c.opt (fcilkplus): Remove.
805 * cilk.c: Delete.
806
1af4ebf5
MG
8072017-11-21 Marc Glisse <marc.glisse@inria.fr>
808
809 * c-pretty-print.c (pp_c_additive_expression,
810 c_pretty_printer::expression): Handle POINTER_DIFF_EXPR.
811
d44ed508
JJ
8122017-11-21 Jakub Jelinek <jakub@redhat.com>
813
7d2f0f9b
JJ
814 * c-common.c (get_nonnull_operand): Use tree_to_uhwi.
815
d44ed508
JJ
816 PR c++/83059
817 * c-common.c (get_atomic_generic_size): Use TREE_INT_CST_LOW
818 instead of tree_to_uhwi, formatting fix.
819
26edace6
DM
8202017-11-20 David Malcolm <dmalcolm@redhat.com>
821
822 PR c/81404
823 * known-headers.cc: New file, based on material from c/c-decl.c.
824 (suggest_missing_header): Copied as-is.
825 (get_stdlib_header_for_name): New, based on get_c_name_hint but
826 heavily edited to add C++ support. Add some knowledge about
827 <limits.h>, <stdint.h>, and <wchar.h>.
828 * known-headers.h: Likewise.
829
6c7a259b
DM
8302017-11-20 David Malcolm <dmalcolm@redhat.com>
831
832 * c-common.h (enum lookup_name_fuzzy_kind): Move to name-hint.h.
833 (lookup_name_fuzzy): Likewise. Convert return type from
834 const char * to name_hint. Add location_t param.
835 * name-hint.h: New header.
836
f9c59f7e
JJ
8372017-11-19 Jakub Jelinek <jakub@redhat.com>
838
839 PR c/66618
840 PR c/69960
841 * c-common.h (c_fully_fold): Add LVAL argument defaulted to false.
842
1e39313a
JM
8432017-11-16 Joseph Myers <joseph@codesourcery.com>
844
845 * c.opt (-std=c17, std=gnu17, -std=iso9899:2017): Refer to 2018
846 expected publication date of C17.
847 (-std=c18, -std=gnu18, -std=iso9899:2018): New option aliases.
848
3ca0dc60
JM
8492017-11-15 Joseph Myers <joseph@codesourcery.com>
850
851 PR c/81156
852 * c-common.c (c_common_reswords): Add __builtin_tgmath.
853 * c-common.h (enum rid): Add RID_BUILTIN_TGMATH.
854
025d57f0
MS
8552017-11-10 Martin Sebor <msebor@redhat.com>
856
857 PR c/81117
858 * c-common.c (catenate_strings): Use memcpy instead of strncpy.
859 * c-warn.c (sizeof_pointer_memaccess_warning): Handle arrays.
860 * c.opt (-Wstringop-truncation): New option.
861
1b6fa695
ML
8622017-11-06 Martin Liska <mliska@suse.cz>
863
864 PR middle-end/82404
865 * c-opts.c (c_common_post_options): Set -Wreturn-type for C++
866 FE.
867 * c.opt: Set default value of warn_return_type.
868
64a5912c
DM
8692017-10-31 David Malcolm <dmalcolm@redhat.com>
870
871 * c-common.c (binary_op_error): Update for renaming of
872 error_at_rich_loc.
873 (c_parse_error): Likewise.
874 * c-warn.c (warn_logical_not_parentheses): Likewise for
875 renaming of inform_at_rich_loc.
876 (warn_for_restrict): Likewise for renaming of
877 warning_at_rich_loc_n.
878
c76dc9c3
JM
8792017-10-30 Joseph Myers <joseph@codesourcery.com>
880
881 * c.opt (std=c17, std=gnu17, std=iso9899:2017): New options.
882 * c-opts.c (set_std_c17): New function.
883 (c_common_init_options): Use gnu17 as default C version.
884 (c_common_handle_option): Handle -std=c17 and -std=gnu17.
885
ee5fd23a
MM
8862017-10-27 Michael Meissner <meissner@linux.vnet.ibm.com>
887
888 * c-cppbuiltin.c (mode_has_fma): Add support for PowerPC KFmode.
889 (c_cpp_builtins): If a machine has a fast fma _Float<N> and
890 _Float<N>X variant, define __FP_FAST_FMA<N> and/or
891 __FP_FAST_FMA<N>X.
892
d1047465
MP
8932017-10-23 Marek Polacek <polacek@redhat.com>
894
895 PR c/82681
896 * c-warn.c (warnings_for_convert_and_check): Fix typos.
897
9e878cf1
EB
8982017-10-19 Eric Botcazou <ebotcazou@adacore.com>
899
900 * c-common.c (check_builtin_function_arguments): Also check arguments
901 of __builtin_alloca_with_align_and_max.
902
89b6abbb
DM
9032017-10-17 David Malcolm <dmalcolm@redhat.com>
904
905 * c-format.c (format_warning_at_char): Pass UNKNOWN_LOCATION
906 rather than NULL to format_warning_va.
907 (check_format_types): Likewise when calling format_type_warning.
908 Remove code to extract source_ranges and source_range * in favor
909 of just a location_t.
910 (format_type_warning): Convert source_range * param to a
911 location_t.
912
39382c09
JJ
9132017-10-13 Jakub Jelinek <jakub@redhat.com>
914
915 * c-gimplify.c (c_gimplify_expr): Handle [LR]ROTATE_EXPR like
916 [LR]SHIFT_EXPR.
917
62e1c678
DM
9182017-10-12 David Malcolm <dmalcolm@redhat.com>
919
920 * c-common.c (enum missing_token_insertion_kind): New enum.
921 (get_missing_token_insertion_kind): New function.
922 (maybe_suggest_missing_token_insertion): New function.
923 * c-common.h (maybe_suggest_missing_token_insertion): New decl.
924
b90c9338
NS
9252017-10-11 Nathan Sidwell <nathan@acm.org>
926
927 * c-opts.c (add_prefixed_path): Change chain to incpath_kind.
928 (c_common_handle_option): Update incpath_kind names.
929
3a266bcd
ML
9302017-10-11 Martin Liska <mliska@suse.cz>
931
932 PR sanitizer/82490
933 * c-attribs.c (handle_no_sanitize_attribute): Report directly
934 Wattributes warning.
935
8e6cdc90
RS
9362017-10-10 Richard Sandiford <richard.sandiford@linaro.org>
937
938 * c-ada-spec.c (dump_generic_ada_node): Use wi::to_wide when
939 operating on trees as wide_ints.
940 * c-common.c (pointer_int_sum): Likewise.
941 * c-pretty-print.c (pp_c_integer_constant): Likewise.
942 * c-warn.c (match_case_to_enum_1): Likewise.
943 (c_do_switch_warnings): Likewise.
944 (maybe_warn_shift_overflow): Likewise.
945
802b38c9
JJ
9462017-10-10 Jakub Jelinek <jakub@redhat.com>
947
948 PR c/82437
949 * c-warn.c (warn_tautological_bitwise_comparison): Use wi::to_wide
950 instead of wide_int::from.
951
4e34b338
JJ
9522017-10-06 Jakub Jelinek <jakub@redhat.com>
953
954 PR c/82437
955 * c-warn.c (warn_tautological_bitwise_comparison): Instead of
956 using to_widest use wide_int with the larger of the two precisions.
957
4bc4b2b4
BE
9582017-10-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
959
960 * c-pretty-print.c (pp_c_parameter_type_list): Print ... for variadic
961 functions.
962
a1488398
RS
9632017-10-02 Richard Sandiford <richard.sandiford@linaro.org>
964
965 * c-warn.c (warn_tautological_bitwise_comparison): Use wi::to_widest
966 when combining the original unconverted comparison operands.
967
01c9fb68
JJ
9682017-09-29 Jakub Jelinek <jakub@redhat.com>
969
970 * c-attribs.c (handle_noipa_attribute): Don't add "stack_protect"
971 attribute.
972
6e3e8419
EB
9732017-09-29 Eric Botcazou <ebotcazou@adacore.com>
974
975 * c-ada-spec.c (to_ada_name): Add index parameter.
976 (pp_ada_tree_identifier): Likewise.
977 (dump_ada_macros): Adjust call to to_ada_name.
978 (struct overloaded_name_hash): New type.
979 (struct overloaded_name_hasher): Likewise.
980 (overloaded_names): New hash table.
981 (compute_overloading_index): New function.
982 (dump_ada_decl_name): Call it and pass the result to
983 pp_ada_tree_identifier.
984 (dump_ada_double_name): Adjust calls to pp_ada_tree_identifier.
985 (dump_ada_function_declaration): Likewise.
986 (dump_generic_ada_node): Likewise.
987 (print_constructor): Likewise.
988 (print_destructor): Likewise.
989 (dump_ada_specs): Delete overloaded_names table.
990
79310774
EB
9912017-09-29 Eric Botcazou <ebotcazou@adacore.com>
992
993 * c-ada-spec.c (max_ada_macros): Move around.
994 (store_ada_macro_index): Likewise.
995 (source_file): Rename into...
996 (macro_source_file): ...this.
997 (count_ada_macro): Move around.
998 (store_ada_macro): Likewise.
999 (compare_macro): Likewise.
1000 (print_ada_macros): Merge in...
1001 (dump_ada_macros): ...this.
1002 (source_file_base): Rename into...
1003 (current_source_file): ...this.
1004 (print_comment): Move around.
1005 (dump_ada_nodes): Call dump_ada_declaration directly.
1006 (struct with): Change type of limited field to bool.
1007 (append_withs): Change type of limited_access parameter to bool.
1008 (pp_ada_tree_identifie): Likewise.
1009 (dump_ada_decl_nam): Likewise.
1010 (dump_generic_ada_node): Likewise. Do not print the return type.
1011 (to_ada_name): Change type of space_found parameter to bool.
1012 (dump_ada_function_declaration): Return void and change type of
1013 parameters to bool. Also print the return type for a function.
1014 (print_ada_methods): Rename into...
1015 (dump_ada_methods): ...this.
1016 (print_ada_declaration): Rename into ...
1017 (dump_ada_declaration): ...this. Do not print the return type.
1018 (print_ada_struct_decl): Rename into...
1019 (dump_ada_struct_decl): ...this.
1020
7d386d45
JJ
10212017-09-29 Jakub Jelinek <jakub@redhat.com>
1022
1023 * c-attribs.c (handle_packed_attribute): Test DECL_C_BIT_FIELD
1024 rather than DECL_INITIAL.
1025 (common_handle_aligned_attribute): Likewise.
1026
9ed32e27
AO
10272017-09-20 Alexandre Oliva <aoliva@redhat.com>
1028
1029 * c.opt (gen-decls): Add RejectNegative.
1030
026a79f7
AS
10312017-09-15 Andrew Sutton <andrew.n.sutton@gmail.com>
1032 Jakub Jelinek <jakub@redhat.com>
1033
1034 Add support for -std=c++2a.
1035 * c-common.h (cxx_dialect): Add cxx2a as a dialect.
1036 * opt.c: Add options for -std=c++2a and -std=gnu++2a.
1037 * c-opts.c (set_std_cxx2a): New.
1038 (c_common_handle_option): Set options when -std=c++2a is enabled.
1039 (c_common_post_options): Adjust comments.
1040 (set_std_cxx14, set_std_cxx17): Likewise.
1041
4a8ca690
EB
10422017-09-15 Eric Botcazou <ebotcazou@adacore.com>
1043
1044 * c-pragma.c (handle_pragma_scalar_storage_order): Expand on error
1045 message for non-uniform endianness and issue a warning in C++.
1046
7b936140
JJ
10472017-09-15 Jakub Jelinek <jakub@redhat.com>
1048
1049 * c.opt (Wc++1z-compat): Change from option to undocumented alias.
1050 (Wc++17-compat): Change from undocumented alias to option.
1051 (Wnoexcept-type): Enable by Wc++17-compat instead of Wc++1z-compat,
1052 change C++1z to C++17 in description.
1053 (std=c++1z, std=gnu++1z): Change from option to undocumented
1054 deprecated alias.
1055 (std=c++17, std=gnu++17): Change from undocumented alias to option.
1056 Adjust description.
1057 * c-common.h (enum cxx_dialect): Rename cxx1z to cxx17.
1058 * c-opts.c (set_std_cxx1z): Rename to ...
1059 (set_std_cxx17): ... this.
1060 (c_common_handle_option): Rename OPT_std_c__1z to OPT_std_c__17
1061 and OPT_std_gnu__1z to OPT_std_gnu__17. Adjust set_std_cxx1z
7365279f 1062 caller.
7b936140
JJ
1063 (c_common_post_options): Use cxx17 instead of cxx1z. Adjust
1064 comments.
1065
12263f13
L
10662017-09-12 H.J. Lu <hongjiu.lu@intel.com>
1067
1068 * c-attribs.c (common_handle_aligned_attribute): Don't warn
1069 function alignment if warn_if_not_aligned_p is true.
1070
6836632e
NS
10712017-09-12 Nathan Sidwell <nathan@acm.org>
1072
1073 * c-common.c (field_decl_cmp, resort_data, resort_field_decl_cmp,
1074 resort_sorted_fields): Move to c/c-decl.c.
1075 * c-common.h (field_decl_cmp, resort_sorted_fields): Delete.
1076 (struct sorted_fields_type): Move to c/c-lang.h.
1077
019bf9ad
JW
10782017-09-09 Jonathan Wakely <jwakely@redhat.com>
1079
1080 PR c++/81852
1081 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_threadsafe_static_init.
1082
bc7fe952
MP
10832017-09-04 Marek Polacek <polacek@redhat.com>
1084
1085 PR c/81783
1086 * c-warn.c (warn_tautological_bitwise_comparison): New function.
1087 (warn_tautological_cmp): Call it.
1088
de7c2c6a
BK
10892017-09-01 Boris Kolpackov <boris@codesynthesis.com>
1090
1091 * c-opts.c (c_common_finish): Write dependency information even if
1092 there are errors.
1093
d2e05fcb
JJ
10942017-09-01 Jakub Jelinek <jakub@redhat.com>
1095
1096 PR c/81887
1097 * c-pragma.c (omp_pragmas): Move "ordered" entry from here to ...
1098 (omp_pragmas_simd): ... here.
1099 * c-omp.c (c_finish_omp_ordered): If clauses isn't simd clause alone,
1100 create new clauses list containing just simd clause.
1101
18e2a8b8
RS
11022017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
1103 Alan Hayward <alan.hayward@arm.com>
1104 David Sherwood <david.sherwood@arm.com>
1105
1106 * c-attribs.c (vector_mode_valid_p) Fold GET_MODE_INNER call
1107 into scalar_mode_supported_p call.
1108 (handle_mode_attribute): Update call to scalar_mode_supported_p.
1109
16d22000
RS
11102017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
1111 Alan Hayward <alan.hayward@arm.com>
1112 David Sherwood <david.sherwood@arm.com>
1113
1114 * c-common.c (c_common_fixed_point_type_for_size): Use opt_scalar_mode
1115 for the mode iterator.
1116
b397965c
RS
11172017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
1118 Alan Hayward <alan.hayward@arm.com>
1119 David Sherwood <david.sherwood@arm.com>
1120
1121 * c-lex.c (interpret_fixed): Use SCALAR_TYPE_MODE.
1122 * c-common.c (c_build_vec_perm_expr): Likewise.
1123
357b7604
RS
11242017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
1125 Alan Hayward <alan.hayward@arm.com>
1126 David Sherwood <david.sherwood@arm.com>
1127
1128 * c-common.c (c_common_type_for_mode): Use as_a <scalar_int_mode>.
1129
e05c94ba
RS
11302017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
1131 Alan Hayward <alan.hayward@arm.com>
1132 David Sherwood <david.sherwood@arm.com>
1133
1134 * c-attribs.c (handle_mode_attribute): Check for a scalar_int_mode
1135 before calling targetm.addr_space.valid_pointer_mode.
1136
5c20c4af
RS
11372017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
1138 Alan Hayward <alan.hayward@arm.com>
1139 David Sherwood <david.sherwood@arm.com>
1140
1141 * c-cppbuiltin.c (c_cpp_builtins): Use opt_scalar_float_mode.
1142
c94843d2
RS
11432017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
1144 Alan Hayward <alan.hayward@arm.com>
1145 David Sherwood <david.sherwood@arm.com>
1146
1147 * c-common.c (c_common_fixed_point_type_for_size): Use new mode
1148 iterators.
1149 * c-cppbuiltin.c (c_cpp_builtins): Likewise.
1150
4e10a5a7
RS
11512017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
1152 Alan Hayward <alan.hayward@arm.com>
1153 David Sherwood <david.sherwood@arm.com>
1154
1155 * c-cppbuiltin.c (mode_has_fma): Prefix mode names with E_ in
1156 case statements.
1157
130fcab0
ML
11582017-08-29 Martin Liska <mliska@suse.cz>
1159
1160 PR other/39851
1161 * c-common.c (parse_optimize_options): Add argument to function
1162 call.
1163 * c-pragma.c (handle_pragma_diagnostic): Likewise.
1164
14e18d71
DM
11652017-08-24 David Malcolm <dmalcolm@redhat.com>
1166
1167 * c-lex.c (interpret_float): Use token location
1168 when building an EXCESS_PRECISION_EXPR.
1169
2f687306
DM
11702017-08-21 David Malcolm <dmalcolm@redhat.com>
1171
1172 * c-common.c (check_function_arguments): Add "arglogs" param; pass
1173 it to check_function_format.
1174 * c-common.h (check_function_arguments): Add vec<location_t> *
1175 param.
1176 (check_function_format): Likewise.
1177 * c-format.c (struct format_check_context): Add field "arglocs".
1178 (check_function_format): Add param "arglocs"; pass it to
1179 check_format_info.
1180 (check_format_info): Add param "arglocs"; use it to initialize
1181 new field of format_ctx.
1182 (check_format_arg): Pass format_ctx->arglocs to new param of
1183 check_format_info_main.
1184 (class argument_parser): New field "arglocs".
1185 (argument_parser::argument_parser): Add "arglocs_" param and use
1186 it to initialize new field.
1187 (argument_parser::check_argument_type): Pass new arglocs field to
1188 check_format_types.
1189 (check_format_info_main): Add param "arglocs", and use it when
1190 constructing arg_parser.
1191 (check_format_types): Add param "arglocs"; use it if non-NULL when
1192 !EXPR_HAS_LOCATION (cur_param) to get at location information.
1193
00aa1fa2
L
11942017-08-18 H.J. Lu <hongjiu.lu@intel.com>
1195
1196 PR c/53037
1197 * c-attribs.c (handle_warn_if_not_aligned_attribute): New.
1198 (c_common_attribute_table): Add warn_if_not_aligned.
1199 (handle_aligned_attribute): Renamed to ...
1200 (common_handle_aligned_attribute): Remove argument, name, and add
1201 argument, warn_if_not_aligned. Handle warn_if_not_aligned.
1202 (handle_aligned_attribute): New.
1203 * c.opt: Add -Wif-not-aligned and -Wpacked-not-aligned.
1204
27be025d
MS
12052017-08-14 Martin Sebor <msebor@redhat.com>
1206
1207 PR c/81117
1208 * c-attribs.c (c_common_attribute_table): Add nonstring entry.
1209 (handle_nonstring_attribute): New function.
1210
da67acb9
MS
12112017-08-14 Martin Sebor <msebor@redhat.com>
1212
1213 PR c/81117
1214 * c-format.h (T89_G): New macro.
1215 * c-format.c (local_gcall_ptr_node): New variable.
1216 (init_dynamic_diag_info): Initialize it.
1217
a8b522b4
ML
12182017-08-11 Martin Liska <mliska@suse.cz>
1219
1220 * c-opts.c (c_common_post_options): Replace ASM_OUTPUT_DEF with
1221 TARGET_SUPPORTS_ALIASES.
1222
32129a17
DM
12232017-08-10 David Malcolm <dmalcolm@redhat.com>
1224
1225 * c-common.c (c_parse_error): Add rich_location * param, using it
1226 rather implicitly using input_location.
1227 * c-common.h (c_parse_error): Add rich_location * param.
1228
30af3a2b
MP
12292017-08-09 Marek Polacek <polacek@redhat.com>
1230
1231 * c-common.c (pointer_int_sum): Use true/false instead of 1/0.
1232 (c_common_truthvalue_conversion): Likewise.
1233 * c-omp.c (c_finish_omp_atomic): Likewise.
1234 * c-common.h (build_binary_op): Update declaration.
1235
314e6352
ML
12362017-08-08 Martin Liska <mliska@suse.cz>
1237
1238 * c-ada-spec.c: Include header files.
1239 * c-ubsan.c: Likewise.
1240 * c-warn.c: Likewise.
1241
56b5041c
JJ
12422017-08-07 Jakub Jelinek <jakub@redhat.com>
1243
1244 PR c/69389
1245 * c-omp.c (c_finish_omp_atomic): Handle atomics on bitfields.
1246
db440138
EB
12472017-08-07 Eric Botcazou <ebotcazou@adacore.com>
1248
1249 * c-ada-spec.c (has_nontrivial_methods): Test for FUNCTION_DECL.
1250 (print_ada_methods): Likewise.
1251 (print_ada_declaration): Likewise.
1252
577eec56
ML
12532017-08-07 Martin Liska <mliska@suse.cz>
1254
1255 * array-notation-common.c: Add new includes.
1256 * c-format.c( handle_format_attribute): Canonicalize a format
1257 function name.
1258 * c-lex.c (c_common_has_attribute): Canonicalize name of an
1259 attribute.
1260 * c-pretty-print.c: Add new include.
1261
b854df3c
EB
12622017-08-05 Eric Botcazou <ebotcazou@adacore.com>
1263
1264 * c-ada-spec.c (has_static_fields): Look only into variables.
1265 (print_constructor): Add TYPE parameter and use it for the name.
1266 (print_destructor): Likewise.
1267 (print_ada_declaration): Adjust to new constructor/destructor names.
1268 Adjust calls to print_constructor and print_destructor.
1269 (print_ada_struct_decl): Do not test TREE_STATIC on FIELD_DECL.
1270 Look only into variables in the final loop.
1271
9f2cb25e
EB
12722017-08-01 Eric Botcazou <ebotcazou@adacore.com>
1273
1274 * c-ada-spec.c (has_static_fields): Look only into fields.
1275 (dump_generic_ada_node): Small tweak.
1276 (dump_nested_types): Look only into fields.
1277 (print_ada_declaration): Look only into methods. Small tweak.
1278 (print_ada_struct_decl): Look only into fields. Use DECL_VIRTUAL_P.
1279
f4bcd9eb
EB
12802017-08-01 Eric Botcazou <ebotcazou@adacore.com>
1281
1282 * c-ada-spec.c (print_generic_ada_decl): Pass correctly-typed constant.
1283 (dump_ada_function_declaration): Likewise.
1284 (dump_generic_ada_node): Likewise.
1285 (print_ada_declaration): Add support for const-qualified variables.
1286
f34ebeb2
ML
12872017-07-31 Martin Liska <mliska@suse.cz>
1288
1289 PR sanitize/81530
1290 * c-ubsan.c (ubsan_maybe_instrument_array_ref):
1291 Guard condition with flag_sanitize_p also with current_function_decl
1292 non-null equality.
1293 (ubsan_maybe_instrument_reference_or_call): Likewise.
1294
218e5d04
UB
12952017-07-30 Uros Bizjak <ubizjak@gmail.com>
1296
1297 * c-format.c (asm_fprintf_char_table): Add 'z' to format_chars.
1298
942047f2
EB
12992017-07-29 Eric Botcazou <ebotcazou@adacore.com>
1300
1301 * c-ada-spec.c (dump_generic_ada_node): Take into account signedness
1302 for enumeral types.
1303 (print_ada_declaration): Add missing guard for record types.
1304
a40ff0ae
JJ
13052017-07-27 Jakub Jelinek <jakub@redhat.com>
1306
1307 PR c/45784
1308 * c-omp.c (c_finish_omp_for): If the condition is wrapped in
1309 rhs of COMPOUND_EXPR(s), skip them and readd their lhs into
1310 new COMPOUND_EXPRs around the rhs of the comparison.
1311
06bd22f6
MP
13122017-07-27 Marek Polacek <polacek@redhat.com>
1313
1314 PR c/81417
1315 * c-warn.c (warn_for_sign_compare): Tweak the warning message. Print
1316 the types.
1317
036ea399
JJ
13182017-07-27 Jakub Jelinek <jakub@redhat.com>
1319
1320 * c-attribs.c (c_common_attribute_table): Add noipa attribute.
1321 (handle_noipa_attribute): New function.
1322
417ca011
TD
13232017-07-07 Torsten Duwe <duwe@suse.de>
1324
1325 * c-attribs.c (c_common_attribute_table): Add entry for
1326 "patchable_function_entry".
1327
5aaa8fb4
NS
13282017-07-20 Nathan Sidwell <nathan@acm.org>
1329
1330 Remove TYPE_METHODS.
1331 * c-ada-spec.c (is_tagged_type, has_nontrivial_methods,
1332 dump_ada_template, print_ada_methods,
1333 print_ada_declaration): Member fns are on TYPE_FIELDS.
1334
ff22eb12
NS
13352017-07-18 Nathan Sidwell <nathan@acm.org>
1336
1337 * c-warn.c (warn_for_memset): Use TYPE_{MIN,MAX}_VALUE.
1338
eea77d1f
DM
13392017-07-14 David Malcolm <dmalcolm@redhat.com>
1340
1341 * c-common.c (try_to_locate_new_include_insertion_point): New
1342 function.
1343 (per_file_includes_t): New typedef.
1344 (added_includes_t): New typedef.
1345 (added_includes): New variable.
1346 (maybe_add_include_fixit): New function.
1347 * c-common.h (maybe_add_include_fixit): New decl.
1348
281ac396
MS
13492017-07-10 Martin Sebor <msebor@redhat.com>
1350
1351 PR other/81345
1352 * c.opt (-Wstringop-overflow): Set defaults in LangEnabledBy.
1353
b6f43128
DM
13542017-07-06 David Malcolm <dmalcolm@redhat.com>
1355
1356 * c-common.c (selftest::c_family_tests): New.
1357 * c-common.h (selftest::run_c_tests): Move decl to c/c-lang.h.
1358 (selftest::c_family_tests): New decl.
1359
efbf55b0
MP
13602017-07-04 Marek Polacek <polacek@redhat.com>
1361
1362 PR c/81231
1363 * c-common.c (sync_resolve_size): Give error for pointers to incomplete
1364 types.
1365
6c86bd88
MP
13662017-07-04 Marek Polacek <polacek@redhat.com>
1367
1368 * c-warn.c (warn_if_unused_value): Remove WITH_CLEANUP_EXPR handling.
1369
17a7218b
ML
13702017-06-28 Martin Liska <mliska@suse.cz>
1371
1372 PR ipa/81128
1373 * c-attribs.c (handle_alias_ifunc_attribute): Append ifunc alias
1374 to a function declaration.
1375
63010089
ML
13762017-06-28 Martin Liska <mliska@suse.cz>
1377
1378 PR driver/79659
1379 * c.opt: Add IntegerRange to various options.
1380
3e2becc4
MP
13812017-06-26 Marek Polacek <polacek@redhat.com>
1382
1383 PR c/80116
1384 * c-common.h (warn_for_multistatement_macros): Declare.
1385 * c-warn.c: Include "c-family/c-indentation.h".
1386 (warn_for_multistatement_macros): New function.
1387 * c.opt (Wmultistatement-macros): New option.
1388 * c-indentation.c (guard_tinfo_to_string): No longer static.
1389 Change the parameter type to "enum rid". Handle RID_SWITCH.
1390 * c-indentation.h (guard_tinfo_to_string): Declare.
1391
2db9b7cd
MG
13922017-06-23 Marc Glisse <marc.glisse@inria.fr>
1393
1394 * c-common.c (c_common_nodes_and_builtins): Use builtin_structptr_types.
1395
c3684b7b
MS
13962017-06-15 Martin Sebor <msebor@redhat.com>
1397
1398 PR c++/80560
1399 * c.opt (-Wclass-memaccess): New option.
1400
e72c4afd
BK
14012017-06-14 Boris Kolpackov <boris@codesynthesis.com>
1402
1403 * c-opts.c (c_common_finish): Handle '-' special value to -MF.
1404
8a516588
MP
14052017-06-13 Marek Polacek <polacek@redhat.com>
1406
1407 PR objc/80949
1408 * c-warn.c (do_warn_duplicated_branches): Return if any of the
1409 branches is null.
1410
45b2222a
ML
14112017-06-13 Martin Liska <mliska@suse.cz>
1412
1413 PR sanitize/78204
1414 * c-attribs.c (add_no_sanitize_value): New function.
1415 (handle_no_sanitize_attribute): Likewise.
1416 (handle_no_sanitize_address_attribute): Use the function.
1417 (handle_no_sanitize_thread_attribute): New function.
1418 (handle_no_address_safety_analysis_attribute): Use
1419 add_no_sanitize_value.
1420 (handle_no_sanitize_undefined_attribute): Likewise.
1421 * c-common.h: Declare new functions.
1422 * c-ubsan.c (ubsan_instrument_division): Use sanitize_flags_p.
1423 (ubsan_instrument_shift): Likewise.
1424 (ubsan_instrument_bounds): Likewise.
1425 (ubsan_maybe_instrument_array_ref): Likewise.
1426 (ubsan_maybe_instrument_reference_or_call): Likewise.
1427
a01f151f
JM
14282017-06-11 Jason Merrill <jason@redhat.com>
1429
1430 * c-ada-spec.c, c-pragma.c: Use id_equal.
1431
3de4ac6d
MP
14322017-06-04 Marek Polacek <polacek@redhat.com>
1433
1434 PR c/80919
1435 * c-format.c (matching_type_p): Return false if any of the types
1436 requires structural equality.
1437
2474f48f
MS
14382017-06-02 Martin Sebor <msebor@redhat.com>
1439
1440 PR c/80892
1441 * c-warn.c (conversion_warning): Use -Wconversion for integer
1442 conversion and -Wfloat-conversion for floating one.
1443
40ffd95f
BE
14442017-06-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
1445
1446 * c.opt (Wsizeof-pointer-div): New warning option.
1447
3fa4634c
VR
14482017-06-01 Volker Reichelt <v.reichelt@netcologne.de>
1449
1450 * c.opt (Wcatch-value): New shortcut for Wcatch-value=1.
1451 (Wcatch-value=1): Enable by -Wall.
1452
f012c8ef
DM
14532017-05-30 David Malcolm <dmalcolm@redhat.com>
1454
1455 * c-format.c (gcc_cxxdiag_char_table): Add 'H' and 'I' to
1456 format_chars.
1457 * c.opt (fdiagnostics-show-template-tree): New option.
1458 (felide-type): New option.
1459
63dbcd13
VR
14602017-05-25 Volker Reichelt <v.reichelt@netcologne.de>
1461
1462 * c.opt (Wcatch-value=): New C++ warning flag.
1463
be136b5c
NS
14642017-05-24 Nathan Sidwell <nathan@acm.org>
1465
1466 * c=common.c (field_decl_cmp, resort_field_decl_cmp): Adjust T
1467 const casts to avoid warning.
1468
3cd211af
MS
14692017-05-24 Martin Sebor <msebor@redhat.com>
1470
1471 PR c/80731
1472 * c-common.h (unsafe_conversion_p): Add a function argument.
1473 * c-common.c (unsafe_conversion_p): Same.
1474 Add type names and values to diagnostics.
1475 (scalar_to_vector): Adjust.
1476 * c-warn.c (constant_expression_error): Add a function argument.
1477 Add type names and values to diagnostics.
1478 (conversion_warning): Add a function argument.
1479 Add type names and values to diagnostics.
1480 (warnings_for_convert_and_check): Same.
1481
1ff7be5a
JM
14822017-05-19 Jason Merrill <jason@redhat.com>
1483
1484 * c-warn.c (match_case_to_enum_1): Don't warn about enums with no
1485 enumerators.
1486
ff502317
BE
14872017-05-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
1488
1489 * c-format.c (locus): Move out of function scope,
1490 add GTY attribute.
1491
2a8a8d7b
NS
14922017-05-19 Nathan Sidwell <nathan@acm.org>
1493
1494 * c-opts.c (class_dump_file, class_dump_flags): Delete.
1495 (c_common_parse_file): Remove class dump handling.
1496 (get_dump_info): Likewise.
1497
39aac208
RB
14982017-05-19 Richard Biener <rguenther@suse.de>
1499
1500 PR c++/80593
1501 * c-warn.c (strict_aliasing_warning): Do not warn for accesses
1502 to alias-set zero memory.
1503
6ecd2339
BE
15042017-05-18 Bernd Edlinger <bernd.edlinger@hotmail.de>
1505
1506 * c-format.c (local_tree_type_node): Add GTY attribute.
1507
6574d78e
MP
15082017-05-18 Marek Polacek <polacek@redhat.com>
1509
1510 * c-common.c (c_common_type_for_size): Use NULL_TREE instead of 0.
1511 (c_common_fixed_point_type_for_size): Likewise.
1512 (c_common_type_for_mode): Likewise.
1513 (shorten_compare): Likewise.
1514 (c_promoting_integer_type_p): Use false/true instead of 0/1.
1515 * c-pragma.c (maybe_apply_renaming_pragma): Use NULL_TREE instead of 0.
1516
e3455240
MP
15172017-05-18 Marek Polacek <polacek@redhat.com>
1518
1519 * c-common.c (self_promoting_args_p): Change the return type to bool.
1520 Use false/true instead of 0/1.
1521 * c-common.h (self_promoting_args_p): Update.
1522
3fa8871b
MP
15232017-05-17 Marek Polacek <polacek@redhat.com>
1524
1525 * c-common.c: Use NULL_TREE instead of 0 where appropriate.
1526 * c-warn.c: Likewise.
1527
b42cc3ca
VV
15282017-05-17 Ville Voutilainen <ville.voutilainen@gmail.com>
1529
1530 Implement new C++ intrinsics __is_assignable and __is_constructible.
1531 * c-common.c (__is_assignable, __is_constructible): New.
1532 * c-common.h (RID_IS_ASSIGNABLE, RID_IS_CONSTRUCTIBLE): Likewise.
1533
1a817418
ML
15342017-05-17 Martin Liska <mliska@suse.cz>
1535
1536 * c-common.h: Introduce dump_flags_t type and
1537 use it instead of int type.
1538 * c-gimplify.c (c_genericize): Likewise.
1539 * c-opts.c: Likewise.
1540
b2fa0a8b
MP
15412017-05-17 Marek Polacek <polacek@redhat.com>
1542
1543 * c-common.c (c_save_expr): Remove.
1544 (c_common_truthvalue_conversion): Remove a call to c_save_expr.
1545 * c-common.h (c_save_expr): Remove declaration.
1546
31c2d57d
VR
15472017-05-09 Volker Reichelt <v.reichelt@netcologne.de>
1548
1549 PR c/35441
1550 * c-pretty-print.c (c_pretty_printer::expression): Handle MAX_EXPR,
1551 MIN_EXPR, EXACT_DIV_EXPR, RDIV_EXPR, LROTATE_EXPR, RROTATE_EXPR.
1552 (c_pretty_printer::postfix_expression): Handle MAX_EXPR, MIN_EXPR.
1553 (c_pretty_printer::multiplicative_expression): Handle EXACT_DIV_EXPR,
1554 RDIV_EXPR.
1555 (pp_c_shift_expression): Handle LROTATE_EXPR, RROTATE_EXPR.
1556
684f84de
MP
15572017-05-09 Marek Polacek <polacek@redhat.com>
1558
1559 PR c/80525
1560 * c-warn.c (unwrap_c_maybe_const): New.
1561 (warn_logical_operator): Call it.
1562
641da50a
NS
15632017-05-09 Nathan Sidwell <nathan@acm.org>
1564
1565 * c-common.c (c_register_builtin_type): Use pushdecl lang_hook.
1566 * c-common.h (pushdecl_top_level, pushdecl): Don't declare here.
1567
631238ac
MS
15682017-05-08 Martin Sebor <msebor@redhat.com>
1569
1570 PR translation/80280
1571 * c-format.h (struct format_flag_spec): Add new member.
1572 (T89_T): New macro.
1573 * c-format.c (local_tree_type_node): New global.
1574 (printf_flag_specs, asm_fprintf_flag_spec): Initialize new data.
1575 (gcc_diag_flag_specs, scanf_flag_specs, strftime_flag_specs): Ditto.
1576 (strfmon_flag_specs): Likewise.
1577 (gcc_diag_char_table, gcc_cdiag_char_table): Split up specifiers
1578 with distinct quoting properties.
1579 (gcc_tdiag_char_table, gcc_cxxdiag_char_table): Same.
1580 (flag_chars_t::validate): Add argument and handle bad quoting.
1581 (check_format_info_main): Handle quoting problems.
1582 (init_dynamic_diag_info): Simplify.
1583
49f0c04c
JM
15842017-05-08 Jason Merrill <jason@redhat.com>
1585
1586 * c-opts.c (c_common_post_options): Update defaults for
1587 flag_abi_version and flag_abi_compat_version.
1588
56d35585
DM
15892017-05-05 David Malcolm <dmalcolm@redhat.com>
1590
1591 * c-common.c (c_cpp_error): Replace report_diagnostic
1592 with diagnostic_report_diagnostic.
1593
0f2c4a8f
MS
15942017-05-04 Martin Sebor <msebor@redhat.com>
1595
1596 PR translation/80280
1597 * c-attribs.c (handle_alias_ifunc_attribute): Quote a %D directive.
1598 (handle_weakref_attribute): Same.
1599
6fe63fb4
NS
16002017-05-03 Nathan Sidwell <nathan@acm.org>
1601
1602 Canonicalize canonical type hashing
1603 * c-common.c (complete_array_type): Use type_hash_canon.
1604
815d9cc6
XR
16052017-05-01 Xi Ruoyao <ryxi@stu.xidian.edu.cn>
1606
1607 PR c++/80038
1608 * c-common.h (cilk_gimplify_call_params_in_spawned_fn): Remove
1609 prototype.
1610 (cilk_install_body_pedigree_operations): Likewise.
1611 * cilk.c (cilk_set_spawn_marker): Mark functions that should be
1612 detatched.
1613 (cilk_gimplify_call_params_in_spawned_fn): Remove.
1614 (cilk_install_body_pedigree_operations): Likewise.
1615 (gimplify_cilk_spawn): Add EXPR_STMT and CLEANUP_POINT_EXPR
1616 unwrapping.
1617
f8a36447
JJ
16182017-04-27 Jakub Jelinek <jakub@redhat.com>
1619
1620 PR c++/80534
1621 * c-common.c (complete_array_type): Only hash TYPE_TYPELESS_STORAGE
1622 flag on non-aggregate element types.
1623
7c145456
BE
16242017-04-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
1625
1626 * c-common.c (c_type_hasher, type_hash_table): Remove.
1627 (c_common_get_alias_set): Remove unreachable code.
1628 * c-opts.c (c_common_post_options): Make sure cc1 takes only one file.
1629
c3cbcd45
VR
16302017-04-20 Volker Reichelt <v.reichelt@netcologne.de>
1631
1632 * c.opt (Wextra-semi): New C++ warning flag.
1633
8a59d466
JJ
16342017-04-20 Jakub Jelinek <jakub@redhat.com>
1635
1636 PR middle-end/80423
1637 * c-common.c (complete_array_type): Preserve TYPE_TYPELESS_STORAGE.
1638
8487c9a5
JJ
16392017-04-18 Jakub Jelinek <jakub@redhat.com>
1640
1641 PR middle-end/79788
1642 PR middle-end/80375
1643 * c-common.c (c_common_type_for_mode): Don't handle
1644 widest_*_literal_type_node here.
1645 c_common_signed_or_unsigned_type): Likewise.
1646 (c_common_nodes_and_builtins): Set widest_*_literal_type_node
1647 to *intTI_type_node or *intDI_type_node depending on whether
1648 TImode is supported by the target or not.
1649
3ee0fb02
ML
16502017-04-10 Martin Liska <mliska@suse.cz>
1651
1652 PR sanitizer/80350
1653 * c-ubsan.c (ubsan_instrument_shift): Evaluate RHS before
1654 doing an UBSAN check.
1655
5764ee3c
JW
16562017-04-03 Jonathan Wakely <jwakely@redhat.com>
1657
1658 * c-warn.c (do_warn_double_promotion): Fix typo in comment.
1659
6f3af356
JJ
16602017-03-31 Jakub Jelinek <jakub@redhat.com>
1661
1662 PR c++/79572
1663 * c-ubsan.h (ubsan_maybe_instrument_reference): Change argument to
1664 tree *.
1665 * c-ubsan.c (ubsan_maybe_instrument_reference): Likewise. Handle
1666 not just NOP_EXPR to REFERENCE_TYPE, but also INTEGER_CST with
1667 REFERENCE_TYPE.
1668
f6a7a9d5
DM
16692017-03-31 David Malcolm <dmalcolm@redhat.com>
1670
1671 PR documentation/78732
1672 * c.opt (Wendif-labels): Fix description to refer to
1673 #else rather than #elif.
1674
af88f557
JJ
16752017-03-31 Jakub Jelinek <jakub@redhat.com>
1676
1677 PR libstdc++/80251
1678 * c-common.h (enum rid): Add RID_IS_AGGREGATE.
1679 * c-common.c (c_common_reswords): Add __is_aggregate trait.
1680
a9e4a1a5
JJ
16812017-03-27 Jakub Jelinek <jakub@redhat.com>
1682
1683 PR middle-end/80162
1684 * c-common.c (c_common_mark_addressable_vec): Don't set
1685 TREE_ADDRESSABLE on DECL_HARD_REGISTER.
1686
3f01b620
MS
16872017-03-21 Martin Sebor <msebor@redhat.com>
1688
1689 PR c++/79548
1690 * c-common.c (set_underlying_type): Mark type used only when
1691 original del is declared unused.
1692
2f6f187a
DM
16932017-03-10 David Malcolm <dmalcolm@redhat.com>
1694
1695 PR translation/79848
1696 * c-format.c (check_format_string): Simplify uses of "%<%s%>" to
1697 "%qs".
1698
a02fa805
DM
16992017-03-10 David Malcolm <dmalcolm@redhat.com>
1700
1701 PR c/79921
1702 * c-indentation.c (warn_for_misleading_indentation): Remove parens
1703 from inform's message, so that xgettext can locate it.
1704
822a132c
MP
17052017-03-09 Marek Polacek <polacek@redhat.com>
1706
1707 PR c++/79962
1708 PR c++/79984
1709 * c-attribs.c (handle_nonnull_attribute): Save the result of default
1710 conversion to the attribute list.
1711
bba81f1c
ML
17122017-03-09 Martin Liska <mliska@suse.cz>
1713
1714 * c-ada-spec.c (macro_length): Increment value instead of a pointer.
1715
108154ff
JM
17162017-03-03 Jason Merrill <jason@redhat.com>
1717
1718 * c.opt (Wnoexcept-type): New.
1719
eb0e7c34
RB
17202017-03-02 Richard Biener <rguenther@suse.de>
1721
1722 PR c/79756
1723 * c-common.c (c_common_mark_addressable_vec): Look through
1724 C_MAYBE_CONST_EXPR.
1725
9453ba0a
ML
17262017-02-28 Martin Liska <mliska@suse.cz>
1727
1728 * c.opt: Replace space with tabular for options of <number>
1729 type.
1730
6a825afe
ML
17312017-02-28 Martin Liska <mliska@suse.cz>
1732
1733 * c.opt: Fix --help=option -Q for options which are of
1734 an enum type.
1735
4227c9ad
JJ
17362017-02-24 Jakub Jelinek <jakub@redhat.com>
1737
1738 PR c++/79588
1739 * c-common.c (check_function_restrict): New function.
1740 (check_function_arguments): Add FNDECL argument. Call
1741 check_function_restrict if -Wrestrict.
1742 * c-warn.c (warn_for_restrict): Remove ARGS argument, add ARGARRAY
1743 and NARGS. Use auto_vec for ARG_POSITIONS, simplify.
1744 * c-common.h (check_function_arguments): Add FNDECL argument.
1745 (warn_for_restrict): Remove ARGS argument, add ARGARRAY and NARGS.
1746
59909673
EB
17472017-02-24 Eric Botcazou <ebotcazou@adacore.com>
1748
1749 * c-ada-spec.c (dump_ada_function_declaration): Add comment about the
1750 treatment of parameters with pointer-to-tagged type and tidy up.
1751 (print_ada_methods): Remove the special treatment of C++ static member
1752 functions.
1753
54dcd526
ML
17542017-02-22 Martin Liska <mliska@suse.cz>
1755
1756 * c.opt: Replace inequality signs with square brackets
1757 for -Wnornalized.
1758
00bc9de3
JJ
17592017-02-21 Jakub Jelinek <jakub@redhat.com>
1760
1761 PR c++/79641
1762 * c-attribs.c (handle_mode_attribute): Use build_qualified_type to
1763 preserve quals.
1764
97fcf744
JM
17652017-02-17 Joseph Myers <joseph@codesourcery.com>
1766
1767 * c-cppbuiltin.c (builtin_define_float_constants): Define
1768 __DECIMAL_DIG__ to the value for long double.
1769
c7545f1c
MP
17702017-02-15 Marek Polacek <polacek@redhat.com>
1771
1772 PR c/79515
1773 * c-warn.c (do_warn_double_promotion): Don't warn if an invalid
1774 conversion has occured.
1775
c2e84327
DM
17762017-01-24 David Malcolm <dmalcolm@redhat.com>
1777
1778 * c-common.c (c_common_reswords): Add "__RTL".
1779 * c-common.h (enum rid): Add RID_RTL.
1780
2ebd93e1
MP
17812017-01-20 Marek Polacek <polacek@redhat.com>
1782
1783 PR c/64279
1784 * c-common.h (do_warn_duplicated_branches_r): Declare.
1785 * c-gimplify.c (c_genericize): Walk the function tree calling
1786 do_warn_duplicated_branches_r.
1787 * c-warn.c (expr_from_macro_expansion_r): New.
1788 (do_warn_duplicated_branches): New.
1789 (do_warn_duplicated_branches_r): New.
1790 * c.opt (Wduplicated-branches): New option.
1791
0d80ab91
DM
17922017-01-17 David Malcolm <dmalcolm@redhat.com>
1793
1794 PR c++/71497
1795 * c-indentation.c (warn_for_misleading_indentation): Use the past
1796 subjunctive in the note.
1797
7f991c36
AH
17982017-01-17 Aldy Hernandez <aldyh@redhat.com>
1799
1800 PR c/79116
1801 * array-notation-common.c (cilkplus_extract_an_triplets): Convert
1802 start type to integer_type.
1803
1c70261c
JJ
18042017-01-16 Jakub Jelinek <jakub@redhat.com>
1805
1806 PR driver/49726
1807 * c.opt (gen-decls): Add Driver flag.
1808
1ddca3f3
PC
18092017-01-16 Paolo Carlini <paolo.carlini@oracle.com>
1810
1811 Revert:
1812 2017-01-16 Paolo Carlini <paolo.carlini@oracle.com>
1813
1814 PR c++/71737
1815 * c-common.c (set_underlying_type): Always set DECL_ORIGINAL_TYPE.
1816
7d2f3f1d
PC
18172017-01-16 Paolo Carlini <paolo.carlini@oracle.com>
1818
1819 PR c++/71737
1820 * c-common.c (set_underlying_type): Always set DECL_ORIGINAL_TYPE.
1821
bce6f760
MS
18222017-01-12 Martin Sebor <msebor@redhat.com>
1823
1824 (-Wformat-overflow): ...to this.
1825
bf5fbf46
MS
18262017-01-11 Martin Sebor <msebor@redhat.com>
1827
1828 PR c/78768
1829 * c.opt (-Walloca-larger-than, -Wformat-length, -Wformat-truncation):
1830 Also enable for LTO.
1831
e363df3f
JM
18322017-01-10 Jason Merrill <jason@redhat.com>
1833
1834 Implement P0195R2, C++17 variadic using.
1835 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_variadic_using.
1836
bd2c6270
JJ
18372017-01-09 Jakub Jelinek <jakub@redhat.com>
1838
1839 PR translation/79019
1840 PR translation/79020
1841 * c.opt (Wnormalized=): Fix typo in description.
1842
efcc8d38
MS
18432017-01-08 Martin Sebor <msebor@redhat.com>
1844
1845 PR middle-end/77708
1846 * c.opt (-Wformat-truncation): New option.
1847
435f3f7a
AO
18482017-01-06 Alexandre Oliva <aoliva@redhat.com>
1849
1850 * c-pretty-print.c (pp_c_tree_decl_identifier): Convert 16-bit
1851 value to unsigned short to fit in 4 hex digits without
1852 warnings.
1853
4e89adf9
EB
18542017-01-05 Eric Botcazou <ebotcazou@adacore.com>
1855
1856 * c.opt (fsso-struct): Add 'native' value.
1857
cd445b54
ML
18582017-01-05 Martin Liska <mliska@suse.cz>
1859
1860 PR pch/78970
1861 * c-opts.c (c_common_post_options): Reject '-' filename for a precompiled
1862 header.
1863
a9342885
MP
18642017-01-04 Marek Polacek <polacek@redhat.com>
1865
1866 PR c++/64767
1867 * c.opt (Wpointer-compare): New option.
1868
fc73e60c
JJ
18692017-01-04 Jakub Jelinek <jakub@redhat.com>
1870
1871 PR driver/78957
1872 * c.opt (fsso-struct=): Add RejectNegative.
1873
cbe34bb5
JJ
18742017-01-01 Jakub Jelinek <jakub@redhat.com>
1875
1876 Update copyright years.
1877
d4a6c0ea
ML
18782016-12-29 Martin Liska <mliska@suse.cz>
1879
1880 PR c/78933
1881 * c.opt (strong-eval-order): Add RejectNegative keyword.
1882
67a5ad7c
JM
18832016-12-22 Jason Merrill <jason@redhat.com>
1884
1885 Implement P0522R0, matching of template template arguments.
1886 * c-cppbuiltin.c (c_cpp_builtins): Define
1887 __cpp_template_template_args.
1888
0dba7960
JJ
18892016-12-21 Jakub Jelinek <jakub@redhat.com>
1890
1891 PR bootstrap/78817
1892 * c-common.c (struct nonnull_arg_ctx): New type.
1893 (check_function_nonnull): Return bool instead of void. Use
1894 nonnull_arg_ctx as context rather than just location_t.
1895 (check_nonnull_arg): Adjust for the new context type, set
1896 warned_p to true if a warning has been diagnosed.
1897 (check_function_arguments): Return bool instead of void.
1898 * c-common.h (check_function_arguments): Adjust prototype.
1899
31bfc9b9
JM
19002016-12-21 Jason Merrill <jason@redhat.com>
1901
1902 * c.opt (-fnew-ttp-matching): New flag.
1903 * c-opts.c (c_common_post_options): Default on if -std=c++1z.
1904
629b3d75
MJ
19052016-12-14 Martin Jambor <mjambor@suse.cz>
1906
1907 * c-omp.c: Include omp-general.h instead of omp-low.h.
1908 (c_finish_oacc_wait): Adjusted call to find_omp_clause to use its new
1909 name.
1910
474da67e
MS
19112016-12-14 Martin Sebor <msebor@redhat.com>
1912
1913 PR c/17308
1914 * c-common.c (check_nonnull_arg): Disable when optimization
1915 is enabled.
1916
fe366b87
MP
19172016-12-12 Marek Polacek <polacek@redhat.com>
1918
1919 PR c++/78647
1920 * c-common.c (attribute_fallthrough_p): Return false for
1921 error_mark_node.
1922
8bd9f164
MS
19232016-12-08 Martin Sebor <msebor@redhat.com>
1924
1925 PR c/78284
1926 * c.opt (-Walloc-zero, -Walloc-size-larger-than): New options.
1927
060162e0
MS
19282016-12-08 Martin Sebor <msebor@redhat.com>
1929
1930 PR c/78165
1d0cf89a
MS
1931 * c-pretty-print (pp_c_integer_constant): Avoid formatting type
1932 suffix.
060162e0 1933
ee92e7ba
MS
19342016-12-07 Martin Sebor <msebor@redhat.com>
1935
1936 PR c/53562
1937 PR middle-end/77784
1938 PR middle-end/78149
1939 PR middle-end/78138
1940 * c.opt (-Wstringop-overflow): New option.
1941
84b0769e
MO
19422016-12-02 Maxim Ostapenko <m.ostapenko@samsung.com>
1943
1944 * c-attribs.c (asan odr indicator): New attribute.
1945 (handle_asan_odr_indicator_attribute): New function.
1946
7fa6a965
PK
19472016-11-26 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
1948
1949 * c-common.c (c_common_nodes_and_builtins): Remove initialization of
1950 ptrdiff_type_node;
1951
56d8ffc1
JG
19522016-11-23 James Greenhalgh <james.greenhalgh@arm.com>
1953
1954 * c-common.c (excess_precision_mode_join): New.
1955 (c_ts18661_flt_eval_method): New.
1956 (c_c11_flt_eval_method): Likewise.
1957 (c_flt_eval_method): Likewise.
1958 * c-common.h (excess_precision_mode_join): New.
1959 (c_flt_eval_method): Likewise.
1960 * c-cppbuiltin.c (c_cpp_flt_eval_method_iec_559): New.
1961 (cpp_iec_559_value): Call it.
1962 (c_cpp_builtins): Modify logic for __LIBGCC_*_EXCESS_PRECISION__,
1963 call c_flt_eval_method to set __FLT_EVAL_METHOD__ and
1964 __FLT_EVAL_METHOD_TS_18661_3__.
1965
04f0fcf7
JG
19662016-11-23 James Greenhalgh <james.greenhalgh@arm.com>
1967
1968 * c-opts.c (c_common_post_options): Add logic to handle the default
1969 case for -fpermitted-flt-eval-methods.
1970
fb2675cb
PB
19712016-11-23 Paolo Bonzini <bonzini@gnu.org>
1972
1973 * c.opt (Wexpansion-to-defined): New.
1974
ec1c5694
JJ
19752016-11-23 Jakub Jelinek <jakub@redhat.com>
1976
1977 PR target/78451
1978 * c-pragma.c (handle_pragma_target): Don't replace
1979 current_target_pragma, but chainon the new args to the current one.
1980
730c9e75
NS
19812016-11-22 Nathan Sidwell <nathan@acm.org>
1982
1983 * array-notation-common.c (cilkplus_extract_an_trplets): Fix
cacd29be 1984 indentation and formatting.
730c9e75 1985
89990732
MS
19862016-11-21 Martin Sebor <msebor@redhat.com>
1987
1988 * c.opt (-fprintf-return-value): Enable by default.
1989
48330c93
BE
19902016-11-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
1991
1992 PR c++/71973
1993 * c.opt (-Wbuiltin-declaration-mismatch): New warning.
1994 * c-common.c (c_common_nodes_and_builtins): Initialize
1995 const_tm_ptr_type_node.
1996
0d939c95
MP
19972016-11-16 Marek Polacek <polacek@redhat.com>
1998
1999 PR c/78285
2000 * c-common.c (c_add_case_label): Turn error_at calls into inform.
2001
8e745a17
JJ
20022016-11-14 Jakub Jelinek <jakub@redhat.com>
2003
2004 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_structured_bindings.
2005
1ee62b92 20062016-11-14 Prasad Ghangal <prasad.ghangal@gmail.com>
8e745a17
JJ
2007 Richard Biener <rguenther@suse.de>
2008
2009 * c-common.h (c_common_resword): Add RID_GIMPLE, RID_PHI types.
2010 * c-common.h (enum rid): Add RID_GIMPLE, RID_PHI.
2011 * c.opt (fgimple): New option.
1ee62b92 2012
22b15758
UB
20132016-11-13 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
2014
2015 PR c/35503
2016 * c-common.h (warn_for_restrict): Declare.
2017 * c-warn.c: Include gcc-rich-location.h.
2018 (warn_for_restrict): New function.
2019 * c-format.c (gcc_tdiag_char_table): Add entry for "Z" specifier.
2020 (gcc_cdiag_char_table): Likewise.
2021 (gcc_cxxdiag_char_table): Likewise.
2022 * c.opt (Wrestrict): New option.
2023
4be719cd
EB
20242016-11-13 Eric Botcazou <ebotcazou@adacore.com>
2025
2026 * c-ada-spec.c (print_ada_declaration): For typedef declarations, look
2027 for nested types only if the type is a record or union and dump SLOC.
2028
4a826ca6
JM
20292016-11-09 Jason Merrill <jason@redhat.com>
2030
2031 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_template_auto.
2032
2e955d50
JJ
20332016-11-09 Jakub Jelinek <jakub@redhat.com>
2034
2035 * c-ubsan.c (ubsan_instrument_shift): Handle split
2036 -fsanitize=shift-base and -fsanitize=shift-exponent.
2037
51dc6603
JM
20382016-11-07 Jason Merrill <jason@redhat.com>
2039
2040 * c.opt (Wc++1z-compat): New.
2041 * c-cppbuiltin.c (c_cpp_builtins): Add __cpp_noexcept_function_type.
2042
6dc4a604
ML
20432016-11-07 Martin Liska <mliska@suse.cz>
2044
2045 * c-warn.c (warn_for_unused_label): Save all labels used
2046 in goto or in &label.
2047
b302001e
JM
20482016-11-03 Jason Merrill <jason@redhat.com>
2049
2050 * c-cppbuiltin.c (c_cpp_builtins): Correct
2051 __cpp_inheriting_constructors.
2052
31f7f784
JM
20532016-11-01 Jason Merrill <jason@redhat.com>
2054
2bc78e3c
JM
2055 * c-cppbuiltin.c (c_cpp_builtins): Update
2056 __cpp_inheriting_constructors.
2057
31f7f784
JM
2058 * c.opt (-fnew-inheriting-ctors): New.
2059 * c-opts.c: Default to on for ABI 11+.
2060
dcb466ec
JJ
20612016-10-31 Jakub Jelinek <jakub@redhat.com>
2062
2063 PR c++/77948
2064 * c.opt (fext-numeric-literals): Add Var and Init.
2065 * c-opts.c (c_common_handle_option): Don't clear
2066 cpp_opts->ext_numeric_literals for -std=c++{11,14,1z}.
2067 (c_common_post_options): Clear it here if not set
2068 explicitly.
2069
52e1b91e
AH
20702016-10-28 Aldy Hernandez <aldyh@redhat.com>
2071
2072 PR debug/77773
2073 * c-pretty-print.c (simple_type_specifier): Do not dereference `t'
2074 if NULL.
2075
e16f1cc7
JJ
20762016-10-25 Jakub Jelinek <jakub@redhat.com>
2077
2078 * c-common.h (enum rid): Add RID_BUILTIN_LAUNDER.
2079 * c-common.c (c_common_reswords): Add __builtin_launder.
2080
f8348061
BE
20812016-10-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
2082
2083 * c-common.c (c_common_truthvalue_conversion): Warn for
2084 multiplications in boolean context. Fix the quoting of '<<' and '<'
2085 in the shift warning.
2086
eff89e01
BE
20872016-10-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
2088
2089 * c-common.c (c_common_truthvalue_conversion): Fix the comment.
2090
24bc7bf4
JM
20912016-10-20 Jason Merrill <jason@redhat.com>
2092
2093 * c-cppbuiltin.c (c_cpp_builtins): Update __cpp_concepts value.
2094
4c712374
BE
20952016-10-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
2096
2097 * c-common.c (c_common_truthvalue_conversion): Warn only for signed
2098 integer shift ops in boolean context.
2099
21002016-10-18 Aldy Hernandez <aldyh@redhat.com>
adc577c5
AH
2101
2102 * c.opt (Walloca): New.
2103 (Walloca-larger-than=): New.
2104 (Wvla-larger-than=): New.
2105
8fa18c06
MP
21062016-10-17 Marek Polacek <polacek@redhat.com>
2107
2108 * c-warn.c (find_array_ref_with_const_idx_r): Remove parameter names.
2109 Return immediately when finding a match.
2110 (warn_tautological_cmp): Remove a boolean variable that is no longer
2111 needed.
2112
b12b1915
MP
21132016-10-17 Marek Polacek <polacek@redhat.com>
2114
2115 * c-attribs.c: New file.
2116 * c-common.c: Move attributes handling to c-attribs.c.
2117 (get_nonnull_operand): No longer static.
2118 * c-common.h: Move the declarations from c-attribs.c to its own section.
2119
2045acd9
JM
21202016-10-14 Jason Merrill <jason@redhat.com>
2121
2122 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_aggregate_bases
2123 and __cpp_deduction_guides.
2124
14a2c9aa
JM
21252016-10-13 Jason Merrill <jason@redhat.com>
2126
2127 * c-cppbuiltin.c (c_cpp_builtins): Add __cpp_inline_variables.
2128
4d0cdd0c
TP
21292016-10-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
2130
2131 * c-cppbuiltin.c: Include memmodel.h.
2132 * c-opts.c: Likewise.
2133 * c-pragma.c: Likewise.
2134 * c-warn.c: Likewise.
2135
70f6d5e1
JJ
21362016-10-12 Jakub Jelinek <jakub@redhat.com>
2137
2138 * c.opt (Wextra): Add as C/C++/ObjC/ObjC++ option.
2139 (Wimplicit-fallthrough=): Enable for these languages by -Wextra.
2140 * c-opts.c (sanitize_cpp_opts): Initialize
2141 cpp_opts->cpp_warn_implicit_fallthrough.
2142
78f61294
MP
21432016-10-11 Marek Polacek <polacek@redhat.com>
2144
2145 * c-common.c (warning_candidate_p): Change the return type to bool
2146 and return true/false instead of 1/0.
2147 (vector_mode_valid_p): Likewise.
2148
038b5cc0
MP
21492016-10-11 Marek Polacek <polacek@redhat.com>
2150
2151 * c-common.c (fold_for_warn): No longer static.
2152 (bool_promoted_to_int_p): Likewise.
2153 (c_common_get_narrower): Likewise.
2154 (constant_expression_warning): Move to c-warn.c.
2155 (constant_expression_error): Likewise.
2156 (overflow_warning): Likewise.
2157 (warn_logical_operator): Likewise.
2158 (find_array_ref_with_const_idx_r): Likewise.
2159 (warn_tautological_cmp): Likewise.
2160 (expr_has_boolean_operands_p): Likewise.
2161 (warn_logical_not_parentheses): Likewise.
2162 (warn_if_unused_value): Likewise.
2163 (strict_aliasing_warning): Likewise.
2164 (sizeof_pointer_memaccess_warning): Likewise.
2165 (check_main_parameter_types): Likewise.
2166 (conversion_warning): Likewise.
2167 (warnings_for_convert_and_check): Likewise.
2168 (match_case_to_enum_1): Likewise.
2169 (match_case_to_enum): Likewise.
2170 (c_do_switch_warnings): Likewise.
2171 (warn_for_omitted_condop): Likewise.
2172 (readonly_error): Likewise.
2173 (lvalue_error): Likewise.
2174 (invalid_indirection_error): Likewise.
2175 (warn_array_subscript_with_type_char): Likewise.
2176 (warn_about_parentheses): Likewise.
2177 (warn_for_unused_label): Likewise.
2178 (warn_for_div_by_zero): Likewise.
2179 (warn_for_memset): Likewise.
2180 (warn_for_sign_compare): Likewise.
2181 (do_warn_double_promotion): Likewise.
2182 (do_warn_unused_parameter): Likewise.
2183 (record_locally_defined_typedef): Likewise.
2184 (maybe_record_typedef_use): Likewise.
2185 (maybe_warn_unused_local_typedefs): Likewise.
2186 (maybe_warn_bool_compare): Likewise.
2187 (maybe_warn_shift_overflow): Likewise.
2188 (warn_duplicated_cond_add_or_warn): Likewise.
2189 (diagnose_mismatched_attributes): Likewise.
2190 * c-common.h: Move the declarations from c-warn.c to its own section.
2191 * c-warn.c: New file.
2192
627be19f
JM
21932016-10-08 Jason Merrill <jason@redhat.com>
2194
2195 * c-common.c (c_common_truthvalue_conversion): Don't distribute
2196 into COND_EXPR in C++.
2197
7bad794a
JJ
21982016-10-08 Jakub Jelinek <jakub@redhat.com>
2199
2200 * c-lex.c (c_lex_with_flags) <case CPP_COMMENT>: For CPP_COMMENT
2201 token with PREV_FALLTHROUGH, skip all following CPP_PADDING and
2202 CPP_COMMENT tokens and set add_flags to PREV_FALLTHROUGH afterwards.
2203
be845b04
JJ
22042016-10-07 Jakub Jelinek <jakub@redhat.com>
2205
2206 Implement LWG2296 helper intrinsic
2207 * c-common.h (enum rid): Add RID_ADDRESSOF.
2208 * c-common.c (c_common_reswords): Add __builtin_addressof.
2209
c09c4992
BE
22102016-10-07 Bernd Edlinger <bernd.edlinger@hotmail.de>
2211
2212 PR c++/77700
2213 * c-common.c (c_common_truthvalue_conversion): Warn also for
2214 suspicious enum values in boolean context.
2215
342cfb3e
JJ
22162016-10-06 Jakub Jelinek <jakub@redhat.com>
2217
2218 Implement P0258R2 - helper for C++17
2219 std::has_unique_object_representations trait
2220 * c-common.h (enum rid): Add RID_HAS_UNIQUE_OBJ_REPRESENTATIONS.
2221 * c-common.c (c_common_reswords): Add
2222 __has_unique_object_representations.
2223
2e69f143
JJ
22242016-10-05 Jakub Jelinek <jakub@redhat.com>
2225
2226 PR sanitizer/66343
2227 * c-ubsan.c (ubsan_instrument_return): Don't call
2228 initialize_sanitizer_builtins here.
2229
700fff34
BE
22302016-10-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
2231
2232 * c-common.c (c_common_truthvalue_conversion): Warn also for suspicious
2233 conditional expression in boolean context when only one arm is
2234 non-boolean.
2235
9563bfcd
JJ
22362016-10-05 Jakub Jelinek <jakub@redhat.com>
2237
04a32443
JJ
2238 PR sanitizer/77823
2239 * c-ubsan.c (ubsan_instrument_shift): Return NULL_TREE if type0
2240 is not integral.
2241
9563bfcd
JJ
2242 * c-common.c (c_common_reswords): Update comment for C++11.
2243
f1644724
JM
22442016-10-04 Jason Merrill <jason@redhat.com>
2245
2246 * c-common.c (make_tree_vector_from_ctor): New.
2247 * c-common.h: Declare it.
2248
5a79befb
JJ
22492016-10-04 Jakub Jelinek <jakub@redhat.com>
2250
2251 * c-cppbuiltin.c (c_cpp_builtins): Don't define
2252 __LIBGCC_JCR_SECTION_NAME__.
2253
1633d3b9
BE
22542016-10-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
2255
2256 * c-common.c (c_common_truthvalue_conversion): Warn for suspicious
2257 left shift in boolean context.
2258
a2c6e7f2
JJ
22592016-09-29 Jakub Jelinek <jakub@redhat.com>
2260
2261 Implement P0001R1 - C++17 removal of register storage class specifier
2262 * c.opt (Wregister): New warning.
2263 * c-opts.c (c_common_post_options): Enable -Wregister by
2264 default for C++17.
2265
75304c87
JG
22662016-09-29 James Greenhalgh <james.greenhalgh@arm.com>
2267
2268 * c-opts.c (c_common_post_options): Remove special case for
2269 TARGET_FLT_EVAL_METHOD_NON_DEFAULT with -fexcess-precision=standard
2270 in C++.
2271
bbfac6da
JJ
22722016-09-27 Jakub Jelinek <jakub@redhat.com>
2273
6e39060a
JJ
2274 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_capture_star_this for
2275 -std=c++1z.
2276
bbfac6da
JJ
2277 * c-ada-spec.c (print_ada_declaration): Remove break after return.
2278
e73cf9a2
TP
22792016-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2280
2281 * c-common.c: Include memmodel.h.
2282
c6147dc4
MP
22832016-09-26 Marek Polacek <polacek@redhat.com>
2284
2285 * c-lex.c (c_common_has_attribute): Handle attribute fallthrough.
2286
81fea426
MP
22872016-09-26 Marek Polacek <polacek@redhat.com>
2288
2289 PR c/7652
2290 * c-common.c (c_common_attribute_table): Add fallthrough attribute.
2291 (handle_fallthrough_attribute): New function.
2292 (attribute_fallthrough_p): New function.
2293 * c-common.h (attribute_fallthrough_p): Declare.
2294
9a2300e9
MP
22952016-09-24 Marek Polacek <polacek@redhat.com>
2296
2297 PR c/77490
2298 * c.opt (Wbool-operation): New.
2299
a09e9e35
BE
23002016-09-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
2301
2302 * c-common.c (c_common_truthvalue_conversion): Inhibit
2303 Wint-in-bool-context warning with from_macro_definition_at.
2304 Mention the expression will always evaluate to true.
2305
d43b4ccc
MS
23062016-09-21 Martin Sebor <msebor@redhat.com>
2307
2308 PR bootstrap/77676
2309 * c.opt (fprintf-return-value): Temporarily initialize to zero
2310 to unblock bootstrap failures.
2311
2e1c20b1
JJ
23122016-09-21 Jakub Jelinek <jakub@redhat.com>
2313
2314 PR c++/77651
2315 * c.opt (Waligned-new=): Add RejectNegative.
2316 (faligned-new=): Likewise. Spelling fix - change
2317 aligned_new_threshhold to aligned_new_threshold.
2318 * c-cppbuiltin.c (c_cpp_builtins): Change aligned_new_threshhold
2319 to aligned_new_threshold.
2320
88d0c3f0
MS
23212016-09-20 Martin Sebor <msebor@redhat.com>
2322
2323 PR middle-end/49905
2324 * c.opt: Add -Wformat-length and -fprintf-return-value.
2325
144a96e4
BE
23262016-09-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
2327
2328 PR c++/77434
2329 * c.opt (Wint-in-bool-context): New warning.
2330 * c-common.c (c_common_truthvalue_conversion): Warn on integer
2331 constants in boolean context.
2332
63012d9a
JM
23332016-09-19 Joseph Myers <joseph@codesourcery.com>
2334
2335 * c-common.c (max_align_t_align): Also consider alignment of
2336 float128_type_node.
2337
931388ce
JM
23382016-09-15 Jason Merrill <jason@redhat.com>
2339
2340 * c-common.c (check_cxx_fundamental_alignment_constraints): Check
2341 DECL_EXTERNAL.
2342
38711381
JM
23432016-09-14 Jason Merrill <jason@redhat.com>
2344
2345 * c-common.c (check_cxx_fundamental_alignment_constraints): Don't
2346 limit FIELD_DECL, either.
2347
e51fbec3
MP
23482016-09-14 Marek Polacek <polacek@redhat.com>
2349
2350 * c-common.c (c_common_truthvalue_conversion): Use false instead of 0.
2351 * c-common.h (build_unary_op): Change nonconvert parameter type to bool.
2352 * c-omp.c (c_finish_omp_atomic): Use false instead of 0.
2353
254830ba
DM
23542016-09-13 David Malcolm <dmalcolm@redhat.com>
2355
2356 * c-common.c (warn_logical_not_parentheses): Replace
2357 rich_location::add_fixit_insert calls with add_fixit_insert_before
2358 and add_fixit_insert_after, eliminating the "next_loc" calculation.
2359
42763690
JM
23602016-09-13 Jason Merrill <jason@redhat.com>
2361 Tom de Vries <tom@codesourcery.com>
2362
2363 PR c++/77427
2364 * c-common.c (set_underlying_type): Don't treat array as builtin type.
2365
9453eee9
JM
23662016-09-13 Jason Merrill <jason@redhat.com>
2367
2368 * c-common.c (check_cxx_fundamental_alignment_constraints): Don't
2369 limit types at all.
2370
e96809e3
JM
23712016-09-12 Jason Merrill <jason@redhat.com>
2372
2373 * c-common.c (check_cxx_fundamental_alignment_constraints): Fix
2374 bit/byte confusion, allow large alignment for types.
2375
54dcdb88
BE
23762016-09-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
2377
2378 PR c++/77496
2379 * c-common.c (warn_for_omitted_condop): Also warn for boolean data.
2380
d1463eb9
DM
23812016-09-12 David Malcolm <dmalcolm@redhat.com>
2382
2383 PR c/72858
2384 * c-format.c (argument_parser::check_argument_type): Add params
2385 "type_start" and "conversion_char". Use the former to generate
2386 offset_to_type_start and pass it and conversion_char to
2387 check_format_types.
2388 (check_format_info_main): Capture the start of the type
2389 information as "type_start", and pass it an format_char
2390 to arg_parser.check_argument_type.
2391 (check_format_types): Provide an example in the leading comment.
2392 Add params "offset_to_type_start" and "conversion_char"; pass
2393 them to format_type_warning calls.
2394 (test_get_modifier_for_format_len): Likewise.
2395 (matching_type_p): New function.
2396 (get_format_for_type): Add param "conversion_char" and move
2397 implementation into...
2398 (get_format_for_type_1): ...new function, called twice.
2399 Use new function matching_type_p rather than checking for
2400 TYPE_CANONICAL equality.
2401 (get_corrected_substring): New function.
2402 (format_type_warning): Provide an example in the leading comment.
2403 Add params "offset_to_type_start" and "conversion_char". Replace
2404 call to get_format_for_type with call to get_corrected_substring
2405 and move rejection of hints for widths/precisions there.
2406 (assert_format_for_type_streq): Add param "conversion_char".
2407 (ASSERT_FORMAT_FOR_TYPE_STREQ): Add param CONVERSION_CHAR.
2408 (test_get_format_for_type_printf): Add conversion chars to the
2409 tests, adding coverage for various combinations of integer
2410 vs double conversions, and for preserving octal and hexadecimal
2411 conversions.
2412 (test_get_format_for_type_scanf): Add conversion chars to the
2413 tests.
2414
5b28efbb
TV
24152016-09-10 Tom de Vries <tom@codesourcery.com>
2416
2417 PR C/71602
2418 * c-common.c (build_va_arg): Handle more strict
2419 targetm.canonical_va_list_type. Replace first argument type error with
2420 assert.
2421
3f0177e7
MS
24222016-09-09 Martin Sebor <msebor@redhat.com>
2423
2424 PR c/77520
2425 PR c/77521
2426 * c-format.c (argument_parser::find_format_char_info): Use %qc
2427 format directive unconditionally.
2428
af63ba4b
JM
24292016-09-09 Jason Merrill <jason@redhat.com>
2430
2431 Implement C++17 new of over-aligned types.
2432 * c.opt: Add -faligned-new and -Waligned-new.
2433 * c-common.c (max_align_t_align): Split out from...
2434 (cxx_fundamental_alignment_p): ...here.
2435 * c-common.h: Declare it.
2436 * c-cppbuiltin.c (c_cpp_builtins): Handle aligned new.
2437
c65248cb
JM
24382016-09-09 Joseph Myers <joseph@codesourcery.com>
2439
2440 * c-cppbuiltin.c (builtin_define_type_width): New function.
2441 (builtin_define_stdint_macros, c_cpp_builtins): Define type width
2442 macros.
2443
e5106e27
DM
24442016-09-07 David Malcolm <dmalcolm@redhat.com>
2445
2446 * c-common.c (get_cpp_ttype_from_string_type): Handle being passed
2447 a POINTER_TYPE.
2448 (substring_loc::get_location): Move to substring-locations.c,
2449 keeping implementation as...
2450 (c_get_substring_location): New function, from the above, reworked
2451 to use accessors rather than member lookup.
2452 * c-common.h (class substring_loc): Move to substring-locations.h,
2453 replacing with a forward decl.
2454 (c_get_substring_location): New decl.
2455 * c-format.c: Include "substring-locations.h".
2456 (format_warning_va): Move to substring-locations.c.
2457 (format_warning_at_substring): Likewise.
2458
a42e7952
MS
24592016-09-06 Martin Sebor <msebor@redhat.com>
2460
2461 PR c/77336
2462 * c-format.c (check_function_format): Avoid issuing warnings for
2463 functions unless they call format functions with non-constant
2464 format strings.
2465
b772a565
RB
24662016-09-06 Richard Biener <rguenther@suse.de>
2467
2468 PR c/77450
2469 * c-common.c (c_common_mark_addressable_vec): Handle
2470 COMPOUND_LITERAL_EXPR.
2471
25ff5dd3
MP
24722016-09-05 Marek Polacek <polacek@redhat.com>
2473
2474 PR c/77423
2475 * c-common.c (bool_promoted_to_int_p): New function.
2476 (expr_has_boolean_operands_p): New function.
2477 (warn_logical_not_parentheses): Return if expr_has_boolean_operands_p.
2478 (maybe_warn_bool_compare): Use bool_promoted_to_int_p.
2479
21234eb5
TV
24802016-09-04 Tom de Vries <tom@codesourcery.com>
2481
2482 revert:
2483 2016-08-29 Tom de Vries <tom@codesourcery.com>
2484
2485 * c-common.c (build_va_arg): Replace first argument type error
2486 with assert.
2487
9dc5773f
JJ
24882016-09-02 Jakub Jelinek <jakub@redhat.com>
2489
2490 PR c/65467
2491 * c-omp.c (c_finish_omp_atomic): Reject _Atomic qualified expressions.
2492 (c_finish_omp_for): Reject _Atomic qualified iterators.
2493
24942016-09-01 Martin Sebor <msebor@redhat.com>
3d7b83b6
MS
2495
2496 * c-ada-spec.c (dump_ada_function_declaration): Increase buffer
2497 size to guarantee it fits the output of the formatted function
2498 regardless of its arguments.
2499
295844f6
MP
25002016-09-01 Marek Polacek <polacek@redhat.com>
2501
2502 PR c/7652
2503 * c-common.c (resolve_overloaded_builtin): Fix formatting. Add
2504 FALLTHRU comments.
2505
3d06b6f2
MP
25062016-08-29 Marek Polacek <polacek@redhat.com>
2507
2508 PR c/77292
2509 * c-common.c (warn_logical_not_parentheses): Don't warn for
2510 a comparison or a logical operator.
2511
34cedad5
TV
25122016-08-29 Tom de Vries <tom@codesourcery.com>
2513
2514 * c-common.c (build_va_arg): Fix type comparison assert.
2515
f162d717
TV
25162016-08-29 Tom de Vries <tom@codesourcery.com>
2517
2518 * c-common.c (build_va_arg): Replace first argument type error
2519 with assert.
2520
ba9bbd6f
TV
25212016-08-29 Tom de Vries <tom@codesourcery.com>
2522
2523 PR c/77398
2524 * c-common.c (build_va_arg): Add first argument error. Build va_arg
2525 with error_mark_node as va_list instead of with illegal va_list.
2526
ebef225f
MP
25272016-08-25 Marek Polacek <polacek@redhat.com>
2528 David Malcolm <dmalcolm@redhat.com>
2529
2530 * c-common.c (warn_logical_not_parentheses): Print fixit hints.
2531 * c-common.h (warn_logical_not_parentheses): Update declaration.
2532
b00e6e75
MP
25332016-08-22 Marek Polacek <polacek@redhat.com>
2534
2535 PR c++/77321
2536 * c-common.c (warn_for_memset): Check type for null.
2537
6dc198e3
JM
25382016-08-22 Joseph Myers <joseph@codesourcery.com>
2539
14ec014e 2540 * c-cppbuiltin.c (c_cpp_builtins): Check _FloatN and
6dc198e3
JM
2541 _FloatNx types for suffixes for built-in functions.
2542
c65699ef
JM
25432016-08-19 Joseph Myers <joseph@codesourcery.com>
2544
2545 PR c/32187
2546 * c-common.h (RID_FLOAT16, RID_FLOATN_NX_FIRST, RID_FLOAT32)
2547 (RID_FLOAT64, RID_FLOAT128, RID_FLOAT32X, RID_FLOAT64X)
2548 (RID_FLOAT128X): New enum rid values.
2549 (CASE_RID_FLOATN_NX): New macro.
2550 * c-common.c (c_common_reswords): Add _FloatN and _FloatNx
2551 keywords.
2552 (c_common_type_for_mode): Check for _FloatN and _FloatNx and
2553 corresponding complex types.
2554 (c_common_nodes_and_builtins): For non-C++, register _FloatN and
2555 _FloatNx and corresponding complex types.
2556 (keyword_begins_type_specifier): Use CASE_RID_FLOATN_NX.
2557 * c-cppbuiltin.c (builtin_define_float_constants): Check _FloatN
2558 and _FloatNx types for the widest type for determining
2559 DECIMAL_DIG. Define __LDBL_DECIMAL_DIG__ as well as
2560 __DECIMAL_DIG__ for long double. Handle FMA_SUFFIX being NULL.
2561 (c_cpp_builtins): Call builtin_define_float_constants for _FloatN
2562 and _FloatNx types.
2563 * c-lex.c (interpret_float): Handle _FloatN and _FloatNx
2564 constants.
2565 * c-pretty-print.c (pp_c_floating_constant): Handle _FloatN and
2566 _FloatNx types.
2567
cc015f3a
DM
25682016-08-18 David Malcolm <dmalcolm@redhat.com>
2569
2570 * c-opts.c (c_diagnostic_finalizer): Update for change to
2571 diagnostic_show_locus.
2572
cb18fd07
DM
25732016-08-18 David Malcolm <dmalcolm@redhat.com>
2574
2575 * c-common.c: Include "spellcheck.h".
2576 (cb_get_suggestion): New function.
2577 * c-common.h (cb_get_suggestion): New decl.
2578 * c-lex.c (init_c_lex): Initialize cb->get_suggestion to
2579 cb_get_suggestion.
2580
a76989dc
MP
25812016-08-18 Marek Polacek <polacek@redhat.com>
2582
2583 PR c/71514
2584 * c-common.c (get_atomic_generic_size): Disallow pointer-to-function
2585 and pointer-to-VLA.
2586
65e736c0
DM
25872016-08-16 David Malcolm <dmalcolm@redhat.com>
2588
2589 PR c/72857
2590 * c-common.c (substring_loc::get_range): Rename to...
2591 (substring_loc::get_location): ...this, converting param from a
2592 source_range * to a location_t *. Call
2593 get_source_location_for_substring rather than
2594 get_source_range_for_substring, and pass in m_caret_idx.
2595 * c-common.h (substring_loc::substring_loc): Add param "caret_idx".
2596 (substring_loc::get_range): Replace with...
2597 (substring_loc::get_location): ...this.
2598 (substring_loc::set_caret_index): New method.
2599 (substring_loc): Add field m_caret_idx.
2600 * c-format.c (format_warning_va): Update for above changes.
2601 Rename local "substring_loc" to "fmt_substring_loc" to avoid
2602 clashing with type name.
2603 (format_warning_at_char): Add caret_idx param to substring_loc ctor.
2604 (check_argument_type): Likewise.
2605 (format_type_warning): Rename param "fmt_loc" to "whole_fmt_loc"
2606 Use a copy when emitting warnings, setting the caret index from TYPE.
2607
7e1dde14 26082016-08-16 Eric Botcazou <ebotcazou@adacore.com>
8e745a17 2609 Arnaud Charlet <charlet@adacore.com>
7e1dde14
EB
2610
2611 * c-ada-spec.c (dump_number): New function.
2612 (handle_escape_character): Likewise.
2613 (print_ada_macros): Add handling of constant integers and strings.
2614
191816a3
MP
26152016-08-12 Marek Polacek <polacek@redhat.com>
2616
2617 PR c/7652
2618 * c-common.c (scalar_to_vector): Adjust fall through comment.
2619 * c-opts.c (c_common_handle_option): Likewise.
2620 * c-pragma.c (handle_pragma_pack): Add FALLTHRU.
2621 * c-pretty-print.c (c_pretty_printer::postfix_expression): Adjust
2622 fall through comment.
2623 * cilk.c (extract_free_variables): Add FALLTHRU.
2624
452df4a4
JM
26252016-08-10 Jason Merrill <jason@redhat.com>
2626
2627 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_if_constexpr.
2628
f3365c12
JM
26292016-08-09 Jason Merrill <jason@redhat.com>
2630
2631 * c-common.c (c_common_attribute_table): vector_size affects type
2632 identity.
2633
f0bc3323
MP
26342016-08-09 Marek Polacek <polacek@redhat.com>
2635
2636 PR c/7652
2637 * c-ada-spec.c (dump_generic_ada_node): Add return.
2638
98e5a19a
JM
26392016-08-09 Jason Merrill <jason@redhat.com>
2640
2641 * c-cppbuiltin.c (c_cpp_builtins): Update __cpp_constexpr for
2642 C++17 constexpr lambdas.
2643
895aa8e1
DM
26442016-08-08 David Malcolm <dmalcolm@redhat.com>
2645
2646 PR c/64955
2647 * c-common.h (selftest::c_format_c_tests): New declaration.
2648 (selftest::run_c_tests): New declaration.
2649 * c-format.c: Include "selftest.h.
2650 (format_warning_va): Add param "corrected_substring" and use
2651 it to add a replacement fix-it hint.
2652 (format_warning_at_substring): Likewise.
2653 (format_warning_at_char): Update for new param of
2654 format_warning_va.
2655 (argument_parser::check_argument_type): Pass "fki" to
2656 check_format_types.
2657 (check_format_types): Add param "fki" and pass it to
2658 format_type_warning.
2659 (deref_n_times): New function.
2660 (get_modifier_for_format_len): New function.
2661 (selftest::test_get_modifier_for_format_len): New function.
2662 (get_format_for_type): New function.
2663 (format_type_warning): Add param "fki" and use it to attempt
2664 to provide hints for argument types when calling
2665 format_warning_at_substring.
2666 (selftest::get_info): New function.
2667 (selftest::assert_format_for_type_streq): New function.
2668 (ASSERT_FORMAT_FOR_TYPE_STREQ): New macro.
2669 (selftest::test_get_format_for_type_printf): New function.
2670 (selftest::test_get_format_for_type_scanf): New function.
2671 (selftest::c_format_c_tests): New function.
2672
e52ed3fe
DM
26732016-08-08 David Malcolm <dmalcolm@redhat.com>
2674
2675 PR c/52952
2676 * c-format.c: Include "diagnostic.h".
2677 (location_column_from_byte_offset): Delete.
2678 (location_from_offset): Delete.
2679 (format_warning_va): New function.
2680 (format_warning_at_substring): New function.
2681 (format_warning_at_char): New function.
2682 (check_format_arg): Capture location of format_tree and pass to
2683 check_format_info_main.
2684 (argument_parser): Add fields "start_of_this_format" and
2685 "format_string_cst".
2686 (flag_chars_t::validate): Add param "format_string_cst". Convert
2687 warning_at call using location_from_offset to call to
2688 format_warning_at_char.
2689 (argument_parser::argument_parser): Add param "format_string_cst_"
2690 and use use it to initialize field "format_string_cst".
2691 Initialize new field "start_of_this_format".
2692 (argument_parser::read_format_flags): Convert warning_at call
2693 using location_from_offset to a call to format_warning_at_char.
2694 (argument_parser::read_any_format_left_precision): Likewise.
2695 (argument_parser::read_any_format_precision): Likewise.
2696 (argument_parser::read_any_other_modifier): Likewise.
2697 (argument_parser::find_format_char_info): Likewise, in three places.
2698 (argument_parser::parse_any_scan_set): Likewise, in one place.
2699 (argument_parser::handle_conversions): Likewise, in two places.
2700 (argument_parser::check_argument_type): Add param "fmt_param_loc"
2701 and use it to make a substring_loc. Pass the latter to
2702 check_format_types.
2703 (check_format_info_main): Add params "fmt_param_loc" and
2704 "format_string_cst". Convert warning_at calls using
2705 location_from_offset to calls to format_warning_at_char. Pass the
2706 new params to the arg_parser ctor. Pass "format_string_cst" to
2707 flag_chars.validate. Pass "fmt_param_loc" to
2708 arg_parser.check_argument_type.
2709 (check_format_types): Convert first param from a location_t
2710 to a const substring_loc & and rename to "fmt_loc". Attempt
2711 to extract the range of the relevant parameter and pass it
2712 to format_type_warning.
2713 (format_type_warning): Convert first param from a location_t
2714 to a const substring_loc & and rename to "fmt_loc". Add
2715 params "param_range" and "type". Replace calls to warning_at
2716 with calls to format_warning_at_substring.
2717
1c4d457e
DM
27182016-08-08 David Malcolm <dmalcolm@redhat.com>
2719
2720 * c-format.c (class flag_chars_t): New class.
2721 (struct length_modifier): New struct.
2722 (class argument_parser): New class.
2723 (flag_chars_t::flag_chars_t): New ctor.
2724 (flag_chars_t::has_char_p): New method.
2725 (flag_chars_t::add_char): New method.
2726 (flag_chars_t::validate): New method.
2727 (flag_chars_t::get_alloc_flag): New method.
2728 (flag_chars_t::assignment_suppression_p): New method.
2729 (argument_parser::argument_parser): New ctor.
2730 (argument_parser::read_any_dollar): New method.
2731 (argument_parser::read_format_flags): New method.
2732 (argument_parser::read_any_format_width): New method.
2733 (argument_parser::read_any_format_left_precision): New method.
2734 (argument_parser::read_any_format_precision): New method.
2735 (argument_parser::handle_alloc_chars): New method.
2736 (argument_parser::read_any_length_modifier): New method.
2737 (argument_parser::read_any_other_modifier): New method.
2738 (argument_parser::find_format_char_info): New method.
2739 (argument_parser::validate_flag_pairs): New method.
2740 (argument_parser::give_y2k_warnings): New method.
2741 (argument_parser::parse_any_scan_set): New method.
2742 (argument_parser::handle_conversions): New method.
2743 (argument_parser::check_argument_type): New method.
2744 (check_format_info_main): Introduce classes argument_parser
2745 and flag_chars_t, moving the code within the loop into methods
2746 of these classes. Make various locals "const".
2747
88fa5555
DM
27482016-08-05 David Malcolm <dmalcolm@redhat.com>
2749
2750 * c-common.c: Include "substring-locations.h".
2751 (get_cpp_ttype_from_string_type): New function.
2752 (g_string_concat_db): New global.
2753 (substring_loc::get_range): New method.
2754 * c-common.h (g_string_concat_db): New declaration.
2755 (class substring_loc): New class.
2756 * c-lex.c (lex_string): When concatenating strings, capture the
2757 locations of all tokens using a new obstack, and record the
2758 concatenation locations within g_string_concat_db.
2759 * c-opts.c (c_common_init_options): Construct g_string_concat_db
2760 on the ggc-heap.
2761
78169471
MP
27622016-07-29 Marek Polacek <polacek@redhat.com>
2763
638fc14f
MP
2764 PR c/71926
2765 * c-common.c (c_common_truthvalue_conversion): Use LOCATION for the
2766 parentheses warning.
2767
78169471
MP
2768 PR c/71574
2769 * c-common.c (handle_alloc_align_attribute): Also check FUNCTION_DECL.
2770
1225d6b1
ML
27712016-07-28 Martin Liska <mliska@suse.cz>
2772
2773 PR gcov-profile/68025
2774 * c-common.c (handle_no_profile_instrument_function_attribute):
2775
ec1e2a40
BE
27762016-07-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
2777
2778 * c-common.c (check_user_alignment): Use LOG2_BITS_PER_UNIT instead of
2779 BITS_PER_UNIT_LOG.
2780
5ec2cd9f
JM
27812016-07-25 Jason Merrill <jason@redhat.com>
2782
2783 PR c++/65970
2784 * c.opt (fconstexpr-loop-limit): New.
2785
9dc5773f 27862016-07-22 Martin Sebor <msebor@redhat.com>
2e6b45af
MS
2787
2788 PR c++/71675
2789 * c-common.c (resolve_overloaded_builtin): Avoid converting
2790 __atomic_compare_exchange_n return type to that of what its
2791 first argument points to.
2792
e3fe09c1
UB
27932016-07-22 Uros Bizjak <ubizjak@gmail.com>
2794
2795 * c-common.c: Use HOST_WIDE_INT_M1U instead of
2796 ~(unsigned HOST_WIDE_INT) 0.
2797
bc91c436
ML
27982016-07-22 Martin Liska <mliska@suse.cz>
2799
2800 PR gcov-profile/69028
2801 PR gcov-profile/62047
2802 * cilk.c (create_cilk_helper_decl): Set location of a new decl
2803 to the current_function_decl.
2804
451dcc66
JM
28052016-07-21 Jason Merrill <jason@redhat.com>
2806
2807 PR c++/65168
2808 * c-common.c (c_common_truthvalue_conversion): Check
2809 c_inhibit_evaluation_warnings for warning about address of
2810 reference.
2811
de6a69ee
DM
28122016-07-20 David Malcolm <dmalcolm@redhat.com>
2813
2814 * c-common.h (lookup_name_fuzzy): Convert return type from tree to
2815 const char *.
2816
d022c55a
JM
28172016-07-15 Jason Merrill <jason@redhat.com>
2818
2819 * c-opts.c (c_common_post_options): Update -fabi-version default to 11.
2820
ddbbcb19
JJ
28212016-07-15 Jakub Jelinek <jakub@redhat.com>
2822
2823 PR c/71858
2824 * c-common.h (enum lookup_name_fuzzy_kind): Add
2825 FUZZY_LOOKUP_FUNCTION_NAME.
2826
d0cf395a
JM
28272016-07-08 Jason Merrill <jason@redhat.com>
2828
2829 P0145: Refining Expression Order for C++.
2830 * c.opts (-fargs-in-order): Rename to -fstrong-eval-order.
2831 * c-opts.c: Adjust.
2832
98d44e93
MT
28332016-07-05 Markus Trippelsdorf <markus@trippelsdorf.de>
2834
2835 PR c++/71214
2836 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_rvalue_references.
2837
f9d8d994
TS
28382016-06-29 Thomas Schwinge <thomas@codesourcery.com>
2839
2840 * c-pragma.h (enum pragma_kind): Rename
2841 PRAGMA_OMP_DECLARE_REDUCTION to PRAGMA_OMP_DECLARE. Adjust all
2842 users.
2843
4aa83879
RB
28442016-06-29 Richard Biener <rguenther@suse.de>
2845
2846 PR middle-end/71002
2847 * c-common.c (c_common_get_alias_set): Remove union type punning case.
2848
a25bd9e6
JM
28492016-06-24 Jason Merrill <jason@redhat.com>
2850
2851 P0145R2: Refining Expression Order for C++.
2852 * c-common.c (verify_tree) [COMPOUND_EXPR]: Fix handling on LHS of
2853 MODIFY_EXPR.
2854
a86451b9
JJ
28552016-06-24 Jakub Jelinek <jakub@redhat.com>
2856
2857 * c-common.c (check_builtin_function_arguments): Require last
2858 argument of BUILT_IN_*_OVERFLOW_P to have INTEGER_TYPE type.
2859 Adjust wording of diagnostics for BUILT_IN_*_OVERLFLOW
2860 if the last argument is pointer to enumerated or boolean type.
2861
1a4f11c8
DM
28622016-06-22 David Malcolm <dmalcolm@redhat.com>
2863
2864 PR c/70339
2865 * c-common.h (enum lookup_name_fuzzy_kind): New enum.
2866 (lookup_name_fuzzy): New prototype.
2867
fe55692c
JDA
28682016-06-21 John David Anglin <danglin@gcc.gnu.org>
2869
2870 * c-common.c (get_source_date_epoch): Use int64_t instead of long long.
2871
4eb24e01
JM
28722016-06-14 Jason Merrill <jason@redhat.com>
2873
2874 P0145R2: Refining Expression Order for C++.
2875 * c.opt (fargs-in-order): New.
2876 * c-opts.c (c_common_post_options): Adjust flag_args_in_order.
2877
ef7cf206
JJ
28782016-06-13 Jakub Jelinek <jakub@redhat.com>
2879
0dda258b
JJ
2880 PR sanitizer/71498
2881 * c-gimplify.c (ubsan_walk_array_refs_r): Set *walk_subtrees = 0 on
2882 all BIND_EXPRs, and on all BIND_EXPRs recurse also on BIND_EXPR_BODY.
2883
ef7cf206
JJ
2884 PR preprocessor/71183
2885 * c-ppoutput.c (init_pp_output): Set cb->get_source_date_epoch
2886 to cb_get_source_date_epoch.
2887
50b15873
JJ
28882016-06-10 Jakub Jelinek <jakub@redhat.com>
2889
2890 PR c/68657
2891 * c.opt (Wpsabi): Add Warning flag.
2892
4d926e34
MS
28932016-06-10 Martin Sebor <msebor@redhat.com>
2894
2895 PR c/71392
14ec014e 2896 * c-common.c (handle_nonnull_attribute): Accept
4d926e34
MS
2897 the nonnull attribute in type-generic builtins.
2898
e01b4e16
MS
28992016-06-09 Martin Sebor <msebor@redhat.com>
2900
2901 PR c/70883
2902 * c-common.c (builtin_function_validate_nargs): Make text of error
2903 message consistent with others like it.
2904
44a845ca
MS
29052016-06-08 Martin Sebor <msebor@redhat.com>
2906 Jakub Jelinek <jakub@redhat.com>
2907
2908 PR c++/70507
2909 PR c/68120
2910 * c-common.c (check_builtin_function_arguments): Handle
2911 BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P.
2912
a80a7051
RB
29132016-06-08 Richard Biener <rguenther@suse.de>
2914
2915 * c-common.c (parse_optimize_options): Improve diagnostic messages.
2916
bfd67b47
RB
29172016-06-07 Richard Biener <rguenther@suse.de>
2918
2919 PR c/61564
2920 * c-common.c (parse_optimize_options): Only apply CL_OPTIMIZATION
2921 options and warn about others.
2922
15c98b2e
ES
29232016-06-01 Eduard Sanou <dhole@openmailbox.org>
2924
2925 * c-common.c (get_source_date_epoch): Rename to
2926 cb_get_source_date_epoch.
2927 * c-common.c (cb_get_source_date_epoch): Use a single generic erorr
2928 message when the parsing fails. Use error_at instead of fatal_error.
2929 * c-common.h (get_source_date_epoch): Rename to
2930 cb_get_source_date_epoch.
2931 * c-common.h (cb_get_source_date_epoch): Prototype.
2932 * c-common.h (MAX_SOURCE_DATE_EPOCH): Define.
2933 * c-common.h (c_omp_region_type): Remove trailing comma.
2934 * c-lex.c (init_c_lex): Set cb->get_source_date_epoch callback.
2935 * c-lex.c (c_lex_with_flags): Remove initialization of
2936 pfile->source_date_epoch.
2937
00631022
JJ
29382016-05-30 Jakub Jelinek <jakub@redhat.com>
2939
2940 PR c++/71349
2941 * c-omp.c (c_omp_split_clauses): Put OMP_CLAUSE_DEPEND to
2942 C_OMP_CLAUSE_SPLIT_TARGET. Put OMP_CLAUSE_NOWAIT to
2943 C_OMP_CLAUSE_SPLIT_TARGET if combined with target construct,
2944 instead of C_OMP_CLAUSE_SPLIT_FOR.
2945
f17a223d
RB
29462016-05-24 Richard Biener <rguenther@suse.de>
2947
2948 PR middle-end/70434
2949 PR c/69504
2950 * c-common.h (convert_vector_to_pointer_for_subscript): Rename to ...
2951 (convert_vector_to_array_for_subscript): ... this.
2952 * c-common.c (convert_vector_to_pointer_for_subscript): Use a
2953 VIEW_CONVERT_EXPR to an array type. Rename to ...
2954 (convert_vector_to_array_for_subscript): ... this.
2955
4f2e1536
MP
29562016-05-12 Marek Polacek <polacek@redhat.com>
2957
2958 PR c/70756
2959 * c-common.c (pointer_int_sum): Call size_in_bytes_loc instead of
2960 size_in_bytes and pass LOC to it.
2961
d6e83a8d
MM
29622016-05-11 Mikhail Maltsev <maltsevm@gmail.com>
2963
2964 PR c/43651
2965 * c.opt (Wduplicate-decl-specifier): New option.
2966
5c3a10fb
MP
29672016-05-11 Marek Polacek <polacek@redhat.com>
2968
2969 PR c++/71024
2970 * c-common.c (diagnose_mismatched_attributes): New function.
2971 * c-common.h (diagnose_mismatched_attributes): Declare.
2972
deef7113
MP
29732016-05-04 Marek Polacek <polacek@redhat.com>
2974
2975 * c.opt (Wdangling-else): New option.
2976
79ce98bc
MP
29772016-05-03 Marek Polacek <polacek@redhat.com>
2978
2979 PR c/70859
2980 * c-common.c (builtin_function_validate_nargs): Add location
2981 parameter. Use it.
2982 (check_builtin_function_arguments): Add location and arguments
2983 parameters. Use them.
2984 * c-common.h (check_builtin_function_arguments): Update declaration.
2985
381cdae4
RB
29862016-05-03 Richard Biener <rguenther@suse.de>
2987
2988 * cilk.c (cilk_gimplify_call_params_in_spawned_fn): Do not
2989 allow call args to gimplify to SSA names.
2990
1d793c34
MP
29912016-05-03 Marek Polacek <polacek@redhat.com>
2992
2993 * c-common.h (enum c_omp_region_type): Remove stray comma.
2994
77886428
CP
29952016-05-02 Cesar Philippidis <cesar@codesourcery.com>
2996
2997 * c-common.h (enum c_omp_region_type): Define.
2998
697e0b28
RS
29992016-05-02 Richard Sandiford <richard.sandiford@arm.com>
3000
3001 * c-common.c (shorten_compare): Use wi::to_wide.
3002
e7ff0319
CP
30032016-04-29 Cesar Philippidis <cesar@codesourcery.com>
3004
3005 PR middle-end/70626
3006 * c-common.h (c_oacc_split_loop_clauses): Add boolean argument.
3007 * c-omp.c (c_oacc_split_loop_clauses): Use it to duplicate
3008 reduction clauses in acc parallel loops.
3009
2fff3db8
MP
30102016-04-29 Marek Polacek <polacek@redhat.com>
3011
3012 PR c/70852
3013 * c-common.c (warn_for_memset): Check domain before accessing it.
3014
509063eb
DV
30152016-04-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
3016
3017 PR/69089
3018 * c-common.c (handle_aligned_attribute): Allow 0 as an argument to the
3019 "aligned" attribute.
3020
b632761d
JM
30212016-04-28 Jason Merrill <jason@redhat.com>
3022
3023 * c-lex.c (c_common_has_attribute): Handle nodiscard.
3024
174f6622
ES
30252016-04-28 Eduard Sanou <dhole@openmailbox.org>
3026 Matthias Klose <doko@debian.org>
3027
3028 * c-common.c (get_source_date_epoch): New function, gets the environment
7365279f 3029 variable SOURCE_DATE_EPOCH and parses it as long long with error
174f6622
ES
3030 handling.
3031 * c-common.h (get_source_date_epoch): Prototype.
3032 * c-lex.c (c_lex_with_flags): set parse_in->source_date_epoch.
3033
6bc2bb18
RB
30342015-04-27 Ryan Burn <contact@rnburn.com>
3035
3036 PR c++/69024
3037 PR c++/68997
3038 * cilk.c (cilk_ignorable_spawn_rhs_op): Change to external linkage.
3039 (cilk_recognize_spawn): Renamed from recognize_spawn and change to
3040 external linkage.
3041 (cilk_detect_and_unwrap): Corresponding changes.
3042 (extract_free_variables): Don't extract free variables from
3043 AGGR_INIT_EXPR slot.
3044 * c-common.h (cilk_ignorable_spawn_rhs_op): Prototype.
3045 (cilk_recognize_spawn): Likewise.
3046
c1e1f433
BS
30472016-04-27 Bernd Schmidt <bschmidt@redhat.com>
3048
3049 * c.opt (Wmemset-elt-size): New option.
3050 * c-common.c (warn_for_memset): New function.
3051 * c-common.h (warn_for_memset): Declare.
3052
d067e05f
JM
30532016-04-25 Jason Merrill <jason@redhat.com>
3054
3055 * c-common.c (handle_unused_attribute): Accept CONST_DECL.
3056 No longer static.
3057 * c-common.h: Declare it.
3058 * c-lex.c (c_common_has_attribute): Add maybe_unused.
3059
9aa36ae5
JM
30602016-04-22 Jason Merrill <jason@redhat.com>
3061
3062 * c-cppbuiltin.c (c_cpp_builtins): Fix __cpp_range_based_for.
3063
477d4906
IV
30642016-04-20 Ilya Verbin <ilya.verbin@intel.com>
3065
3066 PR c++/69363
3067 * c-cilkplus.c (c_finish_cilk_clauses): Remove function.
3068 * c-common.h (c_finish_cilk_clauses): Remove declaration.
3069
fe37c7af
MM
30702016-04-18 Michael Matz <matz@suse.de>
3071
3072 * c-common.c (handle_aligned_attribute): Use SET_TYPE_ALIGN
3073 and SET_DECL_ALIGN.
3074
23f2660f
EB
30752016-04-17 Eric Botcazou <ebotcazou@adacore.com>
3076
3077 * c-ada-spec.c (get_underlying_decl): Return the typedef, if any.
3078 (dump_generic_ada_node) <POINTER_TYPE>: Clean up handling of access
3079 to incomplete types.
3080 (dump_nested_type): Remove redundant tests and tidy up.
3081 (print_ada_declaration): Also set TREE_VISITED on the declaration of
3082 a type which is the typedef of an original type.
3083
1e77281b
MP
30842016-04-15 Marek Polacek <polacek@redhat.com>
3085
3086 PR c/70651
3087 * c-common.c (build_va_arg): Change two asserts into errors and return
3088 error_mark_node.
3089
b3a77f21
MP
30902016-04-13 Marek Polacek <polacek@redhat.com>
3091
3092 PR c++/70639
3093 * c-indentation.c (should_warn_for_misleading_indentation): Bail out
3094 for switch statements, too.
3095
322b8466
JM
30962016-03-28 Jason Merrill <jason@redhat.com>
3097
3098 * c-cppbuiltin.c (c_cpp_builtins): Update __cpp_range_based_for.
3099
fbdb6baf
MP
31002016-03-23 Marek Polacek <polacek@redhat.com>
3101
3102 PR c++/69884
3103 * c.opt (Wignored-attributes): New option.
3104
5c240f4d
DM
31052016-03-22 David Malcolm <dmalcolm@redhat.com>
3106
3107 PR c/69993
3108 * c-indentation.c (warn_for_misleading_indentation): Rewrite the
3109 diagnostic text, reversing the order of the warning and note so
3110 that they appear in source order.
3111
14ba7b28
MP
31122016-03-17 Marek Polacek <polacek@redhat.com>
3113
3114 PR c/69407
3115 * c-common.c (resolve_overloaded_builtin): Set TREE_USED for the fetch
3116 operations.
3117
08a1cadc
JM
31182016-03-14 Jason Merrill <jason@redhat.com>
3119
2aaeea19
JM
3120 * c-cppbuiltin.c (c_cpp_builtins): Set __cpp_hex_float.
3121
08a1cadc
JM
3122 * c-cppbuiltin.c (c_cpp_builtins): Bump __cpp_range_based_for.
3123
c06d25bb
RB
31242016-03-09 Richard Biener <rguenther@suse.de>
3125
3126 PR c/70143
3127 * c-common.c (strict_aliasing_warning): Add back
3128 alias_sets_conflict_p check.
3129
80aac5c8
JM
31302016-03-08 Jason Merrill <jason@redhat.com>
3131
3132 * c-opts.c (set_std_cxx1z): Don't enable concepts.
3133
64b23c13
DM
31342016-03-04 David Malcolm <dmalcolm@redhat.com>
3135
3136 PR c/68187
3137 * c-indentation.c (get_visual_column): Move code to determine next
3138 tab stop to...
3139 (next_tab_stop): ...this new function.
3140 (line_contains_hash_if): Delete function.
3141 (detect_preprocessor_logic): Delete function.
3142 (get_first_nws_vis_column): New function.
3143 (detect_intervening_unindent): New function.
3144 (should_warn_for_misleading_indentation): Replace call to
3145 detect_preprocessor_logic with a call to
3146 detect_intervening_unindent.
3147
729526f5
DM
31482016-03-04 David Malcolm <dmalcolm@redhat.com>
3149
3150 PR c/68187
3151 * c-indentation.c (should_warn_for_misleading_indentation): When
3152 suppressing warnings about cases where the guard and body are on
3153 the same column, only use the first non-whitespace column in place
3154 of the guard token column when dealing with "else" clauses.
3155 When rejecting aligned BODY and NEXT, loosen the requirement
3156 from equality with the first non-whitespace of guard to simply
3157 that they not be indented relative to it.
3158
e9a35493
RB
31592016-03-04 Richard Biener <rguenther@suse.de>
3160
3161 PR c++/70054
3162 * c-common.c (strict_aliasing_warning): Use alias_set_subset_of
3163 instead of alias_sets_conflict_p.
3164
1be56bc5
MP
31652016-03-01 Marek Polacek <polacek@redhat.com>
3166
3167 PR c++/69795
3168 * c-common.c (reject_gcc_builtin): Check for FUNCTION_DECL rather than
3169 any DECL.
3170
35886f0b
MS
31712016-02-22 Martin Sebor <msebor@redhat.com>
3172
3173 PR middle-end/69780
3174 * c-common.c (check_builtin_function_arguments): Validate and
3175 reject invalid arguments to __builtin_alloca_with_align.
3176
4246c8da
MW
31772016-02-20 Mark Wielaard <mjw@redhat.com>
3178
3179 PR c/28901
3180 * c.opt (Wunused-const-variable): Turn into Alias for...
3181 (Wunused-const-variable=): New option.
3182
268be88c
BE
31832016-02-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
3184
3185 PR c++/69865
3186 * c-opts.c (c_common_post_options): Move call to set_std_cxx14 from
3187 here...
3188 (c_common_init_options): ...to here.
3189 (set_std_cxx98): Initialize flag_isoc94 and flag_isoc99.
3190
871b3f47
JJ
31912016-02-19 Jakub Jelinek <jakub@redhat.com>
3192
3193 PR c++/69826
3194 * c-pragma.c (c_pp_lookup_pragma): Handle PRAGMA_CILK_GRAINSIZE.
3195 (init_pragma): Register PRAGMA_CILK_GRAINSIZE even for
3196 flag_preprocess_only.
3197
bf14eba2
JJ
31982016-02-16 Jakub Jelinek <jakub@redhat.com>
3199
3200 PR c/69835
3201 * c.opt (Wnonnull-compare): Enable for -Wall.
3202
ba6b3795
JJ
32032016-02-15 Jakub Jelinek <jakub@redhat.com>
3204
3205 PR c++/69797
3206 * c-common.c (sync_resolve_size): Diagnose too few arguments
3207 even when params is non-NULL empty vector.
3208
a011cd92
BS
32092016-02-08 Bernd Schmidt <bschmidt@redhat.com>
3210
3211 PR target/60410
3212 * c.opt (fshort-double): Remove.
3213
46cb9332
MS
32142016-02-05 Martin Sebor <msebor@redhat.com>
3215
3216 PR c++/69662
3217 * c.opt (Warning options): Update -Wplacement-new to take
3218 an optional argument.
3219
e1b81f2b
JJ
32202016-02-01 Jakub Jelinek <jakub@redhat.com>
3221
3222 PR preprocessor/69543
3223 PR c/69558
3224 * c-pragma.c (handle_pragma_diagnostic): Pass input_location
3225 instead of loc to control_warning_option.
3226
b6adbb9f
NS
32272016-02-01 Nathan Sidwell <nathan@codesourcery.com>
3228
3229 * c.opt (fopenacc-dim=): New option.
3230
5d70666e
RB
32312016-01-27 Ryan Burn <contact@rnburn.com>
3232
3233 PR cilkplus/69267
3234 * cilk.c (cilk_gimplify_call_params_in_spawned_fn): Change to use
3235 gimplify_arg. Removed superfluous post_p argument.
3236 * c-family.h (cilk_gimplify_call_params_in_spawned_fn): Removed
3237 superfluous post_p argument.
3238 * c-gimplify.c (c_gimplify_expr): Likewise.
3239
01e1dea3
DM
32402016-01-26 David Malcolm <dmalcolm@redhat.com>
3241
3242 PR other/69006
3243 * c-opts.c (c_diagnostic_finalizer): Replace invocation of
3244 pp_newline_and_flush with pp_flush.
3245
9f04a53e
MS
32462016-01-20 Martin Sebor <msebor@redhat.com>
3247
3248 PR c/69405
3249 * c-common.c (sync_resolve_size): Avoid printing diagnostic about
3250 an incompatible argument when the argument isn't a valid tree node.
3251
7f26f7df
JM
32522016-01-18 Jason Merrill <jason@redhat.com>
3253
3254 PR c++/68767
3255 * c-common.c (check_function_arguments_recurse): Fold the whole
3256 COND_EXPR, not just the condition.
3257
f62bf092
TV
32582016-01-18 Tom de Vries <tom@codesourcery.com>
3259
3260 * c-omp.c (c_oacc_split_loop_clauses): Don't copy OMP_CLAUSE_REDUCTION,
3261 classify as loop clause.
3262
e0a575ff
JJ
32632016-01-15 Jakub Jelinek <jakub@redhat.com>
3264
3265 PR bootstrap/68271
3266 * c-pragma.c (c_register_pragma_1): Adjust comment to note that
3267 C++ FE no longer has limit on number of pragmas.
3268
32692015-01-14 Ryan Burn <contact@rnburn.com>
b6e3db06
RB
3270
3271 PR c++/69048
3272 * cilk.c (create_cilk_wrapper_body): Call fold_build_cleanup_point_expr
c47eaca6 3273 to add missing cleanup point.
b6e3db06 3274
c7df95d8
DM
32752016-01-14 David Malcolm <dmalcolm@redhat.com>
3276
3277 PR c++/68819
3278 * c-indentation.c (get_visual_column): Add location_t param.
3279 Handle the column number being zero by effectively disabling the
3280 warning, with an "inform".
3281 (should_warn_for_misleading_indentation): Add location_t argument
3282 for all uses of get_visual_column.
3283
21efdd80
PP
32842016-01-10 Patrick Palka <ppalka@gcc.gnu.org>
3285
3286 PR c++/69029
3287 * c-indentation.c (should_warn_for_misleading_indentation):
3288 Don't warn about do-while statements.
3289
7a127fa7
MS
32902016-01-07 Martin Sebor <msebor@redhat.com>
3291
3292 PR c/68966
3293 * c-common.c (sync_resolve_size): Reject first argument when it's
3294 a pointer to _Bool.
3295
c589e975
DM
32962016-01-05 David Malcolm <dmalcolm@redhat.com>
3297
3298 PR c/69122
3299 * c-indentation.c (get_visual_column): Remove default argument.
3300 (should_warn_for_misleading_indentation): For the multiline case,
3301 update call to get_visual_column for next_stmt_exploc so that it
3302 captures the location of the first non-whitespace character in the
3303 relevant line. Don't issue warnings if there is non-whitespace
3304 before the next statement.
3305
818ab71a
JJ
33062016-01-04 Jakub Jelinek <jakub@redhat.com>
3307
3308 Update copyright years.
3309
745e411d
DM
33102015-12-21 David Malcolm <dmalcolm@redhat.com>
3311
3312 * c-common.c (binary_op_error): Convert first param from
3313 location_t to rich_location * and use it when emitting an error.
3314 * c-common.h (binary_op_error): Convert first param from
3315 location_t to rich_location *.
3316
de67c4c3
DM
33172015-12-16 David Malcolm <dmalcolm@redhat.com>
3318
3319 * c-common.h (conflict_marker_get_final_tok_kind): New prototype.
3320 * c-lex.c (conflict_marker_get_final_tok_kind): New function.
3321
4a38b02b
IV
33222015-12-15 Ilya Verbin <ilya.verbin@intel.com>
3323
3324 * c-common.c (c_common_attribute_table): Handle "omp declare target
3325 link" attribute.
3326
54d62f51
JJ
33272015-12-14 Jakub Jelinek <jakub@redhat.com>
3328
3329 PR c/68833
3330 * c.opt (Wmissing-format-attribute, Wnormalized): Add Warning option.
3331
8d4227c8
TB
33322014-12-12 Tobias Burnus <burnus@net-b.de>
3333
3334 PR fortran/68815
3335 * c-format.c (gcc_gfc_char_table): Add 'q' flag to remaining
3336 specifiers (%d, %i,%u and %c).
3337
f6069ccc
DM
33382015-12-10 David Malcolm <dmalcolm@redhat.com>
3339
3340 * c.opt (Wmisleading-indentation): Add to -Wall for C and C++.
3341
63bbf46d
JJ
33422015-12-08 Jakub Jelinek <jakub@redhat.com>
3343
3344 PR c/48088
3345 PR c/68657
3346 * c.opt (Wfloat-conversion, Wsign-conversion): Add Warning.
3347 * c-pragma.c (handle_pragma_diagnostic): Adjust
3348 control_warning_option caller.
3349
f79520bb
DM
33502015-12-07 David Malcolm <dmalcolm@redhat.com>
3351
3352 * c-common.c (c_cpp_error): Update for change to
3353 rich_location::set_range.
3354
b3d5bc62
JJ
33552015-12-04 Paolo Bonzini <bonzini@gnu.org>
3356
3357 * c-common.c (maybe_warn_shift_overflow): Warn on all overflows if
3358 shifting 1 out of the sign bit.
3359
33602015-12-04 Kirill Yukhin <kirill.yukhin@intel.com>
3361
3362 * c-common.c (c_common_attribute_table[]): Update max arguments
3363 count for "simd" attribute.
3364 (handle_simd_attribute): Parse "notinbranch" and "inbranch" arguments.
3365
6eb4a537
JJ
33662015-12-03 Jakub Jelinek <jakub@redhat.com>
3367
3368 PR preprocessor/57580
3369 * c-ppoutput.c (print): Change printed field to bool.
3370 Move src_file last for smaller padding.
3371 (init_pp_output): Set print.printed to false instead of 0.
3372 (scan_translation_unit): Fix up formatting. Set print.printed
3373 to true after printing something other than newline.
3374 (scan_translation_unit_trad): Set print.printed to true instead of 1.
3375 (maybe_print_line_1): Set print.printed to false instead of 0.
3376 (print_line_1): Likewise.
3377 (do_line_change): Set print.printed to true instead of 1.
3378 (cb_define, dump_queued_macros, cb_include, cb_def_pragma,
3379 dump_macro): Set print.printed to false after printing newline.
3380
4250754e
JM
33812015-12-02 Jason Merrill <jason@redhat.com>
3382
f479b43d
JM
3383 * c-common.c (fold_for_warn): New.
3384 (warn_logical_operator, warn_tautological_cmp)
3385 (check_function_arguments_recurse, maybe_warn_bool_compare): Use it.
3386
4250754e
JM
3387 * c-common.c (c_disable_warnings, c_enable_warnings, c_fully_fold)
3388 (c_fully_fold_internal, decl_constant_value_for_optimization):
3389 Move to c/c-fold.c.
3390 * c-common.h: Don't declare decl_constant_value_for_optimization.
3391
e9e32ee6
JM
33922015-12-02 Joseph Myers <joseph@codesourcery.com>
3393
3394 PR c/68162
3395 * c-common.h (c_build_qualified_type): Add extra default
3396 arguments.
3397
37d5ad46
JB
33982015-12-01 Julian Brown <julian@codesourcery.com>
3399 Cesar Philippidis <cesar@codesourcery.com>
3400 James Norris <James_Norris@mentor.com>
3401
3402 * c-pragma.c (oacc_pragmas): Add PRAGMA_OACC_HOST_DATA.
3403 * c-pragma.h (pragma_kind): Add PRAGMA_OACC_HOST_DATA.
3404 (pragma_omp_clause): Add PRAGMA_OACC_CLAUSE_USE_DEVICE.
3405
f07862c7
EB
34062015-11-30 Eric Botcazou <ebotcazou@adacore.com>
3407
3408 * c-ada-spec.c (print_ada_macros): Remove redundant blank line.
3409 (decl_sloc_common): Delete and move bulk of processing to...
3410 (decl_sloc): ...here.
3411 (pp_ada_tree_identifier): Remove reference to QUAL_UNION_TYPE.
3412 (dump_ada_double_name): Remove S parameter and compute the suffix.
3413 (dump_ada_array_type): Add PARENT parameter. Simplify computation of
3414 element type and deal with an anonymous one.
3415 (dump_ada_template): Use RECORD_OR_UNION_TYPE_P macro.
3416 (dump_generic_ada_node): Tweak. Adjust call to dump_ada_array_type
3417 and remove reference to QUAL_UNION_TYPE.
3418 (dump_nested_types): Make 2 passes on the fields and move bulk to...
3419 (dump_nested_type): ...here. New function extracted from above.
3420 Generate a full declaration for anonymous element type of arrays.
3421 (print_ada_declaration): Really skip anonymous declarations. Remove
3422 references to QUAL_UNION_TYPE. Adjust call to dump_ada_array_type.
3423 Clean up processing of declarations of array types and objects.
3424 (print_ada_struct_decl): Remove reference to QUAL_UNION_TYPE.
3425 Remove obsolete code and tidy up.
3426
75c8aac3
JH
34272015-11-29 Jan Hubicka <hubicka@ucw.cz>
3428
3429 PR c/67581
3430 * c-common.c (handle_transparent_union_attribute): Update
3431 also type variants.
3432
b58d3df2
ML
34332015-11-27 Martin Liska <mliska@suse.cz>
3434
3435 PR c++/68312
3436 * array-notation-common.c (cilkplus_extract_an_triplets):
3437 Release vector of vectors.
3438 * cilk.c (gimplify_cilk_spawn): Free allocated memory.
3439
89a01fcf
EB
34402015-11-26 Eric Botcazou <ebotcazou@adacore.com>
3441
3442 PR c++/68527
3443 * c-ada-spec.c (dump_nested_types): Add guard for error_mark_node.
3444 (print_ada_struct_decl): Likewise.
3445
cc5c5226
IZ
34462015-11-23 Igor Zamyatin <igor.zamyatin@intel.com>
3447
3448 PR c++/68001
3449 * c-gimplify.c (c_gimplify_expr): Stop the process if see an error.
3450 * cilk.c (recognize_spawn): Determine location in a more precise
3451 way.
3452
269adb9d
JM
34532015-11-19 Jason Merrill <jason@redhat.com>
3454
3455 * c-common.c (shorten_compare): But look through macros from
3456 system headers.
3457
d0eccfcd
JM
34582015-11-18 Jason Merrill <jason@redhat.com>
3459
3460 * c-common.c (shorten_compare): Don't -Wtype-limits if the
3461 non-constant operand comes from a macro.
3462
3e44547c
JM
34632015-11-17 Jason Merrill <jason@redhat.com>
3464
3465 PR bootstrap/68346
3466 * c-common.c (warn_tautological_cmp): Fold before checking for
3467 constants.
3468
0f62c7a0
MP
34692015-11-16 Marek Polacek <polacek@redhat.com>
3470
3471 PR c++/68362
3472 * c-common.c (check_case_bounds): Fold low and high cases.
3473
a868811e
MP
34742015-11-16 Marek Polacek <polacek@redhat.com>
3475
3476 * c-ada-spec.c (dump_ada_template): Use RECORD_OR_UNION_TYPE_P.
3477 * c-common.c (c_common_get_alias_set): Likewise.
3478 (handle_visibility_attribute): Likewise.
3479
fff77217
KY
34802015-11-16 Kirill Yukhin <kirill.yukhin@intel.com>
3481
3482 * c-common.c (handle_simd_attribute): New.
3483 (struct attribute_spec): Add entry for "simd".
3484 (handle_simd_attribute): New.
3485
269e63b7
KT
34862015-11-13 Kai Tietz <ktietz70@googlemail.com>
3487
3488 * c-lex.c (interpret_float): Use fold_convert.
3489
ebedc9a3
DM
34902015-11-13 David Malcolm <dmalcolm@redhat.com>
3491
3492 * c-common.c (c_fully_fold_internal): Capture existing souce_range,
3493 and store it on the result.
3494 * c-opts.c (c_common_init_options): Set
3495 global_dc->colorize_source_p.
3496
6e232ba4
JN
34972015-11-12 James Norris <jnorris@codesourcery.com>
3498 Joseph Myers <joseph@codesourcery.com>
3499
7365279f 3500 * c-pragma.c (oacc_pragmas): Add entry for declare directive.
6e232ba4
JN
3501 * c-pragma.h (enum pragma_kind): Add PRAGMA_OACC_DECLARE.
3502 (enum pragma_omp_clause): Add PRAGMA_OACC_CLAUSE_DEVICE_RESIDENT and
3503 PRAGMA_OACC_CLAUSE_LINK.
3504
e78bede6
MP
35052015-11-11 Marek Polacek <polacek@redhat.com>
3506
3507 PR c/68107
3508 PR c++/68266
3509 * c-common.c (valid_array_size_p): New function.
3510 * c-common.h (valid_array_size_p): Declare.
3511
3f8257db 35122015-11-11 Dominique d'Humieres <dominiq@lps.ens.fr>
4ac93c7c
DH
3513
3514 PR bootstrap/68271
3515 * c-pragma.c (c_register_pragma_1): Update the gcc_assert to 256.
3516
69f293c9
AM
35172015-11-11 Andrew MacLeod <amacleod@redhat.com>
3518
3519 * array-notation-common.c: Remove unused header files.
3520 * c-ada-spec.c: Likewise.
3521 * c-cilkplus.c: Likewise.
3522 * c-common.c: Likewise.
3523 * c-cppbuiltin.c: Likewise.
3524 * c-dump.c: Likewise.
3525 * c-format.c: Likewise.
3526 * c-gimplify.c: Likewise.
3527 * c-indentation.c: Likewise.
3528 * c-lex.c: Likewise.
3529 * c-omp.c: Likewise.
3530 * c-opts.c: Likewise.
3531 * c-pch.c: Likewise.
3532 * c-ppoutput.c: Likewise.
3533 * c-pragma.c: Likewise.
3534 * c-pretty-print.c: Likewise.
3535 * c-semantics.c: Likewise.
3536 * c-ubsan.c: Likewise.
3537 * cilk.c: Likewise.
3538 * stub-objc.c: Likewise.
3539
3a40d81d
NS
35402015-11-09 Thomas Schwinge <thomas@codesourcery.com>
3541 Cesar Philippidis <cesar@codesourcery.com>
3542 James Norris <jnorris@codesourcery.com>
3543 Julian Brown <julian@codesourcery.com>
3544 Nathan Sidwell <nathan@codesourcery.com>
3545
3546 * c-pragma.c (oacc_pragmas): Add "routine".
3547 * c-pragma.h (pragma_kind): Add PRAGMA_OACC_ROUTINE.
3548
ee45a32d
EB
35492015-11-08 Eric Botcazou <ebotcazou@adacore.com>
3550
3551 * c-common.c (c_common_attributes): Add scalar_storage_order.
3552 (handle_scalar_storage_order_attribute): New function.
3553 * c-pragma.c (global_sso): New variable.
3554 (maybe_apply_pragma_scalar_storage_order): New function.
3555 (handle_pragma_scalar_storage_order): Likewise.
3556 (init_pragma): Register scalar_storage_order.
3557 * c-pragma.h (maybe_apply_pragma_scalar_storage_order): Declare.
3558 * c.opt (Wscalar-storage-order): New warning.
3559 (fsso-struct=): New option.
3560
eb11eb15
MS
35612015-11-08 Martin Sebor <msebor@redhat.com>
3562
3563 * c.opt (Wplacement-new): Add a period to the end of a sentence.
3564
0aad0198
RS
35652015-11-07 Richard Sandiford <richard.sandiford@arm.com>
3566
3567 * c-common.c: Don't undef DEF_BUILTIN.
3568
8a645150
DM
35692015-11-06 David Malcolm <dmalcolm@redhat.com>
3570
3571 * c-common.c (c_cpp_error): Convert parameter from location_t to
3572 rich_location *. Eliminate the "column_override" parameter and
3573 the call to diagnostic_override_column.
3574 Update the "done_lexing" clause to set range 0
3575 on the rich_location, rather than overwriting a location_t.
3576 * c-common.h (c_cpp_error): Convert parameter from location_t to
3577 rich_location *. Eliminate the "column_override" parameter.
3578
7a5e4956
CP
35792015-11-05 Cesar Philippidis <cesar@codesourcery.com>
3580 Thomas Schwinge <thomas@codesourcery.com>
3581 James Norris <jnorris@codesourcery.com>
3582
3583 * c-omp.c (c_oacc_split_loop_clauses): Make TILE, GANG, WORKER, VECTOR,
3584 AUTO, SEQ, INDEPENDENT and PRIVATE loop clauses. Associate REDUCTION
3585 clauses with parallel and kernels and loops.
3586 * c-pragma.h (enum pragma_omp_clause): Add entries for
3587 PRAGMA_OACC_CLAUSE_{INDEPENDENT,TILE,DEFAULT}.
3588 * pt.c (tsubst_omp_clauses): Add support for OMP_CLAUSE_{NUM_GANGS,
3589 NUM_WORKERS,VECTOR_LENGTH,GANG,WORKER,VECTOR,ASYNC,WAIT,TILE,AUTO,
3590 INDEPENDENT,SEQ}.
3591 (tsubst_expr): Add support for OMP_CLAUSE_{KERNELS,PARALLEL,LOOP}.
3592
e2f5cc96
MS
35932015-11-05 Martin Sebor <msebor@redhat.com>
3594
3595 PR c++/67942
3596 * c.opt (-Wplacement-new): New option.
3597
e01d41e5
JJ
35982015-11-05 Jakub Jelinek <jakub@redhat.com>
3599
3600 * c-common.h (c_finish_omp_atomic): Add TEST argument.
3601 (c_omp_check_loop_iv, c_omp_check_loop_iv_exprs): New prototypes.
3602 * c-omp.c (c_finish_omp_atomic): Add TEST argument. Don't call
3603 save_expr or create_tmp_var* if TEST is true.
3604 (c_finish_omp_for): Store OMP_FOR_ORIG_DECLS always.
3605 Don't call add_stmt here.
3606 (struct c_omp_check_loop_iv_data): New type.
3607 (c_omp_check_loop_iv_r, c_omp_check_loop_iv,
3608 c_omp_check_loop_iv_exprs): New functions.
3609 (c_omp_split_clauses): Adjust for lastprivate being allowed on
3610 distribute.
3611 (c_omp_declare_simd_clauses_to_numbers): Change
3612 OMP_CLAUSE_LINEAR_VARIABLE_STRIDE OMP_CLAUSE_LINEAR_STEP into numbers.
3613 (c_omp_declare_simd_clauses_to_decls): Similarly change those
3614 from numbers to PARM_DECLs.
3615
595278be
MM
36162015-11-04 Mikhail Maltsev <maltsevm@gmail.com>
3617
3618 * c-omp.c (c_omp_split_clauses): Remove conditional compilation. Use
3619 flag_checking.
3620
3f8257db 36212015-11-03 Bernd Schmidt <bschmidt@redhat.com>
c85158de
MS
3622
3623 PR c++-common/67882
b3d5bc62
JJ
3624 * c-common.h (fold_offsetof_1): Add argument.
3625 * c-common.c (fold_offsetof_1): Diagnose more invalid
c85158de
MS
3626 offsetof expressions that reference elements past the end of
3627 an array.
3628
4bf9e5a8
TS
36292015-11-03 Thomas Schwinge <thomas@codesourcery.com>
3630 Chung-Lin Tang <cltang@codesourcery.com>
3631
3632 * c-pragma.c (oacc_pragmas): Add "atomic".
3633 * c-pragma.h (pragma_kind): Add PRAGMA_OACC_ATOMIC.
3634
3b1661a9
ES
36352015-10-30 Evgeny Stupachenko <evstupac@gmail.com>
3636
3637 * c-common.c (handle_target_clones_attribute): New.
3638 (c_common_attribute_table): Add handle_target_clones_attribute.
3639 (handle_always_inline_attribute): Add check on target_clones attribute.
3640 (handle_target_attribute): Ditto.
3641
2adfab87
AM
36422015-10-29 Andrew MacLeod <amacleod@redhat.com>
3643
3644 * array-notation-common.c: Reorder #include's and remove duplicates.
3645 * c-ada-spec.c: Likewise.
3646 * c-cilkplus.c: Likewise.
3647 * c-common.c: Likewise.
3648 * c-cppbuiltin.c: Likewise.
3649 * c-dump.c: Likewise.
3650 * c-format.c: Likewise.
3651 * c-gimplify.c: Likewise.
3652 * c-indentation.c: Likewise.
3653 * c-lex.c: Likewise.
3654 * c-omp.c: Likewise.
3655 * c-opts.c: Likewise.
3656 * c-pch.c: Likewise.
3657 * c-ppoutput.c: Likewise.
3658 * c-pragma.c: Likewise.
3659 * c-pretty-print.c: Likewise.
3660 * c-semantics.c: Likewise.
3661 * c-ubsan.c: Likewise.
3662 * cilk.c: Likewise.
3663 * stub-objc.c: Likewise.
3664
d90ec4f2
JM
36652015-10-28 Jason Merrill <jason@redhat.com>
3666
3667 * c-common.c (pointer_int_sum): Fold the MULT_EXPR.
3668
88bae6f4
TS
36692015-10-27 Thomas Schwinge <thomas@codesourcery.com>
3670 James Norris <jnorris@codesourcery.com>
3671 Cesar Philippidis <cesar@codesourcery.com>
3672
3673 PR c/64765
3674 PR c/64880
3675 * c-common.h (c_oacc_split_loop_clauses): Declare function.
3676 * c-omp.c (c_oacc_split_loop_clauses): New function.
3677
b1726d6c
MS
36782015-10-21 Martin Sebor <msebor@redhat.com>
3679
3680 PR driver/68043
3681 * c.opt: End each sentence that describes an option with a period.
3682
fa60eeb9
MP
36832015-10-20 Marek Polacek <polacek@redhat.com>
3684
3685 * array-notation-common.c (is_cilkplus_vector_p): Define.
3686 * c-common.h (is_cilkplus_vector_p): Declare.
3687
95979049
MP
36882015-10-20 Marek Polacek <polacek@redhat.com>
3689
3690 * c.opt (std=gnu++11): Do not describe as experimental.
3691 (std=gnu++14): Likewise.
3692
2a9fb712
JM
36932015-10-19 Jason Merrill <jason@redhat.com>
3694
3695 * c-cppbuiltin.c (c_cpp_builtins): Define
3696 __cpp_nontype_template_args.
3697
13b380a3
JM
36982015-10-19 Jason Merrill <jason@redhat.com>
3699
3700 * c-cppbuiltin.c (c_cpp_builtins): Define
3701 __cpp_enumerator_attributes, __cpp_fold_expressions,
3702 __cpp_unicode_characters.
3703
d9a6bd32
JJ
37042015-10-13 Jakub Jelinek <jakub@redhat.com>
3705 Aldy Hernandez <aldyh@redhat.com>
3706
3707 * c-common.c (enum c_builtin_type): Define DEF_FUNCTION_TYPE_9,
3708 DEF_FUNCTION_TYPE_10 and DEF_FUNCTION_TYPE_11.
3709 (c_define_builtins): Likewise.
3710 * c-common.h (enum c_omp_clause_split): Add
3711 C_OMP_CLAUSE_SPLIT_TASKLOOP.
3712 (c_finish_omp_critical, c_finish_omp_ordered): Add CLAUSES argument.
3713 (c_finish_omp_for): Add ORIG_DECLV argument.
3714 * c-cppbuiltin.c (c_cpp_builtins): Predefine _OPENMP as
3715 201511 instead of 201307.
3716 * c-omp.c (c_finish_omp_critical): Add CLAUSES argument, set
3717 OMP_CRITICAL_CLAUSES to it.
3718 (c_finish_omp_ordered): Add CLAUSES argument, set
3719 OMP_ORDERED_CLAUSES to it.
3720 (c_finish_omp_for): Add ORIG_DECLV argument, set OMP_FOR_ORIG_DECLS
3721 to it if OMP_FOR. Clear DECL_INITIAL on the IVs.
3722 (c_omp_split_clauses): Handle OpenMP 4.5 combined/composite
3723 constructs and new OpenMP 4.5 clauses. Clear
3724 OMP_CLAUSE_SCHEDULE_SIMD if not combined with OMP_SIMD. Add
3725 verification code.
3726 * c-pragma.c (omp_pragmas_simd): Add taskloop.
3727 * c-pragma.h (enum pragma_kind): Add PRAGMA_OMP_TASKLOOP.
3728 (enum pragma_omp_clause): Add
3729 PRAGMA_OMP_CLAUSE_{DEFAULTMAP,GRAINSIZE,HINT,{IS,USE}_DEVICE_PTR}
3730 and PRAGMA_OMP_CLAUSE_{LINK,NOGROUP,NUM_TASKS,PRIORITY,SIMD,THREADS}.
3731
624d31fe
RS
37322015-10-05 Richard Sandiford <richard.sandiford@arm.com>
3733
3734 * c-lex.c (interpret_float): Use real_equal instead of
3735 REAL_VALUES_EQUAL.
3736
b8fd7909
JM
37372015-10-04 Jason Merrill <jason@redhat.com>
3738
3739 Implement N4514, C++ Extensions for Transactional Memory.
3740 * c-common.c (c_common_reswords): Add C++ TM TS keywords.
3741 (c_common_attribute_table): Add transaction_safe_dynamic.
3742 transaction_safe now affects type identity.
3743 (handle_tm_attribute): Handle transaction_safe_dynamic.
3744 * c-common.h (enum rid): Add RID_ATOMIC_NOEXCEPT,
3745 RID_ATOMIC_CANCEL, RID_SYNCHRONIZED.
3746 (OBJC_IS_CXX_KEYWORD): Add RID_SYNCHRONIZED.
3747 (D_TRANSMEM): New.
3748 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_transactional_memory.
3749 * c-pretty-print.c (pp_c_attributes_display): Don't print
3750 transaction_safe in C++.
3751
12651878
MP
37522015-10-02 Marek Polacek <polacek@redhat.com>
3753
3754 * c.opt (Wduplicated-cond): Don't enable by -Wall anymore.
3755
3e3b8d63
MP
37562015-10-02 Marek Polacek <polacek@redhat.com>
3757
3758 PR c/64249
3759 * c-common.c (warn_duplicated_cond_add_or_warn): New function.
3760 * c-common.h (warn_duplicated_cond_add_or_warn): Declare.
3761 * c.opt (Wduplicated-cond): New option.
3762
0d1a8f75
JM
37632015-10-01 Joseph Myers <joseph@codesourcery.com>
3764
3765 * c.opt (std=c11): Do not describe as experimental.
3766 (std=gnu11): Likewise.
3767 (std=iso9899:2011): Likewise.
3768
3e32ee19
NS
37692015-09-28 Nathan Sidwell <nathan@codesourcery.com>
3770
3771 * c-common.c (DEF_FUNCTION_TYPE_VAR_6): New.
3772 (DEF_FUNCTION_TYPE_VAR_11): Delete.
3773
974348ee
MP
37742015-09-25 Marek Polacek <polacek@redhat.com>
3775
3776 * c-ubsan.c (ubsan_instrument_division): Remove unnecessary code.
3777 (ubsan_instrument_shift): Likewise.
3778
15dbc1a6
MP
37792015-09-25 Marek Polacek <polacek@redhat.com>
3780
3781 PR sanitizer/64906
3782 * c-ubsan.c (ubsan_instrument_division): Also pre-evaluate OP1.
3783
6b95d7cc
PP
37842015-09-24 Patrick Palka <ppalka@gcc.gnu.org>
3785
3786 * c-indentation.c (should_warn_for_misleading_indentation):
3787 Compare next_stmt_vis_column with guard_line_first_nws instead
3788 of with guard_line_vis_column.
3789
c1822f9c
MLI
37902015-09-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
3791
3792 PR c/49654
3793 PR c/49655
3794 * c-pragma.c (handle_pragma_diagnostic): Detect non-warning
3795 options and options not valid for the current language.
3796
d5398058
PP
37972015-09-22 Patrick Palka <ppalka@gcc.gnu.org>
3798
3799 * c-indentation.c (should_warn_for_misleading_indentation):
3800 Float out and consolidate the calls to get_visual_column that
3801 are passed guard_exploc as an argument. Compare
3802 next_stmt_vis_column with guard_line_first_nws instead of with
3803 body_line_first_nws.
3804
6b333269
NS
38052015-09-22 Nathan Sidwell <nathan@codesourcery.com>
3806
3807 * c.opt (Wmultiple-inheritance, Wvirtual-inheritance, Wtemplates,
3808 Wnamespaces): New C++ warnings.
3809
a75f1574
JM
38102015-09-22 Jason Merrill <jason@redhat.com>
3811
3812 * c-common.h (abi_compat_version_crosses): New.
3813 (warn_abi_version): Declare.
3814 * c-common.c: Define it.
3815 * c-opts.c (c_common_post_options): Handle it.
3816 flag_abi_compat_version defaults to 8.
3817
bdaaa8b7
VV
38182015-09-21 Ville Voutilainen <ville.voutilainen@gmail.com>
3819
3820 Complete the implementation of N4230, Nested namespace definition.
3821 * c-cppbuiltin.c: Add __cpp_namespace_attributes and
3822 __cpp_nested_namespace_definitions.
3823
eaa797e8
MLI
38242015-09-18 Manuel López-Ibáñez <manu@gcc.gnu.org>
3825
3826 * c-pragma.c (handle_pragma_diagnostic): Fix wrong return.
3827
c4914de6
MLI
38282015-09-18 Manuel López-Ibáñez <manu@gcc.gnu.org>
3829
3830 * c-pragma.c (handle_pragma_diagnostic): Use explicit location
3831 when warning.
3832 * c-pragma.h (pragma_lex): Add optional loc argument.
3833
fcb87c50
MM
38342015-09-16 Mikhail Maltsev <maltsevm@gmail.com>
3835
3836 * c-format.c (check_format_arg): Adjust to use common block size in all
3837 object pools.
3838
31bdd08a
DM
38392015-09-15 David Malcolm <dmalcolm@redhat.com>
3840
3841 * c-format.c (location_from_offset): Update for change in
3842 signature of location_get_source_line.
3843 * c-indentation.c (get_visual_column): Likewise.
3844 (line_contains_hash_if): Likewise.
3845
aa9f4b4c
MP
38462015-09-14 Marek Polacek <polacek@redhat.com>
3847
3848 * c-opts.c (c_common_post_options): Set C++ standard earlier, before
3849 setting various warnings.
3850
aa256c4a
MP
38512015-09-14 Marek Polacek <polacek@redhat.com>
3852
3853 * c-common.c (warn_for_sign_compare): Cast to unsigned when shifting
3854 a negative value.
3855
0f876f22
MW
38562015-09-11 Mark Wielaard <mjw@redhat.com>
3857
3858 PR c/28901
3859 * c.opt (Wunused-variable): Option from common.opt.
3860 (Wunused-const-variable): New option.
3861
273aa49e
PC
38622015-09-09 Paolo Carlini <paolo.carlini@oracle.com>
3863
3864 PR c++/53184
3865 * c.opt ([Wsubobject-linkage]): Add.
3866
1807ffc1
MS
38672015-09-03 Martin Sebor <msebor@redhat.com>
3868
3869 PR c/66516
3870 * c-common.h (c_decl_implicit, reject_gcc_builtin): Declare new
3871 functions.
3872 * c-common.c (reject_gcc_builtin): Define.
3873
38942840
BI
38742015-09-02 Balaji V. Iyer <balaji.v.iyer@intel.com>
3875
3876 PR middle-end/60586
3877 * c-common.h (cilk_gimplify_call_params_in_spawned_fn): New
3878 prototype.
3879 * c-gimplify.c (c_gimplify_expr): Added a call to the function
3880 cilk_gimplify_call_params_in_spawned_fn.
3881 * cilk.c (cilk_gimplify_call_params_in_spawned_fn): New function.
3882 (gimplify_cilk_spawn): Removed EXPR_STMT and CLEANUP_POINT_EXPR
3883 unwrapping.
3884
c316b5e4
MP
38852015-08-25 Marek Polacek <polacek@redhat.com>
3886
3887 PR middle-end/67330
3888 * c-common.c (handle_weak_attribute): Don't check whether the
3889 visibility can be changed here.
3890
584a7c46
MLI
38912015-08-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
3892
3893 * c-lex.c (c_lex_with_flags): Use explicit locations.
3894
a79683d5
TS
38952015-08-18 Trevor Saunders <tbsaunde@tbsaunde.org>
3896
3897 * c-ada-spec.h, c-common.c, c-common.h, c-format.c, c-format.h,
3898 c-objc.h, c-ppoutput.c, c-pragma.c, c-pragma.h: Remove useless
3899
61717a45
FXC
39002015-08-18 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3901
3902 PR middle-end/36757
3903 * c-common.c (check_builtin_function_arguments): Add check
3904 for BUILT_IN_SIGNBIT argument.
3905
329524f5
PC
39062015-08-18 Paolo Carlini <paolo.carlini@oracle.com>
3907
3908 PR c++/67160
3909 * c-cppbuiltin.c (c_cpp_builtins): Fix __cpp_static_assert value
3910 in c++1z mode.
3911
4ee55665
MP
39122015-08-17 Marek Polacek <polacek@redhat.com>
3913
3914 * c-pretty-print.c (pp_c_cv_qualifiers): Remove code dealing
3915 with whitespaces before qualifier names.
3916
b893e375
MP
39172015-08-12 Marek Polacek <polacek@redhat.com>
3918
3919 PR c++/55095
3920 * c-common.c (maybe_warn_shift_overflow): Properly handle
3921 left-shifting 1 into the sign bit.
3922
c2d89095
MLI
39232015-08-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
3924
3925 * c.opt (Wchkp): Use LangEnabledBy instead of EnabledBy.
3926
971e17ff
AS
39272015-08-06 Andrew Sutton <andrew.n.sutton@gmail.com>
3928 Braden Obrzut <admin@maniacsvault.net>
3929 Jason Merrill <jason@redhat.com>
3930
3931 Add C++ Concepts TS support.
3932 * c-common.c (c_common_reswords): Add __is_same_as, concept, requires.
3933 * c-common.h (enum rid): Add RID_IS_SAME_AS, RID_CONCEPT, RID_REQUIRES.
3934 (D_CXX_CONCEPTS, D_CXX_CONCEPTS_FLAGS): New.
3935 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_concepts.
3936 * c-opts.c (set_std_cxx1z): Set flag_concepts.
3937 * c.opt (fconcepts): New.
3938
b3d5bc62
JJ
39392015-08-02 Martin Sebor <msebor@redhat.com>
3940
3941 * c.opt (-Wframe-address): New warning option.
3942
8ebca419
PP
39432015-08-02 Patrick Palka <ppalka@gcc.gnu.org>
3944
3945 * c-indentation.c (should_warn_for_misleading_indentation):
3946 Improve heuristics.
3947
1a1e101f
PP
39482015-08-02 Patrick Palka <ppalka@gcc.gnu.org>
3949
3950 * c-indentation.c (get_visual_column): Add parameter first_nws,
3951 use it. Update comment documenting the function.
3952 (is_first_nonwhitespace_on_line): Remove.
3953 (should_warn_for_misleading_indentation): Replace usage of
3954 of is_first_nonwhitespace_on_line with get_visual_column.
3955
992118a1
PP
39562015-08-02 Patrick Palka <ppalka@gcc.gnu.org>
3957
3958 * c-indentation.h (struct token_indent_info): Define.
3959 (get_token_indent_info): Define.
3960 (warn_for_misleading_information): Declare.
3961 * c-common.h (warn_for_misleading_information): Remove.
3962 * c-identation.c (warn_for_misleading_indentation):
3963 Change declaration to take three token_indent_infos. Adjust
3964 accordingly.
3965 * c-identation.c (should_warn_for_misleading_indentation):
3966 Likewise. Bail out early if the body is a compound statement.
3967 (guard_tinfo_to_string): Define.
3968
e8fa3817
JM
39692015-07-30 Jason Merrill <jason@redhat.com>
3970
3971 * c-pretty-print.c (unary_expression) [INDIRECT_REF]: Don't print
3972 '*' for reference decay.
3973
173864e8
MP
39742015-07-30 Marek Polacek <polacek@redhat.com>
3975
3976 * c-common.c (warn_tautological_cmp): Bail for float types.
3977
f2afe6dd
MP
39782015-07-27 Marek Polacek <polacek@redhat.com>
3979
3980 PR bootstrap/67030
3981 * c-common.c (warn_tautological_cmp): Don't warn for macro expansion.
3982
05b28fd6
MP
39832015-07-27 Marek Polacek <polacek@redhat.com>
3984
3985 PR c++/66555
3986 PR c/54979
3987 * c-common.c (find_array_ref_with_const_idx_r): New function.
3988 (warn_tautological_cmp): New function.
3989 * c-common.h (warn_tautological_cmp): Declare.
3990 * c.opt (Wtautological-compare): New option.
3991
5a5062b8
MP
39922015-07-23 Marek Polacek <polacek@redhat.com>
3993
3994 * c-ubsan.c (ubsan_instrument_division): Use unshare_expr throughout.
3995 (ubsan_instrument_shift): Likewise.
3996
dc891fe7
MP
39972015-07-23 Marek Polacek <polacek@redhat.com>
3998
3999 PR sanitizer/66908
4000 * c-ubsan.c: Include gimplify.h.
4001 (ubsan_instrument_division): Unshare OP0 and OP1.
4002 (ubsan_instrument_shift): Likewise.
4003
451b5e48
MP
40042015-07-20 Marek Polacek <polacek@redhat.com>
4005 Richard Sandiford <richard.sandiford@arm.com>
4006
4007 PR c++/55095
4008 * c-common.c (c_fully_fold_internal): Warn about left shift overflows.
4009 Use EXPR_LOC_OR_LOC.
4010 (maybe_warn_shift_overflow): New function.
4011 * c-common.h (maybe_warn_shift_overflow): Declare.
4012 * c-opts.c (c_common_post_options): Set warn_shift_overflow.
4013 * c.opt (Wshift-overflow): New option.
4014
fb0b2914
ML
40152015-07-16 Martin Liska <mliska@suse.cz>
4016
4017 * c-format.c (static void check_format_info_main): Use
4018 object_allocator instead of pool_allocator.
4019 (check_format_arg): Likewise.
4020 (check_format_info_main): Likewise.
4021
903f5c23
AM
40222015-07-15 Andrew MacLeod <amacleod@redhat.com>
4023
4024 * c-opts.c: Remove multiline #include comment.
4025
026c3cfd
AH
40262015-07-12 Aldy Hernandez <aldyh@redhat.com>
4027
4028 * c-common.c: Fix double word typos.
4029
bb49ee66
EB
40302015-07-10 Eric Botcazou <ebotcazou@adacore.com>
4031
4032 * c-ada-spec.h (cpp_operation): Revert latest change.
4033 * c-ada-spec.c (print_ada_declaration): Likewise. Skip implicit
4034 constructors and destructors.
4035
1916bcb5
AM
40362015-07-09 Andrew MacLeod <amacleod@redhat.com>
4037
4038 * c-common.h: Adjust includes for flags.h changes.
4039 * stub-objc.c: Likewise.
026c3cfd 4040
a9dcd529
EB
40412015-07-08 Eric Botcazou <ebotcazou@adacore.com>
4042
4043 * c-ada-spec.h (cpp_operation): Add IS_CONSTEXPR.
4044 * c-ada-spec.c (print_ada_declaration): Skip constexpr constructors.
4045
b03b462f
JJ
40462015-07-08 Jakub Jelinek <jakub@redhat.com>
4047
4048 * c-omp.c (c_omp_declare_simd_clauses_to_numbers): If all clauses
4049 are to be removed, return NULL rather than original clauses list.
4050
c7131fb2
AM
40512015-07-07 Andrew MacLeod <amacleod@redhat.com>
4052
4053 * array-notation-common.c: Adjust includes.
4054 * c-ada-spec.c: Likewise.
4055 * c-cilkplus.c: Likewise.
4056 * c-common.h: Likewise.
4057 * c-cppbuiltin.c: Likewise.
4058 * c-dump.c: Likewise.
4059 * c-format.c: Likewise.
4060 * c-gimplify.c: Likewise.
4061 * c-indentation.c: Likewise.
4062 * c-lex.c: Likewise.
4063 * c-omp.c: Likewise.
4064 * c-opts.c: Likewise.
4065 * c-pch.c: Likewise.
4066 * c-ppoutput.c: Likewise.
4067 * c-pragma.c: Likewise.
4068 * c-pretty-print.c: Likewise.
4069 * c-semantics.c: Likewise.
4070 * c-ubsan.c: Likewise.
4071 * cilk.c: Likewise.
4072 * stub-objc.c: Likewise.
4073
2a7fb83f
EB
40742015-07-07 Eric Botcazou <ebotcazou@adacore.com>
4075
4076 * c-ada-spec.h (cpp_operation): Add IS_MOVE_CONSTRUCTOR.
4077 * c-ada-spec.c (print_ada_declaration): Skip move constructors.
4078
a03c9bf1
JM
40792015-07-01 Jason Merrill <jason@redhat.com>
4080
36a85135
JM
4081 * c-common.h (D_CXX11): Rename from D_CXX0X.
4082 (RID_FIRST_CXX11, RID_LAST_CXX11): Rename from *_CXX0X.
4083 * c-common.c: Adjust.
4084
e7fa68d5
JM
4085 * c-opts.c (c_common_post_options): Default to C++14.
4086
a03c9bf1
JM
4087 * c-opts.c (c_common_post_options): Highest ABI level is now 10.
4088
fe95b036
ESR
40892015-06-30 Edward Smith-Rowland <3dw4rd@verizon.net>
4090
4091 Implement N4197 - Adding u8 character literals
b3d5bc62 4092 * c-ada-spec.c (print_ada_macros): Treat CPP_UTF8CHAR like
a64be36b 4093 CPP_CHAR.
b3d5bc62 4094 * c-common.c (c_parse_error): Print CPP_UTF8CHAR and
a64be36b 4095 CPP_UTF8CHAR_USERDEF tokens.
b3d5bc62 4096 * c-lex.c (c_lex_with_flags): Treat CPP_UTF8CHAR_USERDEF
a64be36b
EB
4097 and CPP_UTF8CHAR tokens.
4098 (lex_charconst): Treat CPP_UTF8CHAR token.
fe95b036 4099
da2e71c9
MLI
41002015-06-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
4101
4102 PR fortran/66605
4103 * c-common.c (do_warn_unused_parameter): Move here.
4104 * c-common.h (do_warn_unused_parameter): Declare.
4105
b155cfd9
MP
41062015-06-29 Marek Polacek <polacek@redhat.com>
4107
4108 PR c/66322
4109 * c-common.c (check_case_bounds): Add bool * parameter. Set
4110 OUTSIDE_RANGE_P.
4111 (c_add_case_label): Add bool * parameter. Pass it down to
4112 check_case_bounds.
4113 (c_do_switch_warnings): Add bool parameters. Implement -Wswitch-bool
4114 warning here.
4115 * c-common.h (c_add_case_label, c_do_switch_warnings): Update
4116 declarations.
4117
31521951
MP
41182015-06-27 Marek Polacek <polacek@redhat.com>
4119
4120 * c-common.c (check_main_parameter_types): Use VECTOR_TYPE_P
4121 or VECTOR_INTEGER_TYPE_P throughout.
4122 * c-gimplify.c: Likewise.
4123
22d03525
MP
41242015-06-26 Marek Polacek <polacek@redhat.com>
4125
4126 * array-notation-common.c (find_rank): Use INDIRECT_REF_P.
4127 * c-common.c (c_fully_fold_internal): Likewise.
4128 (c_alignof_expr): Likewise.
4129 * c-pretty-print.c (c_pretty_printer::postfix_expression): Likewise.
4130 * c-ubsan.c (ubsan_instrument_bounds): Likewise.
b1726d6c 4131 * cilk.c (create_parm_list): Likewise.
22d03525 4132
af05e6e5
MP
41332015-06-26 Marek Polacek <polacek@redhat.com>
4134
4135 * c-common.c (handle_unused_attribute): Use VAR_OR_FUNCTION_DECL_P.
4136
f0889939
AM
41372015-06-25 Andrew MacLeod <amacleod@redhat.com>
4138
4139 * c-common.c: Remove ipa-ref.h and plugin-api.h from include list.
4140 * c-gimplify.c: Likewise.
4141 * c-pragma.c: Likewise.
4142 * c-ubsan.c: Likewise.
4143 * cilk.c: Likewise.
4144
ca752f39
RS
41452015-06-25 Richard Sandiford <richard.sandiford@arm.com>
4146
4147 * c-common.c (c_type_hasher): Inherit from ggc_ptr_hash rather than
4148 ggc_hasher.
4149
16a16ec7
AM
41502015-06-25 Andrew MacLeod <amacleod@redhat.com>
4151
4152 * cilk.c: Move calls.h after tm.h in the include chain.
4153
0ae9bd27
MP
41542015-06-25 Marek Polacek <polacek@redhat.com>
4155
4156 * array-notation-common.c: Use VAR_P throughout.
4157 * c-ada-spec.c: Likewise.
4158 * c-common.c: Likewise.
4159 * c-format.c: Likewise.
4160 * c-gimplify.c: Likewise.
4161 * c-omp.c: Likewise.
4162 * c-pragma.c: Likewise.
4163 * c-pretty-print.c: Likewise.
4164 * cilk.c: Likewise.
4165
62f9079a
MP
41662015-06-25 Marek Polacek <polacek@redhat.com>
4167
4168 * cilk.c (extract_free_variables): Use is_global_var.
4169
0fa16060
RS
41702015-06-23 Richard Sandiford <richard.sandiford@arm.com>
4171
4172 * c-common.c: Don't include target-def.h.
4173
a68ae2e1
MP
41742015-06-23 Marek Polacek <polacek@redhat.com>
4175
4176 * c-common.c (warn_logical_operator): Use tree_int_cst_equal
4177 when comparing INTEGER_CSTs.
4178
c6a2f2d9
PMR
41792015-06-22 Pierre-Marie de Rodat <derodat@adacore.com>
4180
4181 * c-ada-spec.h (cpp_operation): Add HAS_DEPENDENT_TEMPLATE_ARGS.
4182 * c-ada-spec.c (collect_ada_nodes): Skip NAMESPACE_DECL
4183 (dump_ada_template): Skip partially specialized types.
4184
6b4db501
MM
41852015-06-22 Mikhail Maltsev <maltsevm@gmail.com>
4186
4187 * c-common.c (scalar_to_vector): Use std::swap instead of manually
4188 swapping.
4189
abb226c9
AM
41902015-06-17 Andrew MacLeod <amacleod@redhat.com>
4191
4192 * array-notation-common.c: Do not include input.h, line-map.h or is-a.h.
4193 * c-ada-spec.c: Likewise.
4194 * c-cilkplus.c: Likewise.
4195 * c-common.c: Likewise.
4196 * c-common.h: Likewise.
4197 * c-cppbuiltin.c: Likewise.
4198 * c-dump.c: Likewise.
4199 * c-format.c: Likewise.
4200 * c-gimplify.c: Likewise.
4201 * c-indentation.c: Likewise.
4202 * c-lex.c: Likewise.
4203 * c-omp.c: Likewise.
4204 * c-opts.c: Likewise.
4205 * c-pch.c: Likewise.
4206 * c-ppoutput.c: Likewise.
4207 * c-pragma.c: Likewise.
4208 * c-pretty-print.c: Likewise.
4209 * c-semantics.c: Likewise.
4210 * c-ubsan.c: Likewise.
4211 * cilk.c: Likewise.
4212 * stub-objc.c: Likewise.
4213
076fecad
PP
42142015-06-13 Patrick Palka <ppalka@gcc.gnu.org>
4215
4216 PR c++/65168
4217 * c-common.c (c_common_truthvalue_conversion): Warn when
4218 converting an address of a reference to a truth value.
4219
13fdf2e2
AM
42202015-06-08 Andrew MacLeod <amacleod@redhat.com>
4221
4222 * array-notation-common.c : Adjust include files.
4223 * c-ada-spec.c : Likewise.
4224 * c-cilkplus.c : Likewise.
4225 * c-common.c : Likewise.
4226 * c-common.h : Likewise.
4227 * c-cppbuiltin.c : Likewise.
4228 * c-dump.c : Likewise.
4229 * c-format.c : Likewise.
4230 * c-gimplify.c : Likewise.
4231 * c-indentation.c : Likewise.
4232 * c-lex.c : Likewise.
4233 * c-omp.c : Likewise.
4234 * c-opts.c : Likewise.
4235 * c-pch.c : Likewise.
4236 * c-ppoutput.c : Likewise.
4237 * c-pragma.c : Likewise.
4238 * c-pretty-print.c : Likewise.
4239 * c-semantics.c : Likewise.
4240 * c-ubsan.c : Likewise.
4241 * cilk.c : Likewise.
4242 * stub-objc.c : Likewise.
4243
a1661b90
MP
42442015-06-08 Marek Polacek <polacek@redhat.com>
4245
4246 PR c/66415
4247 * c-format.c (location_from_offset): Return LOC if LINE is null.
4248
d7438551
AH
42492015-06-05 Aldy Hernandez <aldyh@redhat.com>
4250
4251 * c-common.h (c_parse_final_cleanups): New prototype.
4252 * c-opts.c (c_common_parse_file): Call c_parse_final_cleanups.
4253
b3d5bc62
JJ
42542015-06-04 Sriraman Tallam <tmsriram@google.com>
4255
4256 * c-common.c (noplt): New attribute.
4257 (handle_noplt_attribute): New handler.
4258
ecb9f223
AM
42592015-06-04 Andrew MacLeod <amacleod@redhat.com>
4260
4261 * array-notation-common.c: Adjust includes for restructured coretypes.h.
4262 * c-ada-spec.c: Likewise.
4263 * c-cilkplus.c: Likewise.
4264 * c-common.c: Likewise.
4265 * c-common.h: Likewise.
4266 * c-cppbuiltin.c: Likewise.
4267 * c-dump.c: Likewise.
4268 * c-format.c: Likewise.
4269 * c-gimplify.c: Likewise.
4270 * c-indentation.c: Likewise.
4271 * c-lex.c: Likewise.
4272 * c-omp.c: Likewise.
4273 * c-opts.c: Likewise.
4274 * c-pch.c: Likewise.
4275 * c-ppoutput.c: Likewise.
4276 * c-pragma.c: Likewise.
4277 * c-pretty-print.c: Likewise.
4278 * c-semantics.c: Likewise.
4279 * c-ubsan.c: Likewise.
4280 * cilk.c: Likewise.
4281 * stub-objc.c: Likewise.
4282
6ac48155
DM
42832015-06-02 David Malcolm <dmalcolm@redhat.com>
4284
4285 PR c/66220:
4286 * c-indentation.c (should_warn_for_misleading_indentation): Use
4287 expand_location rather than expand_location_to_spelling_point.
4288 Don't warn if the guarding statement is more indented than the
4289 next/body stmts.
4290
773ce42e
DM
42912015-06-02 David Malcolm <dmalcolm@redhat.com>
4292
4293 * c-indentation.c (warn_for_misleading_indentation): Bail out
4294 immediately if -Wmisleading-indentation isn't enabled.
4295
4fef8379
ML
42962015-06-01 Martin Liska <mliska@suse.cz>
4297
4298 * c-format.c (check_format_arg):Use new type-based pool allocator.
4299 (check_format_info_main) Likewise.
4300
1edfb384
EB
43012015-05-31 Eric Botcazou <ebotcazou@adacore.com>
4302
4303 * c-ada-spec.c (is_tagged_type): Test for TYPE_METHODS on main variant.
4304 (has_nontrivial_methods): Likewise.
4305
9677ef52
MP
43062015-05-25 Marek Polacek <polacek@redhat.com>
4307
4308 * c-ubsan.c (ubsan_instrument_shift): Use type0.
4309
fd5c817a
MP
43102015-05-22 Marek Polacek <polacek@redhat.com>
4311
4312 PR c/47043
4313 * c-common.c (handle_deprecated_attribute): Allow CONST_DECL.
4314
a2f45fe6 43152015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
581edfa3
TS
4316
4317 * c-cppbuiltin.c (c_cpp_builtins): Use if instead of #if with
4318 STACK_GROWS_DOWNWARD.
4319
a2f45fe6 43202015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
62f9f30b
TS
4321
4322 * c-cppbuiltin.c (c_cpp_builtins): Check the value of
4323 STACK_GROWS_DOWNWARD rather than if it is defined.
4324
0fee2ac2 43252015-05-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
b1726d6c 4326
0fee2ac2
MLI
4327 PR c/52952
4328 * c-format.c (location_column_from_byte_offset): New.
4329 (location_from_offset): New.
4330 (struct format_wanted_type): Add offset_loc field.
4331 (check_format_info): Move handling of location for extra arguments
4332 closer to the point of warning.
4333 (check_format_info_main): Pass the result of location_from_offset
4334 to warning_at.
4335 (format_type_warning): Pass the result of location_from_offset
4336 to warning_at.
4337
cf4ef6f7
MP
43382015-05-20 Marek Polacek <polacek@redhat.com>
4339
4340 * c-omp.c (check_omp_for_incr_expr): Use BINARY_CLASS_P.
4341
3a65ee74
MP
43422015-05-20 Marek Polacek <polacek@redhat.com>
4343
4344 * c-ada-spec.c (dump_sloc): Use DECL_P.
4345
21b634ae
MP
43462015-05-20 Marek Polacek <polacek@redhat.com>
4347
4348 * c-pragma.c: Use VAR_OR_FUNCTION_DECL_P throughout.
4349 * c-common.c: Likewise.
4350
0e50b624
DM
43512015-05-19 David Malcolm <dmalcolm@redhat.com>
4352
4353 * c-common.h (fe_file_change): Strengthen param from
4354 const line_map * to const line_map_ordinary *.
4355 (pp_file_change): Likewise.
4356 * c-lex.c (fe_file_change): Likewise.
4357 (cb_define): Use linemap_check_ordinary when invoking
4358 SOURCE_LINE.
4359 (cb_undef): Likewise.
4360 * c-opts.c (c_finish_options): Use linemap_check_ordinary when
4361 invoking cb_file_change.
4362 (c_finish_options): Likewise.
4363 (push_command_line_include): Likewise.
4364 (cb_file_change): Strengthen param "new_map" from
4365 const line_map * to const line_map_ordinary *.
4366 * c-ppoutput.c (cb_define): Likewise for local "map".
4367 (pp_file_change): Likewise for param "map" and local "from".
4368
fab27f52
MM
43692015-05-19 Mikhail Maltsev <maltsevm@gmail.com>
4370
4371 * c-common.c (shorten_compare): Use std::swap instead of explicit swaps.
4372
2fe1d762
TV
43732015-05-18 Tom de Vries <tom@codesourcery.com>
4374
4375 * c-common.c (build_va_arg_1): New function.
4376 (build_va_arg): Add address operator to va_list operand if necessary.
4377
7a37fa90
MM
43782015-05-15 Mikhail Maltsev <maltsevm@gmail.com>
4379
4380 PR c/48956
4381 * c-common.c (int_safely_convertible_to_real_p): Define.
4382 (unsafe_conversion_p): Check conversions involving complex types.
4383 (conversion_warning): Add new warning message for conversions which
4384 discard imaginary component.
4385 * c-common.h: (enum conversion_safety): Add new enumerator for such
4386 conversions.
4387
3aa3c9fc
MP
43882015-05-14 Marek Polacek <polacek@redhat.com>
4389
4390 PR c/66066
4391 PR c/66127
4392 * c-common.c (c_fully_fold): Pass false down to c_fully_fold_internal.
4393 (c_fully_fold_internal): Fold C_MAYBE_CONST_EXPRs with
4394 C_MAYBE_CONST_EXPR_INT_OPERANDS set. Add FOR_INT_CONST argument and
4395 use it. If FOR_INT_CONST, require that all evaluated operands be
4396 INTEGER_CSTs.
4397
c3388e62
DM
43982015-05-12 David Malcolm <dmalcolm@redhat.com>
4399
4400 * c-common.h (warn_for_misleading_indentation): New prototype.
4401 * c-indentation.c: New file.
4402 * c.opt (Wmisleading-indentation): New option.
4403
c7b38fd5
TV
44042015-05-12 Tom de Vries <tom@codesourcery.com>
4405
4406 PR tree-optimization/66010
4407 * c-common.c (build_va_arg): Don't mark ap addressable unless necessary.
4408
381bf11e
JM
44092015-05-09 Jason Merrill <jason@redhat.com>
4410
edff0c06
JM
4411 * c-opts.c (c_common_post_options): Also clear
4412 cpp_opts->cpp_warn_cxx11_compat.
4413
129211bc
JM
4414 * c-common.h (enum cxx_dialect): Add cxx_unset.
4415 * c-common.c (cxx_dialect): Initialize to cxx_unset.
4416 * c-opts.c (c_common_post_options): Set C++ dialect to C++98 if unset.
4417
381bf11e
JM
4418 * c.opt (std=c++14): Remove Undocumented flag and experimental warning.
4419 (std=gnu++0x): Mark as Undocumented.
4420 (std=gnu++1y): Add deprecated message.
4421
fe191308
JM
44222015-05-08 Jason Merrill <jason@redhat.com>
4423
765189ff
JM
4424 * c.opt (Wc++11-compat): Make primary. Rename var warn_cxx11_compat.
4425 * c-opts.c: Adjust.
4426
fe191308
JM
4427 * c.opt (Wc++0x-compat): Also set cpp_warn_cxx11_compat.
4428
755e528f
MP
44292015-05-08 Marek Polacek <polacek@redhat.com>
4430
4431 PR c/64918
4432 * c.opt (Woverride-init-side-effects): New option.
4433
0173bd2a
MP
44342015-05-07 Marek Polacek <polacek@redhat.com>
4435
4436 PR c/65179
4437 * c-common.c (c_fully_fold_internal): Warn when left shifting a
4438 negative value.
4439 * c.opt (Wshift-negative-value): New option.
4440 * c-opts.c (c_common_post_options): Set warn_shift_negative_value
4441 when -Wextra and C99/C++11 mode.
4442
e0f0d3b9
MP
44432015-05-07 Marek Polacek <polacek@redhat.com>
4444 Martin Uecker <uecker@eecs.berkeley.edu>
4445
4446 * c-ubsan.c (ubsan_instrument_bounds): Don't skip instrumenting
4447 flexible member array-like members if SANITIZE_BOUNDS_STRICT.
4448
8243e2a9
JM
44492015-05-05 Jason Merrill <jason@redhat.com>
4450
4451 * c.opt (Wterminate): New.
4452
577cd070
MP
44532015-04-30 Marek Polacek <polacek@redhat.com>
4454
4455 * c-common.c (maybe_warn_bool_compare): When comparing with 0/1,
4456 require that the non-constant be of a boolean type.
4457
0373796b
JT
44582015-04-29 Josh Triplett <josh@joshtriplett.org>
4459
e0f0d3b9
MP
4460 * c-common.c (handle_section_attribute): Refactor to reduce
4461 nesting and distinguish between error cases.
0373796b 4462
716c0ba6
MP
44632015-04-29 Marek Polacek <polacek@redhat.com>
4464
4465 PR c/64610
4466 * c-common.c (maybe_warn_bool_compare): Warn when comparing a boolean
4467 with 0/1.
4468
8848828b
JJ
44692015-04-29 Jakub Jelinek <jakub@redhat.com>
4470
4471 * c-common.h (omp_clause_mask): Unconditionally define as a class.
4472 Use uint64_t instead of unsigned HOST_WIDE_INT and 64 instead of
4473 HOST_BITS_PER_WIDE_INT.
4474
ecd0e562
TV
44752015-04-28 Tom de Vries <tom@codesourcery.com>
4476
4477 PR tree-optimization/65887
4478 * c-common.c (build_va_arg): Mark va_arg ap argument as addressable.
4479
2a877204 44802015-04-28 Eric Botcazou <ebotcazou@adacore.com>
e0f0d3b9 4481 Pierre-Marie de Rodat <derodat@adacore.com>
2a877204
EB
4482
4483 * c-ada-spec.c (in_function): Delete.
4484 (dump_generic_ada_node): Do not change in_function and remove the
4485 redundant code dealing with it.
4486 (print_ada_declaration): Do not change in_function. Use INDENT_INCR.
4487 (print_ada_methods): Output the static member functions in a nested
4488 package after the regular methods as well as associated renamings.
4489
4853031e
MP
44902015-04-24 Marek Polacek <polacek@redhat.com>
4491
4492 PR c/65830
4493 * c-common.c (c_fully_fold_internal): Use OPT_Wshift_count_negative
4494 and OPT_Wshift_count_overflow.
4495
8c2b7f79
MP
4496 PR c/63357
4497 * c-common.c (warn_logical_operator): Warn if the operands have the
4498 same expressions.
4499
b8787813
MP
45002015-04-24 Marek Polacek <polacek@redhat.com>
4501
4502 PR c/61534
4503 * c-common.c (warn_logical_operator): Bail if either operand comes
4504 from a macro expansion.
4505
8fba1830
BRF
45062015-04-10 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
4507
4508 PR target/55143
4509 * c-common.c (c_default_pointer_mode): Add definition.
4510 * c-common.h (c_default_pointer_mode): Add declaration.
4511
17958621
JJ
45122015-03-11 Jakub Jelinek <jakub@redhat.com>
4513
4514 * c-common.c (c_common_nodes_and_builtins): Don't call xstrdup
4515 on record_builtin_type argument.
4516
7ccb1a11
JJ
45172015-03-10 Jakub Jelinek <jakub@redhat.com>
4518
4519 PR c/65120
4520 * c-common.c (warn_logical_not_parentheses): Don't warn for
4521 !x == 0 or !x != 0.
4522
04fd785e
MP
45232015-03-07 Marek Polacek <polacek@redhat.com>
4524
4525 PR sanitizer/65280
4526 * c-ubsan.c (ubsan_instrument_bounds): Check for COMPONENT_REF
4527 before trying to figure out whether we have a flexible array member.
4528
a4e26206 45292015-03-06 Eric Botcazou <ebotcazou@adacore.com>
8e745a17 4530 Jonathan Wakely <jwakely.gcc@gmail.com>
a4e26206
EB
4531
4532 * c-ada-spec.c (dump_ada_double_name): Fix pasto.
4533
0d2489f4
EB
45342015-03-05 Eric Botcazou <ebotcazou@adacore.com>
4535
4536 PR ada/65319
4537 * c-ada-spec.c (print_destructor): Remove obsolete code.
4538
83ed54d7
EB
45392015-03-01 Eric Botcazou <ebotcazou@adacore.com>
4540
4541 * c-ada-spec.c (is_tagged_type): Add guard for DECL_VINDEX.
4542 (dump_template_types): Adjust DECL_TEMPLATE_INSTANTIATIONS and
4543 DECL_TEMPLATE_RESULT emulations.
4544 (dump_ada_template)): Add guard for TYPE_METHODS.
4545
7631f0e2
MP
45462015-02-27 Marek Polacek <polacek@redhat.com>
4547
4548 PR c/65040
4549 * c.opt (Wformat-signedness): Don't enable by -Wformat=2.
4550
d1783ae5
KT
45512015-02-27 Kai Tietz <ktietz@redhat.com>
4552
4553 PR c/35330
4554 * c-pragma.c (handle_pragma_weak): Do not try to create
4555 weak/alias of declarations not being function, or variable
4556 declarations.
4557
56a9f6bc
TS
45582015-02-24 Thomas Schwinge <thomas@codesourcery.com>
4559
4560 PR libgomp/64625
4561 * c-common.c (DEF_FUNCTION_TYPE_VAR_8, DEF_FUNCTION_TYPE_VAR_12):
4562 Remove macros.
4563 (DEF_FUNCTION_TYPE_VAR_7, DEF_FUNCTION_TYPE_VAR_11): New macros.
4564
3d5cb23d
MP
45652015-02-16 Marek Polacek <polacek@redhat.com>
4566
4567 PR c/65066
4568 * c-format.c (check_format_types): Handle null param.
4569
fa008882
MP
45702015-02-13 Marek Polacek <polacek@redhat.com>
4571
4572 PR c/65040
4573 * c-format.c (check_format_types): Don't warn about different
4574 signedness if the original value is in the range of WANTED_TYPE.
4575
785f21af
JM
45762015-02-12 Jason Merrill <jason@redhat.com>
4577
4578 PR c++/64956
4579 * c-opts.c (c_common_post_options): Change flag_abi_version from 0
4580 to the current highest version.
4581 * c-cppbuiltin.c (c_cpp_builtins): Assert that it isn't 0.
4582
4886ec8e
JJ
45832015-02-04 Jakub Jelinek <jakub@redhat.com>
4584
4585 PR c/64824
4586 PR c/64868
4587 * c-omp.c (c_finish_omp_atomic): Use TRUNC_DIV_EXPR
4588 instead of RDIV_EXPR. Use build_binary_op instead of
4589 build2_loc.
4590
40fecdd6
JM
45912015-01-30 Joseph Myers <joseph@codesourcery.com>
4592
4593 * c-opts.c, c-pch.c, cppspec.c: All callers of fatal_error changed
4594 to pass input_location as first argument.
4595
a0c88d06
TV
45962015-01-23 Tom de Vries <tom@codesourcery.com>
4597
4598 PR libgomp/64672
4599 * c.opt (fopenacc): Mark as LTO option.
4600
1506ae0e
TV
46012015-01-23 Tom de Vries <tom@codesourcery.com>
4602
4603 PR libgomp/64707
4604 * c.opt (fopenmp): Mark as LTO option.
4605
31be63ab
JJ
46062015-01-21 Jakub Jelinek <jakub@redhat.com>
4607
4608 PR c/63307
b1726d6c 4609 * cilk.c (fill_decls_vec): Only put decls into vector v.
31be63ab
JJ
4610 (compare_decls): Fix up formatting.
4611
46122015-01-21 Igor Zamyatin <igor.zamyatin@intel.com>
4613
4614 PR c/63307
4615 * cilk.c: Include vec.h.
4616 (struct cilk_decls): New structure.
4617 (wrapper_parm_cb): Split this function to...
4618 (fill_decls_vec): ...this...
4619 (create_parm_list): ...and this.
4620 (compare_decls): New function.
4621 (for_local_cb): Remove.
4622 (wrapper_local_cb): Ditto.
4623 (build_wrapper_type): For now first traverse and fill vector of
4624 declarations then sort it and then deal with sorted vector.
4625 (cilk_outline): Ditto.
4626 (declare_one_free_variable): Ditto.
4627
6875457f
JM
46282015-01-21 Jason Merrill <jason@redhat.com>
4629
4630 PR c++/64629
4631 * c-format.c (check_format_arg): Call decl_constant_value.
4632
185c9e56
ML
46332015-01-19 Martin Liska <mliska@suse.cz>
4634
4635 * c-common.c (handle_noicf_attribute): New function.
4636
41dbbb37
TS
46372015-01-15 Thomas Schwinge <thomas@codesourcery.com>
4638 Bernd Schmidt <bernds@codesourcery.com>
4639 James Norris <jnorris@codesourcery.com>
4640 Cesar Philippidis <cesar@codesourcery.com>
4641 Ilmir Usmanov <i.usmanov@samsung.com>
4642 Jakub Jelinek <jakub@redhat.com>
4643
4644 * c.opt (fopenacc): New option.
4645 * c-cppbuiltin.c (c_cpp_builtins): Conditionally define _OPENACC.
4646 * c-common.c (DEF_FUNCTION_TYPE_VAR_8, DEF_FUNCTION_TYPE_VAR_12):
4647 New macros.
4648 * c-common.h (c_finish_oacc_wait): New prototype.
4649 * c-omp.c: Include "omp-low.h" and "gomp-constants.h".
4650 (c_finish_oacc_wait): New function.
4651 * c-pragma.c (oacc_pragmas): New variable.
4652 (c_pp_lookup_pragma, init_pragma): Handle it.
4653 * c-pragma.h (enum pragma_kind): Add PRAGMA_OACC_CACHE,
4654 PRAGMA_OACC_DATA, PRAGMA_OACC_ENTER_DATA, PRAGMA_OACC_EXIT_DATA,
4655 PRAGMA_OACC_KERNELS, PRAGMA_OACC_LOOP, PRAGMA_OACC_PARALLEL,
4656 PRAGMA_OACC_UPDATE, PRAGMA_OACC_WAIT.
4657 (enum pragma_omp_clause): Add PRAGMA_OACC_CLAUSE_ASYNC,
4658 PRAGMA_OACC_CLAUSE_AUTO, PRAGMA_OACC_CLAUSE_COLLAPSE,
4659 PRAGMA_OACC_CLAUSE_COPY, PRAGMA_OACC_CLAUSE_COPYIN,
4660 PRAGMA_OACC_CLAUSE_COPYOUT, PRAGMA_OACC_CLAUSE_CREATE,
4661 PRAGMA_OACC_CLAUSE_DELETE, PRAGMA_OACC_CLAUSE_DEVICE,
4662 PRAGMA_OACC_CLAUSE_DEVICEPTR, PRAGMA_OACC_CLAUSE_FIRSTPRIVATE,
4663 PRAGMA_OACC_CLAUSE_GANG, PRAGMA_OACC_CLAUSE_HOST,
4664 PRAGMA_OACC_CLAUSE_IF, PRAGMA_OACC_CLAUSE_NUM_GANGS,
4665 PRAGMA_OACC_CLAUSE_NUM_WORKERS, PRAGMA_OACC_CLAUSE_PRESENT,
4666 PRAGMA_OACC_CLAUSE_PRESENT_OR_COPY,
4667 PRAGMA_OACC_CLAUSE_PRESENT_OR_COPYIN,
4668 PRAGMA_OACC_CLAUSE_PRESENT_OR_COPYOUT,
4669 PRAGMA_OACC_CLAUSE_PRESENT_OR_CREATE, PRAGMA_OACC_CLAUSE_PRIVATE,
4670 PRAGMA_OACC_CLAUSE_REDUCTION, PRAGMA_OACC_CLAUSE_SELF,
4671 PRAGMA_OACC_CLAUSE_SEQ, PRAGMA_OACC_CLAUSE_VECTOR,
4672 PRAGMA_OACC_CLAUSE_VECTOR_LENGTH, PRAGMA_OACC_CLAUSE_WAIT,
4673 PRAGMA_OACC_CLAUSE_WORKER.
4674
3f8257db 46752015-01-14 Marcos Diaz <marcos.diaz@tallertechnologies.com>
5434dc07
MD
4676
4677 * c-cppbuiltin.c (c_cpp_builtins): New cpp define __SSP_EXPLICIT__
4678 for the new option fstack-protector_explicit.
4679 * c-common.c (c_common_attribute_table): Add stack_protect attribute.
4680 (handle_stack_protect_attribute): New function.
4681
3f8257db 46822015-01-13 Martin Uecker <uecker@eecs.berkeley.edu>
de1b5c17
MU
4683
4684 * c.opt: New option -Warray-bounds=.
4685
adfac8df
JJ
46862015-01-09 Michael Collison <michael.collison@linaro.org>
4687
4688 * array-notation-common.c: Include hash-set.h, machmode.h,
4689 vec.h, double-int.h, input.h, alias.h, symtab.h, options.h
4690 fold-const.h, wide-int.h, and inchash.h due to flattening of tree.h.
4691 * c-ada-spec.c: Ditto.
4692 * c-cilkplus.c: Ditto.
4693 * c-common.c: Include input.h due to flattening of tree.h.
4694 Define macro GCC_C_COMMON_C.
4695 * c-common.h: Flatten tree.h header files into c-common.h.
4696 Remove include of tree-core.h.
4697 * c-cppbuiltin.c: Include hash-set.h, machmode.h,
4698 vec.h, double-int.h, input.h, alias.h, symtab.h, options.h
4699 fold-const.h, wide-int.h, and inchash.h due to
4700 flattening of tree.h.
4701 * c-dump.c: Ditto.
4702 * c-format.c: Flatten tree.h header files into c-common.h.
4703 * c-cppbuiltin.c: Include hash-set.h, machmode.h,
4704 vec.h, double-int.h, input.h, alias.h, symtab.h, options.h
4705 fold-const.h, wide-int.h, and inchash.h due to
4706 flattening of tree.h.
4707 * c-dump.c: Include hash-set.h, machmode.h,
4708 vec.h, double-int.h, input.h, alias.h, symtab.h, options.h
4709 fold-const.h, wide-int.h, and inchash.h due to
4710 flattening of tree.h.
4711 * c-format.c: Include hash-set.h, machmode.h,
4712 vec.h, double-int.h, input.h, alias.h, symtab.h, options.h
4713 fold-const.h, wide-int.h, inchash.h and real.h due to
4714 flattening of tree.h.
4715 * c-gimplify.c: Include hash-set.h, machmode.h,
4716 vec.h, double-int.h, input.h, alias.h, symtab.h, options.h
4717 fold-const.h, wide-int.h, and inchash.h due to
4718 flattening of tree.h.
4719 * cilk.c: Ditto.
4720 * c-lex.c: Ditto.
4721 * c-omp.c: Ditto.
4722 * c-opts.c: Ditto.
4723 * c-pch.c: Ditto.
4724 * c-ppoutput.c: Ditto.
4725 * c-pragma.c: Ditto.
4726 * c-pretty-print.c: Ditto.
4727 * c-semantics.c: Ditto.
4728 * c-ubsan.c: Ditto.
4729 * stub-objc.c: Ditto.
4730
f5481fc4
JM
47312015-01-08 Jason Merrill <jason@redhat.com>
4732
4733 * c-ubsan.c (ubsan_maybe_instrument_array_ref): Use
4734 do_ubsan_in_current_function.
4735 (ubsan_maybe_instrument_reference_or_call): Likewise.
4736 * c-ubsan.h: Declare it.
4737
de35aa66
MS
47382015-01-08 Mike Stump <mikestump@comcast.net>
4739
4740 * c-common.c (c_common_attribute_table): Add no_sanitize_thread.
4741
4a9a42ab
MP
47422015-01-07 Marek Polacek <polacek@redhat.com>
4743
4744 PR c/64440
4745 * c-common.c (c_fully_fold_internal): Warn for division and modulo
4746 if orig_op1 isn't INTEGER_CST, op1 is INTEGER_CST and is zero.
4747
2f42e5de
TS
47482015-01-05 Trevor Saunders <tsaunders@mozilla.com>
4749
4750 PR c++/31397
4751 * c.opt (Wsuggest-override): New option.
4752
5624e564
JJ
47532015-01-05 Jakub Jelinek <jakub@redhat.com>
4754
4755 Update copyright years.
4756
5bd012f8
MP
47572015-01-05 Marek Polacek <polacek@redhat.com>
4758
4759 PR c/64423
4760 * c-common.c (warn_array_subscript_with_type_char): Add location_t
4761 parameter. Use it.
4762 * c-common.h (warn_array_subscript_with_type_char): Update
4763 declaration.
4764
a7fa8d18
ESR
47652014-12-20 Edward Smith-Rowland <3dw4rd@verizon.net>
4766
4767 * c-cppbuiltin.c (__cpp_sized_deallocation): Uncomment and move macro.
4768 Control macro with flag_sized_deallocation.
4769
3f8257db 47702014-12-20 Martin Uecker <uecker@eecs.berkeley.edu>
768952be
MU
4771
4772 * c.opt (Wdiscarded-array-qualifiers): New option.
4773
1f8d3e84
JJ
47742014-12-19 Jakub Jelinek <jakub@redhat.com>
4775
4776 PR preprocessor/63831
4777 * c-cppbuiltin.c (c_cpp_builtins): Don't define __has_attribute
4778 and __has_cpp_attribute here.
4779 * c-ppoutput.c (init_pp_output): Set cb->has_attribute to
4780 c_common_has_attribute.
4781 * c-common.h (c_common_has_attribute): New prototype.
4782 * c-lex.c (init_c_lex): Set cb->has_attribute to
4783 c_common_has_attribute instead of cb_has_attribute.
4784 (get_token_no_padding): New function.
4785 (cb_has_attribute): Renamed to ...
4786 (c_common_has_attribute): ... this. No longer static. Use
4787 get_token_no_padding, require ()s, don't build TREE_LIST
4788 unnecessarily, fix up formatting, adjust diagnostics, call
4789 init_attributes.
4790
20b06add
JM
47912014-12-15 Jason Merrill <jason@redhat.com>
4792
4793 * c.opt (-fsized-deallocation, -Wc++14-compat): New.
4794 (-Wsized-deallocation): New.
4795 * c-opts.c (c_common_post_options): -fsized-deallocation defaults
4796 to on in C++14 and up.
4797
94a073b2
JM
47982014-12-11 Jason Merrill <jason@redhat.com>
4799
acaa5911
JM
4800 * c-cppbuiltin.c (c_cpp_builtins): Enable C++14 __cpp_constexpr.
4801
94a073b2
JM
4802 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_runtime_arrays if
4803 we aren't complaining about VLAs.
4804
7fb66c15
MP
48052014-12-06 Marek Polacek <polacek@redhat.com>
4806
4807 PR tree-optimization/64183
4808 * c-gimplify.c (c_gimplify_expr): Don't convert the RHS of a
4809 shift-expression if it is integer_type_node. Use types_compatible_p.
4810
b731b390
JJ
48112014-11-29 Jakub Jelinek <jakub@redhat.com>
4812
4813 * c-common.c (convert_vector_to_pointer_for_subscript): Remove NULL
4814 last argument from create_tmp_var_raw and create_tmp_var calls.
4815 * cilk.c (gimplify_cilk_spawn): Likewise.
4816 * c-omp.c (c_finish_omp_atomic): Likewise.
4817
6a4da643
MP
48182014-11-28 Marek Polacek <polacek@redhat.com>
4819
4820 * c-ubsan.c (ubsan_instrument_shift): Use op1_utype for MINUS_EXPR
4821 instead of unsigned_type_node.
4822
541e35a6
MP
48232014-11-28 Marek Polacek <polacek@redhat.com>
4824
4825 PR c/63862
4826 * c-ubsan.c (ubsan_instrument_shift): Change the type of a MINUS_EXPR
4827 to op1_utype.
4828 * c-gimplify.c (c_gimplify_expr): Convert right operand of a shift
4829 expression to unsigned_type_node.
4830
dcc97066
MW
48312014-11-20 Mark Wielaard <mjw@redhat.com>
4832
4833 PR debug/38757
4834 * c-opts.c (set_std_c89): Set lang_hooks.name.
4835 (set_std_c99): Likewise.
4836 (set_std_c11): Likewise.
4837 (set_std_cxx98): Likewise.
4838 (set_std_cxx11): Likewise.
4839 (set_std_cxx14): Likewise.
4840 (set_std_cxx1z): Likewise.
4841
aa7da51a
JJ
48422014-11-21 Jakub Jelinek <jakub@redhat.com>
4843
4844 PR target/63764
4845 * c-common.h (convert_vector_to_pointer_for_subscript): Change
4846 return type to bool.
009a3480 4847 * c-common.c: Include gimple-expr.h.
aa7da51a
JJ
4848 (convert_vector_to_pointer_for_subscript): Change return type to
4849 bool. If *vecp is not lvalue_p and has VECTOR_TYPE, return true
4850 and copy it into a TARGET_EXPR and use that instead of *vecp
4851 directly.
4852
538dd0b7
DM
48532014-11-19 David Malcolm <dmalcolm@redhat.com>
4854
4855 Merger of git branch "gimple-classes-v2-option-3".
4856 * ChangeLog.gimple-classes: New.
4857 * c-gimplify.c (add_block_to_enclosing): Strengthen local "stack"
4858 from being just a vec<gimple> to a vec<gbind *>.
4859
c39a5e99
JJ
48602014-11-18 Jakub Jelinek <jakub@redhat.com>
4861
4862 PR sanitizer/63813
4863 * c-ubsan.c (ubsan_maybe_instrument_reference_or_call): Change type
4864 argument to ptype, set type to TREE_TYPE (ptype). Don't call
4865 get_pointer_alignment for non-pointers. Use ptype, or if it is
4866 reference type, corresponding pointer type, as type of kind
4867 argument.
4868 (ubsan_maybe_instrument_reference,
4869 ubsan_maybe_instrument_member_call): Adjust callers.
4870
8537a4a9
MP
48712014-11-15 Marek Polacek <polacek@redhat.com>
4872
4873 PR middle-end/63884
4874 * array-notation-common.c (is_sec_implicit_index_fn): Return false
4875 for NULL fndecl.
4876 (extract_array_notation_exprs): Return for NULL node.
4877
2079956a
JM
48782014-11-12 Joseph Myers <joseph@codesourcery.com>
4879
4880 * c-cppbuiltin.c (c_cpp_builtins_optimize_pragma): Define and
4881 undefine __NO_MATH_ERRNO__ based on changes to -fmath-errno state.
4882
1304953e
JJ
48832014-11-12 Jakub Jelinek <jakub@redhat.com>
4884
4885 PR c/59708
4886 * c-common.c (check_builtin_function_arguments): Handle
4887 BUILT_IN_{ADD,SUB,MUL}_OVERFLOW.
4888
e5e44252
AK
48892014-11-10 Andi Kleen <ak@linux.intel.com>
4890
4891 PR c/60804
4892 * c-common.h (check_no_cilk): Declare.
4893 * cilk.c (get_error_location): New function.
4894 (check_no_cilk): Dito.
4895
e64b984d
AK
48962014-11-10 Andi Kleen <ak@linux.intel.com>
4897
4898 * cilk.c (recognize_spawn): Use expression location
4899 for error message.
4900
13c21655
PC
49012014-11-10 Paolo Carlini <paolo.carlini@oracle.com>
4902
4903 * c.opt ([Wshift-count-negative, Wshift-count-overflow]): Add.
4904
42fd12b1
ESR
49052014-11-10 Edward Smith-Rowland <3dw4rd@verizon.net>
4906
4907 * c-cppbuiltin.c (__has_attribute, __has_cpp_attribute): New macros;
4908 (__cpp_rtti, __cpp_exceptions): New macros for C++98;
4909 (__cpp_range_based_for, __cpp_initializer_lists,
4910 __cpp_delegating_constructors, __cpp_nsdmi,
4911 __cpp_inheriting_constructors, __cpp_ref_qualifiers): New macros
4912 for C++11; (__cpp_attribute_deprecated): Remove in favor of
4913 __has_cpp_attribute.
4914 * c-lex.c (cb_has_attribute): New callback CPP function;
4915 (init_c_lex): Set has_attribute callback.
4916
6f450181
RB
49172014-11-04 Richard Biener <rguenther@suse.de>
4918
4919 * c-common.c (shorten_compare): Do not shorten mixed
4920 DFP and non-DFP compares.
4921
26f0e1d6
ESR
49222014-11-01 Edward Smith-Rowland <3dw4rd@verizon.net>
4923
4924 * g++.dg/cpp1y/feat-cxx11.C: Commentary and rearrangement of tests.
4925 * g++.dg/cpp1y/feat-cxx11-neg.C: Add aggregate NSDMI test.
4926 Commentary and rearrangement of tests.
4927 * g++.dg/cpp1y/feat-cxx14.C: Enable aggregate NSDMI test.
4928 Commentary and rearrangement of tests.
4929 * g++.dg/cpp1y/feat-cxx98-neg.C: Ditto
4930 * g++.dg/cpp1y/feat-cxx98.C: Commentary.
4931
ef4bddc2
RS
49322014-10-29 Richard Sandiford <richard.sandiford@arm.com>
4933
4934 * c-common.c, c-common.h, c-cppbuiltin.c, c-lex.c: Remove redundant
4935 enum from machine_mode.
4936
c582198b
AM
49372014-10-28 Andrew MacLeod <amacleod@redhat.com>
4938
adfac8df
JJ
4939 * c-common.c: Adjust include files.
4940 * c-gimplify.c: Ditto.
4941 * cilk.c: Ditto.
4942 * c-pragma.c: Ditto.
4943 * c-ubsan.c: Ditto.
c582198b 4944
60393bbc
AM
49452014-10-27 Andrew MacLeod <amacleod@redhat.com>
4946
4947 * c-gimplify.c: Adjust include files.
4948
d723bb7c
MLI
49492014-10-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
4950
4951 PR c++/53061
4952 * c-opts.c (c_common_diagnostics_set_defaults): Renamed from
4953 c_common_initialize_diagnostics.
4954 * c-common.h: Likewise.
4955
90f3520e
MP
49562014-10-24 Marek Polacek <polacek@redhat.com>
4957
4958 PR c/56980
4959 * c-pretty-print.c (c_pretty_printer::simple_type_specifier): Don't
4960 print "struct"/"union"/"enum" for typedefed names.
4961
59d7607a
MP
49622014-10-23 Marek Polacek <polacek@redhat.com>
4963
4964 * c-ubsan.c (ubsan_instrument_shift): Perform the MINUS_EXPR
4965 in unsigned type.
4966
d95a2703
JJ
49672014-10-22 Jakub Jelinek <jakub@redhat.com>
4968 Yury Gribov <y.gribov@samsung.com>
4969
4970 * c-ubsan.c (ubsan_instrument_division, ubsan_instrument_shift,
4971 ubsan_instrument_vla): Check bits in flag_sanitize_recover bitmask
4972 instead of flag_sanitize_recover as bool flag.
4973
8e6ef852
KY
49742014-10-21 Kirill Yukhin <kirill.yukhin@intel.com>
4975
4976 * cilk.c: Revert previous change.
4977
948cf550
IZ
49782014-10-20 Igor Zamyatin <igor.zamyatin@intel.com>
4979
4980 PR c/63307
4981 * cilk.c: Include vec.h.
4982 (struct cilk_decls): New structure.
4983 (wrapper_parm_cb): Split this function to...
4984 (fill_decls_vec): ...this...
4985 (create_parm_list): ...and this.
4986 (compare_decls): New function.
4987 (for_local_cb): Remove.
4988 (wrapper_local_cb): Ditto.
4989 (build_wrapper_type): For now first traverse and fill vector of
4990 declarations then sort it and then deal with sorted vector.
4991 (cilk_outline): Ditto.
4992 (declare_one_free_variable): Ditto.
4993
92574c7c
MP
49942014-10-17 Marek Polacek <polacek@redhat.com>
4995
4996 * c-opts.c (c_common_post_options): Set warn_implicit_int.
4997 * c.opt (Wimplicit-int): Initialize to -1.
4998
83685514
AM
49992014-10-16 Andrew MacLeod <amacleod@redhat.com>
5000
5001 * c-pragma.c: Adjust include files.
5002 * c-semantics.c: Likewise.
5003
5b8300ea
DD
50042014-10-16 DJ Delorie <dj@redhat.com>
5005
5006 * c-cppbuiltin.c (cpp_atomic_builtins): Don't assume pointers are
5007 multiples of bytes.
5008
5f83e90b
JM
50092014-10-14 Jason Merrill <jason@redhat.com>
5010
5011 PR c++/63455
5012 * c-common.h (CPP_PREPARSED_EXPR): New.
5013 (N_CP_TTYPES): Adjust.
5014
d73326ca
MP
50152014-10-15 Marek Polacek <polacek@redhat.com>
5016
5017 * c-opts.c (c_common_init_options): Make -std=gnu11 the default for C.
5018
78a7c317
DD
50192014-10-14 DJ Delorie <dj@redhat.com>
5020
5021 * c-pretty-print.c (pp_c_integer_constant): Check for all __intN
5022 types, not just __int128.
5023 * c-cppbuiltin.c (c_cpp_builtins): Add builtins for all __intN
5024 types, not just __int128.
5025 (cpp_atomic_builtins): Round pointer sizes up.
5026 (type_suffix): Use type precision, not specific types.
5027 * c-common.c (c_common_reswords): Remove __int128 special case.
5028 (c_common_type_for_size): Check for all __intN types, not just
5029 __int128.
5030 (c_common_type_for_mode): Likewise.
5031 (c_common_signed_or_unsigned_type): Likewise.
5032 (c_build_bitfield_integer_type): Likewise.
5033 (c_common_nodes_and_builtins): Likewise.
5034 (keyword_begins_type_specifier): Likewise.
5035 * c-common.h (rid): Remove RID_INT128 and add RID_INT_N_* for all
5036 __intN variants.
5037
2a22f99c
TS
50382014-10-12 Trevor Saunders <tsaunders@mozilla.com>
5039
5040 * c-common.c: Use hash_table instead of hashtab.
5041
2a8ef767
ESR
50422014-10-06 Edward Smith-Rowland <3dw4rd@verizon.net>
5043
adfac8df 5044 * c-cppbuiltin.c: Move __cpp_attribute_deprecated to the
2a8ef767
ESR
5045 C++11 section.
5046
3c9aabbd
MG
50472014-10-03 Marc Glisse <marc.glisse@inria.fr>
5048
5049 PR c++/54427
5050 PR c++/57198
5051 PR c++/58845
5052 * c-common.c (warn_logical_operator): Punt for vectors.
5053
a15f7cb8
ESR
50542014-10-01 Edward Smith-Rowland <3dw4rd@verizon.net>
5055
5056 Implement SD-6: SG10 Feature Test Recommendations
5057 * c-cppbuiltin.c (c_cpp_builtins()): Define language feature
5058 macros and the __has_header macro.
5059
8d0cf15e
JM
50602014-09-30 Jason Merrill <jason@redhat.com>
5061
dd5d5481
JM
5062 * c-common.h (enum rid): Add RID_IS_TRIVIALLY_ASSIGNABLE and
5063 RID_IS_TRIVIALLY_CONSTRUCTIBLE.
5064 * c-common.c (c_common_reswords): Add __is_trivially_copyable.
5065
b752325e
JM
5066 * c-common.h (enum rid): Add RID_IS_TRIVIALLY_COPYABLE.
5067 * c-common.c (c_common_reswords): Add __is_trivially_copyable.
5068
8d0cf15e
JM
5069 * c-common.h (enum rid): Remove RID_IS_CONVERTIBLE_TO.
5070 * c-common.c (c_common_reswords): Remove __is_convertible_to.
5071
083e891e
MP
50722014-09-24 Marek Polacek <polacek@redhat.com>
5073
5074 PR c/61405
5075 PR c/53874
5076 * c-common.h (struct c_common_resword): Don't define CPP_KEYWORD.
5077
7861b648
AK
50782014-09-23 Andi Kleen <ak@linux.intel.com>
5079
5080 * c-common.c (handle_no_reorder_attribute): New function.
5081 (c_common_attribute_table): Add no_reorder attribute.
5082
9a79452d
JM
50832014-09-22 Joseph Myers <joseph@codesourcery.com>
5084
5085 * c-cppbuiltin.c (c_cpp_builtins): Define
5086 __LIBGCC_*_EXCESS_PRECISION__ macros for supported floating-point
5087 modes.
5088
dd69f047
JM
50892014-09-18 Joseph Myers <joseph@codesourcery.com>
5090
5091 * c-cppbuiltin.c (c_cpp_builtins): Define __LIBGCC_*_FUNC_EXT__
5092 for supported floating-point modes.
5093
737a4826
MLI
50942014-09-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
5095
5096 * c.opt (Wpsabi): Use LangEnabledBy.
5097 * c-opts.c (c_common_handle_option): Do not handle here.
5098
8cc4b7a2
JM
50992014-09-12 Joseph Myers <joseph@codesourcery.com>
5100
5101 * c-cppbuiltin.c (c_cpp_builtins): Define __LIBGCC_HAS_%s_MODE__
5102 macros for floating-point modes.
5103
179b5a55
MG
51042014-09-11 Marc Glisse <marc.glisse@inria.fr>
5105
5106 PR target/58757
5107 * c-cppbuiltin.c (builtin_define_float_constants): Correct
5108 __*_DENORM_MIN__ without denormals.
5109
570a11fe
JJ
51102014-09-10 Jakub Jelinek <jakub@redhat.com>
5111
5112 * c-ubsan.c (ubsan_instrument_division, ubsan_instrument_shift,
5113 ubsan_instrument_vla, ubsan_instrument_return): Adjust
5114 ubsan_create_data callers.
5115 (ubsan_instrument_bounds): Don't emit UBSAN_BOUNDS at all if
5116 index is constant or BIT_AND_EXPR with constant mask and is
5117 small enough for the bound.
5118 * c-gimplify.c (ubsan_walk_array_refs_r): For ADDR_EXPR of
5119 ARRAY_REF, make sure the inner ARRAY_REF is not walked again.
5120
b559c810
MLI
51212014-09-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
5122
5123 * c.opt: Add CppReason to various flags.
5124 (Wdate-time): Re-sort.
5125 * c-common.c: Include c-common.h earlier.
5126 (struct reason_option_codes_t): Delete.
5127 (c_option_controlling_cpp_error): Prefix global type and struct
5128 with cpp_.
5129
1ef33fd4
MLI
51302014-09-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
5131
5132 * c.opt (Wnormalized): New.
5133 (Wnormalized=): Use Enum and Reject Negative.
5134 * c-opts.c (c_common_handle_option): Do not handle Wnormalized here.
5135
66bb34c0
JM
51362014-09-08 Joseph Myers <joseph@codesourcery.com>
5137
5138 * c-cppbuiltin.c (c_cpp_builtins): Define macros for mantissa
5139 digits of floating-point modes if -fbuilding-libgcc.
5140
53d68b9f
JM
51412014-09-05 Joseph Myers <joseph@codesourcery.com>
5142
5143 * c-cppbuiltin.c (c_cpp_builtins): Also define
5144 __LIBGCC_EH_TABLES_CAN_BE_READ_ONLY__,
5145 __LIBGCC_EH_FRAME_SECTION_NAME__, __LIBGCC_JCR_SECTION_NAME__,
5146 __LIBGCC_CTORS_SECTION_ASM_OP__, __LIBGCC_DTORS_SECTION_ASM_OP__,
5147 __LIBGCC_TEXT_SECTION_ASM_OP__, __LIBGCC_INIT_SECTION_ASM_OP__,
5148 __LIBGCC_INIT_ARRAY_SECTION_ASM_OP__,
5149 __LIBGCC_STACK_GROWS_DOWNWARD__,
5150 __LIBGCC_DONT_USE_BUILTIN_SETJMP__,
5151 __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__,
5152 __LIBGCC_DWARF_FRAME_REGISTERS__,
5153 __LIBGCC_EH_RETURN_STACKADJ_RTX__, __LIBGCC_JMP_BUF_SIZE__,
5154 __LIBGCC_STACK_POINTER_REGNUM__ and
5155 __LIBGCC_VTABLE_USES_DESCRIPTORS__ for -fbuilding-libgcc.
5156 (builtin_define_with_value): Handle backslash-escaping in string
5157 macro values.
5158
f65586dc
RB
51592014-09-05 Richard Biener <rguenther@suse.de>
5160
5161 PR middle-end/63148
5162 * c-format.c (check_format_arg): Properly handle
5163 effectively signed POINTER_PLUS_EXPR offset.
5164
2b71f4a4
MLI
51652014-09-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
5166
5167 * c.opt (Wc90-c99-compat,Wc++-compat,Wcomment,Wendif-labels,
5168 Winvalid-pch,Wlong-long,Wmissing-include-dirs,Wmultichar,Wpedantic,
5169 (Wdate-time,Wtraditional,Wundef,Wvariadic-macros): Add CPP, Var
5170 and Init.
5171 * c-opts.c (c_common_handle_option): Do not handle here.
5172 (sanitize_cpp_opts): Likewise.
5173 * c-common.c (struct reason_option_codes_t): Handle
5174 CPP_W_C90_C99_COMPAT and CPP_W_PEDANTIC.
5175
d2e4feca
MP
51762014-09-03 Marek Polacek <polacek@redhat.com>
5177
5178 * c.opt (Wlogical-not-parentheses): Enable by -Wall.
5179
9a771876
JJ
51802014-09-02 Jakub Jelinek <jakub@redhat.com>
5181 Balaji V. Iyer <balaji.v.iyer@intel.com>
5182 Igor Zamyatin <igor.zamyatin@intel.com>
5183
5184 * c-cilkplus.c (cilk_for_number_of_iterations): New function.
5185 * c-common.c (c_common_reswords): Added _Cilk_for.
5186 * c-common.h (enum rid): Added RID_CILK_FOR.
5187 (cilk_for_number_of_iterations): Add declaration.
5188 * c-omp.c (c_finish_omp_for): Added checks for CILK_SIMD and
5189 CILK_FOR.
5190 * c-pragma.c (init_pragma): Register "grainsize" pragma.
5191 * c-pragma.h (enum pragma_kind): Add PRAGMA_CILK_GRAINSIZE.
5192
81b5d104
MLI
51932014-08-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
5194
5195 * c.opt (Wbuiltin-macro-redefined,Wdeprecated,Wendif-labels,
5196 Winvalid-pch,Wliteral-suffix,Wmissing-include-dirs,Wtrigraphs,
5197 Wundef): Use CPP, Var and Init.
5198 * c-opts.c (c_common_handle_option): Do not handle the above flags here.
5199
b753b37b
MLI
52002014-08-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
5201
5202 * c.opt (Wbuiltin-macro-redefined): Use CPP, Var and Init.
5203 * c-opts.c (c_common_handle_option): Do not handle here.
5204
028aee17
JM
52052014-08-25 Jason Merrill <jason@redhat.com>
5206
5207 * c.opt: Change -std=c++1y and -std=gnu++1y to be aliases for
5208 -std=c++14 and -std=gnu++14, rather than the reverse.
5209 * c-opts.c (c_common_handle_option): Change OPT_std_c__1y and
5210 OPT_std_gnu__1y to OPT_std_c__14 and OPT_std_gnu__14.
5211 * c-common.h (cxx_dialect): Remove cxx1y.
5212
e4276ba5
ESR
52132014-08-23 Edward Smith-Rowland <3dw4rd@verizon.net>
5214
5215 * c-common.h (enum cxx_dialect): Add cxx14.
5216 * c-opts.c (set_std_cxx1y): Rename to set_std_cxx14; Use cxx14.
5217 * c-ubsan.c (ubsan_instrument_shift): Change comment and logic from
5218 cxx_dialect == cxx11 || cxx_dialect == cxx1y to cxx_dialect >= cxx11.
5219
a545cacd
JM
52202014-08-22 Jason Merrill <jason@redhat.com>
5221
5222 * c.opt (std=gnu++17): Fix alias.
5223
59ea0364
MP
52242014-08-22 Marek Polacek <polacek@redhat.com>
5225
5226 PR c++/62199
5227 * c-common.c (warn_logical_not_parentheses): Don't check LHS. Don't
5228 check for vector types. Drop LHS argument.
5229 * c-common.h (warn_logical_not_parentheses): Adjust.
5230
596e808c
MLI
52312014-08-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
5232
5233 * c.opt (Wcomment): Use CPP, Var and LangEnabledBy.
5234 (Wmultichar): Likewise.
5235 (Wdate-time): Use C-family languages instead of Common. Use CPP
5236 and Var.
5237 * c-opts.c (c_common_handle_option): Do not handle the above
5238 options here.
5239 (sanitize_cpp_opts): Likewise.
5240
18767f65
MLI
52412014-08-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
5242
5243 PR fortran/44054
5244 * c-opts.c: Include tree-diagnostics.h.
5245 (c_diagnostic_finalizer): New.
5246 (c_common_initialize_diagnostics): Use it.
5247
b4413594
MLI
52482014-08-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
5249
5250 PR preprocessor/51303
5251 * c-common.c (struct reason_option_codes_t option_codes):
5252 Add CPP_W_MISSING_INCLUDE_DIRS. Sort alphabetically.
5253
43f9a13c
MLI
52542014-08-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
5255
5256 PR c/60975
5257 PR c/53063
5258 * c.opt (Wvariadic-macros): Use CPP and LangEnabledBy.
5259 * c-opts.c (c_common_handle_option): Call cpp_handle_option_auto.
5260 (c_common_post_options): Call init_global_opts_from_cpp.
5261 (sanitize_cpp_opts): Do not handle Wvariadic-macros here.
5262
04159acf
MP
52632014-08-19 Marek Polacek <polacek@redhat.com>
5264
5265 PR c++/62153
5266 * c-common.c (maybe_warn_bool_compare): New function.
5267 * c-common.h (maybe_warn_bool_compare): Declare.
5268 * c.opt (Wbool-compare): New option.
5269
35aff4fb
MP
52702014-08-19 Marek Polacek <polacek@redhat.com>
5271
5272 * c.opt (Wc99-c11-compat): New option.
5273
177cce46
MP
52742014-08-19 Marek Polacek <polacek@redhat.com>
5275
5276 * c-opts.c (sanitize_cpp_opts): Make warn_long_long be set according
5277 to warn_c90_c99_compat.
5278 * c.opt (Wc90-c99-compat, Wdeclaration-after-statement): Initialize
5279 to -1.
5280
6ae9194f
MLI
52812014-08-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
5282 Steven Bosscher <steven@gcc.gnu.org>
5283
5284 PR c/52952
5285 * c-format.c: Add extra_arg_loc and format_string_loc to struct
5286 format_check_results.
5287 (check_function_format): Use true and add comment for boolean
5288 argument.
5289 (finish_dollar_format_checking): Use explicit location when warning.
5290 (check_format_info): Likewise.
5291 (check_format_arg): Set extra_arg_loc and format_string_loc.
5292 (check_format_info_main): Use explicit location when warning.
5293 (check_format_types): Pass explicit location.
5294 (format_type_warning): Likewise.
5295
8e54f6d3
MLI
52962014-08-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
5297
5298 PR fortran/44054
5299 * c-format.c: Handle Fortran flags.
5300
cd4e76fc
IZ
53012014-08-12 Igor Zamyatin <igor.zamyatin@intel.com>
5302
5303 PR other/61962
5304 * array-notation-common.c (find_rank): Added handling for other
5305 types of references.
5306
f3bede71
MP
53072014-08-10 Marek Polacek <polacek@redhat.com>
5308
5309 PR c/51849
5310 * c-opts.c (sanitize_cpp_opts): Pass warn_c90_c99_compat to libcpp.
5311 * c.opt (Wc90-c99-compat): Add option.
5312
9f25a338
TS
53132014-08-07 Trevor Saunders <tsaunders@mozilla.com>
5314
5315 * c-gimplify.c, cilk.c: Remove includes of pointer-set.h.
5316
62e4eb35
MP
53172014-08-03 Marek Polacek <polacek@redhat.com>
5318
5319 * c-common.c (check_case_value): Add location_t parameter. Use it.
5320 (c_add_case_label): Pass loc to check_case_value.
5321
b787e7a2
TS
53222014-08-02 Trevor Saunders <tsaunders@mozilla.com>
5323
5324 * cilk.c: Use hash_map instead of pointer_map.
5325
6e2830c3
TS
53262014-08-02 Trevor Saunders <tsaunders@mozilla.com>
5327
5328 * c-gimplify.c: Use hash_set instead of pointer_set.
5329
a7ee52fb
IZ
53302014-08-01 Igor Zamyatin <igor.zamyatin@intel.com>
5331
5332 PR middle-end/61455
5333 * array-notation-common.c (extract_array_notation_exprs): Handling
5334 of DECL_EXPR added.
5335
944fa280
JJ
53362014-08-01 Jakub Jelinek <jakub@redhat.com>
5337
5338 * c-common.h (min_align_of_type): Removed prototype.
5339 * c-common.c (min_align_of_type): Removed.
5340 * c-ubsan.h (ubsan_maybe_instrument_reference,
5341 ubsan_maybe_instrument_member_call): New prototypes.
5342 * c-ubsan.c: Include stor-layout.h and builtins.h.
5343 (ubsan_maybe_instrument_reference_or_call,
5344 ubsan_maybe_instrument_reference, ubsan_maybe_instrument_call): New
5345 functions.
5346
b4dfdc11
MG
53472014-07-31 Marc Glisse <marc.glisse@inria.fr>
5348
5349 PR c++/60517
5350 * c.opt (-Wreturn-local-addr): Move to common.opt.
5351
a41844e5
JM
53522014-07-30 Jason Merrill <jason@redhat.com>
5353
5354 PR c++/61659
5355 PR c++/61687
5356 Revert:
5357 * c.opt (-fuse-all-virtuals): New.
5358
976d5a22
TT
53592014-07-30 Tom Tromey <tromey@redhat.com>
5360
5361 PR c/59855
5362 * c.opt (Wdesignated-init): New option.
5363 * c-common.c (c_common_attribute_table): Add "designated_init".
5364 (handle_designated_init): New function.
5365
cdc94aca
MP
53662014-07-24 Marek Polacek <polacek@redhat.com>
5367
5368 PR c/57653
5369 * c-opts.c (c_finish_options): If -imacros is in effect, return.
5370
f41373b6
DS
53712014-07-16 Dodji Seketeli <dodji@redhat.com>
5372
5373 PR preprocessor/60723 - missing system-ness marks for macro tokens
5374 * c-ppoutput.c (struct print::prev_was_system_token): New data
5375 member.
5376 (init_pp_output): Initialize it.
5377 (maybe_print_line_1, maybe_print_line, print_line_1, print_line)
5378 (do_line_change): Return a flag saying if a line marker was
5379 emitted or not.
5380 (scan_translation_unit): Detect if the system-ness of the token we
5381 are about to emit is different from the one of the previously
5382 emitted token. If so, emit a line marker. Avoid emitting useless
5383 adjacent line markers. Avoid emitting line markers for tokens
5384 originating from the expansion of built-in macros.
5385 (scan_translation_unit_directives_only): Adjust.
5386
4d661eaa
MP
53872014-07-15 Marek Polacek <polacek@redhat.com>
5388
5389 * c-ubsan.c (ubsan_instrument_bounds): Don't instrument if
5390 TYPE_MAX_VALUE is NULL.
5391
b108f48f
JJ
53922014-07-14 Jakub Jelinek <jakub@redhat.com>
5393
5394 PR middle-end/61294
5395 * c.opt (Wmemset-transposed-args): New warning.
5396
c0221884
JM
53972014-07-10 Jason Merrill <jason@redhat.com>
5398
5399 PR c++/61659
5400 PR c++/61687
5401 * c.opt (-fuse-all-virtuals): New.
5402
63dfbb95
RB
54032014-07-09 Richard Biener <rguenther@suse.de>
5404
5405 PR c-family/61741
5406 * c-gimplify.c (c_gimplify_expr): Gimplify self-modify expressions
5407 using unsigned arithmetic if overflow does not wrap instead of
5408 if overflow is undefined.
5409
773ec47f
MP
54102014-07-06 Marek Polacek <polacek@redhat.com>
5411
5412 PR c/6940
5413 * c.opt (Wsizeof-array-argument): New option.
5414
00a7ba58
JJ
54152014-07-03 Jakub Jelinek <jakub@redhat.com>
5416
b1726d6c 5417 * c-ada-spec.c (dump_ada_nodes): Don't call qsort if
00a7ba58
JJ
5418 comments->count <= 1, as comments->entries might be NULL.
5419
52ec0ea3
MP
54202014-07-01 Marek Polacek <polacek@redhat.com>
5421
5422 * c.opt (Wint-conversion): New option.
5423
d5c3d343
MP
54242014-07-01 Marek Polacek <polacek@redhat.com>
5425
5426 PR c/58286
5427 * c.opt (Wincompatible-pointer-types): New option.
5428
6e7ceb17
PC
54292014-06-30 Paolo Carlini <paolo.carlini@oracle.com>
5430
5431 PR c++/51400
5432 * c-common.c (handle_noreturn_attribute, handle_const_attribute):
5433 Do not discard TYPE_QUALS of type.
5434
da73100b
JM
54352014-06-26 Jason Merrill <jason@redhat.com>
5436
5437 * c-common.h (enum cxx_dialect): Add cxx1z.
5438 * c.opt (std=c++1z, std=c++17, std=gnu++1z, std=gnu++17): New.
5439 * c-opts.c (c_common_handle_option, set_std_cxx1z): Handle it.
5440
08eedf75
TJ
54412014-06-26 Teresa Johnson <tejohnson@google.com>
5442
5443 * c-common.h (get_dump_info): Declare.
5444 * c-gimplify.c (c_genericize): Use saved dump files.
5445 * c-opts.c (c_common_parse_file): Begin and end dumps
5446 once around parsing invocation.
5447 (get_dump_info): New function.
5448
7b56b2f8
MP
54492014-06-23 Marek Polacek <polacek@redhat.com>
5450 Andrew MacLeod <amacleod@redhat.com>
5451
5452 PR c/61553
5453 * c-common.c (get_atomic_generic_size): Don't segfault if the
5454 type doesn't have a size.
5455
0e37a2f3
MP
54562014-06-20 Marek Polacek <polacek@redhat.com>
5457
5458 * c-gimplify.c: Include "c-ubsan.h" and "pointer-set.h".
5459 (ubsan_walk_array_refs_r): New function.
5460 (c_genericize): Instrument array bounds.
5461 * c-ubsan.c: Include "internal-fn.h".
5462 (ubsan_instrument_division): Mark instrumented arrays as having
5463 side effects. Adjust ubsan_type_descriptor call.
5464 (ubsan_instrument_shift): Likewise.
5465 (ubsan_instrument_vla): Adjust ubsan_type_descriptor call.
5466 (ubsan_instrument_bounds): New function.
5467 (ubsan_array_ref_instrumented_p): New function.
5468 (ubsan_maybe_instrument_array_ref): New function.
5469 * c-ubsan.h (ubsan_instrument_bounds): Declare.
5470 (ubsan_array_ref_instrumented_p): Declare.
5471 (ubsan_maybe_instrument_array_ref): Declare.
5472
54732014-06-20 Hale Wang <hale.wang@arm.com>
dd6fe7d4
HW
5474
5475 PR lto/61123
5476 * c.opt (fshort-enums): Add to LTO.
5477 * c.opt (fshort-wchar): Likewise.
5478
5c3d09f7
MP
54792014-06-16 Marek Polacek <polacek@redhat.com>
5480
5481 PR c/60439
5482 * c.opt (Wswitch-bool): Add Var.
5483
9cf32741
JJ
54842014-06-12 Jakub Jelinek <jakub@redhat.com>
5485
5486 PR middle-end/61486
5487 * c-omp.c (c_omp_split_clauses): Don't crash on firstprivate in
5488 #pragma omp target teams or
5489 #pragma omp {,target }teams distribute simd.
5490
62984918
JM
54912014-06-12 Jason Merrill <jason@redhat.com>
5492
5493 * c.opt (Wabi=, fabi-compat-version): New.
5494 * c-opts.c (c_common_handle_option): Handle -Wabi=.
5495 (c_common_post_options): Handle flag_abi_compat_version default.
5496 Disallow -fabi-compat-version=1.
5497 * c-common.h (abi_version_crosses): New.
5498
f961457f
JH
54992014-06-11 Jan Hubicka <hubicka@ucw.cz>
5500
adfac8df 5501 * c-common.c (handle_section_attribute): Update handling for
f961457f
JH
5502 section names that are no longer trees.
5503
92d28cbb
JJ
55042014-06-10 Jakub Jelinek <jakub@redhat.com>
5505
5506 PR fortran/60928
5507 * c-pragma.c (omp_pragmas_simd): Move PRAGMA_OMP_TASK...
5508 (omp_pragmas): ... back here.
5509
742938c9
MP
55102014-06-05 Marek Polacek <polacek@redhat.com>
5511
5512 PR c/49706
5513 * c-common.c (warn_logical_not_parentheses): New function.
5514 * c-common.h (warn_logical_not_parentheses): Declare.
5515 * c.opt (Wlogical-not-parentheses): New option.
5516
9d548dfb
MP
55172014-06-04 Marek Polacek <polacek@redhat.com>
5518
5519 PR c/30020
5520 * c-common.c (check_case_bounds): Add location parameter.
5521 Use it.
5522 (c_add_case_label): Pass loc to check_case_bounds.
5523
fedfecef
MP
55242014-06-03 Marek Polacek <polacek@redhat.com>
5525
5526 PR c/60439
5527 * c.opt (Wswitch-bool): New option.
5528
f6a7cffc
TS
55292014-05-22 Thomas Schwinge <thomas@codesourcery.com>
5530
040d18b6
TS
5531 * c-common.h (c_omp_sharing_predetermined, c_omp_remap_decl):
5532 Remove prototypes.
5533 (record_types_used_by_current_var_decl): Move prototype to where
5534 it belongs.
5535
f6a7cffc
TS
5536 * c-common.c (DEF_FUNCTION_TYPE_0, DEF_FUNCTION_TYPE_6)
5537 (DEF_FUNCTION_TYPE_7, DEF_FUNCTION_TYPE_8)
5538 (DEF_FUNCTION_TYPE_VAR_5): Cosmetic fixes.
5539
632f2871
RS
55402014-05-21 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
5541
5542 * c-common.h (CTI_VOID_ZERO, void_zero_node): Delete.
5543 * c-common.c (c_common_nodes_and_builtins): Don't initialize
5544 void_zero_node.
5545 * c-pretty-print.c (pp_c_void_constant): New function.
5546 (c_pretty_printer::constant, c_pretty_printer::primary_expression)
5547 (c_pretty_printer::expression): Handle VOID_CST.
5548 * cilk.c (extract_free_variables): Likewise.
5549 * c-ubsan.c (ubsan_instrument_division, ubsan_instrument_shift)
5550 (ubsan_instrument_vla): Use void_node instead of void_zero_node.
5551
766090c2
TS
55522014-05-17 Trevor Saunders <tsaunders@mozilla.com>
5553
5554 * c-common.h (sorted_fields_type): Remove variable_size GTY attribute.
5555 * c-pragma.c (push_alignment): Adjust.
5556 (handle_pragma_push_options): Likewise.
5557
661a0813
MP
55582014-05-09 Marek Polacek <polacek@redhat.com>
5559
5560 PR c/50459
5561 * c-common.c (check_user_alignment): Return -1 if alignment is error
5562 node.
5563 (handle_aligned_attribute): Don't call default_conversion on
5564 FUNCTION_DECLs.
5565 (handle_vector_size_attribute): Likewise.
5566 (handle_tm_wrap_attribute): Handle case when wrap_decl is error node.
5567 (handle_sentinel_attribute): Call default_conversion and allow even
5568 integral types as an argument.
5569
2793eeab
MP
55702014-05-08 Marek Polacek <polacek@redhat.com>
5571
5572 PR c/61053
5573 * c-common.c (min_align_of_type): New function factored out from...
5574 (c_sizeof_or_alignof_type): ...here.
5575 * c-common.h (min_align_of_type): Declare.
5576
f827930a
MP
55772014-05-08 Marek Polacek <polacek@redhat.com>
5578
5579 PR c/61077
5580 * c-common.c (check_main_parameter_types): Warn for _Atomic-qualified
5581 parameter type of main.
5582
ca49b74e
DD
55832014-05-07 DJ Delorie <dj@redhat.com>
5584
5585 * c-cppbuiltin.c (print_bits_of_hex): New.
5586 (builtin_define_type_minmax): Print values using hex so as not to
5587 require a pre-computed list of string values.
5588
1d60af08
KZ
55892014-05-06 Kenneth Zadeck <zadeck@naturalbridge.com>
5590 Mike Stump <mikestump@comcast.net>
5591 Richard Sandiford <rdsandiford@googlemail.com>
5592
5593 * c-ada-spec.c: Include wide-int.h.
5594 (ADA_HOST_WIDE_INT_PRINT_DOUBLE_HEX): Remove.
5595 (dump_generic_ada_node): Use wide-int interfaces.
5596 * c-common.c: Include wide-int-print.h.
5597 (shorten_compare): Use wide-int interfaces and tree_int_cst_lt.
5598 (pointer_int_sum): Use wide-int interfaces.
5599 (c_common_nodes_and_builtins): Use make_int_cst.
5600 (match_case_to_enum_1): Use tree_fits_uhwi_p and tree_fits_shwi_p.
5601 (handle_alloc_size_attribute): Use wide-int interfaces.
5602 (get_nonnull_operand): Likewise.
5603 * c-format.c (get_constant): Use tree_fits_uhwi_p.
5604 * c-lex.c: Include wide-int.h.
5605 (narrowest_unsigned_type): Take a widest_int rather than two
5606 HOST_WIDE_INTs.
5607 (narrowest_signed_type): Likewise.
5608 (interpret_integer): Update accordingly. Use wide-int interfaces.
5609 (lex_charconst): Use wide-int interfaces.
5610 * c-pretty-print.c: Include wide-int.h.
5611 (pp_c_integer_constant): Use wide-int interfaces.
5612 * cilk.c (declare_one_free_variable): Use tree_int_cst_lt instead of
5613 INT_CST_LT_UNSIGNED.
5614
b15458be
RB
56152014-05-06 Richard Biener <rguenther@suse.de>
5616
5617 * c-opts.c (c_common_post_options): For -freestanding,
5618 -fno-hosted and -fno-builtin disable pattern recognition
5619 if not enabled explicitely.
5620
6577374e
MP
56212014-05-02 Marek Polacek <polacek@redhat.com>
5622
5623 * c.opt (Wsizeof-pointer-memaccess): Describe option.
5624
d00887e8
MP
56252014-05-01 Marek Polacek <polacek@redhat.com>
5626
5627 PR c/43245
5628 * c.opt (Wdiscarded-qualifiers): Add.
5629
f8ed5150
MP
56302014-04-30 Marek Polacek <polacek@redhat.com>
5631
5632 * c-ubsan.c (ubsan_instrument_division): Handle REAL_TYPEs. Perform
5633 INT_MIN / -1 sanitization only for integer types.
5634
45484dcf
MP
56352014-04-25 Marek Polacek <polacek@redhat.com>
5636
5637 PR c/18079
5638 * c-common.c (handle_noinline_attribute): Warn if the attribute
5639 conflicts with always_inline attribute.
5640 (handle_always_inline_attribute): Warn if the attribute conflicts
5641 with noinline attribute.
5642
38e514c0
MP
56432014-04-25 Marek Polacek <polacek@redhat.com>
5644
5645 PR c/60156
5646 * c-common.c (check_main_parameter_types): Warn about variadic main.
5647
44875f92
MS
56482014-04-24 Mike Stump <mikestump@comcast.net>
5649
5650 * c.opt (Wshadow-ivar): Default to on.
5651
dcaaa5a0
DP
56522014-04-24 Dimitris Papavasiliou <dpapavas@gmail.com>
5653
5654 * c.opt (Wshadow-ivar, flocal-ivars, fivar-visibility): Add.
5655
c07d7c02
MP
56562014-04-23 Marek Polacek <polacek@redhat.com>
5657
5658 * c-common.c (handle_tm_wrap_attribute): Tweak error message.
5659
1c33c9b7
JJ
56602014-04-22 Jakub Jelinek <jakub@redhat.com>
5661
5662 PR sanitizer/60275
5663 * c-ubsan.c (ubsan_instrument_return): Return __builtin_trap ()
5664 if flag_sanitize_undefined_trap_on_error.
5665 (ubsan_instrument_division, ubsan_instrument_shift,
5666 ubsan_instrument_vla): Likewise. Use __ubsan_handle_*_abort ()
5667 if !flag_sanitize_recover.
5668
793c625f
MG
56692014-04-22 Marc Glisse <marc.glisse@inria.fr>
5670
5671 PR libstdc++/43622
5672 * c-common.c (registered_builtin_types): Make non-static.
5673 * c-common.h (registered_builtin_types): Declare.
5674
b0f1bf36
RB
56752014-04-14 Richard Biener <rguenther@suse.de>
5676 Marc Glisse <marc.glisse@inria.fr>
5677
5678 PR c/60819
5679 * c-common.c (convert_vector_to_pointer_for_subscript): Properly
5680 apply may-alias the scalar pointer type when applicable.
5681
3b07fa4a
IZ
56822014-04-12 Igor Zamyatin <igor.zamyatin@intel.com>
5683
5684 PR middle-end/60467
5685 * cilk.c (cilk_set_spawn_marker): Remove FUNCTION_DECL
5686 as possible argument for Cilk_spawn.
5687
cbbd2b1c
TB
56882014-04-11 Tobias Burnus <burnus@net-b.de>
5689
5690 PR c/60194
5691 * c.opt (Wformat-signedness): Add
5692 * c-format.c(check_format_types): Use it.
5693
6415bd5d
JM
56942014-04-11 Jason Merrill <jason@redhat.com>
5695
5696 PR c++/57926
5697 * c-common.c (sync_resolve_size, get_atomic_generic_size): Call
5698 default_conversion for an array argument.
5699
6525783a
MP
57002014-04-08 Marek Polacek <polacek@redhat.com>
5701
5702 PR sanitizer/60745
5703 * c-ubsan.c: Include asan.h.
5704 (ubsan_instrument_return): Call initialize_sanitizer_builtins.
5705
880a467b
NS
57062014-04-03 Nathan Sidwell <nathan@codesourcery.com>
5707
5708 * c.opt (Wnon-virtual-dtor): Auto set when Weffc++.
5709
7b59ff2d
MP
57102014-04-02 Marek Polacek <polacek@redhat.com>
5711
5712 * c-common.h (c_expand_expr): Remove declaration.
5713
8edbfaa6
JJ
57142014-03-28 Jakub Jelinek <jakub@redhat.com>
5715
5716 PR c++/60689
5717 * c-common.c (add_atomic_size_parameter): When creating new
5718 params vector, push the size argument first.
5719
07d72e1d
JJ
57202014-03-26 Jakub Jelinek <jakub@redhat.com>
5721
5722 * c-ubsan.c (ubsan_instrument_division, ubsan_instrument_shift,
5723 ubsan_instrument_vla, ubsan_instrument_return): Adjust
5724 ubsan_create_data callers.
5725
b35e0fa0
JJ
57262014-03-22 Jakub Jelinek <jakub@redhat.com>
5727
5728 PR debug/60603
5729 * c-opts.c (c_finish_options): Restore cb_file_change call to
5730 <built-in>.
5731
39a1ebb3
JJ
57322014-03-13 Jakub Jelinek <jakub@redhat.com>
5733
5734 PR middle-end/36282
5735 * c-pragma.c (apply_pragma_weak): Only look at
5736 TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (decl)) if
5737 DECL_ASSEMBLER_NAME_SET_P (decl).
5738 (maybe_apply_pending_pragma_weaks): Exit early if
5739 vec_safe_is_empty (pending_weaks) rather than only when
5740 !pending_weaks.
5741 (maybe_apply_pragma_weak): Likewise. If !DECL_ASSEMBLER_NAME_SET_P,
5742 set assembler name back to NULL afterwards.
5743
a07f6ed2
JM
57442014-03-11 Jason Merrill <jason@redhat.com>
5745
5746 * c.opt: Add -std=gnu++14.
5747
75b107f5
IB
57482014-03-11 Ian Bolton <ian.bolton@arm.com>
5749
5750 * c-opts.c (c_common_post_options): Don't override
5751 -ffp-contract=fast if unsafe-math-optimizations is on.
5752
f42c637e
PM
57532014-03-08 Paulo Matos <paulo@matos-sorge.com>
5754
22b15758 5755 * c.opt: Enable LTO FE for fshort-double.
f42c637e 5756
70e24808
JM
57572014-03-07 Jason Merrill <jason@redhat.com>
5758
5759 * c.opt: Add -std=c++14.
5760
3af9c5e9
MP
57612014-03-06 Marek Polacek <polacek@redhat.com>
5762
5763 PR c/60197
5764 * cilk.c (contains_cilk_spawn_stmt): New function.
5765 (contains_cilk_spawn_stmt_walker): Likewise.
5766 (recognize_spawn): Give error on invalid use of _Cilk_spawn.
5767 * c-common.h (contains_cilk_spawn_stmt): Add declaration.
5768
b3bdf019
JJ
57692014-03-03 Jakub Jelinek <jakub@redhat.com>
5770
5771 * c-pragma.c (c_pp_lookup_pragma): Handle PRAGMA_CILK_SIMD.
5772 (init_pragma): Call cpp_register_deferred_pragma for PRAGMA_CILK_SIMD
5773 even when flag_preprocess_only.
5774
ca7e759d
JM
57752014-02-26 Jason Merrill <jason@redhat.com>
5776
5777 PR c++/59231
5778 PR c++/11586
5779 * c-common.c (shorten_compare): Don't check
5780 c_inhibit_evaluation_warnings.
5781
28e41874
JJ
57822014-02-19 Jakub Jelinek <jakub@redhat.com>
5783
cca615af
JJ
5784 PR c/37743
5785 * c-common.c (c_common_nodes_and_builtins): When initializing
5786 c_uint{16,32,64}_type_node, also set corresponding
5787 uint{16,32,64}_type_node to the same value.
5788
28e41874
JJ
5789 PR c++/60267
5790 * c-pragma.c (init_pragma): Don't call cpp_register_deferred_pragma
5791 for PRAGMA_IVDEP if flag_preprocess_only.
5792
c2bf53a1
JJ
57932014-02-12 Jakub Jelinek <jakub@redhat.com>
5794
5795 PR c/60101
5796 * c-common.c (merge_tlist): If copy is true, call new_tlist,
5797 if false, add ADD itself, rather than vice versa.
5798 (verify_tree): For COND_EXPR, don't call merge_tlist with non-zero
5799 copy. For SAVE_EXPR, only call merge_tlist once.
5800
8fcbce72
JJ
58012014-02-08 Jakub Jelinek <jakub@redhat.com>
5802
5803 PR middle-end/60092
5804 * c-common.c (handle_alloc_size_attribute): Use tree_fits_uhwi_p
5805 and tree_to_uhwi.
5806 (handle_alloc_align_attribute, handle_assume_aligned_attribute): New
5807 functions.
5808 (c_common_attribute_table): Add alloc_align and assume_aligned
5809 attributes.
5810
0a756a3f
MP
58112014-02-06 Marek Polacek <polacek@redhat.com>
5812
5813 PR c/60087
5814 * c-common.c (warn_for_sign_compare): Call warning_at with location
5815 instead of warning.
5816
7ec4847a
MP
58172014-02-05 Marek Polacek <polacek@redhat.com>
5818
5819 PR c/53123
5820 * c-omp.c (c_finish_omp_atomic): Remove unreachable return
5821 statement.
5822
66f20604
MP
58232014-02-04 Marek Polacek <polacek@redhat.com>
5824
5825 PR c/60036
5826 * c-common.c (conversion_warning): Unwrap C_MAYBE_CONST_EXPR and/or
5827 SAVE_EXPR.
5828
5d77fb19
MG
58292014-02-03 Marc Glisse <marc.glisse@inria.fr>
5830
5831 PR c++/53017
5832 PR c++/59211
5833 * c-common.c (handle_aligned_attribute, handle_alloc_size_attribute,
5834 handle_vector_size_attribute, handle_nonnull_attribute): Call
5835 default_conversion on the attribute argument.
5836 (handle_nonnull_attribute): Increment the argument number.
5837
81e5eca8
MP
58382014-01-31 Marek Polacek <polacek@redhat.com>
5839
5840 PR c/59963
5841 * c-common.c (add_atomic_size_parameter): Pass vNULL to
5842 build_function_call_vec.
5843 (resolve_overloaded_builtin): Likewise.
5844 * c-common.h (build_function_call_vec): Adjust declaration.
5845
68fca595
MP
58462014-01-30 Marek Polacek <polacek@redhat.com>
5847
5848 PR c/59940
5849 * c-common.h (unsafe_conversion_p): Adjust declaration.
5850 (warnings_for_convert_and_check): Likewise.
5851 (convert_and_check): Likewise.
5852 * c-common.c (unsafe_conversion_p): Add location parameter. Call
5853 expansion_point_location_if_in_system_header on it.
5854 (warnings_for_convert_and_check): Add location parameter. Call
5855 expansion_point_location_if_in_system_header on it. Use it.
5856 (convert_and_check): Add location parameter. Use it.
5857 (conversion_warning): Likewise.
5858 (c_add_case_label): Adjust convert_and_check calls.
5859 (scalar_to_vector): Adjust unsafe_conversion_p calls.
5860
b72271b9
BI
58612014-01-24 Balaji V. Iyer <balaji.v.iyer@intel.com>
5862
5863 * c-common.c (c_define_builtins): Replaced flag_enable_cilkplus with
5864 flag_cilkplus.
5865 * c-pragma.c (init_pragma): Likewise.
5866 * c.opt: Likewise.
5867
393e8e8b
MP
58682014-01-23 Marek Polacek <polacek@redhat.com>
5869
5870 PR c/59846
5871 * c-common.c (shorten_compare): Add location_t parameter.
5872 * c-common.h (shorten_binary_op): Adjust declaration.
5873
f04dda30
MP
58742014-01-23 Marek Polacek <polacek@redhat.com>
5875
5876 PR c/58346
5877 * c-common.c (pointer_to_zero_sized_aggr_p): New function.
5878 * c-common.h: Declare it.
5879
621955cb
EB
58802014-01-20 Eric Botcazou <ebotcazou@adacore.com>
5881
5882 * c-ada-spec.h (dump_ada_specs): Revert prototype change.
5883 * c-ada-spec.c (dump_ads): Likewise.
5884 (cpp_check): Likewise.
5885 (dump_ada_specs): Likewise.
5886
58872014-01-15 Laurent Alfonsi <laurent.alfonsi@st.com>
67bf2939
LA
5888
5889 PR c++/49718
5890 * c-common.c (handle_no_instrument_function_attribute): Allow
5891 no_instrument_function attribute in class member
5892 definition/declaration.
5893
241f845a
JJ
58942014-01-15 Jakub Jelinek <jakub@redhat.com>
5895
5896 PR c/58943
5897 * c-omp.c (c_finish_omp_atomic): Set in_late_binary_op around
5898 build_modify_expr with non-NOP_EXPR opcode. Handle return from it
5899 being COMPOUND_EXPR.
5900 (c_finish_omp_for): Handle incr being COMPOUND_EXPR with first
5901 operand a SAVE_EXPR and second MODIFY_EXPR.
5902
e83b8e2e
JJ
59032014-01-09 Jakub Jelinek <jakub@redhat.com>
5904
5905 PR target/58115
5906 * c-pch.c (c_common_write_pch): Call
5907 prepare_target_option_nodes_for_pch.
5908
23a5b65a
RS
59092014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
5910
5911 Update copyright years
5912
f9030485
RS
59132014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
5914
5915 * array-notation-common.c, c-cilkplus.c: Use the standard form for
5916 the copyright notice.
5917
f2aa696b
EB
59182013-12-28 Eric Botcazou <ebotcazou@adacore.com>
5919
5920 * c-ada-spec.c (print_constructor): New function.
5921 (print_destructor): Retrieve the origin of the destructor.
5922 (print_ada_declaration): Revamp handling of constructors/destructors.
5923
3f8257db 59242013-12-23 Stuart Hastings <stuart@apple.com>
1f26ac87
JM
5925 Bill Maddox <maddox@google.com>
5926 Jason Merrill <jason@redhat.com>
5927
5928 * c.opt: Add -fdeclone-ctor-dtor.
5929 * c-opts.c (c_common_post_options): Default to on iff -Os.
5930
41958c28
BI
59312013-12-18 Balaji V. Iyer <balaji.v.iyer@intel.com>
5932
5933 * c-common.c (c_common_attribute_table): Added "cilk simd function"
5934 attribute.
5935 * c-pragma.h (enum pragma_cilk_clause): Remove.
5936 (enum pragma_omp_clause): Added the following fields:
5937 PRAGMA_CILK_CLAUSE_NOMASK, PRAGMA_CILK_CLAUSE_MASK,
5938 PRAGMA_CILK_CLAUSE_VECTORLENGTH, PRAGMA_CILK_CLAUSE_NONE,
5939 PRAGMA_CILK_CLAUSE_LINEAR, PRAGMA_CILK_CLAUSE_PRIVATE,
5940 PRAGMA_CILK_CLAUSE_FIRSTPRIVATE, PRAGMA_CILK_CLAUSE_LASTPRIVATE,
5941 PRAGMA_CILK_CLAUSE_UNIFORM.
5942
b1726d6c 5943
12893402
BI
59442013-12-11 Balaji V. Iyer <balaji.v.iyer@intel.com>
5945
5946 * cilk.c (cilk_outline): Made this function non-static.
5947 (gimplify_cilk_spawn): Removed pre_p and post_p arguments.
5948 (create_cilk_wrapper): Added a new parameter: a function pointer.
5949 (c_install_body_w_frame_cleanup): Remove
5950 (extract_free_variables): Added VEC_INIT_EXPR and CONSTRUCTOR case.
5951 * c-common.h (cilk_outline): New prototype.
5952 (gimplify_cilk_spawn): Removed two parameters.
5953 (cilk_install_body_with_frame_cleanup): New prototype.
5954 * c-gimplify.c (c_gimplify_expr): Added MODIFY_EXPR, CALL_EXPR and
5955 CILK_SPAWN_STMT case.
5956
085b42ed
BS
59572013-12-11 Bernd Schmidt <bernds@codesourcery.com>
5958
2ce064c3
BS
5959 * c-common.c (c_fully_fold_internal): Handle ADDR_SPACE_CONVERT_EXPR.
5960
085b42ed
BS
5961 * c-common.h (enum c_tree_index): Remove CTI_INT_ARRAY_TYPE.
5962 (int_array_type_node): Remove.
5963 * c-common.c (c_common_nodes_and_builtins): Don't build it.
5964
9e36c9ed
MP
59652013-12-05 Marek Polacek <polacek@redhat.com>
5966
5967 PR c/52023
5968 * c-common.c (c_sizeof_or_alignof_type): Move a declaration into
5969 [ADJUST_FIELD_ALIGN].
5970
296674db
JM
59712013-12-04 Joseph Myers <joseph@codesourcery.com>
5972
5973 PR c/52023
5974 * c-common.c (c_sizeof_or_alignof_type): Add parameter min_alignof
5975 and check field alignment if set.
5976 * c-common.h (c_sizeof_or_alignof_type): Update prototype.
5977 (c_sizeof, c_alignof): Update calls to c_sizeof_or_alignof_type.
5978
b1726d6c 59792013-12-04 Jakub Jelinek <jakub@redhat.com>
31e071ae
MP
5980 Marek Polacek <polacek@redhat.com>
5981
5982 * c-gimplify.c (c_gimplify_expr): If doing the integer-overflow
5983 sanitization, call unsigned_type_for only when !TYPE_OVERFLOW_WRAPS.
5984
d7947e19
L
59852013-11-29 H.J. Lu <hongjiu.lu@intel.com>
5986
5987 PR c/59309
5988 * cilk.c (gimplify_cilk_spawn): Properly handle function without
5989 arguments.
5990
fad7652e
JJ
59912013-11-29 Jakub Jelinek <jakub@redhat.com>
5992
5993 PR c/59280
5994 * c-common.c (get_priority): If TREE_VALUE (args) is IDENTIFIER_NODE,
5995 goto invalid. If it is error_mark_node, don't issue further
5996 diagnostics.
5997
8b5e1202
SO
59982013-11-28 Sergey Ostanevich <sergos.gnu@gmail.com>
5999
6000 * c.opt (Wopenmp-simd): New.
6001
0a508bb6
JJ
60022013-11-22 Jakub Jelinek <jakub@redhat.com>
6003
6004 * c-ubsan.h (ubsan_instrument_return): New prototype.
6005 * c-ubsan.c (ubsan_instrument_return): New function.
6006
2fb9a547
AM
60072013-11-22 Andrew MacLeod <amacleod@redhat.com>
6008
6009 * c-common.c: Add required include files from gimple.h.
6010 * c-gimplify.c: Likewise
6011 * cilk.c: Likewise
6012
8400e75e
DM
60132013-11-22 David Malcolm <dmalcolm@redhat.com>
6014
6015 * c-common.c (unsafe_conversion_p): Remove use of
6016 EXPR_LOC_OR_HERE macro.
6017 (conversion_warning): Likewise.
6018 (warnings_for_convert_and_check): Likewise.
6019 (warn_for_collisions_1): Likewise.
6020 (shorten_compare): Likewise, and remove use of in_system_header
6021 macro, using the location from the former.
6022 * c-lex.c (dump_one_header): Remove use of input_filename macro.
6023 (cb_def_pragma): Remove use of in_system_header macro.
6024 (lex_string): Likewise.
6025 * c-pragma.c (handle_pragma_float_const_decimal64): Likewise.
6026
eb1ce453
KZ
60272013-11-20 Kenneth Zadeck <zadeck@naturalbridge.com>
6028 Mike Stump <mikestump@comcast.net>
6029 Richard Sandiford <rdsandiford@googlemail.com>
6030
6031 * c-ada-spec.c (is_simple_enum): Use tree_to_shwi and tree_to_uhwi
6032 instead of TREE_INT_CST_LOW, in cases where there is a protecting
6033 tree_fits_shwi_p or tree_fits_uhwi_p.
6034 (dump_generic_ada_node): Likewise.
6035 * c-format.c (check_format_arg): Likewise.
6036 * c-pretty-print.c (pp_c_integer_constant): Likewise.
6037
6b3b8c27
KZ
60382013-11-20 Kenneth Zadeck <zadeck@naturalbridge.com>
6039
6040 * c-common.c (check_function_arguments_recurse): Use tree_to_uhwi.
6041
49b0aa18
JC
60422013-11-19 Joshua J Cogliati <jrincayc@yahoo.com>
6043
6044 PR c/53001
6045 * c-common.c (unsafe_conversion_p): Make this function
6046 return an enumeration with more detail.
6047 (conversion_warning): Use the new return type of
6048 unsafe_conversion_p to separately warn either about conversions
6049 that lower floating point number precision or about the other
6050 kinds of conversions.
6051 * c-common.h (enum conversion_safety): New enumeration.
8e745a17
JJ
6052 (unsafe_conversion_p): switching return type to
6053 conversion_safety enumeration.
49b0aa18
JC
6054 * c.opt: Adding new warning -Wfloat-conversion and
6055 enabling it with -Wconversion.
6056
b826515a
BS
60572013-11-19 Basile Starynkevitch <basile@starynkevitch.net>
6058
8e745a17
JJ
6059 * c-opts.c: Include plugin.h.
6060 (cb_file_change): Invoke plugin event PLUGIN_INCLUDE_FILE.
b826515a 6061
b9a55b13
MP
60622013-11-19 Marek Polacek <polacek@redhat.com>
6063
6064 * c-ubsan.c (ubsan_instrument_division): Adjust ubsan_create_data
6065 call.
6066 (ubsan_instrument_shift): Likewise.
6067 (ubsan_instrument_vla): Likewise.
6068
7d362f6c
RS
60692013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
6070
6071 * c-common.c (convert_vector_to_pointer_for_subscript): Remove
6072 cast to unsigned type.
6073
386b1f1f
RS
60742013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
6075
6076 * c-common.c (fold_offsetof_1): Use tree_to_uhwi rather than
6077 tree_low_cst.
6078 (complete_array_type): Update comment to refer to tree_to_[su]hwi
6079 rather than tree_low_cst.
6080
ae7e9ddd
RS
60812013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
6082
6083 * c-common.c, c-cppbuiltin.c: Replace tree_low_cst (..., 1) with
6084 tree_to_uhwi throughout.
6085
9439e9a1
RS
60862013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
6087
6088 * c-common.c, c-format.c, c-omp.c, c-pretty-print.c: Replace
6089 tree_low_cst (..., 0) with tree_to_shwi throughout.
6090
cc269bb6
RS
60912013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
6092
6093 * c-ada-spec.c, c-common.c, c-pretty-print.c: Replace
6094 host_integerp (..., 1) with tree_fits_uhwi_p throughout.
6095
9541ffee
RS
60962013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
6097
6098 * c-ada-spec.c, c-common.c, c-format.c, c-pretty-print.c: Replace
6099 host_integerp (..., 0) with tree_fits_shwi_p throughout.
6100
c02065fc
AH
61012013-11-15 Aldy Hernandez <aldyh@redhat.com>
6102
6103 * c-cilkplus.c: New file.
6104 * c-common.c (readonly_error): Add location argument.
6105 * c-common.h (readonly_error): Same.
6106 (c_finish_cilk_clauses): Protoize.
6107 (c_check_cilk_loop): Same.
6108 c-omp.c (c_finish_omp_for): Handle CILK_SIMD nodes.
6109 Do not fail on error_mark_node.
6110 Abstract increment canonicalization to here...
6111 (c_omp_for_incr_canonicalize_ptr): New.
6112 c-pragma.c (init_pragma): Register "simd" pragma.
6113 c-pragma.h (enum pragma_kind): Add PRAGMA_CILK_SIMD.
6114 (enum pragma_cilk_clause): New.
6115
9cc65f15
RS
61162013-11-15 Richard Sandiford <rdsandiford@googlemail.com>
6117
6118 * c-pretty-print.c (pp_c_character_constant): Remove unnecessary
6119 wchar_type and host_integerp checks.
6120
18f429e2
AM
61212013-11-14 Andrew MacLeod <amacleod@redhat.com>
6122
6123 * c-common.c: Likewise.
6124 * c-gimplify.c: Likewise.
6125 * cilk.c: Likewise.
6126
d8a2d370
DN
61272013-11-14 Diego Novillo <dnovillo@google.com>
6128
6129 * c-common.c: Include fold-const.h.
6130 Include stor-layout.h.
6131 Include calls.h.
6132 Include stringpool.h.
6133 Include attribs.h.
6134 Include varasm.h.
6135 Include trans-mem.h.
6136 * c-cppbuiltin.c: Include stor-layout.h.
6137 Include stringpool.h.
6138 * c-format.c: Include stringpool.h.
6139 * c-lex.c: Include stringpool.h.
6140 Include stor-layout.h.
6141 * c-pragma.c: Include stringpool.h.
6142 Include attribs.h.
6143 Include varasm.h.
6144 Include gcc-symtab.h.
6145 * c-pretty-print.c: Include stor-layout.h.
6146 Include attribs.h.
6147 * cilk.c: Include stringpool.h.
6148 Include calls.h.
6149
38b7bc7f
JM
61502013-11-13 Joseph Myers <joseph@codesourcery.com>
6151
6152 * c-common.h (enum rid): Add RID_AUTO_TYPE.
6153 * c-common.c (c_common_reswords): Add __auto_type.
6154 (keyword_begins_type_specifier): Handle RID_AUTO_TYPE.
6155
45b0be94
AM
61562013-11-12 Andrew MacLeod <amacleod@redhat.com>
6157
18f429e2
AM
6158 * c-common.c: Include gimplify.h.
6159 * c-gimplify.c: Likewise.
6160 * cilk.c: Likewise.
6161 * c-omp.c: Include gimple-expr.h instead of gimple.h.
6162 * c-ubsan.c: Don't include gimple.h.
45b0be94 6163
582d9b50
JM
61642013-11-12 Joseph Myers <joseph@codesourcery.com>
6165
6166 * c-common.c (c_common_reswords): Add _Thread_local.
6167
6b28e197
JM
61682013-11-09 Joseph Myers <joseph@codesourcery.com>
6169
6170 * c-common.c (atomic_size_supported_p): New function.
6171 (resolve_overloaded_atomic_exchange)
6172 (resolve_overloaded_atomic_compare_exchange)
6173 (resolve_overloaded_atomic_load, resolve_overloaded_atomic_store):
6174 Use it instead of comparing size with a local list of sizes.
6175
267bac10
JM
61762013-11-07 Andrew MacLeod <amacleod@redhat.com>
6177 Joseph Myers <joseph@codesourcery.com>
6178
6179 * c-common.h (enum rid): Add RID_ATOMIC.
6180 * c-common.c (c_common_reswords): Add _Atomic.
6181 (sync_resolve_params): Use TYPE_MAIN_VARIANT on pointer argument.
6182 (keyword_is_type_qualifier): Accept RID_ATOMIC.
6183 * c-format.c (check_format_types): Check for extra _Atomic
6184 qualifiers in format argument.
6185 * c-pretty-print.c (pp_c_cv_qualifiers): Handle atomic qualifier.
6186 (pp_c_type_qualifier_list): Mention _Atomic in comment.
6187
5157b91e
TB
61882013-11-06 Tobias Burnus <burnus@net-b.de>
6189
6190 * c-common.c (reason_option_codes_t): Add CPP_W_DATE_TIME.
6191
6dbe0958
JM
61922013-11-06 Joseph Myers <joseph@codesourcery.com>
6193
6194 * c-opts.c (c_common_post_options): Set -ffp-contract=off in C
6195 standards modes.
6196 * c-cppbuiltin.c (cpp_iec_559_value): Consider -ffp-contract=fast
6197 to mean lack of IEEE 754 support.
6198
e8ff5196
TB
61992013-11-05 Tobias Burnus <burnus@net-b.de>
6200
6201 * c.opt (-Wdate-time): New option
6202 * c-opts.c (sanitize_cpp_opts): Pass on to libcpp.
6203
254a0760
JM
62042013-11-05 Joseph Myers <joseph@codesourcery.com>
6205
6206 * c-cppbuiltin.c (cpp_iec_559_value): Test
6207 flag_excess_precision_cmdline not flag_excess_precision.
6208
6d7f7e0a
TB
62092013-11-05 Tobias Burnus <burnus@net-b.de>
6210
6211 * c.opt (fopenmp-simd): New option.
6212 * c-pragma.c (omp_pragmas): Move pragmas which can contain simd to ...
6213 (omp_pragmas): ... this new struct.
6214 (c_pp_lookup_pragma): Also walk omp_pragmas.
6215 (init_pragma): Init pragmas for -fopenmp-simd.
6216
55a7f02f
MP
62172013-11-04 Marek Polacek <polacek@redhat.com>
6218
6219 PR c++/58979
6220 * c-common.c (invalid_indirection_error): Handle RO_ARROW_STAR case.
6221
9193fb05
JM
62222013-11-04 Joseph Myers <joseph@codesourcery.com>
6223
6224 * c-cppbuiltin.c (cpp_iec_559_value, cpp_iec_559_complex_value):
6225 New functions.
6226 (c_cpp_builtins): Define __GCC_IEC_559 and __GCC_IEC_559_COMPLEX.
6227
94159ecf
EB
62282013-11-04 Eric Botcazou <ebotcazou@adacore.com>
6229
6230 * c-ada-spec.h (cpp_operation): Add IS_TRIVIAL.
6231 (dump_ada_specs): Adjust prototype of second callback.
6232 * c-ada-spec.c (cpp_check): New global variable.
6233 (dump_ada_nodes): Remove cpp_check parameter and do not pass it down.
6234 (print_generic_ada_decl): Likewise.
6235 (has_static_fields): Change return type to bool and add guard.
6236 (has_nontrivial_methods): New predicate.
6237 (is_tagged_type): Change return type to bool.
6238 (separate_class_package): Call has_nontrivial_methods.
6239 (pp_ada_tree_identifier): Minor tweaks.
6240 (dump_ada_function_declaration): Adjust calls to dump_generic_ada_node.
6241 (dump_ada_array_domains): Likewise.
6242 (dump_ada_array_type): Likewise.
6243 (dump_template_types): Remove cpp_check parameter and do not pass it to
6244 dump_generic_ada_node.
6245 (dump_ada_template): Likewise.
6246 (dump_generic_ada_node): Remove cpp_check parameter and do not pass it
6247 recursively.
6248 (print_ada_methods): Change return type to integer. Remove cpp_check
6249 parameter and do not pass it down.
6250 (dump_nested_types): Remove cpp_check parameter and do not pass it to
6251 dump_generic_ada_node.
6252 (print_ada_declaration): Likewise. Test RECORD_OR_UNION_TYPE_P before
6253 accessing methods.
6254 (print_ada_struct_decl): Remove cpp_check parameter and do not pass it
6255 down. Use has_nontrivial_methods to recognize C++ classes. Use return
6256 value of print_ada_methods.
6257 (dump_ads): Rename cpp_check parameter to check and adjust prototype.
6258 Set cpp_check to it before invoking dump_ada_nodes.
6259 (dump_ada_specs): Likewise.
6260
b906f4ca
MP
62612013-11-03 Marek Polacek <polacek@redhat.com>
6262
6263 * c-ubsan.c: Don't include hash-table.h.
6264 (ubsan_instrument_vla): New function.
6265 * c-ubsan.h: Declare it.
6266
5e20cdc9
DM
62672013-10-31 David Malcolm <dmalcolm@redhat.com>
6268
6269 Automated part of renaming of symtab_node_base to symtab_node.
6270
6271 Patch autogenerated by rename_symtab.py from
6272 https://github.com/davidmalcolm/gcc-refactoring-scripts
6273 revision 58bb219cc090b2f4516a9297d868c245495ee622
6274
6275 * c-pragma.c (maybe_apply_pending_pragma_weaks): Rename
6276 symtab_node_base to symtab_node.
6277
7057e645
ESR
62782013-10-31 Edward Smith-Rowland <3dw4rd@verizon.net>
6279
8e745a17 6280 Implement C++14 digit separators.
7057e645
ESR
6281 * c-lex.c (interpret_float): Remove digit separators from scratch string
6282 before building real literal.
6283
193ea7bc
JJ
62842013-10-30 Jakub Jelinek <jakub@redhat.com>
6285
6286 * cilk.c (create_cilk_helper_decl): Use HOST_WIDE_INT_PRINT_DEC.
6287
939b37da
BI
62882013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
6289
6290 * c-common.c (c_common_reswords[]): Added _Cilk_spawn and _Cilk_sync
6291 fields.
6292 (c_define_builtins): Called cilk_init_builtins if Cilk Plus is
6293 enabled.
6294 * c-common.h (enum rid): Added RID_CILK_SPAWN and RID_CILK_SYNC.
6295 (insert_cilk_frame): New prototype.
6296 (cilk_init_builtins): Likewise.
6297 (gimplify_cilk_spawn): Likewise.
6298 (c_cilk_install_body_w_frame_cleanup): Likewise.
6299 (cilk_detect_spawn_and_unwrap): Likewise.
6300 (cilk_set_spawn_marker): Likewise.
6301 (build_cilk_sync): Likewise.
6302 (build_cilk_spawn): Likewise.
6303 * cilk.c: New file.
6304
67348ccc
DM
63052013-10-29 David Malcolm <dmalcolm@redhat.com>
6306
6307 Patch autogenerated by refactor_symtab.py from
6308 https://github.com/davidmalcolm/gcc-refactoring-scripts
6309 revision 58bb219cc090b2f4516a9297d868c245495ee622
6310
6311 * c-gimplify.c (c_genericize): Update for conversion of symtab types
6312 to a true class hierarchy.
6313 * c-pragma.c (maybe_apply_pending_pragma_weaks): Likewise.
6314
d570872d
RS
63152013-10-27 Richard Sandiford <rdsandiford@googlemail.com>
6316
6317 * c-lex.c (interpret_integer): Remove call to cpp_num_sign_extend.
6318
98906124
JL
63192013-10-26 Jeff Law <law@redhat.com>
6320
adfac8df
JJ
6321 * c-common.c (c_define_builtins): Remove mudflap support.
6322 * c.opt: Ignore and warn for mudflap options.
98906124 6323
d73749df 63242013-10-24 Tobias Burnus <burnus@net-b.de>
8170608b
TB
6325
6326 PR other/33426
6327 * c-pragma.c (init_pragma) Add #pragma ivdep handling.
6328 * c-pragma.h (pragma_kind): Add PRAGMA_IVDEP.
6329
3f04b1bb
JM
63302013-10-23 Jason Merrill <jason@redhat.com>
6331
6332 * c-format.c (gcc_cxxdiag_char_table): Add %X.
6333
acf0174b
JJ
63342013-10-11 Jakub Jelinek <jakub@redhat.com>
6335
acd15a28
JJ
6336 * c-common.h (omp_clause_mask::operator !=): New method.
6337 * c-omp.c (c_omp_split_clauses): Use if ((mask & something) != 0)
6338 instead of if (mask & something) tests everywhere.
6339
acf0174b
JJ
6340 * c-cppbuiltin.c (c_cpp_builtins): Predefine _OPENMP to
6341 201307 instead of 201107.
6342 * c-common.c (DEF_FUNCTION_TYPE_8): Define.
6343 (c_common_attribute_table): Add "omp declare target" and
6344 "omp declare simd" attributes.
6345 (handle_omp_declare_target_attribute,
6346 handle_omp_declare_simd_attribute): New functions.
6347 * c-omp.c: Include c-pragma.h.
6348 (c_finish_omp_taskgroup): New function.
6349 (c_finish_omp_atomic): Add swapped argument, if true,
6350 build the operation first with rhs, lhs arguments and use NOP_EXPR
6351 build_modify_expr.
6352 (c_finish_omp_for): Add code argument, pass it down to make_code.
6353 (c_omp_split_clauses): New function.
6354 (c_split_parallel_clauses): Removed.
6355 (c_omp_declare_simd_clause_cmp, c_omp_declare_simd_clauses_to_numbers,
6356 c_omp_declare_simd_clauses_to_decls): New functions.
6357 * c-common.h (omp_clause_mask): New type.
6358 (OMP_CLAUSE_MASK_1): Define.
6359 (omp_clause_mask::omp_clause_mask, omp_clause_mask::operator &=,
6360 omp_clause_mask::operator |=, omp_clause_mask::operator ~,
6361 omp_clause_mask::operator |, omp_clause_mask::operator &,
6362 omp_clause_mask::operator <<, omp_clause_mask::operator >>,
6363 omp_clause_mask::operator ==): New methods.
6364 (enum c_omp_clause_split): New.
6365 (c_finish_omp_taskgroup): New prototype.
6366 (c_finish_omp_atomic): Add swapped argument.
6367 (c_finish_omp_for): Add code argument.
6368 (c_omp_split_clauses): New prototype.
6369 (c_split_parallel_clauses): Removed.
6370 (c_omp_declare_simd_clauses_to_numbers,
6371 c_omp_declare_simd_clauses_to_decls): New prototypes.
6372 * c-pragma.c (omp_pragmas): Add new OpenMP 4.0 constructs.
6373 * c-pragma.h (enum pragma_kind): Add PRAGMA_OMP_CANCEL,
6374 PRAGMA_OMP_CANCELLATION_POINT, PRAGMA_OMP_DECLARE_REDUCTION,
6375 PRAGMA_OMP_DISTRIBUTE, PRAGMA_OMP_END_DECLARE_TARGET, PRAGMA_OMP_SIMD,
6376 PRAGMA_OMP_TARGET, PRAGMA_OMP_TASKGROUP and PRAGMA_OMP_TEAMS.
6377 Remove PRAGMA_OMP_PARALLEL_FOR and PRAGMA_OMP_PARALLEL_SECTIONS.
6378 (enum pragma_omp_clause): Add PRAGMA_OMP_CLAUSE_ALIGNED,
6379 PRAGMA_OMP_CLAUSE_DEPEND, PRAGMA_OMP_CLAUSE_DEVICE,
6380 PRAGMA_OMP_CLAUSE_DIST_SCHEDULE, PRAGMA_OMP_CLAUSE_FOR,
6381 PRAGMA_OMP_CLAUSE_FROM, PRAGMA_OMP_CLAUSE_INBRANCH,
6382 PRAGMA_OMP_CLAUSE_LINEAR, PRAGMA_OMP_CLAUSE_MAP,
6383 PRAGMA_OMP_CLAUSE_NOTINBRANCH, PRAGMA_OMP_CLAUSE_NUM_TEAMS,
6384 PRAGMA_OMP_CLAUSE_PARALLEL, PRAGMA_OMP_CLAUSE_PROC_BIND,
6385 PRAGMA_OMP_CLAUSE_SAFELEN, PRAGMA_OMP_CLAUSE_SECTIONS,
6386 PRAGMA_OMP_CLAUSE_SIMDLEN, PRAGMA_OMP_CLAUSE_TASKGROUP,
6387 PRAGMA_OMP_CLAUSE_THREAD_LIMIT, PRAGMA_OMP_CLAUSE_TO and
6388 PRAGMA_OMP_CLAUSE_UNIFORM.
6389
826cacfe
MG
63902013-10-09 Marc Glisse <marc.glisse@inria.fr>
6391
6392 PR tree-optimization/20318
6393 * c-common.c (handle_returns_nonnull_attribute): New function.
6394 (c_common_attribute_table): Add returns_nonnull.
6395
2284b034
MG
63962013-10-03 Marc Glisse <marc.glisse@inria.fr>
6397
6398 PR c++/19476
6399 * c.opt (fcheck-new): Move to common.opt.
6400
b56e9788
MP
64012013-09-25 Marek Polacek <polacek@redhat.com>
6402 Jakub Jelinek <jakub@redhat.com>
6403
6404 PR sanitizer/58413
6405 * c-ubsan.c (ubsan_instrument_shift): Don't instrument
6406 an expression if we can prove it is correct.
6407 (ubsan_instrument_division): Likewise. Remove unnecessary
6408 check.
6409
ce6923c5
MP
64102013-09-18 Marek Polacek <polacek@redhat.com>
6411
6412 PR sanitizer/58411
6413 * c-common.c (handle_no_sanitize_undefined_attribute): New function.
6414 Declare it.
6415 (struct attribute_spec c_common_att): Add no_sanitize_undefined.
6416
fb5610fb
IS
64172013-09-14 Iain Sandoe <iain@codesourcery.com>
6418
6419 PR target/48094
6420 * c.opt (fgnu-runtime, fnext-runtime, fobjc-abi-version,
6421 fobjc-gc, freplace-objc-classes): Accept for LTO.
6422
88b0e79e
JC
64232013-09-13 Jacek Caban <jacek@codeweavers.com>
6424
6425 * c-target.def: New hook
6426
c9b0866a
PC
64272013-09-09 Paolo Carlini <paolo.carlini@oracle.com>
6428
6429 PR c++/43452
6430 * c.opt (Wdelete-incomplete): Add.
6431
0af94e6f
JR
64322013-09-08 Joern Rennecke <joern.rennecke@embecosm.com>
6433
6434 * c-common.c (same_scalar_type_ignoring_signedness): Delete.
6435 (vector_types_compatible_elements_p): New function.
6436 * c-common.h: (same_scalar_type_ignoring_signedness): Delete
6437 declaration.
6438 (vector_types_compatible_elements_p): Declare.
6439
7c26172c
GDR
64402013-09-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
6441
6442 * c-pretty-print.h (c_pretty_printer::simple_type_specifier): Now
6443 a virtual member function.
6444 (pp_simple_type_specifier): Remove.
6445 (pp_c_type_specifier): Likewise.
6446 * c-pretty-print.c (c_pretty_printer::simple_type_specifier):
6447 Rename from pp_c_type_specifier. Adjust.
6448 (c_pretty_printer::c_pretty_printer): Do not assign to
6449 simple_type_specifier.
6450
20059c8b
GDR
64512013-09-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
6452
6453 * c-pretty-print.h (c_pretty_printer::type_id): Now a virtual
6454 member function.
6455 (c_pretty_printer::storage_class_specifier): Likewise.
6456 (c_pretty_printer::initializer): Likewise.
6457 (pp_declaration): Remove.
6458 (pp_declaration_specifiers): Likewise.
6459 (pp_abstract_declarator): Likewise.
6460 (pp_declarator): Likewise.
6461 (pp_type_id): Likewise.
6462 (pp_statement): Likewise.
6463 (pp_constant): Likewise.
6464 (pp_id_expression): Likewise.
6465 (pp_primary_expression): Likewise.
6466 (pp_unary_expression): Likewise.
6467 (pp_multiplicative_expression): Likewise.
6468 (pp_conditional_expression): Likewise.
6469 (pp_assignment_expression): Likewise.
6470 (pp_expression): Likewise.
6471 (pp_c_type_id): Likewise.
6472 (pp_c_storage_class_specifier): Likewise.
6473 * c-pretty-print.c (pp_c_type_cast): Tidy.
6474 (pp_c_pointer): Likewise.
6475 (pp_c_type_specifier): Likewise.
6476 (pp_c_parameter_type_list): Likewise.
6477 (pp_c_function_definition): Likewise.
6478 (pp_c_init_declarator): Likewise.
6479 (pp_c_initializer_list): Likewise.
6480 (pp_c_constructor_elts): Likewise.
6481 (c_pretty_printer::direct_abstract_declarator): Likewise.
6482 (c_pretty_printer::declaration_specifiers): Likewise.
6483 (c_pretty_printer::primary_expression): Likewise.
6484 (c_pretty_printer::postfix_expression): Likewise.
6485 (c_pretty_printer::type_id): Rename from pp_c_type_id.
6486 (c_pretty_printer::storage_class_specifier): Rename from
6487 pp_c_storage_class_specifier.
6488 (c_pretty_printer::initializer): Rename from pp_c_initializer.
6489 (c_pretty_printer::c_pretty_printer): Do not assign to type_id,
6490 storage_class_specifier, initializer, offset_list, flags.
6491
de5a5fa1
MP
64922013-08-30 Marek Polacek <polacek@redhat.com>
6493
6494 * c-ubsan.c: New file.
6495 * c-ubsan.h: New file.
6496
8f0e4d72
GDR
64972013-08-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
6498
6499 * c-pretty-print.h (c_pretty_printer::declaration): Now a virtual
6500 member function.
6501 (c_pretty_printer::declaration_specifiers): Likewise.
6502 (c_pretty_printer::declarator): Likewise.
6503 (c_pretty_printer::abstract_declarator): Likewise.
6504 (c_pretty_printer::direct_abstract_declarator): Likewise.
6505 (c_pretty_printer::direct_declarator): Likewise.
6506 (c_pretty_printer::function_specifier): Likewise.
6507 (pp_declaration): Adjust.
6508 (pp_declaration_specifiers): Likewise.
6509 (pp_abstract_declarator): Likewise.
6510 (pp_direct_declarator): Likewise.
6511 (pp_function_specifier): Likewise.
6512 (pp_direct_abstract_declarator): Remove as unused.
6513 (pp_c_declaration): Remove.
6514 (pp_c_declaration_specifiers): Likewise.
6515 (pp_c_declarator): Likewise.
6516 (pp_c_direct_declarator): Likewise.
6517 (pp_c_function_specifier): Likewise.
6518 (pp_c_direct_abstract_declarator): Likewise.
6519 * c-pretty-print.c (c_pretty_printer::abstract_declarator): Rename
6520 from pp_c_abstract_declarator. Adjust.
6521 (c_pretty_printer::direct_abstract_declarator): Rename from
6522 pp_c_direct_abstract_declarator. Adjust.
6523 (c_pretty_printer::function_specifier): Rename from
6524 pp_c_function_specifier. Adjust.
6525 (c_pretty_printer::declaration_specifiers): Rename from
6526 pp_c_declaration_specifiers. Adjust.
6527 (c_pretty_printer::direct_declarator): Rename from
6528 pp_c_direct_declarator. Adjust.
6529 (c_pretty_printer::declarator): Rename from pp_c_declarator. Adjust.
6530 (c_pretty_printer::declaration): Rename from pp_c_declaration. Adjust.
6531 (c_pretty_printer::c_pretty_printer): Do not assign to
6532 declaration, declaration_specifiers, declarator,
6533 direct_declarator, direct_abstract_declarator, function_specifier.
6534
00d34d3a
GDR
65352013-08-26 Gabriel Dos Reis <gdre@integrable-solutions.net>
6536
6537 * c-pretty-print.h (c_pretty_printer::unary_expression): Now a
6538 virtual member function.
6539 (c_pretty_printer::multiplicative_expression): Likewise.
6540 (c_pretty_printer::conditional_expression): Likewise.
6541 (c_pretty_printer::assignment_expression): Likewise.
6542 (c_pretty_printer::expression): Likewise.
6543 (pp_unary_expression): Adjust.
6544 (pp_multiplicative_expression): Likewise.
6545 (pp_assignment_expression): Likewise.
6546 (pp_conditional_expression): Likewise.
6547 (pp_expression): Likewise.
6548 * c-pretty-print.c (c_pretty_printer::unary_expression): Rename
6549 from pp_c_unary_expression. Adjust.
6550 (c_pretty_printer::multiplicative_expression): Rename from
6551 pp_c_multiplicative_expression. Adjust.
6552 (c_pretty_printer::conditional_expression): Rename from
6553 pp_c_conditional_expression. Adjust.
6554 (c_pretty_printer::assignment_expression): Rename from
6555 pp_c_assignment_expression. Adjust.
6556 (c_pretty_printer::expression): Rename from pp_c_expression. Adjust.
6557 (c_pretty_printer::c_pretty_printer): Do not assign to
6558 unary_expression, multiplicative_expression,
6559 conditional_expression, expression.
6560
fb22178f
GDR
65612013-08-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
6562
6563 * c-pretty-print.h (c_pretty_printer::postfix_expression): Now a
6564 virtual member function.
6565 (pp_postfix_expression): Adjust.
6566 (pp_c_postfix_expression): Remove.
6567 * c-pretty-print.c (c_pretty_printer::postfix_expression): Rename
6568 from pp_c_postfix_expression. Adjust.
6569 (c_pretty_printer::c_pretty_printer): Do not assign to
6570 postfix_expression.
6571
7ecc2600
GDR
65722013-08-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
6573
6574 * c-pretty-print.h (c_pretty_printer::primary_expression): Now a
6575 virtua member function.
6576 (pp_primary_expression): Adjust.
6577 (pp_c_primary_expression): Remove.
6578 * c-pretty-print.c (c_pretty_printer::primary_expression): Rename
6579 from pp_c_primary_expression. Adjust.
6580 (pp_c_initializer_list): Use pp_primary_expression.
6581 (c_pretty_printer::c_pretty_printer): Do not assign to
6582 primary_expression.
6583
0691175f
GDR
65842013-08-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
6585
6586 * c-pretty-print.h (c_pretty_printer::translate_string): Declare.
6587 * c-pretty-print.c (M_): Remove.
6588 (c_pretty_printer::translate_string): Define.
6589 (pp_c_type_specifier): Use it.
6590 (pp_c_primary_expression): Likewise.
6591 (pp_c_expression): Likewise.
6592
66dfe4c4
GDR
65932013-08-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
6594
6595 * c-pretty-print.h (c_pretty_printer::id_expression): Now a
6596 virtual function.
6597 (pp_c_id_expression): Remove.
6598 (pp_id_expression): Adjust.
6599 * c-pretty-print.c (c_pretty_printer::id_expression): Rename from
6600 pp_c_id_expression. Adjust.
6601 (pp_c_postfix_expression): Use pp_id_expression.
6602 (c_pretty_printer::c_pretty_printer): Do not assign to id_expression.
6603
ca43e9d5
GDR
66042013-08-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
6605
6606 * c-pretty-print.h (c_pretty_printer::constant): Now a virtual
6607 member function.
6608 (pp_constant): Adjust.
6609 (pp_c_constant): Remove.
6610 * c-pretty-print.c (c_pretty_printer::constant): Rename from
6611 pp_c_constant. Adjust.
6612 (pp_c_constant)
6613 (pp_c_primary_expression): Call pp_constant in lieu of pp_c_constant.
6614 (c_pretty_printer::c_pretty_printer): Remove assignment to constant.
6615
da6ca2b5
GDR
66162013-08-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
6617
6618 * c-pretty-print.h (pp_c_pretty_printer_init): Remove.
6619 (c_pretty_printer::c_pretty_printer): Declare.
6620 * c-pretty-print.c (pretty_printer::c_pretty_printer): Rename from
6621 c_pretty_printer_init. Adjust.
6622 (print_c_tree): Do not call c_pretty_printer_init.
6623 * c-ada-spec.c (dump_ads): Remove call to pp_construct.
6624
65a372f4
AC
66252013-08-09 Arnaud Charlet <charlet@adacore.com>
6626
6627 * c-ada-spec.c (print_ada_declaration): Prevent accessing null asm name
6628
fd9b0f32
PC
66292013-08-05 Paolo Carlini <paolo.carlini@oracle.com>
6630
6631 PR c++/58080
6632 * c-common.c (pointer_int_sum): Add bool parameter.
6633 * c-common.h (pointer_int_sum): Adjust declaration.
6634
e0aec1e9
GDR
66352013-08-05 Gabriel Dos Reis <gdr@integrable-solutions.net>
6636
6637 * c-pretty-print.c (print_c_tree): Simplify. Use non-static local
6638 c_pretty_printer variable.
6639
b066401f
GDR
66402013-08-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
6641
6642 * c-pretty-print.h (c_pretty_printer): Derive from pretty_printer.
6643 (pp_base): Remove.
6644 (pp_c_base): Likewise. Adjust users.
6645 * c-pretty-print.c (pp_c_maybe_whitespace): Adjust.
6646 (pp_c_whitespace): Do not call pp_base.
6647 (pp_c_left_paren): Likewise.
6648 (pp_c_right_paren): Likewise.
6649 (pp_c_left_brace): Likewise.
6650 (pp_c_right_brace): Likewise.
6651 (pp_c_left_bracket): Likewise.
6652 (pp_c_right_bracket): Likewise.
6653 (pp_c_dot): Likewise.
6654 (pp_c_ampersand): Likewise.
6655 (pp_c_star): Likewise.
6656 (pp_c_arrow): Likewise.
6657 (pp_c_semicolon): Likewise.
6658 (pp_c_complement): Likewise.
6659 (pp_c_exclamation): Likewise.
6660 (pp_c_direct_declarator): Likewise.
6661 (pp_c_ws_string): Likewise.
6662 (pp_c_identifier): Likewise.
6663 (pp_c_statement): Likewise.
6664 (print_c_tree): Likewise.
6665
65e5a578
ESR
66662013-08-04 Ed Smith-Rowland <3dw4rd@verizon.net>
6667
6668 PR c++/58072
6669 * c-common.c (c_parse_error): Catch user-defined literal tokens and
6670 provide useful error strings.
6671
137a1a27
GDR
66722013-08-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
6673
6674 * c-ada-spec.c (pp_ada_tree_identifier): Use specialized pretty
6675 printer functions instead of pp_string or operators and punctuators.
6676 (dump_generic_ada_node): Likewise.
6677 * c-pretty-print.c (pp_c_type_specifier): Likewise.
6678 (pp_c_relational_expression): Likewise.
6679 (pp_c_logical_or_expression): Likewise.
6680
07838b13
GDR
66812013-08-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
6682
6683 * c-ada-spec.c (print_ada_macros): Use specialized pretty printer
6684 functions instead of pp_character.
6685 (pp_ada_tree_identifier): Likewise.
6686 (dump_ada_double_name): Likewise.
6687 (dump_ada_function_declaration): Likewise.
6688 (dump_ada_array_domains): Likewise.
6689 (dump_template_types): Likewise.
6690 (dump_generic_ada_node): Likewise.
6691 (print_ada_declaration): Likewise.
6692 (print_ada_struct_decl): Likewise.
6693 * c-pretty-print.c (pp_c_integer_constant): Likewise.
6694
433cc7b0
TT
66952013-07-23 Tom Tromey <tromey@redhat.com>
6696
6697 * c-common.h (enum rid) <RID_GENERIC>: New constant.
6698 * c-common.c (c_common_reswords): Add _Generic.
6699
688010ba
OB
67002013-07-21 OndÅ\99ej Bílka <neleai@seznam.cz>
6701
6702 * c-common.c: Fix typos.
6703 * c-common.h: Likewise.
6704
2a99e5e6
LL
67052013-07-13 Lubos Lunak <l.lunak@suse.cz>
6706
6707 PR c++/55203
6708 * c-common.c (c_common_attribute_table): Add warn_unused.
6709 (handle_warn_unused_attribute): New.
6710
c26302d5
JJ
67112013-07-10 Jakub Jelinek <jakub@redhat.com>
6712
6713 * c-ppoutput.c (scan_translation_unit): Call account_for_newlines
6714 for all CPP_TOKEN_FLD_STR tokens, not just CPP_COMMENT.
6715
dfeadaa0
PC
67162013-07-10 Paolo Carlini <paolo.carlini@oracle.com>
6717
6718 PR c++/57869
6719 * c.opt: Add Wconditionally-supported.
6720
6a2fa4b2
GS
67212013-07-08 Graham Stott <graham.stott@btinternet.com>
6722
adfac8df 6723 * array-notation-common.c (length_mismatch_in_expr_p): Delete
6a2fa4b2
GS
6724 unused variables l_length and l_node.
6725
ecdbd01a 67262013-07-04 Joern Rennecke <joern.rennecke@embecosm.com>
40d3d530
JR
6727
6728 PR c/57821
6729 * c-common.c (complete_array_type): Delay folding first index
6730 like other indices. When folding, check for index overflow.
6731
bedc293e
MG
67322013-06-27 Marc Glisse <marc.glisse@inria.fr>
6733
6734 PR c++/57509
6735 * c-common.h (c_build_vec_perm_expr): New complain argument.
6736 * c-common.c (c_build_vec_perm_expr): Likewise.
6737 Use save_expr also in C++.
6738
604b2bfc
GDR
67392013-06-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
6740
6741 * c-common.c (c_common_nodes_and_builtins): Use cxx11 in lieu of cxx0x.
6742 * c-cppbuiltin.c (c_cpp_builtins): Likewise.
6743 * c-opts.c (c_common_post_options): Likewise.
6744
dfeadaa0 67452013-06-21 Balaji V. Iyer <balaji.v.iyer@intel.com>
713b46fa
BI
6746
6747 * array-notation-common.c (length_mismatch_in_expr): Changed the
6748 parameter type's from a dynamic array to a vec_tree. Also removed
6749 the size parameters.
6750 * c-common.h (length_mismatch_in_expr_p): Fixed prototype's as per
6751 the change above.
6752
2ce86d2e
BI
67532013-06-21 Balaji V. Iyer <balaji.v.iyer@intel.com>
6754
6755 * c-common.h (struct cilkplus_an_parts): New structure.
6756 (struct cilkplus_an_loop_parts): Likewise.
6757 (cilkplus_extract_an_triplets): New prototype.
6758 (fix_sec_implicit_args): Likewise.
6759 * array-notation-common.c (cilkplus_extract_an_triplets): New function.
6760 (fix_sec_implicit_args): Likewise.
604b2bfc 6761
07a6825b
BI
67622013-06-20 Balaji V. Iyer <balaji.v.iyer@intel.com>
6763
6764 * array-notation-common.c (find_inv_trees): Removed an unwanted
6765 typecasting.
6766 * c-common.h (struct inv_list::additional_tcodes): Changed type from
6767 enum rid to enum tree_code.
6768
08346abd
JH
67692013-06-11 Jan Hubicka <jh@suse.cz>
6770
6771 * c-common.c (handle_alias_ifunc_attribute): Do not set
6772 DECL_EXTERNAL for weakref variables.
6773 * c-pragma.c (handle_pragma_weak): Make sure aliases
6774 are not declared as external.
6775
d60f1706
BI
67762013-06-07 Balaji V. Iyer <balaji.v.iyer@intel.com>
6777
6778 * array-notation-common.c (length_mismatch_in_expr_p): Moved this
6779 function from c/c-array-notation.c.
6780 (is_cilkplus_reduce_builtin): Likewise.
6781 (find_rank): Likewise.
6782 (extract_array_notation_exprs): Likewise.
6783 (replace_array_notations): Likewise.
6784 (find_inv_trees): Likewise.
6785 (replace_inv_trees): Likewise.
6786 (contains_array_notation_expr): Likewise.
6787 (find_correct_array_notation_type): Likewise.
6788 * c-common.h (struct inv_list): Moved this struct from the file
6789 c/c-array-notation.c and added a new field called additional tcodes.
6790 (length_mismatch_in_expr_p): New prototype.
6791 (is_cilkplus_reduce_builtin): Likewise.
6792 (find_rank): Likewise.
6793 (extract_array_notation_exprs): Likewise.
6794 (replace_array_notation): Likewise.
6795 (find_inv_trees): Likewise.
6796 (replace_inv_trees): Likewise.
6797 (find_correct_array_notation_type): Likewise.
dfeadaa0 6798
36536d79
BI
67992013-05-28 Balaji V. Iyer <balaji.v.iyer@intel.com>
6800
6801 * c-common.c (c_define_builtins): When cilkplus is enabled, the
6802 function array_notation_init_builtins is called.
6803 (c_common_init_ts): Added ARRAY_NOTATION_REF as typed.
6804 * c-common.def (ARRAY_NOTATION_REF): New tree.
6805 * c-common.h (build_array_notation_expr): New function declaration.
6806 (build_array_notation_ref): Likewise.
6807 (extract_sec_implicit_index_arg): New extern declaration.
6808 (is_sec_implicit_index_fn): Likewise.
6809 (ARRAY_NOTATION_CHECK): New define.
6810 (ARRAY_NOTATION_ARRAY): Likewise.
6811 (ARRAY_NOTATION_START): Likewise.
6812 (ARRAY_NOTATION_LENGTH): Likewise.
6813 (ARRAY_NOTATION_STRIDE): Likewise.
6814 * c-pretty-print.c (pp_c_postifix_expression): Added a new case for
6815 ARRAY_NOTATION_REF.
6816 (pp_c_expression): Likewise.
6817 * c.opt (flag_enable_cilkplus): New flag.
6818 * array-notation-common.c: New file.
6819
f7716d57
JJ
68202013-05-14 Jakub Jelinek <jakub@redhat.com>
6821
6822 PR c++/57274
6823 * c-common.c (verify_tree): Don't recurse into SIZEOF_EXPR.
6824
a5e0cd1d
MG
68252013-05-10 Marc Glisse <marc.glisse@inria.fr>
6826
6827 * c-common.c (vector_types_convertible_p): No TYPE_PRECISION for
6828 vectors.
6829
f6bc1c4a
HS
68302013-05-07 Han Shen <shenhan@google.com>
6831
6832 * c-cppbuiltin.c (c_cpp_builtins): Added "__SSP_STRONG__=3".
6833
3f12f6e9
SKS
68342013-04-29 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
6835
6836 * c-common.c (check_user_alignment): Emit error for negative values.
6837
61949153
PC
68382013-04-24 Paolo Carlini <paolo.carlini@oracle.com>
6839
6840 * c-opts.c (set_std_cxx11): Use CLK_CXX1Y and CLK_GNUCXX1Y.
6841
e93e18e9
PC
68422013-04-24 Paolo Carlini <paolo.carlini@oracle.com>
6843
6844 * c-cppbuiltin.c (c_cpp_builtins): Do not define
6845 __GXX_EXPERIMENTAL_CXX1Y__.
6846
44d90fe1 68472013-04-24 Paolo Carlini <paolo.carlini@oracle.com>
8e745a17 6848 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
44d90fe1
PC
6849
6850 * c.opt ([Wpointer-arith]): Enabled by -Wpedantic, as documented.
6851 * c-common.c (pointer_int_sum): Change -Wpointer-arith pedwarns
6852 to simply use OPT_Wpointer_arith.
6853 (c_sizeof_or_alignof_type): Likewise.
6854
13f39b2e
PC
68552013-04-24 Paolo Carlini <paolo.carlini@oracle.com>
6856
6857 * c-cppbuiltin.c (c_cpp_builtins): Define __GXX_EXPERIMENTAL_CXX1Y__.
6858
4b84d650
JJ
68592013-04-12 Jakub Jelinek <jakub@redhat.com>
6860
6861 * c-format.c (gcc_diag_char_table, gcc_tdiag_char_table,
6862 gcc_cdiag_char_table, gcc_cxxdiag_char_table): Add %r and %R format
6863 specifiers.
6864
fb037b5d
SB
68652013-04-07 Steven Bosscher <steven@gcc.gnu.org>
6866
6867 * c-pragma.c (add_to_renaming_pragma_list): Fix leading comment.
6868
4e856798
PC
68692013-04-03 Paolo Carlini <paolo.carlini@oracle.com>
6870
6871 * c-common.c (pointer_int_sum): Remove dead code.
6872
4b1baac8
RS
68732013-03-09 Richard Sandiford <rdsandiford@googlemail.com>
6874
6875 PR middle-end/56524
6876 * c-common.c (handle_optimize_attribute): Don't call
6877 save_optabs_if_changed.
6878
0b50e654
JJ
68792013-03-05 Jakub Jelinek <jakub@redhat.com>
6880
6881 PR middle-end/56461
6882 * c-pch.c (pch_init): Free target_validity at the end.
6883
48c41403
JJ
68842013-03-04 Jakub Jelinek <jakub@redhat.com>
6885
6886 * c-pretty-print.c (pp_c_pretty_printer_init): Clear pp->flags.
6887
e664c61c
KS
68882013-02-28 Konstantin Serebryany <konstantin.s.serebryany@gmail.com>
6889 Jakub Jelinek <jakub@redhat.com>
6890
6891 PR sanitizer/56454
6892 * c-common.c (handle_no_sanitize_address_attribute): New function.
6893 (c_common_attribute_table): Add no_sanitize_address attribute.
6894 (handle_no_address_safety_analysis_attribute): Add
6895 no_sanitize_address attribute, not no_address_safety_analysis
6896 attribute.
6897
a475fd3d 68982013-02-18 Aldy Hernandez <aldyh@redhat.com>
135204dd
AH
6899
6900 PR target/52555
6901 * c-common.c (handle_optimize_attribute): Call
6902 save_optabs_if_changed.
6903
f6007d99
JJ
69042013-02-18 Jakub Jelinek <jakub@redhat.com>
6905 Steven Bosscher <steven@gcc.gnu.org>
6906
6907 PR pch/54117
6908 * c-opts.c (c_common_post_options): If debug info is enabled
6909 and non-dwarf*, refuse to load PCH files and when writing PCH
6910 file warn.
6911
cf35e2b1
JJ
69122013-02-05 Jakub Jelinek <jakub@redhat.com>
6913
6914 PR middle-end/56167
6915 * c-common.c (handle_error_attribute): Fix condition.
6916
32887460
JJ
69172013-01-30 Jakub Jelinek <jakub@redhat.com>
6918
6919 PR c++/55742
6920 * c-common.c (handle_target_attribute): Revert 2012-12-26 change.
6921
5af057d8
JM
69222013-01-18 Jason Merrill <jason@redhat.com>
6923
6924 PR target/54908
6925 * c.opt (-fextern-tls-init): New.
6926 * c-opts.c (c_common_post_options): Handle it.
6927
cc83c823
JJ
69282013-01-09 Jakub Jelinek <jakub@redhat.com>
6929
6930 PR c/48418
6931 * c-common.c (c_fully_fold_internal): Warn for LSHIFT_EXPR and
6932 RSHIFT_EXPR, if orig_op1 isn't INTEGER_CST, op1 is INTEGER_CST
6933 and is either negative or bigger or equal to type precision
6934 of the first operand.
6935
a859517f
MP
69362012-12-03 Marek Polacek <polacek@redhat.com>
6937
6938 PR c/55570
6939 * c-common.c (check_user_alignment): Swap order of tests,
6940 check TREE_CODE first.
6941
2d7aa578
ESR
69422012-11-29 Ed Smith-Rowland <3dw4rd@verizon.net>
6943
6944 PR c++/52654
6945 * c-common.h (overflow_type): New enum.
6946 (build_userdef_literal): Add overflow_type argument.
6947 (tree_userdef_literal): Add overflow_type.
6948 (USERDEF_LITERAL_OVERFLOW): New access macro.
6949 * c-common.c (build_userdef_literal): Add overflow_type
6950 argument.
6951 * c-lex.c (c_lex_with_flags): Add overflow_type to
6952 build_userdef_literal calls.
6953 (interpret_integer, interpret_float): Add overflow_type argument.
6954
cc3c4f62
RB
69552012-11-28 Richard Biener <rguenther@suse.de>
6956
6957 PR c/35634
6958 * c-gimplify.c (c_gimplify_expr): Gimplify self-modify expressions
6959 here and use a type with proper overflow behavior for types that would
6960 need to be promoted for the arithmetic.
6961
77bc5132
JJ
69622012-11-23 Jakub Jelinek <jakub@redhat.com>
6963
6964 PR sanitizer/55435
6965 * c-common.c (handle_no_address_safety_analysis_attribute): New
6966 function.
6967 (c_common_attribute_table): Add no_address_safety_analysis.
6968
5dc99c46
SB
69692012-11-16 Simon Baldwin <simonb@google.com>
6970
6971 * c.opt: Add f[no-]canonical-system-headers.
6972 * c-opts.c (c_common_handle_option): Handle
6973 OPT_fcanonical_system_headers.
6974
a4a0016d
ESR
69752012-11-09 Ed Smith-Rowland <3dw4rd@verizon.net>
6976
6977 PR c++/54413
6978 * c-opts.c (c_common_handle_option): Set new flags.
6979 * c.opt: Describe new flags.
6980
7dbb85a7
JM
69812012-11-09 Jason Merrill <jason@redhat.com>
6982
6983 * c.opt (Wabi-tag): New.
6984
ad7bac31
AK
69852012-11-09 Andi Kleen <ak@linux.intel.com>
6986
6987 PR 55139
6988 * c-common.c (get_atomic_generic_size): Mask with
8e745a17 6989 MEMMODEL_MASK
ad7bac31 6990
7332899a
MLI
69912012-11-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
6992
6993 PR c/53063
6994 * c.opt (Wformat): Make it Alias Wformat=1.
6995 (Wformat-contains-nul,Wformat-extra-args,Wformat-nonliteral,
6996 Wformat-security,Wformat-y2k,Wformat-zero-length): Use
6997 LangEnabledBy.
6998 (Wformat=): RejectNegative. Use LangEnabledBy.
6999 (Wnonnull): Use LangEnabledBy.
7000 * c-opts.c (c_common_handle_option): Do not handle Wformat here.
7001 * c-format.c (set_Wformat): Delete.
7002 (decode_format_attr): Replace OPT_Wformat with OPT_Wformat_.
8e745a17
JJ
7003 (maybe_read_dollar_number): Likewise.
7004 (avoid_dollar_number): Likewise.
7005 (finish_dollar_format_checking): Likewise.
7006 (check_format_info): Likewise.
7007 (check_format_info_main): Likewise.
7008 (check_format_types): Likewise.
7009 (format_type_warning): Likewise.
7010 * c-common.c (int): Likewise.
7011 (check_function_sentinel): Likewise.
7012 * c-common.h (warn_format,set_Wformat): Do not declare here.
7332899a 7013
34a180a6
MLI
70142012-11-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
7015
7016 PR c/53063
7017 * c.opt(Warray-bounds,Wdelete-non-virtual-dtor,Wenum-compare,
7018 Wmain,Woverlength-strings, Wunknown-pragmas,Wunused-macros):
7019 Use LangEnabledBy.
7020 (Wswitch,Wswitch-default,Wswitch-enum): Likewise. Move here from
7021 common.opt.
7022 (Wvariadic-macros): Init(1).
7023 * c-opts.c (c_common_handle_option): Do not handle them
7024 explicitly.
7025 (c_common_post_options): Likewise.
7026 (sanitize_cpp_opts): warn_unused_macros is now
7027 cpp_warn_unused_macros.
7028 (push_command_line_include): Likewise.
7029 * c-common.c (warn_unknown_pragmas): Do not define.
7030 * c-common.h (warn_unknown_pragmas): Do not declare.
7031
3f46d6a5
MLI
70322012-11-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
7033
7034 PR c/51294
7035 * c-common.c (conversion_warning): Handle conditional expressions.
7036
880661a4
JW
70372012-10-29 Jonathan Wakely <jwakely.gcc@gmail.com>
7038
7039 PR c++/54930
7040 * c.opt (Wreturn_local_addr): Define new option.
7041
4514a96b
JM
70422012-10-25 Jason Merrill <jason@redhat.com>
7043
f14edc1a
JM
7044 * c.opt (Wvirtual-move-assign): New.
7045
4514a96b
JM
7046 * c.opt (Winherited-variadic-ctor): New.
7047
93100c6b
MG
70482012-10-25 Marc Glisse <marc.glisse@inria.fr>
7049
7050 PR c++/54427
7051 * c-common.c (scalar_to_vector): Handle VEC_COND_EXPR.
7052
1efcb8c6
JM
70532012-10-23 Joseph Myers <joseph@codesourcery.com>
7054
7055 * c-common.h (pch_cpp_save_state): Declare.
7056 * c-target.def (c_preinclude): New hook.
7057 * c-opts.c (done_preinclude): New.
7058 (push_command_line_include): Handle default preincluded header.
7059 (cb_file_change): Call pch_cpp_save_state when calling
7060 push_command_line_include.
7061 * c-pch.c (pch_ready_to_save_cpp_state, pch_cpp_state_saved)
7062 (pch_cpp_save_state): New.
7063 (pch_init): Call pch_cpp_save_state conditionally, instead of
7064 calling cpp_save_state.
7065
4a0ae68e
MLI
70662012-10-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
7067
7068 PR c/53063
7069 PR c/40989
7070 * c.opt (Waddress,Wchar-subscripts,Wsign-conversion,Wimplicit,
7071 Wimplicit-function-declaration,Wimplicit-int,Wsizeof-pointer-memaccess,
7072 Wnarrowing,Wparentheses,Wpointer-sign,Wreturn-type,Wsequence-point,
7073 Wsign-compare,Wuninitialized,Wmaybe-uninitialized,Wunused,
7074 Wvolatile-register-var): Add LangEnabledBy or EnabledBy.
7075 * c-opts.c (c_common_handle_option): Remove explicit handling from
7076 here.
7077 (c_common_post_options): Likewise.
7078
67e4210b
EB
70792012-10-18 Eric Botcazou <ebotcazou@adacore.com>
7080
7081 * c-ada-spec.c (LOCATION_COL): Delete.
7082 (compare_location): New function.
7083 (compare_node): Use it.
7084 (compare_comment): Likewise.
7085
65d4f2cd
MLI
70862012-10-16 Manuel López-Ibáñez <manu@gcc.gnu.org>
7087
7088 PR c/53063
7089 PR c/40989
7090 * c.opt (Wstrict-aliasing=,Wstrict-overflow=): Use LangEnabledBy.
7091 * c-opts.c (c_common_handle_option): Do not set them here. Add
7092 comment.
7093 (c_common_post_options): Likewise.
7094
909881cb
EB
70952012-10-16 Eric Botcazou <ebotcazou@adacore.com>
7096
7097 * c-ada-spec.c (ADA_HOST_WIDE_INT_PRINT_DOUBLE_HEX): Define.
7098 (dump_generic_ada_node) <INTEGER_CST>: Deal with sizetype specially.
7099 Remove POINTER_TYPE handling, add large unsigned handling and use
7100 ADA_HOST_WIDE_INT_PRINT_DOUBLE_HEX for big numbers.
7101
3a785c97
JJ
71022012-10-12 Jakub Jelinek <jakub@redhat.com>
7103
7104 PR c/54381
7105 * c-common.h (sizeof_pointer_memaccess_warning): Adjust prototype.
7106 * c-common.c (sizeof_pointer_memaccess_warning): Take array of 3
7107 locs and array of 3 trees instead of just single loc and single
7108 sizeof_arg tree. Handle __builtin___*_chk builtins too, and
7109 also stpncpy, bcopy, bcmp, bzero, snprintf and vsnprintf builtins.
7110 For *cmp* builtins that take two sources strings report warnings
7111 about first and second source, not about destination and source.
7112
5e54f81d
MG
71132012-10-12 Marc Glisse <marc.glisse@inria.fr>
7114
7115 PR c++/53055
7116 * c-common.h (enum ref_operator) [RO_ARROW_STAR]: New.
7117
f5b02f1e
EB
71182012-10-11 Eric Botcazou <ebotcazou@adacore.com>
7119
7120 * c-ada-spec.c (dump_ada_template): Bail out for template declarations
7121 declaring something coming from another file.
7122
b46dbc6c
AC
71232012-10-10 Arnaud Charlet <charlet@adacore.com>
7124
f5b02f1e 7125 PR ada/54845
b46dbc6c
AC
7126 * c-ada-spec.c (print_ada_struct_decl): Increase buf size.
7127
5d9de0d0
PC
71282012-10-09 Paolo Carlini <paolo.carlini@oracle.com>
7129
7130 PR c++/54194
7131 * c-common.c (warn_about_parentheses): Add location_t parameter;
7132 use EXPR_LOC_OR_LOC.
7133 * c-common.h: Update declaration.
7134
a212e43f
MG
71352012-10-09 Marc Glisse <marc.glisse@inria.fr>
7136
7137 PR c++/54427
7138 * c-common.c (scalar_to_vector): Moved from c-typeck.c. Support
7139 more operations. Make error messages optional.
7140 * c-common.h (enum stv_conv): Moved from c-typeck.c.
7141 (scalar_to_vector): Declare.
7142
b1db7f91
JM
71432012-10-08 Jason Merrill <jason@redhat.com>
7144
7145 * c-common.c (c_common_reswords): Add thread_local.
7146
e28d52cf
DS
71472012-10-08 Dodji Seketeli <dodji@redhat.com>
7148
7149 PR c++/53528 C++11 attribute support
7150 * c-common.h (bitfield_p, cxx_fundamental_alignment_p): Declare
7151 new functions.
7152 * c-common.c (check_cxx_fundamental_alignment_constraints): New
7153 static function.
7154 (handle_aligned_attribute): In choose strictest alignment
7155 among many. Use new check_cxx_fundamental_alignment_constraints.
7156 (handle_transparent_union_attribute): In c++11 attribute syntax,
7157 don't look through typedefs.
7158
3b78de56
AC
71592012-10-04 Arnaud Charlet <charlet@adacore.com>
7160
7161 * c-ada-spec.c (print_ada_declaration): Remove handling of TDF_RAW.
7162 * c.opt (-fdump-ada-spec, -fdump-ada-spec-slim): Move switch definition
7163 out of dumpfile.h.
7164
6040bb5f
DC
71652012-09-25 Dehao Chen <dehao@google.com>
7166
7167 PR middle-end/54645
3b78de56 7168 * c-pch.c (c_common_read_pch): Rebuild the location_adhoc_data
6040bb5f
DC
7169 map when read in the pch.
7170
3f8257db 71712012-09-18 Arnaud Charlet <charlet@adacore.com>
0b07a57e
AC
7172
7173 * c-ada-spec.c: Style fixes.
7174
3f8257db 71752012-09-18 Thomas Quinot <quinot@adacore.com>
da5182be
TQ
7176
7177 * c.opt (-fada-spec-parent): Define new command line switch.
7178 * c-ada-spec.c (get_ada_package): When -fada-spec-parent
7179 is specified, generate binding spec as a child of the specified unit.
7180
0ccb505d
PC
71812012-09-13 Paolo Carlini <paolo.carlini@oracle.com>
7182 Manuel López-Ibáñez <manu@gcc.gnu.org>
7183
7184 PR c++/53210
7185 * c.opt ([Winit-self]): Enabled by -Wall in C++.
7186
c583af79
AC
71872012-08-23 Arnaud Charlet <charlet@adacore.com>
7188
7189 * c-ada-spec.c (dump_generic_ada_node): Fix handling of name_only
7190 for pointers, and add missing Convention C pragma.
7191 (print_ada_struct_decl): Add missing aliased keyword.
7192 (dump_ads): Add pragma Ada_2005 and Style_Checks (Off).
7193
1a4049e7
JJ
71942012-08-17 Jakub Jelinek <jakub@redhat.com>
7195
7196 * c-common.c (sizeof_pointer_memaccess_warning): New function.
7197 * c.opt (-Wsizeof-pointer-memaccess): Add new option.
7198 * c-opts.c (c_common_handle_option): Enable it for -Wall.
7199 * c-common.h (sizeof_pointer_memaccess_warning): Add prototype.
7200 * c-common.def (SIZEOF_EXPR): Moved here from cp-tree.def.
7201
70b5e7dc
RG
72022012-08-10 Richard Guenther <rguenther@suse.de>
7203
7204 * c-pretty-print.c (pp_c_expression): Handle anonymous SSA names.
7205
f8923f7e
SB
72062012-08-07 Steven Bosscher <steven@gcc.gnu.org>
7207
7208 * c-pretty-print.c (pp_c_function_definition): Use pp_newline_and_flush
7209 instead of separate pp_newline and pp_flush.
7210 (print_c_tree): Likewise.
7211
e45abe1f
RH
72122012-07-26 Richard Henderson <rth@redhat.com>
7213
7214 * c-common.c (handle_hot_attribute): Allow labels.
7215 (handle_cold_attribute): Likewise.
7216
332f1d24
JJ
72172012-07-20 Jakub Jelinek <jakub@redhat.com>
7218
7219 PR c++/28656
7220 * c-common.c (check_function_nonnull): Handle multiple nonnull
7221 attributes properly.
7222
7ee2468b
SB
72232012-07-16 Steven Bosscher <steven@gcc.gnu.org>
7224
7225 * c-gimplify.c: Include dumpfile.h instead of tree-dump.h.
7226 * c-ada-spec.c: Likewise.
7227 * c-dump.c (dump_stmt): Move to cp/dump.c, the only user.
7228
ee7b28eb
SB
72292012-07-14 Steven Bosscher <steven@gcc.gnu.org>
7230
7231 * c-pch.c (CHECK_NO_ASM_OUT_DURING_PCH): Do not define.
7232 Remove code conditional on it.
7233
6bdf3519
SB
72342012-07-11 Steven Bosscher <steven@gcc.gnu.org>
7235
7236 * c-gimplify.c: Do not include basic-block.h.
7237 * c-common.c: Do not include linfuncs.h.
7238
532aafad
SB
72392012-07-08 Steven Bosscher <steven@gcc.gnu.org>
7240
7241 * c-common.h: Include tree.h.
7242
8d0d1915
JM
72432012-07-02 Jason Merrill <jason@redhat.com>
7244
7245 PR c++/53524
7246 * c-common.c (get_priority): Call default_conversion.
7247
fbc873ad
UB
72482012-07-01 Uros Bizjak <ubizjak@gmail.com>
7249
7250 * c-pch.c (c_common_write_pch): Remove unused variables.
7251
d4a10d0a
SB
72522012-06-29 Steven Bosscher <steven@gcc.gnu.org>
7253
7254 * cppspec.c: Moved from gcc/ to here.
7255
6f3a2e23
KT
72562012-06-27 Kai Tietz <ktietz@redhat.com>
7257
7258 PR preprocessor/37215
7259 * c-ppoutput.c (preprocess_file): Check for nonempty buffer.
7260
8ca92d04
SB
72612012-06-21 Steven Bosscher <steven@gcc.gnu.org>
7262
7263 * c-common.h (c_common_print_pch_checksum): Remove.
7264 * c-pch.c: Do not include output.h.
7265 (CHECK_NO_ASM_OUT_DURING_PCH): Define and add FIXME.
7266 (asm_out_file): Define iff CHECK_NO_ASM_OUT_DURING_PCH isdefined.
7267 (asm_file_startpos): Define iff CHECK_NO_ASM_OUT_DURING_PCH is defined.
7268 (struct c_pch_header): Remove.
7269 (get_ident): Update gpch version.
7270 (pch_init): Do not print executable_checksum to asm_out_file.
7271 Do not fail if there is no asm_out_file to read back from. Set
7272 asm_file_startpos only if CHECK_NO_ASM_OUT_DURING_PCH is defined.
7273 (c_common_write_pch): Verify that nothing was written to asm_out_file
7274 since pch_init was called. Do not write a c_pch_header, and do not
7275 copy from asm_out_file to the PCH.
7276 (c_common_read_pch): Do not read a c_pch_header, and do not restore
7277 the content of asm_out_file from the PCH.
7278 (c_common_print_pch_checksum): Remove.
7279 * c-opts.c (c_common_init): Print out executable_checksum directly.
7280
70f42967
SB
72812012-06-19 Steven Bosscher <steven@gcc.gnu.org>
7282
7283 * c-target.def (objc_declare_unresolved_class_reference,
7284 objc_declare_class_definition): Add new hooks.
7285
a8781821
SB
72862012-06-19 Steven Bosscher <steven@gcc.gnu.org>
7287
7288 * c-lex.c: Do not include output.h.
7289 (cb_ident): Try to put out .ident with targetm.asm_out.output_ident.
7290 Remove uses of ASM_OUTPUT_IDENT.
7291
9e1a8dd1
RR
72922012-06-15 Marc Glisse <marc.glisse@inria.fr>
7293
7294 PR c++/51033
7295 * c-common.h (c_build_vec_perm_expr): Move decl here.
7296 * c-common.c (c_build_vec_perm_expr): Move definition
7297 here.
7298
6f07a821
SB
72992012-06-06 Steven Bosscher <steven@gcc.gnu.org>
7300
7301 * c.opt (fconserve-space): Turn into a no-op.
7302
9faeb493 73032012-06-04 Sterling Augustine <saugustine@google.com>
c265f413
SA
7304
7305 * c-pretty-print.h (pp_c_flag_gnu_v3): New enumerator.
7306 * c-pretty-print.c (pp_c_specifier_qualifier_list): Check it at
7307 both the start and end of the function.
7308
a4b7d13c
SB
73092012-06-04 Steven Bosscher <steven@gcc.gnu.org>
7310
7311 * c-common.c: Do not include output.h.
7312 * c-pragma.c: Likewise.
7313
c265f413
SA
73142012-06-04 Steven Bosscher <steven@gcc.gnu.org>
7315
7316 * error.c (dump_decl): Check pp_c_flag_gnu_v3.
7317 (decl_as_dwarf_string, lang_decl_dwarf_name): New functions.
7318 (lang_decl_name): Handle namespace decls.
7319
be7a421e
SB
73202012-05-31 Steven Bosscher <steven@gcc.gnu.org>
7321
7322 * c-ada-spec.c: Do not include output.h.
7323 * c-semantics.c: Likewise.
7324
65de6659
JM
73252012-05-29 Joseph Myers <joseph@codesourcery.com>
7326
7327 * c-common.c: Fix typo.
7328
ca5f4331
MM
73292012-05-29 Michael Matz <matz@suse.de>
7330
7331 * c-common.h (c_expand_decl): Remove prototype.
7332
4f7f7aca
MLI
73332012-05-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
7334
7335 * c.opt (Wmissing-braces): Use LangEnabledBy(C ObjC,Wall).
7336 * c-opts.c (c_common_handle_option): Remove code handling
7337 warn_missing_braces.
7338
4a792f9b
PC
73392012-05-28 Paolo Carlini <paolo.carlini@oracle.com>
7340
7341 PR c++/25137
7342 * c-opts.c (c_common_handle_option): For C++ -Wall doesn't enable
7343 -Wmissing_braces.
7344
650dc14a
DS
73452012-05-22 Dodji Seketeli <dodji@redhat.com>
7346
7347 PR c++/53322
7348 * c.opt (Wunused-local-typedefs): Use EnabledBy(Wunused).
7349
9b095bf1
MLI
73502012-05-17 Manuel López-Ibáñez <manu@gcc.gnu.org>
7351
7352 * c.opt (--pedantic-errors,-pedantic-errors): Do not handle here.
7353 * c-opts.c (c_common_handle_option): Do not handle explicitly
7354 Wreturn-type, Wwrite-strings, warn_ecpp, and -pedantic-errors.
7355
0b2c4be5
DS
73562012-05-16 Dodji Seketeli <dodji@redhat.com>
7357
7358 PR preprocessor/7263
7359 * c-lex.c (c_lex_with_flags): Pass a virtual location to the call
7360 to cpp_classify_number. For diagnostics, use the precise location
7361 instead of the global input_location.
7362
a1bde5af
PC
73632012-05-15 Paolo Carlini <paolo.carlini@oracle.com>
7364
d02924ef 7365 PR c++/11856
a1bde5af
PC
7366 * c-common.c (shorten_compare): Check c_inhibit_evaluation_warnings.
7367
d1ede5f4
BS
73682012-05-14 Bernd Schmidt <bernds@codesourcery.com>
7369
a1bde5af 7370 * c-common.c (DEF_ATTR_STRING): Define and undefine as necessary.
d1ede5f4 7371
f2bc201f
MLI
73722012-05-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
7373
7374 PR 53063
7375 * c.opt (Wc++0X-compat,Wdelete-non-virtual-dtor,Wjump-misses-init,
7376 Wreorder): Use LangEnabledBy.
7377 * c-opts.c (c_common_handle_option): Do not enable them
7378 explicitly. Call lang-specific generated functions.
7379 (c_common_post_options): Do not set them here.
7380
95744782
MLI
73812012-05-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
7382
7383 * c.opt (Wclobbered,Wempty-body,Wignored-qualifiers,
7384 Wmissing-field-initializers,Wmissing-parameter-type,
7385 Wold-style-declaration,Woverride-init): Use EnabledBy.
7386 * c-opts.c (c_common_post_options): Do not set here explicitly.
7387
7d5a5747
MLI
73882012-05-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
7389
7390 PR 53063
7391 * c-opts.c (c_common_handle_option): Use handle_generated_option
7392 to enable sub-options.
7393
5a3c9cf2
PC
73942012-05-10 Paolo Carlini <paolo.carlini@oracle.com>
7395
7396 PR c++/53158
7397 * c-common.c (warnings_for_convert_and_check): Use warning_at.
7398
3ac8781c
RG
73992012-05-10 Richard Guenther <rguenther@suse.de>
7400
7401 * c-common.c (c_sizeof_or_alignof_type): Remove assert and
7402 adjust commentary about TYPE_IS_SIZETYPE types.
7403
1e537948
MLI
74042012-05-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
7405
7406 PR c++/53261
7407 * c-common.c (warn_logical_operator): Check that argument of
7408 integer_zerop is not NULL.
7409
f2c4a785
MLI
74102012-05-05 Manuel López-Ibáñez <manu@gcc.gnu.org>
7411
7412 PR c/43772
7413 * c-common.c (warn_logical_operator): Do not warn if either side
7414 is already true or false.
7415
50f305ca
MLI
74162012-05-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
7417
7418 PR c/51712
7419 * c-common.c (expr_original_type): New.
7420 (shorten_compare): Do not warn for enumeration types.
7421
0c3641b0
MLI
74222012-05-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
7423
7424 * c.opt (fpermissive): Add Var(flag_permissive).
7425
7edaa4d2
MG
74262012-04-30 Marc Glisse <marc.glisse@inria.fr>
7427
7428 PR c++/51033
7429 * c-common.c (convert_vector_to_pointer_for_subscript): New function.
7430 * c-common.h (convert_vector_to_pointer_for_subscript): Declare it.
7431
b9c8da34
DS
74322012-04-30 Dodji Seketeli <dodji@redhat.com>
7433
7434 Add -Wvarargs option
7435 * c.opt (Wvarargs): Define new option.
7436
e6c69da0
MLI
74372012-04-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
7438
7439 * c-common.c (check_function_arguments): Replace
7440 Wmissing-format-attribute with Wsuggest-attribute=format.
7441
90137d8f
MLI
74422012-04-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
7443
7444 * c.opt (Wsuggest-attribute=format): New. Alias of
7445 Wmissing-format-attribute.
7446 * c-format.c (decode_format_type): Replace
7447 Wmissing-format-attribute with Wsuggest-attribute=format.
7448 (check_function_format): Likewise.
7449
9faeb493 74502012-04-27 Ollie Wild <aaw@google.com>
7f5f5f98
OW
7451
7452 * c-common.c: Add CPP_W_LITERAL_SUFFIX mapping.
7453 * c-opts.c (c_common_handle_option): Handle OPT_Wliteral_suffix.
7454 * c.opt: Add Wliteral-suffix.
7455
c1771a20
MLI
74562012-04-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
7457
7458 PR c/44774
7459 * c.opt (Wpedantic): New.
7460 (pedantic): Alias Wpedantic.
7461 * c-opts.c (c_common_handle_option): Replace -pedantic with -Wpedantic.
7462 (c_common_post_options): Likewise.
7463 (sanitize_cpp_opts): Likewise.
7464 * c-lex.c (interpret_float): Likewise.
7465 * c-format.c (check_format_types): Likewise.
7466 * c-common.c (pointer_int_sum): Likewise.
7467 (c_sizeof_or_alignof_type): Likewise.
7468 (c_add_case_label): Likewise.
7469 (c_do_switch_warnings): Likewise.
7470 * c-pragma.c (handle_pragma_float_const_decimal64): Likewise.
7471
04b391c1
JM
74722012-04-15 Jason Merrill <jason@redhat.com>
7473
7474 PR c++/52818
7475 * c-format.c (CPLUSPLUS_STD_VER): C++11 inherits from C99.
7476 (C_STD_NAME): Distinguish between C++98 and C++11.
7477
ac868f29
EB
74782012-04-11 Eric Botcazou <ebotcazou@adacore.com>
7479
7480 PR target/52624
7481 * c-common.h (uint16_type_node): Rename into...
7482 (c_uint16_type_node): ...this.
7483 * c-common.c (c_common_nodes_and_builtins): Adjust for above renaming.
7484 * c-cppbuiltin.c (builtin_define_stdint_macros): Likewise.
7485
fd4116f4
MLI
74862012-04-10 Manuel López-Ibáñez <manu@gcc.gnu.org>
7487
7488 * c-common.c (warn_if_unused_value): Move definition to here.
7489 * c-common.h (warn_if_unused_value): Move declaration to here.
7490
573ac65e
WB
74912012-03-23 William Bader <williambader@hotmail.com>
7492
7493 * c-lex.c (c_lex_with_flags): Avoid declarations after stmts.
7494
552b8185
JM
74952012-03-20 Jason Merrill <jason@redhat.com>
7496
7497 * c-common.h (enum cxx_dialect): Add cxx1y.
7498 * c-common.c (c_common_nodes_and_builtins): Use >= for cxx_dialect
7499 test.
7500 * c-cppbuiltin.c (c_cpp_builtins): Likewise.
7501 * c-opts.c (c_common_post_options): Likewise.
7502 (set_std_cxx1y): New.
7503 (c_common_handle_option): Call it.
7504 * c.opt (-std=c++1y, -std=gnu++1y): New flags.
7505
04398fa8
PC
75062012-03-19 Paolo Carlini <paolo.carlini@oracle.com>
7507
7508 PR c++/14710
7509 * c.opt ([Wuseless-cast]): Add.
7510
d2a12ae7
RG
75112012-03-16 Richard Guenther <rguenther@suse.de>
7512
7513 * c-pretty-print.c (pp_c_initializer_list): Adjust.
7514
a12bf402
MLI
75152012-03-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
7516
7517 PR c++/44783
7518 * c.opt (ftemplate-backtrace-limit) Add.
7519
5c30094f
RO
75202012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7521
7522 * c-cppbuiltin.c (c_cpp_builtins): Remove #pragma extern_prefix
7523 handling.
7524 * c-pragma.c (handle_pragma_extern_prefix): Remove.
7525 (init_pragma): Don't register extern_prefix.
7526
21fa2faf
RG
75272012-03-12 Richard Guenther <rguenther@suse.de>
7528
7529 * c-common.c (c_common_get_narrower): Use c_common_type_for_size.
7530 (builtin_type_for_size): Likewise.
7531
e3793c6f
JJ
75322012-02-13 Jakub Jelinek <jakub@redhat.com>
7533
7534 PR c++/52215
7535 * c-common.c (sync_resolve_params): Don't decide whether to convert
7536 or not based on TYPE_SIZE comparison, convert whenever arg_type
7537 is unsigned INTEGER_TYPE.
7538
93286335
PC
75392012-02-06 Paolo Carlini <paolo.carlini@oracle.com>
7540
7541 PR c/52118
7542 * c.opt ([Wunused-local-typedefs]): Fix description.
7543
7a421706
MS
75442012-01-24 Mike Stump <mikestump@comcast.net>
7545
7546 * c-common.c (c_common_type_for_mode): Match signed/unsigned types
7547 exactly.
7548
ba9b1f11
RG
75492012-01-18 Richard Guenther <rguenther@suse.de>
7550
7551 * c-opts.c (c_common_post_options): Reset LTO flags if
7552 we are about to generate a PCH.
7553
465406be
PC
75542012-01-17 Paolo Carlini <paolo.carlini@oracle.com>
7555
7556 PR c++/51777
7557 * c-pretty-print.c (pp_c_integer_constant): For unsigned constants
7558 use pp_unsigned_wide_integer.
7559
aee15221
RG
75602012-01-10 Richard Guenther <rguenther@suse.de>
7561
7562 PR middle-end/51806
7563 * c-opts.c (c_common_handle_option): Move -Werror handling
7564 to language independent code.
7565
5720c0dc
RG
75662012-01-05 Richard Guenther <rguenther@suse.de>
7567
7568 PR middle-end/51764
7569 * c.opt (Wmudflap, fmudflap, fmudflapth, fmudflapir): Move here
7570 from common.opt.
7571
73ac190a
PC
75722011-12-30 Paolo Carlini <paolo.carlini@oracle.com>
7573
7574 PR c++/51316
7575 * c-common.c (c_sizeof_or_alignof_type): In C++ allow for alignof
7576 of array types with an unknown bound.
7577
48b0b196
JM
75782011-12-20 Joseph Myers <joseph@codesourcery.com>
7579
7580 * c-common.c (flag_isoc99): Update comment to refer to C11.
7581 (flag_isoc1x): Change to flag_isoc11.
7582 * c-common.h (flag_isoc99): Update comment to refer to C11.
7583 (flag_isoc1x): Change to flag_isoc11.
7584 * c-cppbuiltin.c (cpp_atomic_builtins): Change comment to refer to
7585 C11.
7586 * c-opts.c (set_std_c1x): Change to set_std_c11.
7587 (c_common_handle_option): Handle OPT_std_c11 and OPT_std_gnu11.
7588 Call set_std_c11.
7589 (set_std_c89, set_std_c99, set_std_c11): Use flag_isoc11.
7590 (set_std_c1): Use CLK_STDC11 and CLK_GNUC11.
7591 * c.opt (std=c1x): Change to std=c11. Document as non-draft
7592 standard.
7593 (std=c1x, std=iso9899:2011): Add as aliases of std=c11.
7594 (std=gnu1x): Change to std=gnu11. Refer to non-draft standard.
7595 (std=gnu1x): Make alias of std=gnu11.
7596
d58d6eb5
JM
75972011-12-19 Jason Merrill <jason@redhat.com>
7598
7599 PR c++/51228
7600 * c-common.c (handle_transparent_union_attribute): Check the first
7601 field if the type is complete.
7602
b3908fcc
JW
76032011-12-15 Jonathan Wakely <jwakely.gcc@gmail.com>
7604
7605 PR libstdc++/51365
7606 * c-common.c (RID_IS_FINAL): Add.
7607 * c-common.h (RID_IS_FINAL): Add.
7608
fea3ca91
IS
76092011-11-30 Iain Sandoe <iains@gcc.gnu.org>
7610
7611 * c.opt (fgnu-runtime): Provide full description.
7612 (fnext-runtime): Likewise.
7613 * c-opts.c (OPT_fgnu_runtime, OPT_fnext_runtime) Remove.
7614
62bad7cd
AM
76152011-11-28 Andrew MacLeod <amacleod@redhat.com>
7616
7617 * c-cpp-builtin.c (cpp_atomic_builtins):New. Emit all atomic
7618 predefines in one place. Add LOCK_FREE predefines.
7619 (c_cpp_builtins): Move Legacy HAVE_SYNC predefines to
7620 new func.
7621
c466c4ff
AM
76222011-11-24 Andrew MacLeod <amacleod@redhat.com>
7623
7624 PR c/51256
9faeb493 7625 * c-common.c (get_atomic_generic_size): Check for various error
c466c4ff 7626 conditions
9faeb493
UB
7627 (resolve_overloaded_atomic_exchange,
7628 resolve_overloaded_atomic_compare_exchange,
c466c4ff
AM
7629 resolve_overloaded_atomic_load, resolve_overloaded_atomic_store): Return
7630 error_mark_node for error conditions.
9faeb493 7631
a5952633
RG
76322011-11-08 Richard Guenther <rguenther@suse.de>
7633
7634 PR middle-end/51010
7635 c-family/
7636
0a35513e
AH
76372011-11-07 Richard Henderson <rth@redhat.com>
7638 Aldy Hernandez <aldyh@redhat.com>
7639 Torvald Riegel <triegel@redhat.com>
7640
7641 Merged from transactional-memory.
7642
7643 * c-common.c (handle_tm_wrap_attribute,
7644 handle_tm_attribute, ignore_attribute, parse_tm_stmt_attr): New.
7645 (struct c_common_reswords): Added __transaction* keywords.
7646 (struct c_common_attribute_table): Added transaction* and tm_regparm
7647 attributes.
7648 * c-common.h: Added RID_TRANSACTION*. Added TM_ATTR* and TM_STMT*
7649 masks.
7650 (parse_tm_stmt_attr, tm_attr_to_mask, tm_mask_to_attr,
7651 find_tm_attribute): Declare.
7652
6d87092d
JM
76532011-11-07 Jason Merrill <jason@redhat.com>
7654
7655 PR c++/35688
7656 * c-common.c, c-common.h: Revert yesterday's changes.
7657
8e7860a1
JM
76582011-11-06 Jason Merrill <jason@redhat.com>
7659
7660 PR c++/35688
7661 * c-common.c (decl_has_visibility_attr): Split out from...
7662 (c_determine_visibility): ...here.
7663 * c-common.h: Declare it.
7664
d19fa6b5
JM
76652011-11-06 Joseph Myers <joseph@codesourcery.com>
7666
7667 * c-common.c (c_common_reswords): Add _Alignas and _Alignof.
7668 (c_sizeof_or_alignof_type): Diagnose alignof applied to a function
7669 type.
7670 (check_user_alignment): New. Split out of
7671 handle_aligned_attribute. Disallow integer constants with
7672 noninteger types. Conditionally allow zero.
7673 (handle_aligned_attribute): Use check_user_alignment.
7674 * c-common.h (RID_ALIGNAS, check_user_alignment): New.
7675
86951993
AM
76762011-11-06 Andrew MacLeod <amacleod@redhat.com>
7677 Richard Henderson <rth@redhat.com>
7678
7679 Merged from cxx-mem-model.
7680
7681 * c-cppbuiltin.c (c_cpp_builtins): Test both atomic and sync patterns.
9faeb493 7682 * c-common.c (sync_resolve_params, sync_resolve_return): Only tweak
86951993
AM
7683 parameters that are the same type size.
7684 (get_atomic_generic_size): New. Find size of generic
7685 atomic function parameters and do typechecking.
7686 (add_atomic_size_parameter): New. Insert size into parameter list.
7687 (resolve_overloaded_atomic_exchange): Restructure __atomic_exchange to
7688 either __atomic_exchange_n or external library call.
9faeb493 7689 (resolve_overloaded_atomic_compare_exchange): Restructure
86951993 7690 __atomic_compare_exchange to either _n variant or external library call.
9faeb493 7691 (resolve_overloaded_atomic_load): Restructure __atomic_load to either
86951993
AM
7692 __atomic_load_n or an external library call.
7693 (resolve_overloaded_atomic_store): Restructure __atomic_store to either
7694 __atomic_store_n or an external library call.
7695 (resolve_overloaded_builtin): Handle new __atomic builtins.
7696
cf9e9959
EB
76972011-11-04 Eric Botcazou <ebotcazou@adacore.com>
7698
7699 PR c++/50608
7700 * c-common.c (c_fully_fold_internal) <ADDR_EXPR>: Call fold_offsetof_1.
7701 (fold_offsetof_1): Make global. Remove STOP_REF argument and adjust.
7702 <INDIRECT_REF>: Return the argument.
7703 <ARRAY_REF>: Remove special code for negative offset.
7704 Call fold_build_pointer_plus instead of size_binop.
7705 (fold_offsetof): Remove STOP_REF argument and adjust.
7706 * c-common.h (fold_offsetof_1): Declare.
7707 (fold_offsetof): Remove STOP_REF argument.
7708
25339f10
JM
77092011-11-02 Paolo Carlini <paolo.carlini@oracle.com>
7710
7711 PR c++/50810
7712 * c-opts.c (c_common_handle_option): Enable -Wnarrowing as part
7713 of -Wall; include -Wnarrowing in -Wc++0x-compat; adjust default
7714 Wnarrowing for C++0x and C++98.
7715 * c.opt ([Wnarrowing]): Update.
7716
89401152
PC
77172011-11-01 Paolo Carlini <paolo.carlini@oracle.com>
7718
7719 PR c++/44277
7720 * c.opt: Add Wzero-as-null-pointer-constant.
7721
97e3ad20
JM
77222011-10-31 Jason Merrill <jason@redhat.com>
7723
15694fdd
JM
7724 * c.opt (-fdeduce-init-list): Off by default.
7725
97e3ad20
JM
7726 PR c++/50920
7727 * c-common.h (cxx_dialect): Add cxx11 and cxx03.
7728 * c.opt: Add -std=c++11, -std=gnu++11, -std=gnu++03,
7729 and -Wc++11-compat.
7730 * c-opts.c (set_std_cxx11): Rename from set_std_cxx0x.
7731
fb9120e3
RAV
77322011-10-27 Roberto Agostino Vitillo <ravitillo@lbl.gov>
7733
7734 PR c++/30066
7735 * c.opt (fvisibility-inlines-hidden): Description change.
7736
3ce4f9e4
ESR
77372011-10-26 Ed Smith-Rowland <3dw4rd@verizon.net>
7738
7739 Implement C++11 user-defined literals.
7740 * c-common.c (build_userdef_literal): New.
7741 * c-common.def: New tree code.
7742 * c-common.h (tree_userdef_literal): New tree struct and accessors.
7743 * c-lex.c (interpret_float): Add suffix parm.
7744 (c_lex_with_flags): Build literal tokens.
7745
5f53c243
PC
77462011-10-23 Paolo Carlini <paolo.carlini@oracle.com>
7747
7748 PR c++/50841
7749 Revert:
7750 2011-10-23 Paolo Carlini <paolo.carlini@oracle.com>
7751
7752 PR c++/50810
7753 * c-opts.c (c_common_handle_option): Enable -Wnarrowing as part
7754 of -Wall; include -Wnarrowing in -Wc++0x-compat; adjust default
7755 Wnarrowing for C++0x and C++98.
7756 * c.opt ([Wnarrowing]): Update.
7757
263734e1
PC
77582011-10-23 Paolo Carlini <paolo.carlini@oracle.com>
7759
7760 PR c++/50810
7761 * c-opts.c (c_common_handle_option): Enable -Wnarrowing as part
7762 of -Wall; include -Wnarrowing in -Wc++0x-compat; adjust default
7763 Wnarrowing for C++0x and C++98.
7764 * c.opt ([Wnarrowing]): Update.
7765
d2e312d7
PC
77662011-10-21 Paolo Carlini <paolo.carlini@oracle.com>
7767
7768 PR c++/45385
7769 * c-common.c (conversion_warning): Remove code looking for
7770 artificial operands.
7771
d17687f6
DS
77722011-10-18 Dodji Seketeli <dodji@redhat.com>
7773
7774 PR bootstrap/50760
7775 * c-lex.c (fe_file_change): Use LINEMAP_SYSP when
9faeb493 7776 !NO_IMPLICIT_EXTERN_C.
d17687f6 7777
fc8396e9
PC
77782011-10-17 Michael Spertus <mike_spertus@symantec.com>
7779
7780 * c-common.c (c_common_reswords): Add __bases,
7781 __direct_bases.
7782 * c-common.h: Add RID_BASES and RID_DIRECT_BASES.
7783
77842011-10-17 Paolo Carlini <paolo.carlini@oracle.com>
7785
7786 PR c++/50757
7787 * c.opt ([Wnonnull]): Add C++ and Objective-C++.
7788
847e697a
TT
77892011-10-15 Tom Tromey <tromey@redhat.com>
7790 Dodji Seketeli <dodji@redhat.com>
7791
7792 * c.opt (fdebug-cpp): New option.
7793 * c-opts.c (c_common_handle_option): Handle the option.
7794 * c-ppoutput.c (maybe_print_line_1): New static function. Takes an
7795 output stream in parameter. Factorized from ...
7796 (maybe_print_line): ... this. Dump location debug information when
7797 -fdebug-cpp is in effect.
7798 (print_line_1): New static function. Takes an output stream in
7799 parameter. Factorized from ...
7800 (print_line): ... here. Dump location information when -fdebug-cpp
7801 is in effect.
7802 (scan_translation_unit): Dump location information when
7803 -fdebug-cpp is in effect.
7804
92582b75
TT
78052011-10-15 Tom Tromey <tromey@redhat.com>
7806 Dodji Seketeli <dodji@redhat.com>
7807
7808 * c.opt (ftrack-macro-expansion): New option. Handle it with and
7809 without argument.
7810 * c-opts.c (c_common_handle_option)<case
7811 OPT_ftrack_macro_expansion_, case OPT_ftrack_macro_expansion>: New
7812 cases. Handle -ftrack-macro-expansion with and without argument.
7813
46427374
TT
78142011-10-15 Tom Tromey <tromey@redhat.com>
7815 Dodji Seketeli <dodji@redhat.com>
7816
7817 * c-ppoutput.c (scan_translation_unit, maybe_print_line)
7818 (print_line, cb_define, do_line_change): Adjust to avoid touching
7819 the internals of struct line_map. Use the public API instead.
7820 * c-pch.c (c_common_read_pch): Likewise.
7821 * c-lex.c (fe_file_change): Likewise.
7822
fc8396e9
PC
78232011-10-14 Paolo Carlini <paolo.carlini@oracle.com>
7824
7825 PR c++/17212
7826 * c.opt ([Wformat-zero-length]): Add C++ and Objective-C++.
7827
78282011-10-11 Paolo Carlini <paolo.carlini@oracle.com>
7829
7830 PR c++/33067
7831 * c-pretty-print.c (pp_c_floating_constant): Output
7832 max_digits10 (in the ISO C++ WG N1822 sense) decimal digits.
7833
e79983f4
MM
78342011-10-11 Michael Meissner <meissner@linux.vnet.ibm.com>
7835
7836 * c-common.c (def_builtin_1): Delete old interface with two
7837 parallel arrays to hold standard builtin declarations, and replace
7838 it with a function based interface that can support creating
7839 builtins on the fly in the future. Change all uses, and poison
7840 the old names. Make sure 0 is not a legitimate builtin index.
7841 * c-omp.c (c_finish_omp_barrier): Ditto.
7842 (c_finish_omp_taskwait): Ditto.
7843 (c_finish_omp_flush): Ditto.
7844
6637388f
TG
78452011-10-11 Tristan Gingold <gingold@adacore.com>
7846
7847 * c.opt: (fallow-parameterless-variadic-functions): New.
7848
3797cb21
DS
78492011-09-08 Dodji Seketeli <dodji@redhat.com>
7850
7851 PR c++/33255 - Support -Wunused-local-typedefs warning
7852 * c-common.h (struct c_language_function::local_typedefs): New
7853 field.
9faeb493
UB
7854 (record_locally_defined_typedef, maybe_record_typedef_use)
7855 (maybe_warn_unused_local_typedefs): Declare new functions.
3797cb21 7856 * c-common.c (record_locally_defined_typedef)
9faeb493
UB
7857 (maybe_record_typedef_use)
7858 (maybe_warn_unused_local_typedefs): Define new functions.
3797cb21
DS
7859 * c.opt: Declare new -Wunused-local-typedefs flag.
7860
693ddb1b
EB
78612011-09-06 Eric Botcazou <ebotcazou@adacore.com>
7862
7863 PR middle-end/50266
7864 * c-common.c (c_fully_fold_internal) <ADDR_EXPR>: Fold offsetof-like
7865 computations.
7866
830c740f
RG
78672011-09-05 Richard Guenther <rguenther@suse.de>
7868
7869 * c-common.c (complete_array_type): Use ssize_int (-1) instead
7870 of integer_minus_one_node for empty array upper bounds.
7871
892a371f
DS
78722011-08-28 Dodji Seketeli <dodji@redhat.com>
7873
7874 * c-pch.c (c_common_read_pch): Call linemap_add with LC_ENTER as
7875 it's the first time it's being called on this main TU.
7876
0e3fdb48
RB
78772011-08-24 Richard Guenther <rguenther@suse.de>
7878
7879 PR c/49396
7880 * c-cppbuiltin.c (c_cpp_builtins_optimize_pragma): Fix conditional.
7881
78822011-08-22 Gabriel Charette <gchare@google.com>
e3dfef44
GC
7883
7884 * c-opts.c (c_finish_options): Force BUILTINS_LOCATION for tokens
7885 defined in cpp_init_builtins and c_cpp_builtins.
7886
d4a83c10
JM
78872011-08-19 Joseph Myers <joseph@codesourcery.com>
7888
7889 * c-common.c (c_common_reswords): Add __builtin_complex.
7890 * c-common.h (RID_BUILTIN_COMPLEX): New.
7891
bbceee64
JM
78922011-08-18 Joseph Myers <joseph@codesourcery.com>
7893
7894 * c-common.c (c_common_reswords): Add _Noreturn.
7895 (keyword_is_function_specifier): Handle RID_NORETURN.
7896 * c-common.h (RID_NORETURN): New.
7897
3f8257db 78982011-08-10 Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
0e3a99ae
AS
7899
7900 * c-common.c (unsafe_conversion_p): New function. Check if it is
7901 unsafe to convert an expression to the type.
7902 (conversion_warning): Adjust, use unsafe_conversion_p.
7903 * c-common.h (unsafe_conversion_p): New function declaration.
7904
20906c66
JJ
79052011-08-02 Jakub Jelinek <jakub@redhat.com>
7906
7907 * c-common.h (c_finish_omp_atomic): Adjust prototype.
7908 (c_finish_omp_taskyield): New prototype.
7909 * c-omp.c (c_finish_omp_atomic): Add OPCODE, V, LHS1 and RHS1
7910 arguments. Handle OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD and
7911 OMP_ATOMIC_CAPTURE_NEW in addition to OMP_ATOMIC. If LHS1
7912 or RHS1 have side-effects, evaluate those too in the right spot,
7913 if it is a decl and LHS is also a decl, error out if they
7914 aren't the same.
7915 (c_finish_omp_taskyield): New function.
7916 * c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP to 201107.
7917 * c-pragma.c (omp_pragmas): Add taskyield.
7918 * c-pragma.h (enum pragma_kind): Add PRAGMA_OMP_TASKYIELD.
7919 (enum pragma_omp_clause): Add PRAGMA_OMP_CLAUSE_FINAL and
7920 PRAGMA_OMP_CLAUSE_MERGEABLE.
7921
770e5a2e
DS
79222011-07-25 Dodji Seketeli <dodji@redhat.com>
7923
7924 * c-common.h (set_underlying_type): Remove parm name from
7925 declaration.
7926
1baae426
RG
79272011-07-25 Romain Geissler <romain.geissler@gmail.com>
7928
7929 * c-pretty-print.h: Search c-common.h in c-family.
9faeb493 7930
fcb21722
JM
79312011-07-22 Jason Merrill <jason@redhat.com>
7932
76f86d00
JM
7933 PR c++/49793
7934 * c.opt (Wnarrowing): New.
7935
3a636414
JM
7936 PR c++/30112
7937 * c-common.h: Declare c_linkage_bindings.
7938 * c-pragma.c (handle_pragma_redefine_extname): Use it.
7939
fcb21722
JM
7940 PR c++/49813
7941 * c-opts.c (set_std_cxx0x): Set flag_isoc94 and flag_isoc99.
7942 * c-pretty-print.c (pp_c_cv_qualifiers): Check c_dialect_cxx as well
7943 as flag_isoc99 for 'restrict'.
7944 (pp_c_specifier_qualifier_list): Likewise for _Complex.
7945
02614448
ILT
79462011-07-21 Ian Lance Taylor <iant@google.com>
7947
7948 PR middle-end/49705
7949 * c-common.c (c_disable_warnings): New static function.
7950 (c_enable_warnings): New static function.
7951 (c_fully_fold_internal): Change local unused_p to bool. Call
7952 c_disable_warnings and c_enable_warnings rather than change
7953 c_inhibit_evaluation_warnings.
7954
34429675
JM
79552011-07-20 Jason Merrill <jason@redhat.com>
7956
7957 PR c++/6709 (DR 743)
7958 PR c++/42603 (DR 950)
7959 * c-common.h (CPP_KEYWORD, CPP_TEMPLATE_ID): Move from cp/parser.h.
7960 (CPP_NESTED_NAME_SPECIFIER, N_CP_TTYPES): Likewise.
7961 (CPP_DECLTYPE): New.
7962 * c-common.c (c_parse_error): Handle CPP_DECLTYPE.
7963
5d49b6a7
RG
79642011-07-19 Richard Guenther <rguenther@suse.de>
7965
7966 * c-common.c (pointer_int_sum): Use fold_build_pointer_plus.
7967 * c-omp.c (c_finish_omp_for): Likewise.
7968
e84a58ff
EB
79692011-07-12 Eric Botcazou <ebotcazou@adacore.com>
7970
7971 * c-ada-spec.c (dump_nested_types): Put semi-colon after empty loop
7972 body on the next line.
7973
329af3c7
JM
79742011-07-08 Jason Merrill <jason@redhat.com>
7975
4063e61b
JM
7976 PR c++/45437
7977 * c-omp.c (check_omp_for_incr_expr): Handle preevaluation.
7978
329af3c7
JM
7979 PR c++/49673
7980 * c-common.c (c_apply_type_quals_to_decl): Don't check
7981 TYPE_NEEDS_CONSTRUCTING.
7982
1a072294
RG
79832011-07-06 Richard Guenther <rguenther@suse.de>
7984
7985 * c-common.c (c_common_nodes_and_builtins):
7986 Merge calls to build_common_tree_nodes and build_common_tree_nodes_2.
7987
fce5dddd
RG
79882011-07-05 Richard Guenther <rguenther@suse.de>
7989
7990 * c-common.c (c_common_nodes_and_builtins): Build all common
7991 tree nodes first.
7992
45d439ac
JJ
79932011-06-27 Jakub Jelinek <jakub@redhat.com>
7994
56300785
JJ
7995 * c-common.h (c_tree_chain_next): New static inline function.
7996
45d439ac
JJ
7997 * c-common.c (check_builtin_function_arguments): Handle
7998 BUILT_IN_ASSUME_ALIGNED.
7999
e0a8ecf2
AM
80002011-06-21 Andrew MacLeod <amacleod@redhat.com>
8001
8002 * c-common.c: Add sync_ or SYNC__ to builtin names.
8003 * c-omp.c: Add sync_ or SYNC__ to builtin names.
dfb43cd5
PV
8004
80052011-06-20 Pierre Vittet <piervit@pvittet.com>
8006
8007 * c-pragma.h (pragma_handler_1arg, pragma_handler_2arg): New
8008 handler.
8009 (gen_pragma_handler): New union.
8010 (internal_pragma_handler): New type.
8011 (c_register_pragma_with_data)
8012 (c_register_pragma_with_expansion_and_data): New functions.
8013
8014 * c-pragma.c (registered_pragmas, c_register_pragma_1)
8015 (c_register_pragma, c_register_pragma_with_expansion)
8016 (c_invoke_pragma_handler): Changed to work with
8017 internal_pragma_handler.
8018 (c_register_pragma_with_data)
8019 (c_register_pragma_with_expansion_and_data): New functions.
8020
677f3fa8
JM
80212011-06-14 Joseph Myers <joseph@codesourcery.com>
8022
8023 * c-common.c: Include common/common-target.h.
8024 (handle_section_attribute): Use
8025 targetm_common.have_named_sections.
8026 * c-cppbuiltin.c: Include common/common-target.h.
8027 (c_cpp_builtins): Use targetm_common.except_unwind_info.
8028
d7fc8c14
RG
80292011-06-10 Richard Guenther <rguenther@suse.de>
8030
8031 * c-pretty-print.c (pp_c_type_specifier): Use pp_c_identifier
8032 to print a IDENTIFIER_NODE.
8033
10e48e39
RO
80342011-06-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8035 Joseph Myers <joseph@codesourcery.com>
8036
8037 * c.opt (fbuilding-libgcc): New option.
8038 * c-cppbuiltin.c (c_cpp_builtins): Define
8039 __LIBGCC_TRAMPOLINE_SIZE__ if flag_building_libgcc.
8040
6976ae51
JM
80412011-06-07 Jason Merrill <jason@redhat.com>
8042
3ff60975
JM
8043 * c-common.c (max_tinst_depth): Lower default to 900.
8044
6976ae51
JM
8045 * c-format.c (gcc_cxxdiag_char_table): Add 'S' format.
8046
009db074
RG
80472011-06-07 Richard Guenther <rguenther@suse.de>
8048
8049 * c-common.c (c_common_nodes_and_builtins): Do not set
8050 size_type_node or call set_sizetype.
8051
b4592b92
DS
80522011-06-07 Dodji Seketeli <dodji@redhat.com>
8053
8054 PR debug/49130
8055 * c-pretty-print.c (pp_c_integer_constant): Consider the canonical
9faeb493 8056 type when using pointer comparison to compare types.
b4592b92 8057
014ab419
JW
80582011-06-02 Jonathan Wakely <jwakely.gcc@gmail.com>
8059
8060 * c.opt: Add -Wdelete-non-virtual-dtor.
8061 * c-opts.c (c_common_handle_option): Include it in -Wall.
8062
4f60111f
NF
80632011-05-30 Nathan Froyd <froydnj@gcc.gnu.org>
8064
8065 PR bootstrap/49190
8066
8067 Revert:
8068 2011-05-26 Nathan Froyd <froydnj@codesourcery.com>
8069
8070 * c-common.h (struct c_common_identifier): Inherit from tree_typed,
8071 not tree_common.
8072
4cc4f2f4
JJ
80732011-05-27 Jakub Jelinek <jakub@redhat.com>
8074
8075 PR c++/49165
8076 * c-common.c (c_common_truthvalue_conversion) <case COND_EXPR>: For
8077 C++ don't call c_common_truthvalue_conversion on void type arms.
8078
38e01f9e
NF
80792011-05-27 Nathan Froyd <froydnj@codesourcery.com>
8080
8081 * c-common.h (struct stmt_tree_s) [x_cur_stmt_list]: Change to a VEC.
8082 (stmt_list_stack): Define.
8083 (cur_stmt_list): Adjust for new type of x_cur_stmt_list.
8084 * c-semantics.c (push_stmt_list, pop_stmt_list): Likewise.
8085
92e948a8
NF
80862011-05-26 Nathan Froyd <froydnj@codesourcery.com>
8087
8088 * c-common.c (warning_candidate_p): Check for BLOCKs.
8089
a2fc3e63
NF
80902011-05-26 Nathan Froyd <froydnj@codesourcery.com>
8091
8092 * c-common.h (struct c_common_identifier): Inherit from tree_typed,
8093 not tree_common.
8094
0957c029
JJ
80952011-05-25 Jakub Jelinek <jakub@redhat.com>
8096
8097 * c-common.c (def_fn_type): Remove extra va_end.
8098
828fb3ba
JM
80992011-05-23 Jason Merrill <jason@redhat.com>
8100
8101 PR c++/48106
8102 * c-common.c (c_common_get_narrower): New.
8103 (shorten_binary_op, shorten_compare, warn_for_sign_compare): Use it.
8104
dde05067
NF
81052011-05-23 Nathan Froyd <froydnj@codesourcery.com>
8106
8107 * c-common.h (check_function_arguments): Tweak prototype of
8108 check_function_arguments.
8109 * c-common.c (check_function_arguments): Likewise. Adjust
8110 calls to check_function_nonnull, check_function_format, and
8111 check_function_sentinel.
8112 (check_function_sentinel): Take a FUNCTION_TYPE rather than
8113 separate attributes and typelist arguments. Use
8114 FOREACH_FUNCTION_ARGS to iterate over argument types.
8115
3c0d13bf
PC
81162011-05-15 Paolo Carlini <paolo.carlini@oracle.com>
8117
8118 * c-common.c (c_common_reswords): Reorder.
8119 * c-common.h (rid): Likewise.
8120
8242dd04
NF
81212011-05-10 Nathan Froyd <froydnj@codesourcery.com>
8122
8123 * c-common.c (def_fn_type): Don't call build_function_type, call
8124 build_function_type_array or build_varargs_function_type_array
8125 instead.
8126 (c_common_nodes_and_builtins): Likewise.
8127
3d528853
NF
81282011-05-05 Nathan Froyd <froydnj@codesourcery.com>
8129
8130 * c-common.c (c_add_case_label): Omit the loc argument to
8131 build_case_label.
8132 * c-common.h (build_case_label): Remove.
8133 * c-semantics.c (build_case_label): Remove.
8134
a04a722b
JM
81352011-05-05 Joseph Myers <joseph@codesourcery.com>
8136
8137 * c-objc.h (objc_start_method_definition): Update prototype.
8138 * stub-objc.c (objc_start_method_definition): Add extra parameter.
8139
e19a18d4
NF
81402011-05-04 Nathan Froyd <froydnj@codesourcery.com>
8141
8142 * c-common.c (check_main_parameter_types): Reindent. Don't use
8143 TYPE_ARG_TYPES directly.
8144 (handle_nonnull_attribute): Likewise.
8145 (sync_resolve_params): Likewise.
8146 * c-format.c (handle_format_arg_attribute): Likewise. Adjust call
8147 to check_format_string.
8148 (handle_format_attribute): Likewise.
8149 (check_format_string): Take a function type to examine instead of
8150 a type list. Use a function_arg_iterator to step through argument
8151 types.
8152
c62c040f
RG
81532011-05-04 Richard Guenther <rguenther@suse.de>
8154
8155 * c-common.c (fix_string_type): Use size_int for index type bounds.
8156 (start_fname_decls): Do not pass NULL to build_int_cst.
8157 (c_init_attributes): Likewise.
8158 * c-lex.c (c_lex_with_flags): Likewise.
8159
c12ff9d8
JM
81602011-04-27 Jason Merrill <jason@redhat.com>
8161
8162 * c-common.c (make_tree_vector_from_list): New.
8163 * c-common.h: Declare it.
8164
304dfbe3
RG
81652011-04-26 Richard Guenther <rguenther@suse.de>
8166
8167 PR preprocessor/48248
8168 * c-ppoutput.c (maybe_print_line): Always optimize newlines
8169 for output size with -P.
8170
3c0d13bf
PC
81712011-04-25 Paolo Carlini <paolo.carlini@oracle.com>
8172
8173 * c-common.c (struct c_common_resword): Add __underlying_type.
8174 * c-common.h (enum rid): Add RID_UNDERLYING_TYPE.
8175
04695783
JM
81762011-04-20 Jim Meyering <meyering@redhat.com>
8177
8178 * c-format.c (init_dollar_format_checking): Remove useless
8179 if-before-free.
8180
0dc33c3c
NP
81812011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>
8182
8183 * c-objc.h (objc_get_interface_ivars): Removed.
3c0d13bf 8184 (objc_detect_field_duplicates): New.
0dc33c3c 8185 * stub-objc.c: Likewise.
3c0d13bf 8186
c59633d9
NP
81872011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>
8188
8189 * stub-objc.c (objc_declare_protocols): Renamed to
8190 objc_declare_protocol.
8191 * c-objc.h: Likewise.
3c0d13bf 8192
32dabdaf
NP
81932011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>
8194
8195 * stub-objc.c (objc_declare_class): Updated argument name.
8196
81f653d6
NF
81972011-04-12 Nathan Froyd <froydnj@codesourcery.com>
8198
8199 * c-common.h (c_common_init_ts): Declare.
8200 * c-common.c (c_common_init_ts): Define.
8201
eb345401
NP
82022011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>
8203
8204 * c-objc.h (objc_build_message_expr): Updated prototype.
8205 * stub-objc.c (objc_build_message_expr): Likewise.
9faeb493 8206
a358e188
MJ
82072011-04-12 Martin Jambor <mjambor@suse.cz>
8208
8209 * c-gimplify.c (c_genericize): Call cgraph_get_create_node instead
8210 of cgraph_node.
8211
e6313a78
RG
82122011-04-11 Richard Guenther <rguenther@suse.de>
8213
8214 * c-common.c (complete_array_type): Build a range type of
8215 proper type.
8216
dcf0c47e
NF
82172011-04-08 Nathan Froyd <froydnj@codesourcery.com>
8218
8219 * c-common.c (handle_sentinel_attribute): Don't use TYPE_ARG_TYPES.
8220 (handle_type_generic_attribute): Likewise.
8221
1ee44b26
JM
82222011-04-07 Jason Merrill <jason@redhat.com>
8223
8224 PR c++/48450
8225 * c-common.c (c_common_truthvalue_conversion): Don't ignore
8226 conversion from C++0x scoped enum.
8227
acce4e77
JM
82282011-04-06 Joseph Myers <joseph@codesourcery.com>
8229
8230 * c-target-def.h: New file.
8231 * c-target.def: New file.
8232 * c-target.h: New file.
8233 * c-common.c (targetcm): Don't define here.
8234 * c-common.h (default_handle_c_option): Declare.
8235 * c-format.c: Include c-target.h instead of target.h.
8236 * c-opts.c: Include c-target.h instead of target.h. Explicitly
8237 include tm.h.
8238 (default_handle_c_option): Move from targhooks.c.
8239
e2eefb55
JJ
82402011-03-29 Jakub Jelinek <jakub@redhat.com>
8241
8242 PR preprocessor/48248
8243 * c-ppoutput.c (print): Add src_file field.
8244 (init_pp_output): Initialize it.
8245 (maybe_print_line): Don't optimize by adding up to 8 newlines
8246 if map->to_file and print.src_file are different file.
8247 (print_line): Update print.src_file.
8248
ba78087b
KT
82492011-03-25 Kai Tietz <ktietz@redhat.com>
8250
8251 * c-ada-spec.c (compare_comment): Use filename_cmp
8252 instead of strcmp for filename.
8253
0edf1bb2
JL
82542011-03-25 Jeff Law <law@redhat.com>
8255
adfac8df 8256 * c-common.c (def_fn_type): Add missing va_end.
0edf1bb2 8257
c7dc8804
JM
82582011-03-25 Jason Merrill <jason@redhat.com>
8259
8260 * c.opt: Add -std=c++03.
8261
d1d879b1
EB
82622011-03-22 Eric Botcazou <ebotcazou@adacore.com>
8263
8264 * c-ada-spec.c (dump_ada_template): Skip non-class instances.
8265
3f8257db 82662011-03-17 Kai Tietz <ktietz@redhat.com>
62d784f7
KT
8267
8268 PR target/12171
5050afdf
KT
8269 * c-pretty-print.c (pp_c_specifier_qualifier_list):
8270 Display allowed attributes for function pointer types.
8271 (pp_c_attributes_display): New function to display
8272 attributes having affects_type_identity flag set to true.
8273 * c-pretty-print.h (pp_c_attributes_display): New prototype.
8274
62d784f7
KT
8275 * c-common.c (c_common_attribute_table):
8276 Add new element.
8277 (c_common_format_attribute_table): Likewise.
8278
82d37118
JM
82792011-03-18 Jason Merrill <jason@redhat.com>
8280
49a000c3
JM
8281 * c.opt (fconstexpr-depth): Add Var(max_constexpr_depth).
8282 * c-common.h: Don't declare it here.
8283 * c-common.c: Or define it here.
8284 * c-opts.c (c_common_handle_option): Or set it here.
8285
82d37118
JM
8286 PR c++/35315
8287 * c-common.c (handle_transparent_union_attribute): Don't
8288 make a duplicate type in C++.
8289
17bc631c
JM
82902011-03-15 Jason Merrill <jason@redhat.com>
8291
8292 * c-common.c (max_constexpr_depth): New.
8293 * c-common.h: Declare it.
8294 * c-opts.c (c_common_handle_option): Set it.
8295 * c.opt (fconstexpr-depth): New option.
8296
1b9b91a6
JM
82972011-03-11 Jason Merrill <jason@redhat.com>
8298
f231b5ff
JM
8299 * c-common.c (attribute_takes_identifier_p): Add missing const.
8300
1b9b91a6
JM
8301 PR c++/46803
8302 * c-common.c (attribute_takes_identifier_p): Assume that an
8303 unknown attribute takes an identifier.
8304
a19e4d44
NF
83052011-03-07 Nathan Froyd <froydnj@codesourcery.com>
8306
8307 PR c/47786
8308 * c-common.c (c_type_hash): Call list_length instead of iterating
8309 through DECL_CHAIN. Rename 'i' to 'n_elements'.
8310
982d62f6
JJ
83112011-02-19 Jakub Jelinek <jakub@redhat.com>
8312
8313 PR c/47809
8314 * c-common.c (c_fully_fold_internal): Handle VIEW_CONVERT_EXPR.
8315
0a256240
NP
83162011-02-17 Iain Sandoe <iains@gcc.gnu.org>
8317
8318 * c.opt (fobjc-abi-version=) New.
8319 (fobjc-nilcheck): New.
8320
ba9e6dd5
NF
83212011-02-03 Nathan Froyd <froydnj@codesourcery.com>
8322
8323 PR c++/46890
8324 * c-common.h (keyword_is_decl_specifier): Declare.
8325 * c-common.c (keyword_is_decl_specifier): Define.
8326 (keyword_is_function_specifier): New function.
8327
7273813a
JJ
83282011-01-26 Jakub Jelinek <jakub@redhat.com>
8329
8330 PR c/47473
8331 * c-lex.c (interpret_float): If CPP_N_IMAGINARY, ensure
8332 EXCESS_PRECISION_EXPR is created with COMPLEX_TYPE instead of
8333 REAL_TYPE.
8334
908ef79b
AC
83352011-01-26 Arnaud Charlet <charlet@adacore.com>
8336
8337 * c-ada-spec.c (dump_generic_ada_node): Avoid dereferencing null type.
8338
237e9384
JJ
83392011-01-26 Jakub Jelinek <jakub@redhat.com>
8340
8341 PR pch/47430
8342 * c-opts.c (c_common_post_options): Call c_common_no_more_pch
8343 after init_c_lex if pch_file is set.
8344
47ea1edf
DK
83452011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
8346
d4dba752 8347 PR c++/43601
47ea1edf
DK
8348 * c.opt (-fkeep-inline-dllexport): New switch.
8349
2aa9c6ae
RG
83502011-01-12 Richard Guenther <rguenther@suse.de>
8351
8352 PR middle-end/32511
8353 * c-common.c (handle_weak_attribute): Warn instead of error
8354 on declaring an inline function weak.
8355
7bd11157
TT
83562011-01-05 Tom Tromey <tromey@redhat.com>
8357
8358 * c-common.h (lvalue_error): Update.
8359 * c-common.c (lvalue_error): Add 'loc' argument. Call error_at,
8360 not error.
8361
0e66e494 83622010-12-29 Nicola Pero <nicola.pero@meta-innovation.com>
9faeb493 8363
b4f588c4
NP
8364 PR objc/47075
8365 * c-objc.h (objc_finish_message_expr): Added argument to
8366 prototype.
8367
f4da8dce
NF
83682010-12-22 Nathan Froyd <froydnj@codesourcery.com>
8369
8370 * c-common.c (handle_nonnull_attribute, handle_sentinel_attribute):
8371 Use prototype_p.
8372
46270f14
NP
83732010-12-18 Nicola Pero <nicola.pero@meta-innovation.com>
8374
8375 * c-objc.h (objc_maybe_warn_exceptions): New.
9faeb493 8376 * stub-objc.c (objc_maybe_warn_exceptions): New.
46270f14 8377
4816c593
NF
83782010-12-10 Nathan Froyd <froydnj@codesourcery.com>
8379
8380 * c-common.h (readonly_error): Declare.
8381 * c-common.c (readonly_error): Define.
8382
7a6daeb0
NF
83832010-12-09 Nathan Froyd <froydnj@codesourcery.com>
8384
8385 * c-common.h (invalid_indirection_error): Declare.
8386 * c-common.c (invalid_indirection_error): Define.
8387
892f6119
RG
83882010-12-03 Richard Guenther <rguenther@suse.de>
8389
8390 PR c/46745
8391 * c-pretty-print.c (pp_c_postfix_expression): Handle MEM_REF.
8392 (pp_c_unary_expression): Likewise.
8393 (pp_c_expression): Likewise.
8394
6c39e757
NP
83952010-11-30 Nicola Pero <nicola.pero@meta-innovation.com>
8396
8397 * c-common.h (objc_finish_function): New.
8398 (objc_non_volatilized_type): Removed.
8399 (objc_type_quals_match): Removed.
8400 * stub-objc.c (objc_finish_function): New.
8401 (objc_non_volatilized_type): Removed.
8402 (objc_type_quals_match): Removed.
9faeb493 8403
7c475d11
JM
84042010-11-30 Joseph Myers <joseph@codesourcery.com>
8405
8406 * c-common.h (parse_optimize_options): Declare.
8407 * c-cppbuiltin.c, c-format.c, c-gimplify.c, c-lex.c, c-omp.c,
8408 c-pch.c, c-pragma.c, c-semantics.c: Don't include toplev.h.
8409
71f3e391
JM
84102010-11-29 Joseph Myers <joseph@codesourcery.com>
8411
8412 * c-opts.c (check_deps_environment_vars): Use getenv instead of
8413 GET_ENVIRONMENT.
8414 * c-pch.c (O_BINARY): Don't define here.
8415 * c-pragma.h: Include "cpplib.h" instead of <cpplib.h>.
8416
d5fabb58
JM
84172010-11-25 Joseph Myers <joseph@codesourcery.com>
8418
8419 * c-cppbuiltin.c (c_cpp_builtins): Pass &global_options to
8420 targetm.except_unwind_info.
8421
299404a1
JM
84222010-11-23 Joseph Myers <joseph@codesourcery.com>
8423
8424 * c-opts.c (c_common_handle_option): Pass location to
8425 set_struct_debug_option.
8426
c98cd5bf
JM
84272010-11-23 Joseph Myers <joseph@codesourcery.com>
8428
8429 * c-common.c (visibility_options): Move from ../opts.c.
8430 * c-common.h (struct visibility_flags, visibility_options):
8431 Declare here.
8432 * c-opts.c (finish_options): Rename to c_finish_options.
8433 (c_common_init): Update call to finish_options.
8434
a9546771
NP
84352010-11-22 Nicola Pero <nicola.pero@meta-innovation.com>
8436
8437 PR objc/34033
8438 * c-lex.c (lex_string): Check that each string in an Objective-C
8439 string concat sequence starts with either one or zero '@', and
8440 that there are no spurious '@' signs at the end.
8441
24a57808
JM
84422010-11-20 Joseph Myers <joseph@codesourcery.com>
8443
8444 * c-pragma.c: Remove conditionals on HANDLE_PRAGMA_PACK,
8445 HANDLE_PRAGMA_PACK_PUSH_POP, HANDLE_PRAGMA_WEAK and
8446 HANDLE_PRAGMA_VISIBILITY.
8447 * c-pragma.h (HANDLE_PRAGMA_WEAK, HANDLE_PRAGMA_PACK,
8448 HANDLE_PRAGMA_VISIBILITY): Don't define.
8449 (HANDLE_SYSV_PRAGMA, HANDLE_PRAGMA_PACK_PUSH_POP): Don't test.
8450
a9aa2c3a
NF
84512010-11-20 Nathan Froyd <froydnj@codesourcery.com>
8452
8453 PR c++/16189
8454 PR c++/36888
8455 PR c++/45331
8456 * c-common.h (keyword_begins_type_specifier): Declare.
8457 (keyword_is_storage_class_specifier): Declare.
8458 (keyword_is_type_qualifier): Declare.
8459 * c-common.c (keyword_begins_type_specifier): New function.
8460 (keyword_is_storage_class_specifier): New function.
8461 (keyword_is_type_qualifier): Declare.
8462
5386338c
JM
84632010-11-19 Joseph Myers <joseph@codesourcery.com>
8464
8465 PR c/46547
8466 * c-common.c (in_late_binary_op): Define.
8467 (c_common_truthvalue_conversion): Check in_late_binary_op before
8468 calling c_save_expr.
8469 * c-common.h (in_late_binary_op): Declare.
8470
69ccdddb
JM
84712010-11-19 Joseph Myers <joseph@codesourcery.com>
8472
8473 * c-opts.c (c_common_handle_option): Update calls to
8474 set_struct_debug_option.
8475
6b192a09
NP
84762010-11-19 Nicola Pero <nicola.pero@meta-innovation.com>
8477
8478 * c-common.h (objc_declare_protocols): Added additional argument.
8479 * stub-objc.c (objc_declare_protocol): Same change.
9faeb493 8480
fb52b50a
NF
84812010-11-18 Nathan Froyd <froydnj@codesourcery.com>
8482
8483 PR c/33193
8484 * c-common.h (build_real_imag_expr): Declare.
8485 * c-semantics.c (build_real_imag_expr): Define.
8486
b37421c6
JM
84872010-11-17 Joseph Myers <joseph@codesourcery.com>
8488
8489 * c-opts.c (c_common_parse_file): Take no arguments.
8490 * c-common.h (c_common_parse_file): Update prototype.
8491
07078664
JJ
84922010-11-16 Jakub Jelinek <jakub@redhat.com>
8493
8494 PR c++/46401
8495 * c-common.c (warning_candidate_p): Don't track non-const calls
8496 or STRING_CSTs.
8497
c6a13190
ILT
84982010-11-15 Ian Lance Taylor <iant@google.com>
8499
8500 * c-lex.c (init_c_lex): Set macro debug callbacks if
8501 flag_dump_go_spec is set.
8502
925e8657
NP
85032010-11-15 Nicola Pero <nicola.pero@meta-innovation.com>
8504
8505 * c-common.h (objc_build_incr_expr_for_property_ref): New.
8506 * stub-objc.c (objc_build_incr_expr_for_property_ref): New.
8507
bb0a9581
NF
85082010-11-15 Nathan Froyd <froydnj@codesourcery.com>
8509
8510 PR preprocessor/45038
8511 * c-cppbuiltin.c (c_cpp_builtins): Use different format for C++
8512 dialects.
8513
c5fa0890
JM
85142010-11-12 Joseph Myers <joseph@codesourcery.com>
8515
8516 * c-common.h (c_family_lang_mask): Declare.
8517 * c-opts.c (c_family_lang_mask): Make extern.
8518 * c-pragma.c (handle_pragma_diagnostic): Use
8519 control_warning_option.
8520
a4d8c676
JM
85212010-11-12 Joseph Myers <joseph@codesourcery.com>
8522
8523 * c-common.c (parse_optimize_options): Update call to
8524 decode_options.
8525 * c-common.h (c_common_handle_option): Update prototype.
8526 * c-opts.c (c_common_handle_option): Take location_t parameter and
8527 pass it to other functions.
8528
f954bd2c
JM
85292010-11-11 Joseph Myers <joseph@codesourcery.com>
8530
8531 * c-opts.c (warning_as_error_callback): Remove.
8532 (c_common_initialize_diagnostics): Don't call
8533 register_warning_as_error_callback.
8534 (c_common_handle_option): Handle -Werror=normalized= here.
8535
d8a07487
JM
85362010-11-10 Joseph Myers <joseph@codesourcery.com>
8537
8538 * c-common.c (handle_mode_attribute): Use %' and word "signedness"
8539 in diagnostic.
8540 * c-opts.c (c_common_parse_file): Start diagnostics with lowercase
8541 letter.
8542 * c-pragma.c (handle_pragma_target, handle_pragma_optimize):
8543 Remove trailing '.' from diagnostics.
8544 * c.opt (Wwrite-strings_: Avoid '`' in help text.
8545
d5478783
JM
85462010-11-10 Joseph Myers <joseph@codesourcery.com>
8547
8548 * c-common.c (parse_optimize_options): Pass global_dc to
8549 decode_options.
8550 * c-opts.c (c_common_handle_option): Pass &global_options to
8551 set_Wstrict_aliasing.
8552 * c.opt (v): Don't mark Common or document here.
8553
91ebb981
IS
85542010-11-06 Iain Sandoe <iains@gcc.gnu.org>
8555
8556 PR target/44981
8557 * c-format.c (format_type): New type gcc_objc_string_format_type.
8558 (valid_stringptr_type_p): New.
8559 (handle_format_arg_attribute): Use valid_stringptr_type_p ().
9faeb493 8560 (check_format_string): Pass expected type, use
91ebb981
IS
8561 valid_stringptr_type_p (), check that the format string types are
8562 consistent with the format specification.
8563 (decode_format_attr): Warn if NSString is used outside objective-c.
8564 (format_types_orig): Add NSString.
8565 (format_name): New.
8566 (format_flags): New.
8567 (check_format_arg): Handle format strings requiring an external parser.
8568 first_target_format_type: New variable.
8569 (handle_format_attribute): Set up first_target_format_type, pass the
8570 expected format arg string type to check_format_string().
8571 * c-common.h (FMT_FLAG_PARSE_ARG_CONVERT_EXTERNAL): New flag.
8572 * stub-objc.c (objc_string_ref_type_p): New.
8573 (objc_check_format_arg): New.
8574
bede2adc
NP
85752010-11-04 Nicola Pero <nicola.pero@meta-innovation.com>
8576
9faeb493 8577 Fixed using the Objective-C 2.0 dot-syntax with class names.
bede2adc
NP
8578 * c-common.h (objc_build_class_component_ref): New.
8579 * stub-objc.c (objc_build_class_component_ref): New.
8580
9a179d01
NP
85812010-11-03 Nicola Pero <nicola.pero@meta-innovation.com>
8582
8583 * c.opt (Wproperty-assign-default): New option.
8584
22d8d616
NP
85852010-11-03 Nicola Pero <nicola.pero@meta-innovation.com>
8586
8587 Implemented -fobjc-std=objc1 flag.
8588 * c.opt (fobjc-std=objc1): New option.
8589
2debdb4f
NP
85902010-11-01 Nicola Pero <nicola.pero@meta-innovation.com>
8591
8592 Implemented format and noreturn attributes for Objective-C methods.
8593 * c-common.c (handle_noreturn_attribute): Recognize 'noreturn'
8594 attribute for Objective-C methods.
8595
ec52b111
JM
85962010-10-31 Jason Merrill <jason@redhat.com>
8597
8598 * c-common.c (conversion_warning, warn_for_collisions_1): Use
8599 EXPR_LOC_OR_HERE.
8600
46a88c12
NP
86012010-10-30 Nicola Pero <nicola.pero@meta-innovation.com>
8602
8603 Implemented Objective-C 2.0 @property, @synthesize and @dynamic.
8604 * c-common.h (enum rid): Removed RID_COPIES and RID_IVAR.
8605 (objc_add_property_declaration): Removed arguments for copies and
8606 ivar.
8607 (objc_build_getter_call): Renamed to
8608 objc_maybe_build_component_ref.
8609 (objc_build_setter_call): Renamed to objc_maybe_build_modify_expr.
8610 (objc_is_property_ref): New.
8611 * c-common.c (c_common_reswords): Removed copies and ivar.
8612 * stub-objc.c (objc_add_property_declaration): Removed arguments
8613 for copies and ivar.
8614 (objc_build_getter_call): Renamed to
8615 objc_maybe_build_component_ref.
8616 (objc_build_setter_call): Renamed to objc_maybe_build_modify_expr.
8617 (objc_is_property_ref): New.
9faeb493 8618
1e4bf85b
AC
86192010-10-29 Arnaud Charlet <charlet@adacore.com>
8620 Matthew Gingell <gingell@adacore.com>
8621
8622 * c-ada-spec.c (separate_class_package): New function.
8623 (pp_ada_tree_identifier): Prefix references to C++ classes with the
8624 name of their enclosing package.
8625 (print_ada_declaration): Use separate_class_package.
8626
81f0bab2
JM
86272010-10-27 Jason Merrill <jason@redhat.com>
8628
2b08f2c5
JM
8629 * c-common.c (c_common_reswords): Add __is_literal_type.
8630 * c-common.h (enum rid): Add RID_IS_LITERAL_TYPE.
8631
81f0bab2
JM
8632 * c-common.c (check_case_value): Remove special C++ code.
8633
200290f2
NP
86342010-10-27 Nicola Pero <nicola.pero@meta-innovation.com>
8635
8636 * c-common.h (enum rid): Added RID_READWRITE, RID_ASSIGN,
8637 RID_RETAIN, RID_COPY and RID_NONATOMIC. Updated RID_FIRST_PATTR
8638 and RID_LAST_PATTR.
8639 (objc_add_property_declaration): Added additional arguments.
8640 (objc_property_attribute_kind): Removed.
8641 (objc_set_property_attr): Removed.
8642 * c-common.c (c_common_reswords): Added readwrite, assign, retain,
8643 copy and nonatomic.
8644 * stub-objc.c (objc_add_property_declaration): Added additional
8645 arguments.
8646 (objc_set_property_attr): Removed.
9faeb493 8647
f614132b
NP
86482010-10-27 Nicola Pero <nicola.pero@meta-innovation.com>
8649
8650 * c-common.h (objc_add_property_variable): Renamed to
8651 objc_add_property_declaration. Added location argument.
8652 * stub-objc.c (objc_add_property_variable): Same change.
b1726d6c 8653
b8a18805
NP
86542010-10-23 Nicola Pero <nicola.pero@meta-innovation.com>
8655
8656 * c-common.h (objc_maybe_printable_name): New.
8657 * stub-objc.c (objc_maybe_printable_name): New.
8658
3f8257db
JJ
86592010-10-22 Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
8660 Andrew Pinski <pinskia@gmail.com>
30cd1c5d
AS
8661
8662 * c-common.h (c_common_mark_addressable_vec): Declare.
8663 * c-common.c (c_common_mark_addressable_vec): New function.
8664
249a82c4
NP
86652010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>
8666
8667 * c-common.h (objc_set_method_type): Removed.
8668 (objc_add_method_declaration): Added boolean argument.
8669 (objc_start_method_definition): Same change.
8670 (objc_build_method_signature): Same change.
8671 * stub-objc.c (objc_set_method_type): Removed.
8672 (objc_add_method_declaration): Added boolean argument.
8673 (objc_start_method_definition): Same change.
8674 (objc_build_method_signature): Same change.
8675
977e30bc
NP
86762010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>
8677
8678 * c-common.h (finish_file): Removed.
8679 (objc_write_global_declarations): New.
8680 * c-opts.c (c_common_parse_file): Do not call finish_file.
8681 * stub-objc.c (objc_write_global_declarations): New.
9faeb493 8682
da57d1b9
NP
86832010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
8684
8685 Implemented parsing @synthesize and @dynamic for
8686 Objective-C/Objective-C++.
8687 * c-common.h (enum rid): Add RID_AT_SYNTHESIZE and RID_AT_DYNAMIC.
8688 (objc_add_synthesize_declaration): New.
8689 (objc_add_dynamic_declaration): New.
8690 * c-common.c (c_common_reswords): Add synthesize and dynamic.
8691 * stub-objc.c (objc_add_synthesize_declaration): New.
8692 (objc_add_dynamic_declaration): New.
9faeb493 8693
0069111f
MM
86942010-10-18 Michael Meissner <meissner@linux.vnet.ibm.com>
8695
8696 PR target/46041
8697 * c-cppbuiltin.c (mode_has_fma): Move function here from
8698 builtins.c. Don't use the fma optab, instead just use the
8699 HAVE_fma* macros, so that __FP_FAST_FMA* will be defined when
8700 using -save-temps.
8701
e426b47b
NP
87022010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
8703
8704 Merge from 'apple/trunk' branch on FSF servers.
0069111f 8705
3f8257db 8706 2005-11-08 Fariborz Jahanian <fjahanian@apple.com>
e426b47b 8707
9faeb493 8708 Radar 4330422
e426b47b
NP
8709 * c-common.h (objc_non_volatilized_type): New declaration
8710 * stub-objc.c (objc_non_volatilized_type): New stub.
8711
90fbfdc3
NP
87122010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>
8713
e426b47b 8714 Merge from 'apple/trunk' branch on FSF servers.
90fbfdc3 8715
3f8257db 8716 2006-03-27 Fariborz Jahanian <fjahanian@apple.com>
90fbfdc3 8717
9faeb493 8718 Radar 4133425
90fbfdc3 8719 * c-common.h (objc_diagnose_private_ivar): New decl.
0069111f 8720 * stub-objc.c (objc_diagnose_private_ivar): New stub.
90fbfdc3 8721
c37d8c30
IS
87222010-10-17 Iain Sandoe <iains@gcc.gnu.org>
8723
8724 * c-common.c (c_common_reswords): Add package, RID_AT_PACKAGE.
8725 * c-common.h (enum rid): Add RID_AT_PACKAGE.
8726 (objc_ivar_visibility_kind): New enum.
8727 (objc_set_visibility): Adjust prototype to use visibility enum.
0069111f 8728 * stub-objc.c (objc_set_visibility): Adjust stub to use
c37d8c30
IS
8729 visibility enum.
8730
1b1562a5
MM
87312010-10-14 Michael Meissner <meissner@linux.vnet.ibm.com>
8732
8733 * c-cppbuiltin.c (builtin_define_float_constants): Emit
8734 __FP_FAST_FMA, __FP_FAST_FMAF, and __FP_FAST_FMAL if the machine
8735 has the appropriate fma builtins.
8736 (c_cpp_builtins): Adjust call to builtin_define_float_constants.
8737
668ea4b1
IS
87382010-10-14 Iain Sandoe <iains@gcc.gnu.org>
8739
1b1562a5 8740 merge from FSF apple 'trunk' branch.
3f8257db 8741 2006 Fariborz Jahanian <fjahanian@apple.com>
1b1562a5 8742
668ea4b1
IS
8743 Radars 4436866, 4505126, 4506903, 4517826
8744 * c-common.c (c_common_resword): Define @property and its attributes.
8745 * c-common.h: Define property attribute enum entries.
8746 (OBJC_IS_PATTR_KEYWORD): New.
8747 (objc_property_attribute_kind): New enum.
8748 Declare objc_set_property_attr (), objc_add_property_variable (),
8749 objc_build_getter_call () and objc_build_setter_call ().
8750 * stub-objc.c (objc_set_property_attr): New stub.
8751 (objc_add_property_variable): Likewise.
8752 (objc_build_getter_call): Likewise.
8753 (objc_build_setter_call) Likewise.
1b1562a5 8754
a1178b30
IS
87552010-10-13 Iain Sandoe <iains@gcc.gnu.org>
8756
1b1562a5 8757 merge from FSF apple 'trunk' branch.
3f8257db 8758 2006-04-26 Fariborz Jahanian <fjahanian@apple.com>
a1178b30
IS
8759
8760 Radar 3803157 (method attributes)
8761 * c-common.c (handle_deprecated_attribute): Recognize
8762 objc methods as valid declarations.
8763 * c-common.h: Declare objc_method_decl ().
1b1562a5 8764 * stub-objc.c (objc_method_decl): New stub.
a1178b30 8765
a75bfaa6
JM
87662010-10-08 Joseph Myers <joseph@codesourcery.com>
8767
8768 * c-common.c (parse_optimize_options): Call
8769 decode_cmdline_options_to_array_default_mask before
8770 decode_options. Update arguments to decode_options.
8771 * c-common.h (c_common_init_options_struct): Declare.
8772 * c-opts.c (c_common_init_options_struct): New. Split out from
8773 c_common_init_options.
8774
f05b9d93
NP
87752010-10-06 Nicola Pero <nicola.pero@meta-innovation.com>
8776
8777 Implemented fast enumeration for Objective-C.
8778 * c-common.h (objc_finish_foreach_loop): New.
8779 * stub-objc.c (objc_finish_foreach_loop): New.
8780
1ebe4b4f
JM
87812010-10-05 Joseph Myers <joseph@codesourcery.com>
8782
8783 * c-common.h (struct diagnostic_context): Don't declare here.
8784 (c_common_initialize_diagnostics): Declare using
8785 diagnostic_context typedef.
8786 * c-opts.c (c_common_handle_option): Pass global_dc to
8787 handle_generated_option.
8788
d4d24ba4
JM
87892010-10-04 Joseph Myers <joseph@codesourcery.com>
8790
8791 * c-opts.c (c_common_handle_option): Pass &global_options_set to
8792 handle_generated_option.
8793
478a1c5b
ILT
87942010-10-03 Ian Lance Taylor <iant@google.com>
8795
8796 * c.opt (-fplan9-extensions): New option.
8797
82a1c2fe
FXC
87982010-10-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8799
8800 * c-cppbuiltin.c (define__GNUC__, builtin_define_type_precision):
8801 Remove.
8802 (c_cpp_builtins): Call functions from cppbuiltin.c instead
8803 of duplicating code.
8804
92902b1b
IS
88052010-09-30 Iain Sandoe <iains@gcc.gnu.org>
8806
8807 * c-common.c: Add two new entries for @optional
8808 and @required keywords.
8809
8810 merge from FSF 'apple/trunk' branch.
3f8257db 8811 2006-01-30 Fariborz Jahanian <fjahanian@apple.com>
92902b1b
IS
8812
8813 Radar 4386773
8814 * c-common.h (RID_AT_OPTIONAL, RID_AT_REQUIRED): Two new
8815 objective-c keywords.
8816 (objc_set_method_opt): New declaration.
8817 * stub-objc.c (objc_set_method_opt): New stub.
9faeb493 8818
46625112
JM
88192010-09-30 Joseph Myers <joseph@codesourcery.com>
8820
8821 * c-common.c (handle_optimize_attribute): Pass &global_options to
8822 cl_optimization_save and cl_optimization_restore.
8823 * c-opts.c (c_common_handle_option): Pass &global_options to
8824 handle_generated_option.
8825 * c-pragma.c (handle_pragma_diagnostic): Use option_flag_var.
8826 (handle_pragma_pop_options, handle_pragma_reset_options): Pass
8827 &global_options to cl_optimization_restore.
8828
49b91f05
NP
88292010-09-30 Nicola Pero <nicola.pero@meta-innovation.com>
8830
8831 * c-lex.c (c_lex_with_flags): Updated comments for CPP_AT_NAME
8832 Objective-C/Objective-C++ keywords.
8833
13ed556f 88342010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>
a6341d57 8835
9faeb493
UB
8836 Merge from 'apple/trunk' branch on FSF servers.
8837
3f8257db 8838 2005-10-04 Fariborz Jahanian <fjahanian@apple.com>
a6341d57
NP
8839
8840 Radar 4281748
8841 * c-common.h (objc_check_global_decl): New declaration.
8842 * stub-objc.c (objc_check_global_decl): New stub.
8843
f0036cca
JM
88442010-09-29 Joseph Myers <joseph@codesourcery.com>
8845
8846 * c.opt: Don't use VarExists.
8847
e3339d0f
JM
88482010-09-29 Joseph Myers <joseph@codesourcery.com>
8849
8850 * c-common.c (c_cpp_error): Update names of diagnostic_context
8851 members.
8852 * c-cppbuiltin.c (c_cpp_builtins_optimize_pragma): Update names of
8853 cl_optimization members.
8854 * c-opts.c (warning_as_error_callback, c_common_handle_option,
8855 sanitize_cpp_opts, finish_options): Update names of cpp_options
8856 members.
8857
1973201f
NP
88582010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>
8859
8860 * c-common.h (OBJC_IS_CXX_KEYWORD): New macro. Updated comments.
8861 (objc_is_reserved_word): Removed.
8862 * c-common.c: Updated comments.
8863 * c-lex.c (c_lex_with_flags): Use OBJC_IS_CXX_KEYWORD instead of
8864 objc_is_reserved_word.
8865 * stub-objc.c (objc_is_reserved_word): Removed.
8866
f7e71da5
IS
88672010-09-28 Iain Sandoe <iains@gcc.gnu.org>
8868
9faeb493 8869 * c-common.h (objc_add_method_declaration): Adjust prototype to
f7e71da5
IS
8870 include attributes.
8871 (objc_start_method_definition): Likewise.
8872 (objc_build_keyword_decl): Likewise.
8873 * stub-objc.c:(objc_add_method_declaration): Handle attributes.
8874 (objc_start_method_definition): Likewise.
8875 (objc_build_keyword_decl): Likewise.
8876
c165dca7
IS
88772010-09-28 Iain Sandoe <iains@gcc.gnu.org>
8878
8879 * c-common.h (objc_start_class_interface): Adjust prototype.
8880 (objc_start_category_interface): Likewise.
8881 (objc_start_protocol): Likewise.
8882 * stub-objc.c (objc_start_protocol): Adjust for extra argument.
8883 (objc_start_class_interface): Likewise.
8884 (objc_start_category_interface): Likewise.
8885
7458026b
ILT
88862010-09-27 Ian Lance Taylor <iant@google.com>
8887
8888 * c-common.c (c_common_attribute_table): Add no_split_stack.
8889 (handle_no_split_stack_attribute): New static function.
8890
b581b85b
NP
88912010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
8892
9faeb493 8893 Merge from 'apple/trunk' branch on FSF servers.
b581b85b 8894
3f8257db 8895 2005-12-15 Fariborz Jahanian <fjahanian@apple.com>
b581b85b 8896
9faeb493 8897 Radar 4229905
b581b85b
NP
8898 * c-common.h (objc_have_common_type): New declaration.
8899 * stub-objc.c (objc_have_common_type): New stub.
8900
8901 2005-06-22 Ziemowit Laski <zlaski@apple.com>
8902
8903 Radar 4154928
8904 * c-common.h (objc_common_type): New prototype.
9faeb493 8905 * stub-objc.c (objc_common_type): New stub.
b581b85b 8906
46a4da10
JH
89072010-09-24 Jan Hubicka <jh@suse.cz>
8908
8909 * c-common.c (handle_leaf_attribute): New function.
8910 (struct attribute_spec c_common_att): Add leaf.
8911
e200444e
JM
89122010-09-22 Joseph Myers <joseph@codesourcery.com>
8913
8914 * c.opt (-all-warnings, -ansi, -assert, -assert=, -comments,
8915 -comments-in-macros, -define-macro, -define-macro=, -dependencies,
8916 -dump, -dump=, -imacros, -imacros=, -include, -include=,
8917 -include-barrier, -include-directory, -include-directory=,
8918 -include-directory-after, -include-directory-after=,
8919 -include-prefix, -include-prefix=, -include-with-prefix,
8920 -include-with-prefix=, -include-with-prefix-after,
8921 -include-with-prefix-after=, -include-with-prefix-before,
8922 -include-with-prefix-before=, -no-integrated-cpp,
8923 -no-line-commands, -no-standard-includes, -no-warnings, -output,
8924 -output=, -pedantic, -pedantic-errors, -preprocess,
8925 -print-missing-file-dependencies, -trace-includes, -traditional,
8926 -traditional-cpp, -trigraphs, -undefine-macro, -undefine-macro=,
8927 -user-dependencies, -verbose, -write-dependencies,
8928 -write-user-dependencies, no-integrated-cpp, traditional): New.
8929
29a80ea6
NP
89302010-09-21 Nicola Pero <nicola.pero@meta-innovation.com>
8931
8932 PR objc/23710
ac1fc2fc
NP
8933 * c-common.h (objc_start_method_definition): Return bool instead
8934 of void.
8935 * stub-objc.c (objc_start_method_definition): Return bool instead
8936 of void.
8937
89382010-09-21 Nicola Pero <nicola.pero@meta-innovation.com>
8939
8940 PR objc/25965
8941 * c-common.h (objc_get_interface_ivars): New declaration.
8942 * stub-objc.c (objc_get_interface_ivars): New stub.
29a80ea6 8943
de621752
ILT
89442010-09-15 Ian Lance Taylor <iant@google.com>
8945
8946 * c-common.c (parse_optimize_options): Do not capitalize warning
06730c5d 8947 messages. Remove period at end of warning message.
de621752 8948
ba885ec5
NS
89492010-09-09 Nathan Sidwell <nathan@codesourcery.com>
8950
8951 * c-common.c (handle_alias_ifunc_attribute): New, broken out of ...
8952 (handle_alias_attribute): ... here.
8953 (handle_ifunc_attribute): New.
8954
c5ee1358
MM
89552010-09-06 Mark Mitchell <mark@codesourcery.com>
8956
8957 * c-common.h (do_warn_double_promotion): Declare.
8958 * c-common.c (do_warn_double_promotion): Define.
8959
0a0b3574
MM
89602010-09-05 Mark Mitchell <mark@codesourcery.com>
8961
8962 * c.opt (Wdouble-promotion): New.
8963
d1779886
JM
89642010-09-02 Joseph Myers <joseph@codesourcery.com>
8965
8966 * c.opt (falt-external-templates, fhuge-objects, fvtable-gc,
8967 fvtable-thunks, fxref): Mark no longer supported in help text.
8968
2d2bd949
JM
89692010-09-02 Joseph Myers <joseph@codesourcery.com>
8970
8971 * c.opt (Wimport, fall-virtual, falt-external-templates,
8972 fdefault-inline, fenum-int-equiv, fexternal-templates,
8973 fguiding-decls, fhonor-std, fhuge-objects, flabels-ok,
8974 fname-mangling-version-, fnew-abi, fnonnull-objects,
8975 foptional-diags, fsquangle, fstrict-prototype, fthis-is-variable,
8976 fvtable-gc, fvtable-thunks, fxref): Mark with Ignore and Warn as
8977 applicable.
8978 (fhandle-exceptions): Mark with Alias and Warn.
8979 * c-opts.c (c_common_handle_option): Don't handle options marked
8980 as ignored.
8981
5de8299c
JM
89822010-09-02 Joseph Myers <joseph@codesourcery.com>
8983
8984 * c.opt (Wcomments, Werror-implicit-function-declaration,
8985 ftemplate-depth-, std=c89, std=c9x, std=gnu89, std=gnu9x,
8986 std=iso9899:1990, std=iso9899:1999, std=iso9899:199x): Mark as
8987 aliases.
8988 * c-common.c (option_codes): Use OPT_Wcomment instead of
8989 OPT_Wcomments.
8990 * c-opts.c (warning_as_error_callback, c_common_handle_option):
8991 Don't handle options marked as aliases.
8992
0ceb0201
RG
89932010-08-25 Richard Guenther <rguenther@suse.de>
8994
8995 * c-common.c (c_common_get_alias_set): Remove special
8996 handling for pointers.
8997
ac47786e
NF
89982010-08-20 Nathan Froyd <froydnj@codesourcery.com>
8999
9000 * c-common.c: Use FOR_EACH_VEC_ELT.
9001 * c-gimplify.c: Likewise.
9002 * c-pragma.c: Likewise.
9003
c878765b
JM
90042010-08-16 Joseph Myers <joseph@codesourcery.com>
9005
9006 * c.opt (MDX): Change back to MD. Mark NoDriverArg instead of
9007 RejectDriver.
9008 (MMDX): Change back to MMD. Mark NoDriverArg instead of
9009 RejectDriver.
9010 * c-opts.c (c_common_handle_option): Use OPT_MD and OPT_MMD
9011 instead of OPT_MDX and OPT_MMDX.
9012
603349bf
JM
90132010-08-16 Joseph Myers <joseph@codesourcery.com>
9014
9015 * c.opt (MDX, MMDX, lang-asm): Mark RejectDriver.
9016
644fa7ac
JM
90172010-08-12 Joseph Myers <joseph@codesourcery.com>
9018
9019 * c.opt (MD, MMD): Change to MDX and MMDX.
9020 * c-opts.c (c_common_handle_option): Use OPT_MMD and OPT_MMDX.
9021
481e1176
JM
90222010-08-11 Joseph Myers <joseph@codesourcery.com>
9023
9024 * c-opts.c (c_common_handle_option): Call handle_generated_option
9025 instead of handle_option.
9026
ac8dc9f7
NF
90272010-08-08 Nathan Froyd <froydnj@codesourcery.com>
9028
9029 * c-pragma.c (add_to_renaming_pragma_list): Fix call to VEC_safe_push.
9030 (maybe_apply_renaming_pragma): Delete unneeded declarations.
9031
4f8c876d
NF
90322010-08-08 Nathan Froyd <froydnj@codesourcery.com>
9033
9034 * c-pragma.c (pending_redefinition): Declare. Declare a VEC of it.
9035 (pending_redefine_extname): Change type to a VEC.
9036 (add_to_renaming_pragma_list): Update for new type of
9037 pending_redefine_extname.
ac8dc9f7 9038 (maybe_apply_renaming_pragma): Likewise.
4f8c876d 9039
3b0c690e
AC
90402010-08-04 Arnaud Charlet <charlet@adacore.com>
9041
9042 * c-ada-spec.c (dump_ada_template): Mark underlying instance type as
9043 visited.
9044 (dump_generic_ada_node): Code clean up. Use TREE_VISITED flag to
9045 decide whether a type has already been declared/seen.
9046 Do not go to the original type.
9047 (dump_nested_types): New parameter forward.
9048 Generate forward declaration if needed and mark type as visited.
9049 (print_ada_declaration): Call dump_nested_types if not already done.
9050 Mark types as visited.
9051
1890bccc
JM
90522010-08-03 Joseph Myers <joseph@codesourcery.com>
9053
9054 * c.opt (-print-pch-checksum): Remove option.
9055 * c-opts.c (c_common_handle_option): Don't handle
9056 OPT_print_pch_checksum.
9057
5f20c657
JM
90582010-07-27 Joseph Myers <joseph@codesourcery.com>
9059
9060 * c-common.h (c_common_handle_option): Update prototype and return
9061 value type.
9062 * c-opts.c (c_common_handle_option): Update prototype and return
9063 value type. Update calls to handle_option and
9064 enable_warning_as_error.
9065
f551f80c
JJ
90662010-07-27 Jakub Jelinek <jakub@redhat.com>
9067
9068 PR c/45079
9069 * c-pretty-print.c (pp_c_expression): Handle C_MAYBE_CONST_EXPR.
9070
61ff2bdc
JM
90712010-07-27 Joseph Myers <joseph@codesourcery.com>
9072
9073 * c-common.h (c_common_missing_argument): Remove.
9074 * c-opts.c (c_common_missing_argument): Remove.
9075 * c.opt (A, D, F, I, MD, MMD, MQ, MT, U, fconstant-string-class=,
9076 idirafter, imacros, include, isysroot, isystem, iquote): Add
9077 MissingArgError.
9078 * c-objc-common.h (LANG_HOOKS_MISSING_ARGUMENT): Remove.
9079
7a9bf9a4
JM
90802010-07-27 Joseph Myers <joseph@codesourcery.com>
9081
9082 * c-common.h (c_common_option_lang_mask,
9083 c_common_initialize_diagnostics, c_common_complain_wrong_lang_p):
9084 New.
9085 (c_common_init_options): Update prototype.
9086 * c-opts.c (c_common_option_lang_mask): New.
9087 (c_common_initialize_diagnostics): Split out of
9088 c_common_init_options.
9089 (accept_all_c_family_options, c_common_complain_wrong_lang_p):
9090 New.
9091 (c_common_init_options): Update prototype. Use decoded options in
9092 search for -lang-asm.
9093
910ad8de
NF
90942010-07-15 Nathan Froyd <froydnj@codesourcery.com>
9095
9096 * c-common.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
9097 * c-format.c: Likewise.
9098
718f9c0f
MLI
90992010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
9100
9101 * c-common.h: Include diagnostic-core.h. Error if already
9102 included.
9103 * c-semantics.c: Do not define GCC_DIAG_STYLE here.
9104
4d451982
MLI
91052010-07-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
9106
adfac8df 9107 * c-common.c (IN_GCC_FRONTEND): Do not undef.
4d451982
MLI
9108 Do not include expr.h
9109 (vector_mode_valid_p): Move here.
9110
119fe915
SB
91112010-06-21 DJ Delorie <dj@redhat.com>
9112
9113 * c-pragma.c (handle_pragma_diagnostic): Add push/pop,
9114 allow these pragmas anywhere.
9115
91162010-06-14 Jakub Jelinek <jakub@redhat.com>
9117
9118 PR bootstrap/44509
9119 * c-cppbuiltin.c: Include gt-c-family-c-cppbuiltin.h.
9120 (lazy_hex_fp_values, lazy_hex_fp_value_count): Add GTY(()) markers.
9121 (lazy_hex_fp_value, builtin_define_with_hex_fp_value): Use
9122 ggc_strdup instead of xstrdup.
9123
91242010-06-10 Jakub Jelinek <jakub@redhat.com>
9125
9126 * c-cppbuiltin.c: Include cpp-id-data.h.
9127 (lazy_hex_fp_values, lazy_hex_fp_value_count): New variables.
9128 (lazy_hex_fp_value): New function.
9129 (builtin_define_with_hex_fp_value): Provide definitions lazily.
9130
6662d794
MLI
91312010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
9132
9133 * c-gimplify.c: Do not include tree-flow.h
9134
38f8b050
JR
91352010-06-29 Joern Rennecke <joern.rennecke@embecosm.com>
9136
9137 PR other/44034
9138 * c-common.c: Rename targetm member:
9139 targetm.enum_va_list -> targetm.enum_va_list_p
9140
9589f23e
AS
91412010-06-28 Anatoly Sokolov <aesok@post.ru>
9142
9143 * c-common.c (shorten_compare): Adjust call to force_fit_type_double.
9144
3b06d379
SB
91452010-06-28 Steven Bosscher <steven@gcc.gnu.org>
9146
9147 * c-cppbuiltin.c: Do not include except.h.
9148
d166d4c3
AK
91492010-06-24 Andi Kleen <ak@linux.intel.com>
9150
9faeb493
UB
9151 * c-common.c (warn_for_omitted_condop): New.
9152 * c-common.h (warn_for_omitted_condop): Add prototype.
d166d4c3 9153
70cb8be6
JM
91542010-06-21 Joseph Myers <joseph@codesourcery.com>
9155
9156 * c.opt (lang-objc): Remove.
9157 * c-opts.c (c_common_handle_option): Don't handle OPT_lang_objc.
9158
a4c97feb
JR
91592010-06-21 Joern Rennecke <joern.rennecke@embecosm.com>
9160
9161 * c-opts.c: Include "tm_p.h".
9162
6e2f1956
JM
91632010-06-20 Joseph Myers <joseph@codesourcery.com>
9164
9165 * c-common.c (parse_optimize_options): Update call to
9166 decode_options.
9167
bc87224e
NF
91682010-06-18 Nathan Froyd <froydnj@codesourcery.com>
9169
9170 * c-common.c (record_types_used_by_current_var_decl): Adjust for
9171 new type of types_used_by_cur_var_decl.
9172
b49cf425
JR
91732010-06-17 Joern Rennecke <joern.rennecke@embecosm.com>
9174
9175 PR bootstrap/44512
9176 * c-cppbuiltin.c (builtin_define_with_hex_fp_value): Add cast
9177 for C++ standard compliance.
9178
59f9c2ed
JM
91792010-06-16 Jason Merrill <jason@redhat.com>
9180
9181 * c.opt: Add -Wnoexcept.
9182
33766b66
RG
91832010-06-16 Richard Guenther <rguenther@suse.de>
9184
9185 PR c/44555
9186 * c-common.c (c_common_truthvalue_conversion): Remove
9187 premature and wrong optimization concering ADDR_EXPRs.
9188
eff7e30c
AC
91892010-06-15 Arnaud Charlet <charlet@adacore.com>
9190
9191 * c-ada-spec.c (dump_sloc): Remove column info.
9192 (is_simple_enum): New function.
9193 (dump_generic_ada_node, print_ada_declaration): Map C enum types to Ada
9194 enum types when relevant.
9195
6312e84d
MLI
91962010-06-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
9197
9faeb493 9198 * c-common.c (conversion_warning): Warn at expression
6312e84d
MLI
9199 location.
9200
1cb42611
JM
92012010-06-10 Joseph Myers <joseph@codesourcery.com>
9202
9203 * c-opts.c (c_common_handle_option): Don't handle
9204 OPT_fshow_column.
9205
a9429e29
LB
92062010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
9207
9208 * c-pragma.c (push_alignment): Use typed GC allocation.
9209 (handle_pragma_push_options): Likewise.
9210
9211 * c-common.c (parse_optimize_options): Likewise.
9212
9213 * c-common.h (struct sorted_fields_type): Add variable_size GTY
9214 option.
9215
5498f011
JM
92162010-06-07 Joseph Myers <joseph@codesourcery.com>
9217
9218 * c-common.c (flag_preprocess_only, flag_undef, flag_no_builtin,
9219 flag_no_nonansi_builtin, flag_short_double, flag_short_wchar,
9220 flag_lax_vector_conversions, flag_ms_extensions, flag_no_asm,
9221 flag_signed_bitfields, warn_strict_null_sentinel,
9222 flag_nil_receivers, flag_zero_link, flag_replace_objc_classes,
9223 flag_gen_declaration, flag_no_gnu_keywords,
9224 flag_implement_inlines, flag_implicit_templates,
9225 flag_implicit_inline_templates, flag_optional_diags,
9226 flag_elide_constructors, flag_default_inline, flag_rtti,
9227 flag_conserve_space, flag_access_control, flag_check_new,
9228 flag_new_for_scope, flag_weak, flag_working_directory,
9229 flag_use_cxa_atexit, flag_use_cxa_get_exception_ptr,
9230 flag_enforce_eh_specs, flag_threadsafe_statics,
9231 flag_pretty_templates): Remove.
9232 * c-common.h (flag_preprocess_only, flag_nil_receivers,
9233 flag_objc_exceptions, flag_objc_sjlj_exceptions, flag_zero_link,
9234 flag_replace_objc_classes, flag_undef, flag_no_builtin,
9235 flag_no_nonansi_builtin, flag_short_double, flag_short_wchar,
9236 flag_lax_vector_conversions, flag_ms_extensions, flag_no_asm,
9237 flag_const_strings, flag_signed_bitfields, flag_gen_declaration,
9238 flag_no_gnu_keywords, flag_implement_inlines,
9239 flag_implicit_templates, flag_implicit_inline_templates,
9240 flag_optional_diags, flag_elide_constructors, flag_default_inline,
9241 flag_rtti, flag_conserve_space, flag_access_control,
9242 flag_check_new, flag_new_for_scope, flag_weak,
9243 flag_working_directory, flag_use_cxa_atexit,
9244 flag_use_cxa_get_exception_ptr, flag_enforce_eh_specs,
9245 flag_threadsafe_statics, flag_pretty_templates,
9246 warn_strict_null_sentinel): Remove.
9247 * c.opt (E, Wstrict-null-sentinel, faccess-control, fasm,
9248 fbuiltin, fcheck-new, fconserve-space, felide-constructors,
9249 fenforce-eh-specs, ffor-scope, fgnu-keywords, fimplement-inlines,
9250 fimplicit-inline-templates, fimplicit-templates,
9251 flax-vector-conversions, fms-extensions, fnil-receivers,
9252 fnonansi-builtins, fpretty-templates, freplace-objc-classes,
9253 frtti, fshort-double, fshort-enums, fshort-wchar,
9254 fsigned-bitfields, fsigned-char, fstats, fthreadsafe-statics,
9255 funsigned-bitfields, funsigned-char, fuse-cxa-atexit,
9256 fuse-cxa-get-exception-ptr, fweak, fworking-directory, fzero-link,
9257 gen-decls, undef): Use Var.
9258 (fdefault-inline, foptional-diags): Document as doing nothing.
9259 * c-opts.c (c_common_handle_option): Remove cases for options now
9260 using Var. Mark ignored options as such.
9261
39dabefd
SB
92622010-06-05 Steven Bosscher <steven@gcc.gnu.org>
9263
9faeb493 9264 * c-common.c: Moved to here from parent directory.
39dabefd
SB
9265 * c-common.def: Likewise.
9266 * c-common.h: Likewise.
9267 * c-cppbuiltin.c: Likewise.
9268 * c-dump.c: Likewise.
9269 * c-format.c: Likewise.
9270 * c-format.h : Likewise.
9271 * c-gimplify.c: Likewise.
9272 * c-lex.c: Likewise.
9273 * c-omp.c: Likewise.
9274 * c.opt: Likewise.
9275 * c-opts.c: Likewise.
9276 * c-pch.c: Likewise.
9277 * c-ppoutput.c: Likewise.
9278 * c-pragma.c: Likewise.
9279 * c-pragma.h: Likewise.
9280 * c-pretty-print.c: Likewise.
9281 * c-pretty-print.h: Likewise.
9282 * c-semantics.c: Likewise.
9283 * stub-objc.c: Likewise.
9284
9285 * c-common.c: Include gt-c-family-c-common.h.
9286 * c-pragma.c: Include gt-c-family-c-pragma.h.
9287\f
85ec4feb 9288Copyright (C) 2010-2018 Free Software Foundation, Inc.
39dabefd
SB
9289
9290Copying and distribution of this file, with or without modification,
9291are permitted in any medium without royalty provided the copyright
9292notice and this notice are preserved.