]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/c-family/ChangeLog
re PR target/85530 ([X86] _mm512_mullox_epi64 and _mm512_mask_mullox_epi64 not implem...
[thirdparty/gcc.git] / gcc / c-family / ChangeLog
CommitLineData
2cc7d3a7
DM
12018-05-01 David Malcolm <dmalcolm@redhat.com>
2
3 PR c/84258
4 * c-format.c (struct format_check_results): Add field
5 "number_non_char".
6 (check_format_info): Initialize it, and warn if encountered.
7 (check_format_arg): Distinguish between wide char and
8 everything else when detecting arrays of non-char.
9
7761dfbe
DM
102018-04-30 David Malcolm <dmalcolm@redhat.com>
11
12 * c-format.c (get_corrected_substring): Update for
13 location_get_source_line returning a char_span. Use a char_span
14 when handling the prefix of the correction.
15 * c-indentation.c (get_visual_column): Update for
16 location_get_source_line returning a char_span.
17 (get_first_nws_vis_column): Likewise.
18
62e98ef1
DM
192018-03-29 David Malcolm <dmalcolm@redhat.com>
20
21 PR c++/84269
22 * known-headers.cc (get_stdlib_header_for_name): Add various names
23 from <assert.h>, <string.h>, and <memory.h>; add more names from
24 <stdio.h>.
25
a7dea617
JJ
262018-03-27 Jakub Jelinek <jakub@redhat.com>
27
28 PR c++/85061
29 * c-common.c (fold_offsetof_1) <case COMPOUND_EXPR>: Assert that
30 get_base_address of the second operand is a VAR_P, rather than the
31 operand itself, and use gcc_checking_assert instead of gcc_assert.
32
889a3a30
MP
332018-03-23 Marek Polacek <polacek@redhat.com>
34
35 PR c++/85045
36 * c-pretty-print.c (c_pretty_printer::multiplicative_expression)
37 <case RDIV_EXPR>: Tweak condition.
38
452154b9
EB
392018-03-20 Eric Botcazou <ebotcazou@adacore.com>
40
41 * c-ada-spec.c (pp_ada_tree_identifier): Deal specifically with _Bool.
42
63ecb626
JJ
432018-03-16 Jakub Jelinek <jakub@redhat.com>
44
ce811fc4
JJ
45 PR c/84909
46 * c-warn.c (conversion_warning): Replace "to to" with "to" in
47 diagnostics.
48
63ecb626
JJ
49 PR c/84910
50 * c-warn.c (diagnose_mismatched_attributes): Remove trailing space from
51 diagnostics.
52
a1295eec
RB
532018-03-16 Richard Biener <rguenther@suse.de>
54
55 PR c/84873
56 * c-gimplify.c (c_gimplify_expr): Revert previous change. Instead
57 unshare the possibly folded expression.
58
919674fb
RB
592018-03-15 Richard Biener <rguenther@suse.de>
60
61 PR c/84873
62 * c-gimplify.c (c_gimplify_expr): Do not fold expressions.
63
f99309b2
MS
642018-03-13 Martin Sebor <msebor@redhat.com>
65
66 PR tree-optimization/84725
67 * c-attribs.c (handle_nonstring_attribute): Allow attribute nonstring
68 with all three narrow character types, including their qualified forms.
69
e9b9fa4c
MS
702018-03-12 Martin Sebor <msebor@redhat.com>
71
72 PR tree-optimization/83456
73 * gcc/c-family/c-common.c (check_function_restrict): Return bool.
74 Restore checking of bounded built-in functions.
75 (check_function_arguments): Also return the result
76 of warn_for_restrict.
77 * gcc/c-family/c-common.c (check_function_restrict): Return bool.
78 * gcc/c-family/c-warn.c (warn_for_restrict): Return bool.
79
0805d020
MP
802018-03-02 Marek Polacek <polacek@redhat.com>
81
82 PR c++/84171
83 * c-warn.c (warn_for_sign_compare): Bail out if any of the operands
84 is erroneous.
85
ed2a2f08
TS
862018-03-02 Thomas Schwinge <thomas@codesourcery.com>
87
88 * c-attribs.c (c_common_attribute_table): Remove "cilk simd
89 function".
90
90abdde0
MP
912018-03-01 Marek Polacek <polacek@redhat.com>
92
93 PR c++/84639
94 * c-attribs.c (common_handle_aligned_attribute): Don't use invalid
95 alignment in computation.
96
c6db43fa
EB
972018-02-28 Eric Botcazou <ebotcazou@adacore.com>
98
99 * c-ada-spec.c (dump_ada_node) <NULLPTR_TYPE>: New case.
100 <REAL_TYPE>: Deal specifically with _Float128/__float128.
101
9e25c7ed
EB
1022018-02-28 Eric Botcazou <ebotcazou@adacore.com>
103
104 * c-ada-spec.c (dump_ada_double_name) <ENUMERAL_TYPE>: New case.
105 (is_char_array): Take a type instead of a declaration.
106 (dump_ada_array_type): Likewise.
107 (is_simple_enum): Minor tweak.
108 (dump_ada_enum_type): New function extracted from...
109 (dump_ada_node) <ENUMERAL_TYPE>: ...here. Invoke it.
110 <INTEGER_TYPE>: Remove unreachable code.
111 <RECORD_TYPE>: Likewise. Minor tweaks.
112 (dump_nested_type) <ARRAY_TYPE>: Adjust to above changes.
113 <ENUMERAL_TYPE>: New case.
114 <RECORD_TYPE>: Factor out common code.
115 (dump_ada_declaration) <ARRAY_TYPE>: Adjust to above changes.
116 Minor tweaks. Deal with enumeral types.
117 (dump_ada_structure): Minor tweaks.
118
09de3550
EB
1192018-02-28 Eric Botcazou <ebotcazou@adacore.com>
120
121 * c-ada-spec.c (dump_ada_node) <POINTER_TYPE>: Do not use generic
122 address for incomplete structures.
123 (dump_forward_type): Do not bail out for incomplete structures.
124 (dump_ada_declaration): Do not special-case incomplete structures
125 for subtypes. Dump them as null records for types.
126
095d8d4b
EB
1272018-02-28 Eric Botcazou <ebotcazou@adacore.com>
128
129 * c-ada-spec.c (dump_ada_import): Use boolean and fix formatting.
130 (is_char_array): Fix formatting.
131 (dump_template_types): Likewise.
132 (dump_generic_ada_node): Rename into...
133 (dump_ada_node): ...this.
134 <POINTER_TYPE>: Remove superfluous space. Use generic address for
135 incomplete structures and not for empty structures. Do not use it
136 when forward declarations are needed.
137 (dump_forward_type): New function.
138 (dump_nested_types): Remove FORWARD parameter. Do not consider
139 TREE_VISITED and do not generate a forward declaration. Only dump
140 original nested types for nested declaration.
141 (dump_nested_type) <POINTER_TYPE>: Call dump_forward_type.
142 <ARRAY_TYPE>: Likewise if the component type is an anonymous pointer.
143 <RECORD_TYPE>: Do not consider TREE_VISITED.
144 (dump_ada_declaration): Use booleans and fix formatting throughout.
145 <TYPE_DECL>: Skip incomplete structures and not empty structures.
146 Call dump_forward_type instead of dump_nested_types for a typedef.
147 Remove superfluous check and adjust call to dump_nested_types.
148 <POINTER_TYPE>: Call dump_forward_type and fall through.
149 (dump_ada_struct_decl): Rename into...
150 (dump_ada_structure): ...this. Do not special-case empty structures.
151
d4cfd486
MS
1522018-02-27 Martin Sebor <msebor@redhat.com>
153
154 PR c++/83871
155 * c.opt (-Wmissing-attributes): New option.
156
b22dbd03
ML
1572018-02-21 Martin Liska <mliska@suse.cz>
158
159 * c.opt (Wcatch-value=): Add IntegerRange.
160
883dfe2a
JM
1612018-02-15 Jason Merrill <jason@redhat.com>
162
163 * c-cppbuiltin.c (c_cpp_builtins): Update __cpp_deduction_guides.
164
0444aa9c
NS
1652018-02-09 Nathan Sidwell <nathan@acm.org>
166
167 PR c/84293
168 * c-common.h (strict_aliasing_warning): Drop OTYPE arg, insert LOC
169 arg.
170 * c-warn.c (strict_aliasing_warning): Drop OTYPE arg, require LOC
171 arg. Adjust.
172
cea71f0a
MS
1732018-02-09 Martin Sebor <msebor@redhat.com>
174
175 PR lto/84212
176 * c.opt (-Wstringop-overflow, -Warray-bounds): Add LTO.
177 (-Walloc-size-larger-than, -Wformat-truncation=): Same.
178 (-Wmaybe-uninitialized, -Wnonnull, -Wrestrict): Same.
179 (-Wstrict-overflow, -Wsuggest-attribute): Same.
180 (-Wuninitialized): Same.
181
8c8b7be5
EB
1822018-02-09 Eric Botcazou <ebotcazou@adacore.com>
183
184 * c-ada-spec.c (dump_ada_declaration): Do not generate the 'constant'
185 keyword for components.
186
7c30b12a
PC
1872018-02-02 Paolo Carlini <paolo.carlini@oracle.com>
188
189 * c-common.h (DECL_UNNAMED_BIT_FIELD): New.
190
eece7fe5
JK
1912018-02-02 Julia Koval <julia.koval@intel.com>
192
193 * c-common.h (omp_clause_mask): Move to wide_int_bitmask.h.
194
7d07a93a
MP
1952018-01-29 Marek Polacek <polacek@redhat.com>
196
197 PR c/83966
198 * c-format.c (check_function_format): Check current_function_decl.
199
53723269
JJ
2002018-01-27 Jakub Jelinek <jakub@redhat.com>
201
202 * c-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup for the fp_suffix
203 argument.
204 (LAZY_HEX_FP_VALUES_CNT): Define.
205 (lazy_hex_fp_values): Allow up to LAZY_HEX_FP_VALUES_CNT lazy hex fp
206 values rather than just 12.
207 (builtin_define_with_hex_fp_value): Likewise.
208
7365279f
BK
2092018-01-18 Boris Kolpackov <boris@codesynthesis.com>
210
211 PR other/70268
53723269
JJ
212 * c.opt (-fmacro-prefix-map): New option.
213 * c-opts.c (c_common_handle_option): Handle it.
214 * c-lex.c (init_c_lex): Set remap_filename cpp callback.
215 * c-ppoutput.c (init_pp_output): Likewise.
7365279f 216
bb9869d5
DM
2172018-01-17 David Malcolm <dmalcolm@redhat.com>
218
219 PR c++/83814
220 * c-common.c (fold_for_warn): Move to c/c-fold.c and cp/expr.c.
221
68dc87c3
EB
2222018-01-10 Eric Botcazou <ebotcazou@adacore.com>
223
224 * c-ada-spec.c (dump_number): Add FLOAT_P parameter.
225 Skip 'f' and 'F' characters if it is true.
226 (store_ada_macro): Minor tweak.
227 (dump_ada_macros) <CPP_COMMENT>: Likewise.
228 <CPP_WSTRING>: Likewise.
229 <CPP_STRING>: Output '&' in the buffer if not the first string.
230 <CPP_NUMBER>: Adjust calls to dump_number.
231
9a004410
DM
2322018-01-10 David Malcolm <dmalcolm@redhat.com>
233
234 PR c++/43486
235 * c-common.c: Include "selftest.h".
236 (get_atomic_generic_size): Perform the test for integral type
237 before the range test for any integer constant, fixing indentation
238 of braces. Call fold_for_warn before testing for an INTEGER_CST.
239 (reject_gcc_builtin): Strip any location wrapper from EXPR.
240 (selftest::test_fold_for_warn): New function.
241 (selftest::c_common_c_tests): New function.
242 (selftest::c_family_tests): Call it, and
243 selftest::c_pretty_print_c_tests.
244 * c-common.h (selftest::c_pretty_print_c_tests): New decl.
245 * c-format.c (check_format_arg): Convert VAR_P check to a
246 fold_for_warn.
247 * c-pretty-print.c: Include "selftest.h".
248 (pp_c_cast_expression): Don't print casts for location wrappers.
249 (selftest::assert_c_pretty_printer_output): New function.
250 (ASSERT_C_PRETTY_PRINTER_OUTPUT): New macro.
251 (selftest::test_location_wrappers): New function.
252 (selftest::c_pretty_print_c_tests): New function.
253 * c-warn.c (warn_for_memset): Call fold_for_warn on the arguments.
254
5c0caeb3
RS
2552018-01-03 Richard Sandiford <richard.sandiford@linaro.org>
256 Alan Hayward <alan.hayward@arm.com>
257 David Sherwood <david.sherwood@arm.com>
258
259 * c-common.c (c_common_type_for_mode): Handle MODE_VECTOR_BOOL.
260
73a699ae
RS
2612018-01-03 Richard Sandiford <richard.sandiford@linaro.org>
262 Alan Hayward <alan.hayward@arm.com>
263 David Sherwood <david.sherwood@arm.com>
264
265 * c-ubsan.c (ubsan_instrument_shift): Treat GET_MODE_BITSIZE
266 as polynomial.
267
928686b1
RS
2682018-01-03 Richard Sandiford <richard.sandiford@linaro.org>
269 Alan Hayward <alan.hayward@arm.com>
270 David Sherwood <david.sherwood@arm.com>
271
272 * c-common.c (vector_types_convertible_p, c_build_vec_perm_expr)
273 (convert_vector_to_array_for_subscript): Handle polynomial
274 TYPE_VECTOR_SUBPARTS.
275 (c_common_type_for_mode): Check valid_vector_subparts_p.
276 * c-pretty-print.c (pp_c_initializer_list): Handle polynomial
277 VECTOR_CST_NELTS.
278
85ec4feb
JJ
2792018-01-03 Jakub Jelinek <jakub@redhat.com>
280
281 Update copyright years.
282
170a8bd6
EB
2832017-12-22 Mike Stump <mikestump@comcast.net>
284 Eric Botcazou <ebotcazou@adacore.com>
285
286 * c-pragma.c (init_pragma): Register pragma GCC unroll.
287 * c-pragma.h (enum pragma_kind): Add PRAGMA_UNROLL.
288
18408e96
AO
2892017-12-22 Alexandre Oliva <aoliva@redhat.com>
290
291 PR debug/83527
292 PR debug/83419
293 * c-semantics.c (only_debug_stmts_after_p): New.
294 (pop_stmt_list): Clear side effects in debug-only stmt list.
295 Check for single nondebug stmt followed by debug stmts only.
296
c12d20d4
AO
2972017-12-21 Alexandre Oliva <aoliva@redhat.com>
298
299 PR debug/83419
300 * c-semantics.c (pop_stmt_list): Propagate side effects from
301 single nondebug stmt to container list.
302
01512446
JJ
3032017-12-19 Jakub Jelinek <jakub@redhat.com>
304
305 * known-headers.cc (get_stdlib_header_for_name): Replace Yoda
306 conditions with typical order conditions.
307
82cfbd01
MP
3082017-12-18 Marek Polacek <polacek@redhat.com>
309
310 * c-warn.c (warn_logical_operator): Return early if -Wlogical-op is
311 not in effect.
312
99da11ec
MS
3132017-12-17 Martin Sebor <msebor@redhat.com>
314
315 * c-attribs.c (common_handle_aligned_attribute): Avoid issuing
316 an error for attribute warn_if_not_aligned.
317
cc8bea0a
MS
3182017-12-16 Martin Sebor <msebor@redhat.com>
319
320 PR tree-optimization/78918
321 * c-common.c (check_function_restrict): Avoid checking built-ins.
322 * c.opt (-Wrestrict): Include in -Wall.
323
4849deb1
JJ
3242017-12-15 Jakub Jelinek <jakub@redhat.com>
325
326 * c-attribs.c (c_common_attribute_table,
327 c_common_format_attribute_table): Swap affects_type_identity
328 and handler fields, adjust comments.
329
c65e18d3
BE
3302017-12-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
331
332 * c.opt (Wcast-function-type): New warning option.
333 * c-lex.c (get_fileinfo): Avoid warning.
334 * c-ppoutput.c (scan_translation_unit_directives_only): Remove cast.
335
2004617a
QZ
3362017-12-14 Qing Zhao <qing.zhao@oracle.com>
337
7365279f 338 PR middle_end/79538
2004617a
QZ
339 * c-cppbuiltin.c (builtin_define_with_hex_fp_value):
340 Adjust the size of buf1 and buf2, add a new buf to avoid
341 format-overflow warning.
342
96a95ac1
AO
3432017-12-12 Alexandre Oliva <aoliva@redhat.com>
344
345 * c-semantics.c (pop_stmt_list): Move begin stmt marker into
346 subsequent statement list.
347
5d9ae53d
MS
3482017-12-07 Martin Sebor <msebor@redhat.com>
349
350 PR c/81544
351 PR c/81566
352 * c-attribs.c (attr_aligned_exclusions): New array.
353 (attr_alloc_exclusions, attr_cold_hot_exclusions): Same.
354 (attr_common_exclusions, attr_const_pure_exclusions): Same.
355 (attr_gnu_inline_exclusions, attr_inline_exclusions): Same.
356 (attr_noreturn_exclusions, attr_returns_twice_exclusions): Same.
357 (attr_warn_unused_result_exclusions): Same.
358 (handle_hot_attribute, handle_cold_attribute): Simplify.
359 (handle_const_attribute): Warn on function returning void.
360 (handle_pure_attribute): Same.
361 (handle_aligned_attribute): Diagnose conflicting attribute
362 specifications.
363 * c-warn.c (diagnose_mismatched_attributes): Simplify.
364
c79144f8
DM
3652017-12-06 David Malcolm <dmalcolm@redhat.com>
366
367 PR c/83236
368 * c-common.c (selftest::c_family_tests): Call
369 selftest::c_spellcheck_cc_tests.
370 * c-common.h (selftest::c_spellcheck_cc_tests): New decl.
371 * c-spellcheck.cc: Include "selftest.h".
372 (name_reserved_for_implementation_p): New function.
373 (should_suggest_as_macro_p): New function.
374 (find_closest_macro_cpp_cb): Move the check for NT_MACRO to
375 should_suggest_as_macro_p and call it.
376 (selftest::test_name_reserved_for_implementation_p): New function.
377 (selftest::c_spellcheck_cc_tests): New function.
378 * c-spellcheck.h (name_reserved_for_implementation_p): New decl.
379
613bc14f
DM
3802017-12-06 David Malcolm <dmalcolm@redhat.com>
381
382 * c-spellcheck.cc: New file, taken from macro-handling code in
383 spellcheck-tree.c.
384 * c-spellcheck.h: New file, taken from macro-handling code in
385 spellcheck-tree.h.
386
e76c7157
JJ
3872017-12-01 Jakub Jelinek <jakub@redhat.com>
388
389 * c-attribs.c (c_common_attribute_table): Remove "cilk simd function"
390 attribute.
391 (handle_simd_attribute): Don't check for "cilk simd function"
392 attribute. Reindent, formatting changes.
393
b0da4034
JK
3942017-11-30 Julia Koval <julia.koval@intel.com>
395
396 * c-common.h (inv_list): Remove.
397
058f0b9e
JJ
3982017-11-28 Jakub Jelinek <jakub@redhat.com>
399
400 PR sanitizer/81275
401 * c-common.c (c_switch_covers_all_cases_p_1,
402 c_switch_covers_all_cases_p): New functions.
403 * c-common.h (c_switch_covers_all_cases_p): Declare.
404
5e9d6aa4
JK
4052017-11-28 Julia Koval <julia.koval@intel.com>
406 Sebastian Peryt <sebastian.peryt@intel.com>
407
408 * array-notation-common.c: Delete.
409 * c-cilkplus.c: Ditto.
410 * c-common.c (_Cilk_spawn, _Cilk_sync, _Cilk_for): Remove.
411 * c-common.def (ARRAY_NOTATION_REF): Remove.
412 * c-common.h (RID_CILK_SPAWN, build_array_notation_expr,
413 build_array_notation_ref, C_ORT_CILK, c_check_cilk_loop,
414 c_validate_cilk_plus_loop, cilkplus_an_parts,
415 cilk_ignorable_spawn_rhs_op,
416 cilk_recognize_spawn): Remove.
417 * c-gimplify.c (CILK_SPAWN_STMT): Remove.
418 * c-omp.c: Remove CILK_SIMD check.
419 * c-pragma.c: Ditto.
420 * c-pragma.h: Remove CILK related pragmas.
421 * c-pretty-print.c (c_pretty_printer::postfix_expression): Remove
422 ARRAY_NOTATION_REF condition.
423 (c_pretty_printer::expression): Ditto.
424 * c.opt (fcilkplus): Remove.
425 * cilk.c: Delete.
426
1af4ebf5
MG
4272017-11-21 Marc Glisse <marc.glisse@inria.fr>
428
429 * c-pretty-print.c (pp_c_additive_expression,
430 c_pretty_printer::expression): Handle POINTER_DIFF_EXPR.
431
d44ed508
JJ
4322017-11-21 Jakub Jelinek <jakub@redhat.com>
433
7d2f0f9b
JJ
434 * c-common.c (get_nonnull_operand): Use tree_to_uhwi.
435
d44ed508
JJ
436 PR c++/83059
437 * c-common.c (get_atomic_generic_size): Use TREE_INT_CST_LOW
438 instead of tree_to_uhwi, formatting fix.
439
26edace6
DM
4402017-11-20 David Malcolm <dmalcolm@redhat.com>
441
442 PR c/81404
443 * known-headers.cc: New file, based on material from c/c-decl.c.
444 (suggest_missing_header): Copied as-is.
445 (get_stdlib_header_for_name): New, based on get_c_name_hint but
446 heavily edited to add C++ support. Add some knowledge about
447 <limits.h>, <stdint.h>, and <wchar.h>.
448 * known-headers.h: Likewise.
449
6c7a259b
DM
4502017-11-20 David Malcolm <dmalcolm@redhat.com>
451
452 * c-common.h (enum lookup_name_fuzzy_kind): Move to name-hint.h.
453 (lookup_name_fuzzy): Likewise. Convert return type from
454 const char * to name_hint. Add location_t param.
455 * name-hint.h: New header.
456
f9c59f7e
JJ
4572017-11-19 Jakub Jelinek <jakub@redhat.com>
458
459 PR c/66618
460 PR c/69960
461 * c-common.h (c_fully_fold): Add LVAL argument defaulted to false.
462
1e39313a
JM
4632017-11-16 Joseph Myers <joseph@codesourcery.com>
464
465 * c.opt (-std=c17, std=gnu17, -std=iso9899:2017): Refer to 2018
466 expected publication date of C17.
467 (-std=c18, -std=gnu18, -std=iso9899:2018): New option aliases.
468
3ca0dc60
JM
4692017-11-15 Joseph Myers <joseph@codesourcery.com>
470
471 PR c/81156
472 * c-common.c (c_common_reswords): Add __builtin_tgmath.
473 * c-common.h (enum rid): Add RID_BUILTIN_TGMATH.
474
025d57f0
MS
4752017-11-10 Martin Sebor <msebor@redhat.com>
476
477 PR c/81117
478 * c-common.c (catenate_strings): Use memcpy instead of strncpy.
479 * c-warn.c (sizeof_pointer_memaccess_warning): Handle arrays.
480 * c.opt (-Wstringop-truncation): New option.
481
1b6fa695
ML
4822017-11-06 Martin Liska <mliska@suse.cz>
483
484 PR middle-end/82404
485 * c-opts.c (c_common_post_options): Set -Wreturn-type for C++
486 FE.
487 * c.opt: Set default value of warn_return_type.
488
64a5912c
DM
4892017-10-31 David Malcolm <dmalcolm@redhat.com>
490
491 * c-common.c (binary_op_error): Update for renaming of
492 error_at_rich_loc.
493 (c_parse_error): Likewise.
494 * c-warn.c (warn_logical_not_parentheses): Likewise for
495 renaming of inform_at_rich_loc.
496 (warn_for_restrict): Likewise for renaming of
497 warning_at_rich_loc_n.
498
c76dc9c3
JM
4992017-10-30 Joseph Myers <joseph@codesourcery.com>
500
501 * c.opt (std=c17, std=gnu17, std=iso9899:2017): New options.
502 * c-opts.c (set_std_c17): New function.
503 (c_common_init_options): Use gnu17 as default C version.
504 (c_common_handle_option): Handle -std=c17 and -std=gnu17.
505
ee5fd23a
MM
5062017-10-27 Michael Meissner <meissner@linux.vnet.ibm.com>
507
508 * c-cppbuiltin.c (mode_has_fma): Add support for PowerPC KFmode.
509 (c_cpp_builtins): If a machine has a fast fma _Float<N> and
510 _Float<N>X variant, define __FP_FAST_FMA<N> and/or
511 __FP_FAST_FMA<N>X.
512
d1047465
MP
5132017-10-23 Marek Polacek <polacek@redhat.com>
514
515 PR c/82681
516 * c-warn.c (warnings_for_convert_and_check): Fix typos.
517
9e878cf1
EB
5182017-10-19 Eric Botcazou <ebotcazou@adacore.com>
519
520 * c-common.c (check_builtin_function_arguments): Also check arguments
521 of __builtin_alloca_with_align_and_max.
522
89b6abbb
DM
5232017-10-17 David Malcolm <dmalcolm@redhat.com>
524
525 * c-format.c (format_warning_at_char): Pass UNKNOWN_LOCATION
526 rather than NULL to format_warning_va.
527 (check_format_types): Likewise when calling format_type_warning.
528 Remove code to extract source_ranges and source_range * in favor
529 of just a location_t.
530 (format_type_warning): Convert source_range * param to a
531 location_t.
532
39382c09
JJ
5332017-10-13 Jakub Jelinek <jakub@redhat.com>
534
535 * c-gimplify.c (c_gimplify_expr): Handle [LR]ROTATE_EXPR like
536 [LR]SHIFT_EXPR.
537
62e1c678
DM
5382017-10-12 David Malcolm <dmalcolm@redhat.com>
539
540 * c-common.c (enum missing_token_insertion_kind): New enum.
541 (get_missing_token_insertion_kind): New function.
542 (maybe_suggest_missing_token_insertion): New function.
543 * c-common.h (maybe_suggest_missing_token_insertion): New decl.
544
b90c9338
NS
5452017-10-11 Nathan Sidwell <nathan@acm.org>
546
547 * c-opts.c (add_prefixed_path): Change chain to incpath_kind.
548 (c_common_handle_option): Update incpath_kind names.
549
3a266bcd
ML
5502017-10-11 Martin Liska <mliska@suse.cz>
551
552 PR sanitizer/82490
553 * c-attribs.c (handle_no_sanitize_attribute): Report directly
554 Wattributes warning.
555
8e6cdc90
RS
5562017-10-10 Richard Sandiford <richard.sandiford@linaro.org>
557
558 * c-ada-spec.c (dump_generic_ada_node): Use wi::to_wide when
559 operating on trees as wide_ints.
560 * c-common.c (pointer_int_sum): Likewise.
561 * c-pretty-print.c (pp_c_integer_constant): Likewise.
562 * c-warn.c (match_case_to_enum_1): Likewise.
563 (c_do_switch_warnings): Likewise.
564 (maybe_warn_shift_overflow): Likewise.
565
802b38c9
JJ
5662017-10-10 Jakub Jelinek <jakub@redhat.com>
567
568 PR c/82437
569 * c-warn.c (warn_tautological_bitwise_comparison): Use wi::to_wide
570 instead of wide_int::from.
571
4e34b338
JJ
5722017-10-06 Jakub Jelinek <jakub@redhat.com>
573
574 PR c/82437
575 * c-warn.c (warn_tautological_bitwise_comparison): Instead of
576 using to_widest use wide_int with the larger of the two precisions.
577
4bc4b2b4
BE
5782017-10-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
579
580 * c-pretty-print.c (pp_c_parameter_type_list): Print ... for variadic
581 functions.
582
a1488398
RS
5832017-10-02 Richard Sandiford <richard.sandiford@linaro.org>
584
585 * c-warn.c (warn_tautological_bitwise_comparison): Use wi::to_widest
586 when combining the original unconverted comparison operands.
587
01c9fb68
JJ
5882017-09-29 Jakub Jelinek <jakub@redhat.com>
589
590 * c-attribs.c (handle_noipa_attribute): Don't add "stack_protect"
591 attribute.
592
6e3e8419
EB
5932017-09-29 Eric Botcazou <ebotcazou@adacore.com>
594
595 * c-ada-spec.c (to_ada_name): Add index parameter.
596 (pp_ada_tree_identifier): Likewise.
597 (dump_ada_macros): Adjust call to to_ada_name.
598 (struct overloaded_name_hash): New type.
599 (struct overloaded_name_hasher): Likewise.
600 (overloaded_names): New hash table.
601 (compute_overloading_index): New function.
602 (dump_ada_decl_name): Call it and pass the result to
603 pp_ada_tree_identifier.
604 (dump_ada_double_name): Adjust calls to pp_ada_tree_identifier.
605 (dump_ada_function_declaration): Likewise.
606 (dump_generic_ada_node): Likewise.
607 (print_constructor): Likewise.
608 (print_destructor): Likewise.
609 (dump_ada_specs): Delete overloaded_names table.
610
79310774
EB
6112017-09-29 Eric Botcazou <ebotcazou@adacore.com>
612
613 * c-ada-spec.c (max_ada_macros): Move around.
614 (store_ada_macro_index): Likewise.
615 (source_file): Rename into...
616 (macro_source_file): ...this.
617 (count_ada_macro): Move around.
618 (store_ada_macro): Likewise.
619 (compare_macro): Likewise.
620 (print_ada_macros): Merge in...
621 (dump_ada_macros): ...this.
622 (source_file_base): Rename into...
623 (current_source_file): ...this.
624 (print_comment): Move around.
625 (dump_ada_nodes): Call dump_ada_declaration directly.
626 (struct with): Change type of limited field to bool.
627 (append_withs): Change type of limited_access parameter to bool.
628 (pp_ada_tree_identifie): Likewise.
629 (dump_ada_decl_nam): Likewise.
630 (dump_generic_ada_node): Likewise. Do not print the return type.
631 (to_ada_name): Change type of space_found parameter to bool.
632 (dump_ada_function_declaration): Return void and change type of
633 parameters to bool. Also print the return type for a function.
634 (print_ada_methods): Rename into...
635 (dump_ada_methods): ...this.
636 (print_ada_declaration): Rename into ...
637 (dump_ada_declaration): ...this. Do not print the return type.
638 (print_ada_struct_decl): Rename into...
639 (dump_ada_struct_decl): ...this.
640
7d386d45
JJ
6412017-09-29 Jakub Jelinek <jakub@redhat.com>
642
643 * c-attribs.c (handle_packed_attribute): Test DECL_C_BIT_FIELD
644 rather than DECL_INITIAL.
645 (common_handle_aligned_attribute): Likewise.
646
9ed32e27
AO
6472017-09-20 Alexandre Oliva <aoliva@redhat.com>
648
649 * c.opt (gen-decls): Add RejectNegative.
650
026a79f7
AS
6512017-09-15 Andrew Sutton <andrew.n.sutton@gmail.com>
652 Jakub Jelinek <jakub@redhat.com>
653
654 Add support for -std=c++2a.
655 * c-common.h (cxx_dialect): Add cxx2a as a dialect.
656 * opt.c: Add options for -std=c++2a and -std=gnu++2a.
657 * c-opts.c (set_std_cxx2a): New.
658 (c_common_handle_option): Set options when -std=c++2a is enabled.
659 (c_common_post_options): Adjust comments.
660 (set_std_cxx14, set_std_cxx17): Likewise.
661
4a8ca690
EB
6622017-09-15 Eric Botcazou <ebotcazou@adacore.com>
663
664 * c-pragma.c (handle_pragma_scalar_storage_order): Expand on error
665 message for non-uniform endianness and issue a warning in C++.
666
7b936140
JJ
6672017-09-15 Jakub Jelinek <jakub@redhat.com>
668
669 * c.opt (Wc++1z-compat): Change from option to undocumented alias.
670 (Wc++17-compat): Change from undocumented alias to option.
671 (Wnoexcept-type): Enable by Wc++17-compat instead of Wc++1z-compat,
672 change C++1z to C++17 in description.
673 (std=c++1z, std=gnu++1z): Change from option to undocumented
674 deprecated alias.
675 (std=c++17, std=gnu++17): Change from undocumented alias to option.
676 Adjust description.
677 * c-common.h (enum cxx_dialect): Rename cxx1z to cxx17.
678 * c-opts.c (set_std_cxx1z): Rename to ...
679 (set_std_cxx17): ... this.
680 (c_common_handle_option): Rename OPT_std_c__1z to OPT_std_c__17
681 and OPT_std_gnu__1z to OPT_std_gnu__17. Adjust set_std_cxx1z
7365279f 682 caller.
7b936140
JJ
683 (c_common_post_options): Use cxx17 instead of cxx1z. Adjust
684 comments.
685
12263f13
L
6862017-09-12 H.J. Lu <hongjiu.lu@intel.com>
687
688 * c-attribs.c (common_handle_aligned_attribute): Don't warn
689 function alignment if warn_if_not_aligned_p is true.
690
6836632e
NS
6912017-09-12 Nathan Sidwell <nathan@acm.org>
692
693 * c-common.c (field_decl_cmp, resort_data, resort_field_decl_cmp,
694 resort_sorted_fields): Move to c/c-decl.c.
695 * c-common.h (field_decl_cmp, resort_sorted_fields): Delete.
696 (struct sorted_fields_type): Move to c/c-lang.h.
697
019bf9ad
JW
6982017-09-09 Jonathan Wakely <jwakely@redhat.com>
699
700 PR c++/81852
701 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_threadsafe_static_init.
702
bc7fe952
MP
7032017-09-04 Marek Polacek <polacek@redhat.com>
704
705 PR c/81783
706 * c-warn.c (warn_tautological_bitwise_comparison): New function.
707 (warn_tautological_cmp): Call it.
708
de7c2c6a
BK
7092017-09-01 Boris Kolpackov <boris@codesynthesis.com>
710
711 * c-opts.c (c_common_finish): Write dependency information even if
712 there are errors.
713
d2e05fcb
JJ
7142017-09-01 Jakub Jelinek <jakub@redhat.com>
715
716 PR c/81887
717 * c-pragma.c (omp_pragmas): Move "ordered" entry from here to ...
718 (omp_pragmas_simd): ... here.
719 * c-omp.c (c_finish_omp_ordered): If clauses isn't simd clause alone,
720 create new clauses list containing just simd clause.
721
18e2a8b8
RS
7222017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
723 Alan Hayward <alan.hayward@arm.com>
724 David Sherwood <david.sherwood@arm.com>
725
726 * c-attribs.c (vector_mode_valid_p) Fold GET_MODE_INNER call
727 into scalar_mode_supported_p call.
728 (handle_mode_attribute): Update call to scalar_mode_supported_p.
729
16d22000
RS
7302017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
731 Alan Hayward <alan.hayward@arm.com>
732 David Sherwood <david.sherwood@arm.com>
733
734 * c-common.c (c_common_fixed_point_type_for_size): Use opt_scalar_mode
735 for the mode iterator.
736
b397965c
RS
7372017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
738 Alan Hayward <alan.hayward@arm.com>
739 David Sherwood <david.sherwood@arm.com>
740
741 * c-lex.c (interpret_fixed): Use SCALAR_TYPE_MODE.
742 * c-common.c (c_build_vec_perm_expr): Likewise.
743
357b7604
RS
7442017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
745 Alan Hayward <alan.hayward@arm.com>
746 David Sherwood <david.sherwood@arm.com>
747
748 * c-common.c (c_common_type_for_mode): Use as_a <scalar_int_mode>.
749
e05c94ba
RS
7502017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
751 Alan Hayward <alan.hayward@arm.com>
752 David Sherwood <david.sherwood@arm.com>
753
754 * c-attribs.c (handle_mode_attribute): Check for a scalar_int_mode
755 before calling targetm.addr_space.valid_pointer_mode.
756
5c20c4af
RS
7572017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
758 Alan Hayward <alan.hayward@arm.com>
759 David Sherwood <david.sherwood@arm.com>
760
761 * c-cppbuiltin.c (c_cpp_builtins): Use opt_scalar_float_mode.
762
c94843d2
RS
7632017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
764 Alan Hayward <alan.hayward@arm.com>
765 David Sherwood <david.sherwood@arm.com>
766
767 * c-common.c (c_common_fixed_point_type_for_size): Use new mode
768 iterators.
769 * c-cppbuiltin.c (c_cpp_builtins): Likewise.
770
4e10a5a7
RS
7712017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
772 Alan Hayward <alan.hayward@arm.com>
773 David Sherwood <david.sherwood@arm.com>
774
775 * c-cppbuiltin.c (mode_has_fma): Prefix mode names with E_ in
776 case statements.
777
130fcab0
ML
7782017-08-29 Martin Liska <mliska@suse.cz>
779
780 PR other/39851
781 * c-common.c (parse_optimize_options): Add argument to function
782 call.
783 * c-pragma.c (handle_pragma_diagnostic): Likewise.
784
14e18d71
DM
7852017-08-24 David Malcolm <dmalcolm@redhat.com>
786
787 * c-lex.c (interpret_float): Use token location
788 when building an EXCESS_PRECISION_EXPR.
789
2f687306
DM
7902017-08-21 David Malcolm <dmalcolm@redhat.com>
791
792 * c-common.c (check_function_arguments): Add "arglogs" param; pass
793 it to check_function_format.
794 * c-common.h (check_function_arguments): Add vec<location_t> *
795 param.
796 (check_function_format): Likewise.
797 * c-format.c (struct format_check_context): Add field "arglocs".
798 (check_function_format): Add param "arglocs"; pass it to
799 check_format_info.
800 (check_format_info): Add param "arglocs"; use it to initialize
801 new field of format_ctx.
802 (check_format_arg): Pass format_ctx->arglocs to new param of
803 check_format_info_main.
804 (class argument_parser): New field "arglocs".
805 (argument_parser::argument_parser): Add "arglocs_" param and use
806 it to initialize new field.
807 (argument_parser::check_argument_type): Pass new arglocs field to
808 check_format_types.
809 (check_format_info_main): Add param "arglocs", and use it when
810 constructing arg_parser.
811 (check_format_types): Add param "arglocs"; use it if non-NULL when
812 !EXPR_HAS_LOCATION (cur_param) to get at location information.
813
00aa1fa2
L
8142017-08-18 H.J. Lu <hongjiu.lu@intel.com>
815
816 PR c/53037
817 * c-attribs.c (handle_warn_if_not_aligned_attribute): New.
818 (c_common_attribute_table): Add warn_if_not_aligned.
819 (handle_aligned_attribute): Renamed to ...
820 (common_handle_aligned_attribute): Remove argument, name, and add
821 argument, warn_if_not_aligned. Handle warn_if_not_aligned.
822 (handle_aligned_attribute): New.
823 * c.opt: Add -Wif-not-aligned and -Wpacked-not-aligned.
824
27be025d
MS
8252017-08-14 Martin Sebor <msebor@redhat.com>
826
827 PR c/81117
828 * c-attribs.c (c_common_attribute_table): Add nonstring entry.
829 (handle_nonstring_attribute): New function.
830
da67acb9
MS
8312017-08-14 Martin Sebor <msebor@redhat.com>
832
833 PR c/81117
834 * c-format.h (T89_G): New macro.
835 * c-format.c (local_gcall_ptr_node): New variable.
836 (init_dynamic_diag_info): Initialize it.
837
a8b522b4
ML
8382017-08-11 Martin Liska <mliska@suse.cz>
839
840 * c-opts.c (c_common_post_options): Replace ASM_OUTPUT_DEF with
841 TARGET_SUPPORTS_ALIASES.
842
32129a17
DM
8432017-08-10 David Malcolm <dmalcolm@redhat.com>
844
845 * c-common.c (c_parse_error): Add rich_location * param, using it
846 rather implicitly using input_location.
847 * c-common.h (c_parse_error): Add rich_location * param.
848
30af3a2b
MP
8492017-08-09 Marek Polacek <polacek@redhat.com>
850
851 * c-common.c (pointer_int_sum): Use true/false instead of 1/0.
852 (c_common_truthvalue_conversion): Likewise.
853 * c-omp.c (c_finish_omp_atomic): Likewise.
854 * c-common.h (build_binary_op): Update declaration.
855
314e6352
ML
8562017-08-08 Martin Liska <mliska@suse.cz>
857
858 * c-ada-spec.c: Include header files.
859 * c-ubsan.c: Likewise.
860 * c-warn.c: Likewise.
861
56b5041c
JJ
8622017-08-07 Jakub Jelinek <jakub@redhat.com>
863
864 PR c/69389
865 * c-omp.c (c_finish_omp_atomic): Handle atomics on bitfields.
866
db440138
EB
8672017-08-07 Eric Botcazou <ebotcazou@adacore.com>
868
869 * c-ada-spec.c (has_nontrivial_methods): Test for FUNCTION_DECL.
870 (print_ada_methods): Likewise.
871 (print_ada_declaration): Likewise.
872
577eec56
ML
8732017-08-07 Martin Liska <mliska@suse.cz>
874
875 * array-notation-common.c: Add new includes.
876 * c-format.c( handle_format_attribute): Canonicalize a format
877 function name.
878 * c-lex.c (c_common_has_attribute): Canonicalize name of an
879 attribute.
880 * c-pretty-print.c: Add new include.
881
b854df3c
EB
8822017-08-05 Eric Botcazou <ebotcazou@adacore.com>
883
884 * c-ada-spec.c (has_static_fields): Look only into variables.
885 (print_constructor): Add TYPE parameter and use it for the name.
886 (print_destructor): Likewise.
887 (print_ada_declaration): Adjust to new constructor/destructor names.
888 Adjust calls to print_constructor and print_destructor.
889 (print_ada_struct_decl): Do not test TREE_STATIC on FIELD_DECL.
890 Look only into variables in the final loop.
891
9f2cb25e
EB
8922017-08-01 Eric Botcazou <ebotcazou@adacore.com>
893
894 * c-ada-spec.c (has_static_fields): Look only into fields.
895 (dump_generic_ada_node): Small tweak.
896 (dump_nested_types): Look only into fields.
897 (print_ada_declaration): Look only into methods. Small tweak.
898 (print_ada_struct_decl): Look only into fields. Use DECL_VIRTUAL_P.
899
f4bcd9eb
EB
9002017-08-01 Eric Botcazou <ebotcazou@adacore.com>
901
902 * c-ada-spec.c (print_generic_ada_decl): Pass correctly-typed constant.
903 (dump_ada_function_declaration): Likewise.
904 (dump_generic_ada_node): Likewise.
905 (print_ada_declaration): Add support for const-qualified variables.
906
f34ebeb2
ML
9072017-07-31 Martin Liska <mliska@suse.cz>
908
909 PR sanitize/81530
910 * c-ubsan.c (ubsan_maybe_instrument_array_ref):
911 Guard condition with flag_sanitize_p also with current_function_decl
912 non-null equality.
913 (ubsan_maybe_instrument_reference_or_call): Likewise.
914
218e5d04
UB
9152017-07-30 Uros Bizjak <ubizjak@gmail.com>
916
917 * c-format.c (asm_fprintf_char_table): Add 'z' to format_chars.
918
942047f2
EB
9192017-07-29 Eric Botcazou <ebotcazou@adacore.com>
920
921 * c-ada-spec.c (dump_generic_ada_node): Take into account signedness
922 for enumeral types.
923 (print_ada_declaration): Add missing guard for record types.
924
a40ff0ae
JJ
9252017-07-27 Jakub Jelinek <jakub@redhat.com>
926
927 PR c/45784
928 * c-omp.c (c_finish_omp_for): If the condition is wrapped in
929 rhs of COMPOUND_EXPR(s), skip them and readd their lhs into
930 new COMPOUND_EXPRs around the rhs of the comparison.
931
06bd22f6
MP
9322017-07-27 Marek Polacek <polacek@redhat.com>
933
934 PR c/81417
935 * c-warn.c (warn_for_sign_compare): Tweak the warning message. Print
936 the types.
937
036ea399
JJ
9382017-07-27 Jakub Jelinek <jakub@redhat.com>
939
940 * c-attribs.c (c_common_attribute_table): Add noipa attribute.
941 (handle_noipa_attribute): New function.
942
417ca011
TD
9432017-07-07 Torsten Duwe <duwe@suse.de>
944
945 * c-attribs.c (c_common_attribute_table): Add entry for
946 "patchable_function_entry".
947
5aaa8fb4
NS
9482017-07-20 Nathan Sidwell <nathan@acm.org>
949
950 Remove TYPE_METHODS.
951 * c-ada-spec.c (is_tagged_type, has_nontrivial_methods,
952 dump_ada_template, print_ada_methods,
953 print_ada_declaration): Member fns are on TYPE_FIELDS.
954
ff22eb12
NS
9552017-07-18 Nathan Sidwell <nathan@acm.org>
956
957 * c-warn.c (warn_for_memset): Use TYPE_{MIN,MAX}_VALUE.
958
eea77d1f
DM
9592017-07-14 David Malcolm <dmalcolm@redhat.com>
960
961 * c-common.c (try_to_locate_new_include_insertion_point): New
962 function.
963 (per_file_includes_t): New typedef.
964 (added_includes_t): New typedef.
965 (added_includes): New variable.
966 (maybe_add_include_fixit): New function.
967 * c-common.h (maybe_add_include_fixit): New decl.
968
281ac396
MS
9692017-07-10 Martin Sebor <msebor@redhat.com>
970
971 PR other/81345
972 * c.opt (-Wstringop-overflow): Set defaults in LangEnabledBy.
973
b6f43128
DM
9742017-07-06 David Malcolm <dmalcolm@redhat.com>
975
976 * c-common.c (selftest::c_family_tests): New.
977 * c-common.h (selftest::run_c_tests): Move decl to c/c-lang.h.
978 (selftest::c_family_tests): New decl.
979
efbf55b0
MP
9802017-07-04 Marek Polacek <polacek@redhat.com>
981
982 PR c/81231
983 * c-common.c (sync_resolve_size): Give error for pointers to incomplete
984 types.
985
6c86bd88
MP
9862017-07-04 Marek Polacek <polacek@redhat.com>
987
988 * c-warn.c (warn_if_unused_value): Remove WITH_CLEANUP_EXPR handling.
989
17a7218b
ML
9902017-06-28 Martin Liska <mliska@suse.cz>
991
992 PR ipa/81128
993 * c-attribs.c (handle_alias_ifunc_attribute): Append ifunc alias
994 to a function declaration.
995
63010089
ML
9962017-06-28 Martin Liska <mliska@suse.cz>
997
998 PR driver/79659
999 * c.opt: Add IntegerRange to various options.
1000
3e2becc4
MP
10012017-06-26 Marek Polacek <polacek@redhat.com>
1002
1003 PR c/80116
1004 * c-common.h (warn_for_multistatement_macros): Declare.
1005 * c-warn.c: Include "c-family/c-indentation.h".
1006 (warn_for_multistatement_macros): New function.
1007 * c.opt (Wmultistatement-macros): New option.
1008 * c-indentation.c (guard_tinfo_to_string): No longer static.
1009 Change the parameter type to "enum rid". Handle RID_SWITCH.
1010 * c-indentation.h (guard_tinfo_to_string): Declare.
1011
2db9b7cd
MG
10122017-06-23 Marc Glisse <marc.glisse@inria.fr>
1013
1014 * c-common.c (c_common_nodes_and_builtins): Use builtin_structptr_types.
1015
c3684b7b
MS
10162017-06-15 Martin Sebor <msebor@redhat.com>
1017
1018 PR c++/80560
1019 * c.opt (-Wclass-memaccess): New option.
1020
e72c4afd
BK
10212017-06-14 Boris Kolpackov <boris@codesynthesis.com>
1022
1023 * c-opts.c (c_common_finish): Handle '-' special value to -MF.
1024
8a516588
MP
10252017-06-13 Marek Polacek <polacek@redhat.com>
1026
1027 PR objc/80949
1028 * c-warn.c (do_warn_duplicated_branches): Return if any of the
1029 branches is null.
1030
45b2222a
ML
10312017-06-13 Martin Liska <mliska@suse.cz>
1032
1033 PR sanitize/78204
1034 * c-attribs.c (add_no_sanitize_value): New function.
1035 (handle_no_sanitize_attribute): Likewise.
1036 (handle_no_sanitize_address_attribute): Use the function.
1037 (handle_no_sanitize_thread_attribute): New function.
1038 (handle_no_address_safety_analysis_attribute): Use
1039 add_no_sanitize_value.
1040 (handle_no_sanitize_undefined_attribute): Likewise.
1041 * c-common.h: Declare new functions.
1042 * c-ubsan.c (ubsan_instrument_division): Use sanitize_flags_p.
1043 (ubsan_instrument_shift): Likewise.
1044 (ubsan_instrument_bounds): Likewise.
1045 (ubsan_maybe_instrument_array_ref): Likewise.
1046 (ubsan_maybe_instrument_reference_or_call): Likewise.
1047
a01f151f
JM
10482017-06-11 Jason Merrill <jason@redhat.com>
1049
1050 * c-ada-spec.c, c-pragma.c: Use id_equal.
1051
3de4ac6d
MP
10522017-06-04 Marek Polacek <polacek@redhat.com>
1053
1054 PR c/80919
1055 * c-format.c (matching_type_p): Return false if any of the types
1056 requires structural equality.
1057
2474f48f
MS
10582017-06-02 Martin Sebor <msebor@redhat.com>
1059
1060 PR c/80892
1061 * c-warn.c (conversion_warning): Use -Wconversion for integer
1062 conversion and -Wfloat-conversion for floating one.
1063
40ffd95f
BE
10642017-06-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
1065
1066 * c.opt (Wsizeof-pointer-div): New warning option.
1067
3fa4634c
VR
10682017-06-01 Volker Reichelt <v.reichelt@netcologne.de>
1069
1070 * c.opt (Wcatch-value): New shortcut for Wcatch-value=1.
1071 (Wcatch-value=1): Enable by -Wall.
1072
f012c8ef
DM
10732017-05-30 David Malcolm <dmalcolm@redhat.com>
1074
1075 * c-format.c (gcc_cxxdiag_char_table): Add 'H' and 'I' to
1076 format_chars.
1077 * c.opt (fdiagnostics-show-template-tree): New option.
1078 (felide-type): New option.
1079
63dbcd13
VR
10802017-05-25 Volker Reichelt <v.reichelt@netcologne.de>
1081
1082 * c.opt (Wcatch-value=): New C++ warning flag.
1083
be136b5c
NS
10842017-05-24 Nathan Sidwell <nathan@acm.org>
1085
1086 * c=common.c (field_decl_cmp, resort_field_decl_cmp): Adjust T
1087 const casts to avoid warning.
1088
3cd211af
MS
10892017-05-24 Martin Sebor <msebor@redhat.com>
1090
1091 PR c/80731
1092 * c-common.h (unsafe_conversion_p): Add a function argument.
1093 * c-common.c (unsafe_conversion_p): Same.
1094 Add type names and values to diagnostics.
1095 (scalar_to_vector): Adjust.
1096 * c-warn.c (constant_expression_error): Add a function argument.
1097 Add type names and values to diagnostics.
1098 (conversion_warning): Add a function argument.
1099 Add type names and values to diagnostics.
1100 (warnings_for_convert_and_check): Same.
1101
1ff7be5a
JM
11022017-05-19 Jason Merrill <jason@redhat.com>
1103
1104 * c-warn.c (match_case_to_enum_1): Don't warn about enums with no
1105 enumerators.
1106
ff502317
BE
11072017-05-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
1108
1109 * c-format.c (locus): Move out of function scope,
1110 add GTY attribute.
1111
2a8a8d7b
NS
11122017-05-19 Nathan Sidwell <nathan@acm.org>
1113
1114 * c-opts.c (class_dump_file, class_dump_flags): Delete.
1115 (c_common_parse_file): Remove class dump handling.
1116 (get_dump_info): Likewise.
1117
39aac208
RB
11182017-05-19 Richard Biener <rguenther@suse.de>
1119
1120 PR c++/80593
1121 * c-warn.c (strict_aliasing_warning): Do not warn for accesses
1122 to alias-set zero memory.
1123
6ecd2339
BE
11242017-05-18 Bernd Edlinger <bernd.edlinger@hotmail.de>
1125
1126 * c-format.c (local_tree_type_node): Add GTY attribute.
1127
6574d78e
MP
11282017-05-18 Marek Polacek <polacek@redhat.com>
1129
1130 * c-common.c (c_common_type_for_size): Use NULL_TREE instead of 0.
1131 (c_common_fixed_point_type_for_size): Likewise.
1132 (c_common_type_for_mode): Likewise.
1133 (shorten_compare): Likewise.
1134 (c_promoting_integer_type_p): Use false/true instead of 0/1.
1135 * c-pragma.c (maybe_apply_renaming_pragma): Use NULL_TREE instead of 0.
1136
e3455240
MP
11372017-05-18 Marek Polacek <polacek@redhat.com>
1138
1139 * c-common.c (self_promoting_args_p): Change the return type to bool.
1140 Use false/true instead of 0/1.
1141 * c-common.h (self_promoting_args_p): Update.
1142
3fa8871b
MP
11432017-05-17 Marek Polacek <polacek@redhat.com>
1144
1145 * c-common.c: Use NULL_TREE instead of 0 where appropriate.
1146 * c-warn.c: Likewise.
1147
b42cc3ca
VV
11482017-05-17 Ville Voutilainen <ville.voutilainen@gmail.com>
1149
1150 Implement new C++ intrinsics __is_assignable and __is_constructible.
1151 * c-common.c (__is_assignable, __is_constructible): New.
1152 * c-common.h (RID_IS_ASSIGNABLE, RID_IS_CONSTRUCTIBLE): Likewise.
1153
1a817418
ML
11542017-05-17 Martin Liska <mliska@suse.cz>
1155
1156 * c-common.h: Introduce dump_flags_t type and
1157 use it instead of int type.
1158 * c-gimplify.c (c_genericize): Likewise.
1159 * c-opts.c: Likewise.
1160
b2fa0a8b
MP
11612017-05-17 Marek Polacek <polacek@redhat.com>
1162
1163 * c-common.c (c_save_expr): Remove.
1164 (c_common_truthvalue_conversion): Remove a call to c_save_expr.
1165 * c-common.h (c_save_expr): Remove declaration.
1166
31c2d57d
VR
11672017-05-09 Volker Reichelt <v.reichelt@netcologne.de>
1168
1169 PR c/35441
1170 * c-pretty-print.c (c_pretty_printer::expression): Handle MAX_EXPR,
1171 MIN_EXPR, EXACT_DIV_EXPR, RDIV_EXPR, LROTATE_EXPR, RROTATE_EXPR.
1172 (c_pretty_printer::postfix_expression): Handle MAX_EXPR, MIN_EXPR.
1173 (c_pretty_printer::multiplicative_expression): Handle EXACT_DIV_EXPR,
1174 RDIV_EXPR.
1175 (pp_c_shift_expression): Handle LROTATE_EXPR, RROTATE_EXPR.
1176
684f84de
MP
11772017-05-09 Marek Polacek <polacek@redhat.com>
1178
1179 PR c/80525
1180 * c-warn.c (unwrap_c_maybe_const): New.
1181 (warn_logical_operator): Call it.
1182
641da50a
NS
11832017-05-09 Nathan Sidwell <nathan@acm.org>
1184
1185 * c-common.c (c_register_builtin_type): Use pushdecl lang_hook.
1186 * c-common.h (pushdecl_top_level, pushdecl): Don't declare here.
1187
631238ac
MS
11882017-05-08 Martin Sebor <msebor@redhat.com>
1189
1190 PR translation/80280
1191 * c-format.h (struct format_flag_spec): Add new member.
1192 (T89_T): New macro.
1193 * c-format.c (local_tree_type_node): New global.
1194 (printf_flag_specs, asm_fprintf_flag_spec): Initialize new data.
1195 (gcc_diag_flag_specs, scanf_flag_specs, strftime_flag_specs): Ditto.
1196 (strfmon_flag_specs): Likewise.
1197 (gcc_diag_char_table, gcc_cdiag_char_table): Split up specifiers
1198 with distinct quoting properties.
1199 (gcc_tdiag_char_table, gcc_cxxdiag_char_table): Same.
1200 (flag_chars_t::validate): Add argument and handle bad quoting.
1201 (check_format_info_main): Handle quoting problems.
1202 (init_dynamic_diag_info): Simplify.
1203
49f0c04c
JM
12042017-05-08 Jason Merrill <jason@redhat.com>
1205
1206 * c-opts.c (c_common_post_options): Update defaults for
1207 flag_abi_version and flag_abi_compat_version.
1208
56d35585
DM
12092017-05-05 David Malcolm <dmalcolm@redhat.com>
1210
1211 * c-common.c (c_cpp_error): Replace report_diagnostic
1212 with diagnostic_report_diagnostic.
1213
0f2c4a8f
MS
12142017-05-04 Martin Sebor <msebor@redhat.com>
1215
1216 PR translation/80280
1217 * c-attribs.c (handle_alias_ifunc_attribute): Quote a %D directive.
1218 (handle_weakref_attribute): Same.
1219
6fe63fb4
NS
12202017-05-03 Nathan Sidwell <nathan@acm.org>
1221
1222 Canonicalize canonical type hashing
1223 * c-common.c (complete_array_type): Use type_hash_canon.
1224
815d9cc6
XR
12252017-05-01 Xi Ruoyao <ryxi@stu.xidian.edu.cn>
1226
1227 PR c++/80038
1228 * c-common.h (cilk_gimplify_call_params_in_spawned_fn): Remove
1229 prototype.
1230 (cilk_install_body_pedigree_operations): Likewise.
1231 * cilk.c (cilk_set_spawn_marker): Mark functions that should be
1232 detatched.
1233 (cilk_gimplify_call_params_in_spawned_fn): Remove.
1234 (cilk_install_body_pedigree_operations): Likewise.
1235 (gimplify_cilk_spawn): Add EXPR_STMT and CLEANUP_POINT_EXPR
1236 unwrapping.
1237
f8a36447
JJ
12382017-04-27 Jakub Jelinek <jakub@redhat.com>
1239
1240 PR c++/80534
1241 * c-common.c (complete_array_type): Only hash TYPE_TYPELESS_STORAGE
1242 flag on non-aggregate element types.
1243
7c145456
BE
12442017-04-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
1245
1246 * c-common.c (c_type_hasher, type_hash_table): Remove.
1247 (c_common_get_alias_set): Remove unreachable code.
1248 * c-opts.c (c_common_post_options): Make sure cc1 takes only one file.
1249
c3cbcd45
VR
12502017-04-20 Volker Reichelt <v.reichelt@netcologne.de>
1251
1252 * c.opt (Wextra-semi): New C++ warning flag.
1253
8a59d466
JJ
12542017-04-20 Jakub Jelinek <jakub@redhat.com>
1255
1256 PR middle-end/80423
1257 * c-common.c (complete_array_type): Preserve TYPE_TYPELESS_STORAGE.
1258
8487c9a5
JJ
12592017-04-18 Jakub Jelinek <jakub@redhat.com>
1260
1261 PR middle-end/79788
1262 PR middle-end/80375
1263 * c-common.c (c_common_type_for_mode): Don't handle
1264 widest_*_literal_type_node here.
1265 c_common_signed_or_unsigned_type): Likewise.
1266 (c_common_nodes_and_builtins): Set widest_*_literal_type_node
1267 to *intTI_type_node or *intDI_type_node depending on whether
1268 TImode is supported by the target or not.
1269
3ee0fb02
ML
12702017-04-10 Martin Liska <mliska@suse.cz>
1271
1272 PR sanitizer/80350
1273 * c-ubsan.c (ubsan_instrument_shift): Evaluate RHS before
1274 doing an UBSAN check.
1275
5764ee3c
JW
12762017-04-03 Jonathan Wakely <jwakely@redhat.com>
1277
1278 * c-warn.c (do_warn_double_promotion): Fix typo in comment.
1279
6f3af356
JJ
12802017-03-31 Jakub Jelinek <jakub@redhat.com>
1281
1282 PR c++/79572
1283 * c-ubsan.h (ubsan_maybe_instrument_reference): Change argument to
1284 tree *.
1285 * c-ubsan.c (ubsan_maybe_instrument_reference): Likewise. Handle
1286 not just NOP_EXPR to REFERENCE_TYPE, but also INTEGER_CST with
1287 REFERENCE_TYPE.
1288
f6a7a9d5
DM
12892017-03-31 David Malcolm <dmalcolm@redhat.com>
1290
1291 PR documentation/78732
1292 * c.opt (Wendif-labels): Fix description to refer to
1293 #else rather than #elif.
1294
af88f557
JJ
12952017-03-31 Jakub Jelinek <jakub@redhat.com>
1296
1297 PR libstdc++/80251
1298 * c-common.h (enum rid): Add RID_IS_AGGREGATE.
1299 * c-common.c (c_common_reswords): Add __is_aggregate trait.
1300
a9e4a1a5
JJ
13012017-03-27 Jakub Jelinek <jakub@redhat.com>
1302
1303 PR middle-end/80162
1304 * c-common.c (c_common_mark_addressable_vec): Don't set
1305 TREE_ADDRESSABLE on DECL_HARD_REGISTER.
1306
3f01b620
MS
13072017-03-21 Martin Sebor <msebor@redhat.com>
1308
1309 PR c++/79548
1310 * c-common.c (set_underlying_type): Mark type used only when
1311 original del is declared unused.
1312
2f6f187a
DM
13132017-03-10 David Malcolm <dmalcolm@redhat.com>
1314
1315 PR translation/79848
1316 * c-format.c (check_format_string): Simplify uses of "%<%s%>" to
1317 "%qs".
1318
a02fa805
DM
13192017-03-10 David Malcolm <dmalcolm@redhat.com>
1320
1321 PR c/79921
1322 * c-indentation.c (warn_for_misleading_indentation): Remove parens
1323 from inform's message, so that xgettext can locate it.
1324
822a132c
MP
13252017-03-09 Marek Polacek <polacek@redhat.com>
1326
1327 PR c++/79962
1328 PR c++/79984
1329 * c-attribs.c (handle_nonnull_attribute): Save the result of default
1330 conversion to the attribute list.
1331
bba81f1c
ML
13322017-03-09 Martin Liska <mliska@suse.cz>
1333
1334 * c-ada-spec.c (macro_length): Increment value instead of a pointer.
1335
108154ff
JM
13362017-03-03 Jason Merrill <jason@redhat.com>
1337
1338 * c.opt (Wnoexcept-type): New.
1339
eb0e7c34
RB
13402017-03-02 Richard Biener <rguenther@suse.de>
1341
1342 PR c/79756
1343 * c-common.c (c_common_mark_addressable_vec): Look through
1344 C_MAYBE_CONST_EXPR.
1345
9453ba0a
ML
13462017-02-28 Martin Liska <mliska@suse.cz>
1347
1348 * c.opt: Replace space with tabular for options of <number>
1349 type.
1350
6a825afe
ML
13512017-02-28 Martin Liska <mliska@suse.cz>
1352
1353 * c.opt: Fix --help=option -Q for options which are of
1354 an enum type.
1355
4227c9ad
JJ
13562017-02-24 Jakub Jelinek <jakub@redhat.com>
1357
1358 PR c++/79588
1359 * c-common.c (check_function_restrict): New function.
1360 (check_function_arguments): Add FNDECL argument. Call
1361 check_function_restrict if -Wrestrict.
1362 * c-warn.c (warn_for_restrict): Remove ARGS argument, add ARGARRAY
1363 and NARGS. Use auto_vec for ARG_POSITIONS, simplify.
1364 * c-common.h (check_function_arguments): Add FNDECL argument.
1365 (warn_for_restrict): Remove ARGS argument, add ARGARRAY and NARGS.
1366
59909673
EB
13672017-02-24 Eric Botcazou <ebotcazou@adacore.com>
1368
1369 * c-ada-spec.c (dump_ada_function_declaration): Add comment about the
1370 treatment of parameters with pointer-to-tagged type and tidy up.
1371 (print_ada_methods): Remove the special treatment of C++ static member
1372 functions.
1373
54dcd526
ML
13742017-02-22 Martin Liska <mliska@suse.cz>
1375
1376 * c.opt: Replace inequality signs with square brackets
1377 for -Wnornalized.
1378
00bc9de3
JJ
13792017-02-21 Jakub Jelinek <jakub@redhat.com>
1380
1381 PR c++/79641
1382 * c-attribs.c (handle_mode_attribute): Use build_qualified_type to
1383 preserve quals.
1384
97fcf744
JM
13852017-02-17 Joseph Myers <joseph@codesourcery.com>
1386
1387 * c-cppbuiltin.c (builtin_define_float_constants): Define
1388 __DECIMAL_DIG__ to the value for long double.
1389
c7545f1c
MP
13902017-02-15 Marek Polacek <polacek@redhat.com>
1391
1392 PR c/79515
1393 * c-warn.c (do_warn_double_promotion): Don't warn if an invalid
1394 conversion has occured.
1395
c2e84327
DM
13962017-01-24 David Malcolm <dmalcolm@redhat.com>
1397
1398 * c-common.c (c_common_reswords): Add "__RTL".
1399 * c-common.h (enum rid): Add RID_RTL.
1400
2ebd93e1
MP
14012017-01-20 Marek Polacek <polacek@redhat.com>
1402
1403 PR c/64279
1404 * c-common.h (do_warn_duplicated_branches_r): Declare.
1405 * c-gimplify.c (c_genericize): Walk the function tree calling
1406 do_warn_duplicated_branches_r.
1407 * c-warn.c (expr_from_macro_expansion_r): New.
1408 (do_warn_duplicated_branches): New.
1409 (do_warn_duplicated_branches_r): New.
1410 * c.opt (Wduplicated-branches): New option.
1411
0d80ab91
DM
14122017-01-17 David Malcolm <dmalcolm@redhat.com>
1413
1414 PR c++/71497
1415 * c-indentation.c (warn_for_misleading_indentation): Use the past
1416 subjunctive in the note.
1417
7f991c36
AH
14182017-01-17 Aldy Hernandez <aldyh@redhat.com>
1419
1420 PR c/79116
1421 * array-notation-common.c (cilkplus_extract_an_triplets): Convert
1422 start type to integer_type.
1423
1c70261c
JJ
14242017-01-16 Jakub Jelinek <jakub@redhat.com>
1425
1426 PR driver/49726
1427 * c.opt (gen-decls): Add Driver flag.
1428
1ddca3f3
PC
14292017-01-16 Paolo Carlini <paolo.carlini@oracle.com>
1430
1431 Revert:
1432 2017-01-16 Paolo Carlini <paolo.carlini@oracle.com>
1433
1434 PR c++/71737
1435 * c-common.c (set_underlying_type): Always set DECL_ORIGINAL_TYPE.
1436
7d2f3f1d
PC
14372017-01-16 Paolo Carlini <paolo.carlini@oracle.com>
1438
1439 PR c++/71737
1440 * c-common.c (set_underlying_type): Always set DECL_ORIGINAL_TYPE.
1441
bce6f760
MS
14422017-01-12 Martin Sebor <msebor@redhat.com>
1443
1444 (-Wformat-overflow): ...to this.
1445
bf5fbf46
MS
14462017-01-11 Martin Sebor <msebor@redhat.com>
1447
1448 PR c/78768
1449 * c.opt (-Walloca-larger-than, -Wformat-length, -Wformat-truncation):
1450 Also enable for LTO.
1451
e363df3f
JM
14522017-01-10 Jason Merrill <jason@redhat.com>
1453
1454 Implement P0195R2, C++17 variadic using.
1455 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_variadic_using.
1456
bd2c6270
JJ
14572017-01-09 Jakub Jelinek <jakub@redhat.com>
1458
1459 PR translation/79019
1460 PR translation/79020
1461 * c.opt (Wnormalized=): Fix typo in description.
1462
efcc8d38
MS
14632017-01-08 Martin Sebor <msebor@redhat.com>
1464
1465 PR middle-end/77708
1466 * c.opt (-Wformat-truncation): New option.
1467
435f3f7a
AO
14682017-01-06 Alexandre Oliva <aoliva@redhat.com>
1469
1470 * c-pretty-print.c (pp_c_tree_decl_identifier): Convert 16-bit
1471 value to unsigned short to fit in 4 hex digits without
1472 warnings.
1473
4e89adf9
EB
14742017-01-05 Eric Botcazou <ebotcazou@adacore.com>
1475
1476 * c.opt (fsso-struct): Add 'native' value.
1477
cd445b54
ML
14782017-01-05 Martin Liska <mliska@suse.cz>
1479
1480 PR pch/78970
1481 * c-opts.c (c_common_post_options): Reject '-' filename for a precompiled
1482 header.
1483
a9342885
MP
14842017-01-04 Marek Polacek <polacek@redhat.com>
1485
1486 PR c++/64767
1487 * c.opt (Wpointer-compare): New option.
1488
fc73e60c
JJ
14892017-01-04 Jakub Jelinek <jakub@redhat.com>
1490
1491 PR driver/78957
1492 * c.opt (fsso-struct=): Add RejectNegative.
1493
cbe34bb5
JJ
14942017-01-01 Jakub Jelinek <jakub@redhat.com>
1495
1496 Update copyright years.
1497
d4a6c0ea
ML
14982016-12-29 Martin Liska <mliska@suse.cz>
1499
1500 PR c/78933
1501 * c.opt (strong-eval-order): Add RejectNegative keyword.
1502
67a5ad7c
JM
15032016-12-22 Jason Merrill <jason@redhat.com>
1504
1505 Implement P0522R0, matching of template template arguments.
1506 * c-cppbuiltin.c (c_cpp_builtins): Define
1507 __cpp_template_template_args.
1508
0dba7960
JJ
15092016-12-21 Jakub Jelinek <jakub@redhat.com>
1510
1511 PR bootstrap/78817
1512 * c-common.c (struct nonnull_arg_ctx): New type.
1513 (check_function_nonnull): Return bool instead of void. Use
1514 nonnull_arg_ctx as context rather than just location_t.
1515 (check_nonnull_arg): Adjust for the new context type, set
1516 warned_p to true if a warning has been diagnosed.
1517 (check_function_arguments): Return bool instead of void.
1518 * c-common.h (check_function_arguments): Adjust prototype.
1519
31bfc9b9
JM
15202016-12-21 Jason Merrill <jason@redhat.com>
1521
1522 * c.opt (-fnew-ttp-matching): New flag.
1523 * c-opts.c (c_common_post_options): Default on if -std=c++1z.
1524
629b3d75
MJ
15252016-12-14 Martin Jambor <mjambor@suse.cz>
1526
1527 * c-omp.c: Include omp-general.h instead of omp-low.h.
1528 (c_finish_oacc_wait): Adjusted call to find_omp_clause to use its new
1529 name.
1530
474da67e
MS
15312016-12-14 Martin Sebor <msebor@redhat.com>
1532
1533 PR c/17308
1534 * c-common.c (check_nonnull_arg): Disable when optimization
1535 is enabled.
1536
fe366b87
MP
15372016-12-12 Marek Polacek <polacek@redhat.com>
1538
1539 PR c++/78647
1540 * c-common.c (attribute_fallthrough_p): Return false for
1541 error_mark_node.
1542
8bd9f164
MS
15432016-12-08 Martin Sebor <msebor@redhat.com>
1544
1545 PR c/78284
1546 * c.opt (-Walloc-zero, -Walloc-size-larger-than): New options.
1547
060162e0
MS
15482016-12-08 Martin Sebor <msebor@redhat.com>
1549
1550 PR c/78165
1d0cf89a
MS
1551 * c-pretty-print (pp_c_integer_constant): Avoid formatting type
1552 suffix.
060162e0 1553
ee92e7ba
MS
15542016-12-07 Martin Sebor <msebor@redhat.com>
1555
1556 PR c/53562
1557 PR middle-end/77784
1558 PR middle-end/78149
1559 PR middle-end/78138
1560 * c.opt (-Wstringop-overflow): New option.
1561
84b0769e
MO
15622016-12-02 Maxim Ostapenko <m.ostapenko@samsung.com>
1563
1564 * c-attribs.c (asan odr indicator): New attribute.
1565 (handle_asan_odr_indicator_attribute): New function.
1566
7fa6a965
PK
15672016-11-26 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
1568
1569 * c-common.c (c_common_nodes_and_builtins): Remove initialization of
1570 ptrdiff_type_node;
1571
56d8ffc1
JG
15722016-11-23 James Greenhalgh <james.greenhalgh@arm.com>
1573
1574 * c-common.c (excess_precision_mode_join): New.
1575 (c_ts18661_flt_eval_method): New.
1576 (c_c11_flt_eval_method): Likewise.
1577 (c_flt_eval_method): Likewise.
1578 * c-common.h (excess_precision_mode_join): New.
1579 (c_flt_eval_method): Likewise.
1580 * c-cppbuiltin.c (c_cpp_flt_eval_method_iec_559): New.
1581 (cpp_iec_559_value): Call it.
1582 (c_cpp_builtins): Modify logic for __LIBGCC_*_EXCESS_PRECISION__,
1583 call c_flt_eval_method to set __FLT_EVAL_METHOD__ and
1584 __FLT_EVAL_METHOD_TS_18661_3__.
1585
04f0fcf7
JG
15862016-11-23 James Greenhalgh <james.greenhalgh@arm.com>
1587
1588 * c-opts.c (c_common_post_options): Add logic to handle the default
1589 case for -fpermitted-flt-eval-methods.
1590
fb2675cb
PB
15912016-11-23 Paolo Bonzini <bonzini@gnu.org>
1592
1593 * c.opt (Wexpansion-to-defined): New.
1594
ec1c5694
JJ
15952016-11-23 Jakub Jelinek <jakub@redhat.com>
1596
1597 PR target/78451
1598 * c-pragma.c (handle_pragma_target): Don't replace
1599 current_target_pragma, but chainon the new args to the current one.
1600
730c9e75
NS
16012016-11-22 Nathan Sidwell <nathan@acm.org>
1602
1603 * array-notation-common.c (cilkplus_extract_an_trplets): Fix
cacd29be 1604 indentation and formatting.
730c9e75 1605
89990732
MS
16062016-11-21 Martin Sebor <msebor@redhat.com>
1607
1608 * c.opt (-fprintf-return-value): Enable by default.
1609
48330c93
BE
16102016-11-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
1611
1612 PR c++/71973
1613 * c.opt (-Wbuiltin-declaration-mismatch): New warning.
1614 * c-common.c (c_common_nodes_and_builtins): Initialize
1615 const_tm_ptr_type_node.
1616
0d939c95
MP
16172016-11-16 Marek Polacek <polacek@redhat.com>
1618
1619 PR c/78285
1620 * c-common.c (c_add_case_label): Turn error_at calls into inform.
1621
8e745a17
JJ
16222016-11-14 Jakub Jelinek <jakub@redhat.com>
1623
1624 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_structured_bindings.
1625
1ee62b92 16262016-11-14 Prasad Ghangal <prasad.ghangal@gmail.com>
8e745a17
JJ
1627 Richard Biener <rguenther@suse.de>
1628
1629 * c-common.h (c_common_resword): Add RID_GIMPLE, RID_PHI types.
1630 * c-common.h (enum rid): Add RID_GIMPLE, RID_PHI.
1631 * c.opt (fgimple): New option.
1ee62b92 1632
22b15758
UB
16332016-11-13 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
1634
1635 PR c/35503
1636 * c-common.h (warn_for_restrict): Declare.
1637 * c-warn.c: Include gcc-rich-location.h.
1638 (warn_for_restrict): New function.
1639 * c-format.c (gcc_tdiag_char_table): Add entry for "Z" specifier.
1640 (gcc_cdiag_char_table): Likewise.
1641 (gcc_cxxdiag_char_table): Likewise.
1642 * c.opt (Wrestrict): New option.
1643
4be719cd
EB
16442016-11-13 Eric Botcazou <ebotcazou@adacore.com>
1645
1646 * c-ada-spec.c (print_ada_declaration): For typedef declarations, look
1647 for nested types only if the type is a record or union and dump SLOC.
1648
4a826ca6
JM
16492016-11-09 Jason Merrill <jason@redhat.com>
1650
1651 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_template_auto.
1652
2e955d50
JJ
16532016-11-09 Jakub Jelinek <jakub@redhat.com>
1654
1655 * c-ubsan.c (ubsan_instrument_shift): Handle split
1656 -fsanitize=shift-base and -fsanitize=shift-exponent.
1657
51dc6603
JM
16582016-11-07 Jason Merrill <jason@redhat.com>
1659
1660 * c.opt (Wc++1z-compat): New.
1661 * c-cppbuiltin.c (c_cpp_builtins): Add __cpp_noexcept_function_type.
1662
6dc4a604
ML
16632016-11-07 Martin Liska <mliska@suse.cz>
1664
1665 * c-warn.c (warn_for_unused_label): Save all labels used
1666 in goto or in &label.
1667
b302001e
JM
16682016-11-03 Jason Merrill <jason@redhat.com>
1669
1670 * c-cppbuiltin.c (c_cpp_builtins): Correct
1671 __cpp_inheriting_constructors.
1672
31f7f784
JM
16732016-11-01 Jason Merrill <jason@redhat.com>
1674
2bc78e3c
JM
1675 * c-cppbuiltin.c (c_cpp_builtins): Update
1676 __cpp_inheriting_constructors.
1677
31f7f784
JM
1678 * c.opt (-fnew-inheriting-ctors): New.
1679 * c-opts.c: Default to on for ABI 11+.
1680
dcb466ec
JJ
16812016-10-31 Jakub Jelinek <jakub@redhat.com>
1682
1683 PR c++/77948
1684 * c.opt (fext-numeric-literals): Add Var and Init.
1685 * c-opts.c (c_common_handle_option): Don't clear
1686 cpp_opts->ext_numeric_literals for -std=c++{11,14,1z}.
1687 (c_common_post_options): Clear it here if not set
1688 explicitly.
1689
52e1b91e
AH
16902016-10-28 Aldy Hernandez <aldyh@redhat.com>
1691
1692 PR debug/77773
1693 * c-pretty-print.c (simple_type_specifier): Do not dereference `t'
1694 if NULL.
1695
e16f1cc7
JJ
16962016-10-25 Jakub Jelinek <jakub@redhat.com>
1697
1698 * c-common.h (enum rid): Add RID_BUILTIN_LAUNDER.
1699 * c-common.c (c_common_reswords): Add __builtin_launder.
1700
f8348061
BE
17012016-10-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
1702
1703 * c-common.c (c_common_truthvalue_conversion): Warn for
1704 multiplications in boolean context. Fix the quoting of '<<' and '<'
1705 in the shift warning.
1706
eff89e01
BE
17072016-10-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
1708
1709 * c-common.c (c_common_truthvalue_conversion): Fix the comment.
1710
24bc7bf4
JM
17112016-10-20 Jason Merrill <jason@redhat.com>
1712
1713 * c-cppbuiltin.c (c_cpp_builtins): Update __cpp_concepts value.
1714
4c712374
BE
17152016-10-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
1716
1717 * c-common.c (c_common_truthvalue_conversion): Warn only for signed
1718 integer shift ops in boolean context.
1719
17202016-10-18 Aldy Hernandez <aldyh@redhat.com>
adc577c5
AH
1721
1722 * c.opt (Walloca): New.
1723 (Walloca-larger-than=): New.
1724 (Wvla-larger-than=): New.
1725
8fa18c06
MP
17262016-10-17 Marek Polacek <polacek@redhat.com>
1727
1728 * c-warn.c (find_array_ref_with_const_idx_r): Remove parameter names.
1729 Return immediately when finding a match.
1730 (warn_tautological_cmp): Remove a boolean variable that is no longer
1731 needed.
1732
b12b1915
MP
17332016-10-17 Marek Polacek <polacek@redhat.com>
1734
1735 * c-attribs.c: New file.
1736 * c-common.c: Move attributes handling to c-attribs.c.
1737 (get_nonnull_operand): No longer static.
1738 * c-common.h: Move the declarations from c-attribs.c to its own section.
1739
2045acd9
JM
17402016-10-14 Jason Merrill <jason@redhat.com>
1741
1742 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_aggregate_bases
1743 and __cpp_deduction_guides.
1744
14a2c9aa
JM
17452016-10-13 Jason Merrill <jason@redhat.com>
1746
1747 * c-cppbuiltin.c (c_cpp_builtins): Add __cpp_inline_variables.
1748
4d0cdd0c
TP
17492016-10-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
1750
1751 * c-cppbuiltin.c: Include memmodel.h.
1752 * c-opts.c: Likewise.
1753 * c-pragma.c: Likewise.
1754 * c-warn.c: Likewise.
1755
70f6d5e1
JJ
17562016-10-12 Jakub Jelinek <jakub@redhat.com>
1757
1758 * c.opt (Wextra): Add as C/C++/ObjC/ObjC++ option.
1759 (Wimplicit-fallthrough=): Enable for these languages by -Wextra.
1760 * c-opts.c (sanitize_cpp_opts): Initialize
1761 cpp_opts->cpp_warn_implicit_fallthrough.
1762
78f61294
MP
17632016-10-11 Marek Polacek <polacek@redhat.com>
1764
1765 * c-common.c (warning_candidate_p): Change the return type to bool
1766 and return true/false instead of 1/0.
1767 (vector_mode_valid_p): Likewise.
1768
038b5cc0
MP
17692016-10-11 Marek Polacek <polacek@redhat.com>
1770
1771 * c-common.c (fold_for_warn): No longer static.
1772 (bool_promoted_to_int_p): Likewise.
1773 (c_common_get_narrower): Likewise.
1774 (constant_expression_warning): Move to c-warn.c.
1775 (constant_expression_error): Likewise.
1776 (overflow_warning): Likewise.
1777 (warn_logical_operator): Likewise.
1778 (find_array_ref_with_const_idx_r): Likewise.
1779 (warn_tautological_cmp): Likewise.
1780 (expr_has_boolean_operands_p): Likewise.
1781 (warn_logical_not_parentheses): Likewise.
1782 (warn_if_unused_value): Likewise.
1783 (strict_aliasing_warning): Likewise.
1784 (sizeof_pointer_memaccess_warning): Likewise.
1785 (check_main_parameter_types): Likewise.
1786 (conversion_warning): Likewise.
1787 (warnings_for_convert_and_check): Likewise.
1788 (match_case_to_enum_1): Likewise.
1789 (match_case_to_enum): Likewise.
1790 (c_do_switch_warnings): Likewise.
1791 (warn_for_omitted_condop): Likewise.
1792 (readonly_error): Likewise.
1793 (lvalue_error): Likewise.
1794 (invalid_indirection_error): Likewise.
1795 (warn_array_subscript_with_type_char): Likewise.
1796 (warn_about_parentheses): Likewise.
1797 (warn_for_unused_label): Likewise.
1798 (warn_for_div_by_zero): Likewise.
1799 (warn_for_memset): Likewise.
1800 (warn_for_sign_compare): Likewise.
1801 (do_warn_double_promotion): Likewise.
1802 (do_warn_unused_parameter): Likewise.
1803 (record_locally_defined_typedef): Likewise.
1804 (maybe_record_typedef_use): Likewise.
1805 (maybe_warn_unused_local_typedefs): Likewise.
1806 (maybe_warn_bool_compare): Likewise.
1807 (maybe_warn_shift_overflow): Likewise.
1808 (warn_duplicated_cond_add_or_warn): Likewise.
1809 (diagnose_mismatched_attributes): Likewise.
1810 * c-common.h: Move the declarations from c-warn.c to its own section.
1811 * c-warn.c: New file.
1812
627be19f
JM
18132016-10-08 Jason Merrill <jason@redhat.com>
1814
1815 * c-common.c (c_common_truthvalue_conversion): Don't distribute
1816 into COND_EXPR in C++.
1817
7bad794a
JJ
18182016-10-08 Jakub Jelinek <jakub@redhat.com>
1819
1820 * c-lex.c (c_lex_with_flags) <case CPP_COMMENT>: For CPP_COMMENT
1821 token with PREV_FALLTHROUGH, skip all following CPP_PADDING and
1822 CPP_COMMENT tokens and set add_flags to PREV_FALLTHROUGH afterwards.
1823
be845b04
JJ
18242016-10-07 Jakub Jelinek <jakub@redhat.com>
1825
1826 Implement LWG2296 helper intrinsic
1827 * c-common.h (enum rid): Add RID_ADDRESSOF.
1828 * c-common.c (c_common_reswords): Add __builtin_addressof.
1829
c09c4992
BE
18302016-10-07 Bernd Edlinger <bernd.edlinger@hotmail.de>
1831
1832 PR c++/77700
1833 * c-common.c (c_common_truthvalue_conversion): Warn also for
1834 suspicious enum values in boolean context.
1835
342cfb3e
JJ
18362016-10-06 Jakub Jelinek <jakub@redhat.com>
1837
1838 Implement P0258R2 - helper for C++17
1839 std::has_unique_object_representations trait
1840 * c-common.h (enum rid): Add RID_HAS_UNIQUE_OBJ_REPRESENTATIONS.
1841 * c-common.c (c_common_reswords): Add
1842 __has_unique_object_representations.
1843
2e69f143
JJ
18442016-10-05 Jakub Jelinek <jakub@redhat.com>
1845
1846 PR sanitizer/66343
1847 * c-ubsan.c (ubsan_instrument_return): Don't call
1848 initialize_sanitizer_builtins here.
1849
700fff34
BE
18502016-10-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
1851
1852 * c-common.c (c_common_truthvalue_conversion): Warn also for suspicious
1853 conditional expression in boolean context when only one arm is
1854 non-boolean.
1855
9563bfcd
JJ
18562016-10-05 Jakub Jelinek <jakub@redhat.com>
1857
04a32443
JJ
1858 PR sanitizer/77823
1859 * c-ubsan.c (ubsan_instrument_shift): Return NULL_TREE if type0
1860 is not integral.
1861
9563bfcd
JJ
1862 * c-common.c (c_common_reswords): Update comment for C++11.
1863
f1644724
JM
18642016-10-04 Jason Merrill <jason@redhat.com>
1865
1866 * c-common.c (make_tree_vector_from_ctor): New.
1867 * c-common.h: Declare it.
1868
5a79befb
JJ
18692016-10-04 Jakub Jelinek <jakub@redhat.com>
1870
1871 * c-cppbuiltin.c (c_cpp_builtins): Don't define
1872 __LIBGCC_JCR_SECTION_NAME__.
1873
1633d3b9
BE
18742016-10-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
1875
1876 * c-common.c (c_common_truthvalue_conversion): Warn for suspicious
1877 left shift in boolean context.
1878
a2c6e7f2
JJ
18792016-09-29 Jakub Jelinek <jakub@redhat.com>
1880
1881 Implement P0001R1 - C++17 removal of register storage class specifier
1882 * c.opt (Wregister): New warning.
1883 * c-opts.c (c_common_post_options): Enable -Wregister by
1884 default for C++17.
1885
75304c87
JG
18862016-09-29 James Greenhalgh <james.greenhalgh@arm.com>
1887
1888 * c-opts.c (c_common_post_options): Remove special case for
1889 TARGET_FLT_EVAL_METHOD_NON_DEFAULT with -fexcess-precision=standard
1890 in C++.
1891
bbfac6da
JJ
18922016-09-27 Jakub Jelinek <jakub@redhat.com>
1893
6e39060a
JJ
1894 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_capture_star_this for
1895 -std=c++1z.
1896
bbfac6da
JJ
1897 * c-ada-spec.c (print_ada_declaration): Remove break after return.
1898
e73cf9a2
TP
18992016-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1900
1901 * c-common.c: Include memmodel.h.
1902
c6147dc4
MP
19032016-09-26 Marek Polacek <polacek@redhat.com>
1904
1905 * c-lex.c (c_common_has_attribute): Handle attribute fallthrough.
1906
81fea426
MP
19072016-09-26 Marek Polacek <polacek@redhat.com>
1908
1909 PR c/7652
1910 * c-common.c (c_common_attribute_table): Add fallthrough attribute.
1911 (handle_fallthrough_attribute): New function.
1912 (attribute_fallthrough_p): New function.
1913 * c-common.h (attribute_fallthrough_p): Declare.
1914
9a2300e9
MP
19152016-09-24 Marek Polacek <polacek@redhat.com>
1916
1917 PR c/77490
1918 * c.opt (Wbool-operation): New.
1919
a09e9e35
BE
19202016-09-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
1921
1922 * c-common.c (c_common_truthvalue_conversion): Inhibit
1923 Wint-in-bool-context warning with from_macro_definition_at.
1924 Mention the expression will always evaluate to true.
1925
d43b4ccc
MS
19262016-09-21 Martin Sebor <msebor@redhat.com>
1927
1928 PR bootstrap/77676
1929 * c.opt (fprintf-return-value): Temporarily initialize to zero
1930 to unblock bootstrap failures.
1931
2e1c20b1
JJ
19322016-09-21 Jakub Jelinek <jakub@redhat.com>
1933
1934 PR c++/77651
1935 * c.opt (Waligned-new=): Add RejectNegative.
1936 (faligned-new=): Likewise. Spelling fix - change
1937 aligned_new_threshhold to aligned_new_threshold.
1938 * c-cppbuiltin.c (c_cpp_builtins): Change aligned_new_threshhold
1939 to aligned_new_threshold.
1940
88d0c3f0
MS
19412016-09-20 Martin Sebor <msebor@redhat.com>
1942
1943 PR middle-end/49905
1944 * c.opt: Add -Wformat-length and -fprintf-return-value.
1945
144a96e4
BE
19462016-09-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
1947
1948 PR c++/77434
1949 * c.opt (Wint-in-bool-context): New warning.
1950 * c-common.c (c_common_truthvalue_conversion): Warn on integer
1951 constants in boolean context.
1952
63012d9a
JM
19532016-09-19 Joseph Myers <joseph@codesourcery.com>
1954
1955 * c-common.c (max_align_t_align): Also consider alignment of
1956 float128_type_node.
1957
931388ce
JM
19582016-09-15 Jason Merrill <jason@redhat.com>
1959
1960 * c-common.c (check_cxx_fundamental_alignment_constraints): Check
1961 DECL_EXTERNAL.
1962
38711381
JM
19632016-09-14 Jason Merrill <jason@redhat.com>
1964
1965 * c-common.c (check_cxx_fundamental_alignment_constraints): Don't
1966 limit FIELD_DECL, either.
1967
e51fbec3
MP
19682016-09-14 Marek Polacek <polacek@redhat.com>
1969
1970 * c-common.c (c_common_truthvalue_conversion): Use false instead of 0.
1971 * c-common.h (build_unary_op): Change nonconvert parameter type to bool.
1972 * c-omp.c (c_finish_omp_atomic): Use false instead of 0.
1973
254830ba
DM
19742016-09-13 David Malcolm <dmalcolm@redhat.com>
1975
1976 * c-common.c (warn_logical_not_parentheses): Replace
1977 rich_location::add_fixit_insert calls with add_fixit_insert_before
1978 and add_fixit_insert_after, eliminating the "next_loc" calculation.
1979
42763690
JM
19802016-09-13 Jason Merrill <jason@redhat.com>
1981 Tom de Vries <tom@codesourcery.com>
1982
1983 PR c++/77427
1984 * c-common.c (set_underlying_type): Don't treat array as builtin type.
1985
9453eee9
JM
19862016-09-13 Jason Merrill <jason@redhat.com>
1987
1988 * c-common.c (check_cxx_fundamental_alignment_constraints): Don't
1989 limit types at all.
1990
e96809e3
JM
19912016-09-12 Jason Merrill <jason@redhat.com>
1992
1993 * c-common.c (check_cxx_fundamental_alignment_constraints): Fix
1994 bit/byte confusion, allow large alignment for types.
1995
54dcdb88
BE
19962016-09-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
1997
1998 PR c++/77496
1999 * c-common.c (warn_for_omitted_condop): Also warn for boolean data.
2000
d1463eb9
DM
20012016-09-12 David Malcolm <dmalcolm@redhat.com>
2002
2003 PR c/72858
2004 * c-format.c (argument_parser::check_argument_type): Add params
2005 "type_start" and "conversion_char". Use the former to generate
2006 offset_to_type_start and pass it and conversion_char to
2007 check_format_types.
2008 (check_format_info_main): Capture the start of the type
2009 information as "type_start", and pass it an format_char
2010 to arg_parser.check_argument_type.
2011 (check_format_types): Provide an example in the leading comment.
2012 Add params "offset_to_type_start" and "conversion_char"; pass
2013 them to format_type_warning calls.
2014 (test_get_modifier_for_format_len): Likewise.
2015 (matching_type_p): New function.
2016 (get_format_for_type): Add param "conversion_char" and move
2017 implementation into...
2018 (get_format_for_type_1): ...new function, called twice.
2019 Use new function matching_type_p rather than checking for
2020 TYPE_CANONICAL equality.
2021 (get_corrected_substring): New function.
2022 (format_type_warning): Provide an example in the leading comment.
2023 Add params "offset_to_type_start" and "conversion_char". Replace
2024 call to get_format_for_type with call to get_corrected_substring
2025 and move rejection of hints for widths/precisions there.
2026 (assert_format_for_type_streq): Add param "conversion_char".
2027 (ASSERT_FORMAT_FOR_TYPE_STREQ): Add param CONVERSION_CHAR.
2028 (test_get_format_for_type_printf): Add conversion chars to the
2029 tests, adding coverage for various combinations of integer
2030 vs double conversions, and for preserving octal and hexadecimal
2031 conversions.
2032 (test_get_format_for_type_scanf): Add conversion chars to the
2033 tests.
2034
5b28efbb
TV
20352016-09-10 Tom de Vries <tom@codesourcery.com>
2036
2037 PR C/71602
2038 * c-common.c (build_va_arg): Handle more strict
2039 targetm.canonical_va_list_type. Replace first argument type error with
2040 assert.
2041
3f0177e7
MS
20422016-09-09 Martin Sebor <msebor@redhat.com>
2043
2044 PR c/77520
2045 PR c/77521
2046 * c-format.c (argument_parser::find_format_char_info): Use %qc
2047 format directive unconditionally.
2048
af63ba4b
JM
20492016-09-09 Jason Merrill <jason@redhat.com>
2050
2051 Implement C++17 new of over-aligned types.
2052 * c.opt: Add -faligned-new and -Waligned-new.
2053 * c-common.c (max_align_t_align): Split out from...
2054 (cxx_fundamental_alignment_p): ...here.
2055 * c-common.h: Declare it.
2056 * c-cppbuiltin.c (c_cpp_builtins): Handle aligned new.
2057
c65248cb
JM
20582016-09-09 Joseph Myers <joseph@codesourcery.com>
2059
2060 * c-cppbuiltin.c (builtin_define_type_width): New function.
2061 (builtin_define_stdint_macros, c_cpp_builtins): Define type width
2062 macros.
2063
e5106e27
DM
20642016-09-07 David Malcolm <dmalcolm@redhat.com>
2065
2066 * c-common.c (get_cpp_ttype_from_string_type): Handle being passed
2067 a POINTER_TYPE.
2068 (substring_loc::get_location): Move to substring-locations.c,
2069 keeping implementation as...
2070 (c_get_substring_location): New function, from the above, reworked
2071 to use accessors rather than member lookup.
2072 * c-common.h (class substring_loc): Move to substring-locations.h,
2073 replacing with a forward decl.
2074 (c_get_substring_location): New decl.
2075 * c-format.c: Include "substring-locations.h".
2076 (format_warning_va): Move to substring-locations.c.
2077 (format_warning_at_substring): Likewise.
2078
a42e7952
MS
20792016-09-06 Martin Sebor <msebor@redhat.com>
2080
2081 PR c/77336
2082 * c-format.c (check_function_format): Avoid issuing warnings for
2083 functions unless they call format functions with non-constant
2084 format strings.
2085
b772a565
RB
20862016-09-06 Richard Biener <rguenther@suse.de>
2087
2088 PR c/77450
2089 * c-common.c (c_common_mark_addressable_vec): Handle
2090 COMPOUND_LITERAL_EXPR.
2091
25ff5dd3
MP
20922016-09-05 Marek Polacek <polacek@redhat.com>
2093
2094 PR c/77423
2095 * c-common.c (bool_promoted_to_int_p): New function.
2096 (expr_has_boolean_operands_p): New function.
2097 (warn_logical_not_parentheses): Return if expr_has_boolean_operands_p.
2098 (maybe_warn_bool_compare): Use bool_promoted_to_int_p.
2099
21234eb5
TV
21002016-09-04 Tom de Vries <tom@codesourcery.com>
2101
2102 revert:
2103 2016-08-29 Tom de Vries <tom@codesourcery.com>
2104
2105 * c-common.c (build_va_arg): Replace first argument type error
2106 with assert.
2107
9dc5773f
JJ
21082016-09-02 Jakub Jelinek <jakub@redhat.com>
2109
2110 PR c/65467
2111 * c-omp.c (c_finish_omp_atomic): Reject _Atomic qualified expressions.
2112 (c_finish_omp_for): Reject _Atomic qualified iterators.
2113
21142016-09-01 Martin Sebor <msebor@redhat.com>
3d7b83b6
MS
2115
2116 * c-ada-spec.c (dump_ada_function_declaration): Increase buffer
2117 size to guarantee it fits the output of the formatted function
2118 regardless of its arguments.
2119
295844f6
MP
21202016-09-01 Marek Polacek <polacek@redhat.com>
2121
2122 PR c/7652
2123 * c-common.c (resolve_overloaded_builtin): Fix formatting. Add
2124 FALLTHRU comments.
2125
3d06b6f2
MP
21262016-08-29 Marek Polacek <polacek@redhat.com>
2127
2128 PR c/77292
2129 * c-common.c (warn_logical_not_parentheses): Don't warn for
2130 a comparison or a logical operator.
2131
34cedad5
TV
21322016-08-29 Tom de Vries <tom@codesourcery.com>
2133
2134 * c-common.c (build_va_arg): Fix type comparison assert.
2135
f162d717
TV
21362016-08-29 Tom de Vries <tom@codesourcery.com>
2137
2138 * c-common.c (build_va_arg): Replace first argument type error
2139 with assert.
2140
ba9bbd6f
TV
21412016-08-29 Tom de Vries <tom@codesourcery.com>
2142
2143 PR c/77398
2144 * c-common.c (build_va_arg): Add first argument error. Build va_arg
2145 with error_mark_node as va_list instead of with illegal va_list.
2146
ebef225f
MP
21472016-08-25 Marek Polacek <polacek@redhat.com>
2148 David Malcolm <dmalcolm@redhat.com>
2149
2150 * c-common.c (warn_logical_not_parentheses): Print fixit hints.
2151 * c-common.h (warn_logical_not_parentheses): Update declaration.
2152
b00e6e75
MP
21532016-08-22 Marek Polacek <polacek@redhat.com>
2154
2155 PR c++/77321
2156 * c-common.c (warn_for_memset): Check type for null.
2157
6dc198e3
JM
21582016-08-22 Joseph Myers <joseph@codesourcery.com>
2159
14ec014e 2160 * c-cppbuiltin.c (c_cpp_builtins): Check _FloatN and
6dc198e3
JM
2161 _FloatNx types for suffixes for built-in functions.
2162
c65699ef
JM
21632016-08-19 Joseph Myers <joseph@codesourcery.com>
2164
2165 PR c/32187
2166 * c-common.h (RID_FLOAT16, RID_FLOATN_NX_FIRST, RID_FLOAT32)
2167 (RID_FLOAT64, RID_FLOAT128, RID_FLOAT32X, RID_FLOAT64X)
2168 (RID_FLOAT128X): New enum rid values.
2169 (CASE_RID_FLOATN_NX): New macro.
2170 * c-common.c (c_common_reswords): Add _FloatN and _FloatNx
2171 keywords.
2172 (c_common_type_for_mode): Check for _FloatN and _FloatNx and
2173 corresponding complex types.
2174 (c_common_nodes_and_builtins): For non-C++, register _FloatN and
2175 _FloatNx and corresponding complex types.
2176 (keyword_begins_type_specifier): Use CASE_RID_FLOATN_NX.
2177 * c-cppbuiltin.c (builtin_define_float_constants): Check _FloatN
2178 and _FloatNx types for the widest type for determining
2179 DECIMAL_DIG. Define __LDBL_DECIMAL_DIG__ as well as
2180 __DECIMAL_DIG__ for long double. Handle FMA_SUFFIX being NULL.
2181 (c_cpp_builtins): Call builtin_define_float_constants for _FloatN
2182 and _FloatNx types.
2183 * c-lex.c (interpret_float): Handle _FloatN and _FloatNx
2184 constants.
2185 * c-pretty-print.c (pp_c_floating_constant): Handle _FloatN and
2186 _FloatNx types.
2187
cc015f3a
DM
21882016-08-18 David Malcolm <dmalcolm@redhat.com>
2189
2190 * c-opts.c (c_diagnostic_finalizer): Update for change to
2191 diagnostic_show_locus.
2192
cb18fd07
DM
21932016-08-18 David Malcolm <dmalcolm@redhat.com>
2194
2195 * c-common.c: Include "spellcheck.h".
2196 (cb_get_suggestion): New function.
2197 * c-common.h (cb_get_suggestion): New decl.
2198 * c-lex.c (init_c_lex): Initialize cb->get_suggestion to
2199 cb_get_suggestion.
2200
a76989dc
MP
22012016-08-18 Marek Polacek <polacek@redhat.com>
2202
2203 PR c/71514
2204 * c-common.c (get_atomic_generic_size): Disallow pointer-to-function
2205 and pointer-to-VLA.
2206
65e736c0
DM
22072016-08-16 David Malcolm <dmalcolm@redhat.com>
2208
2209 PR c/72857
2210 * c-common.c (substring_loc::get_range): Rename to...
2211 (substring_loc::get_location): ...this, converting param from a
2212 source_range * to a location_t *. Call
2213 get_source_location_for_substring rather than
2214 get_source_range_for_substring, and pass in m_caret_idx.
2215 * c-common.h (substring_loc::substring_loc): Add param "caret_idx".
2216 (substring_loc::get_range): Replace with...
2217 (substring_loc::get_location): ...this.
2218 (substring_loc::set_caret_index): New method.
2219 (substring_loc): Add field m_caret_idx.
2220 * c-format.c (format_warning_va): Update for above changes.
2221 Rename local "substring_loc" to "fmt_substring_loc" to avoid
2222 clashing with type name.
2223 (format_warning_at_char): Add caret_idx param to substring_loc ctor.
2224 (check_argument_type): Likewise.
2225 (format_type_warning): Rename param "fmt_loc" to "whole_fmt_loc"
2226 Use a copy when emitting warnings, setting the caret index from TYPE.
2227
7e1dde14 22282016-08-16 Eric Botcazou <ebotcazou@adacore.com>
8e745a17 2229 Arnaud Charlet <charlet@adacore.com>
7e1dde14
EB
2230
2231 * c-ada-spec.c (dump_number): New function.
2232 (handle_escape_character): Likewise.
2233 (print_ada_macros): Add handling of constant integers and strings.
2234
191816a3
MP
22352016-08-12 Marek Polacek <polacek@redhat.com>
2236
2237 PR c/7652
2238 * c-common.c (scalar_to_vector): Adjust fall through comment.
2239 * c-opts.c (c_common_handle_option): Likewise.
2240 * c-pragma.c (handle_pragma_pack): Add FALLTHRU.
2241 * c-pretty-print.c (c_pretty_printer::postfix_expression): Adjust
2242 fall through comment.
2243 * cilk.c (extract_free_variables): Add FALLTHRU.
2244
452df4a4
JM
22452016-08-10 Jason Merrill <jason@redhat.com>
2246
2247 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_if_constexpr.
2248
f3365c12
JM
22492016-08-09 Jason Merrill <jason@redhat.com>
2250
2251 * c-common.c (c_common_attribute_table): vector_size affects type
2252 identity.
2253
f0bc3323
MP
22542016-08-09 Marek Polacek <polacek@redhat.com>
2255
2256 PR c/7652
2257 * c-ada-spec.c (dump_generic_ada_node): Add return.
2258
98e5a19a
JM
22592016-08-09 Jason Merrill <jason@redhat.com>
2260
2261 * c-cppbuiltin.c (c_cpp_builtins): Update __cpp_constexpr for
2262 C++17 constexpr lambdas.
2263
895aa8e1
DM
22642016-08-08 David Malcolm <dmalcolm@redhat.com>
2265
2266 PR c/64955
2267 * c-common.h (selftest::c_format_c_tests): New declaration.
2268 (selftest::run_c_tests): New declaration.
2269 * c-format.c: Include "selftest.h.
2270 (format_warning_va): Add param "corrected_substring" and use
2271 it to add a replacement fix-it hint.
2272 (format_warning_at_substring): Likewise.
2273 (format_warning_at_char): Update for new param of
2274 format_warning_va.
2275 (argument_parser::check_argument_type): Pass "fki" to
2276 check_format_types.
2277 (check_format_types): Add param "fki" and pass it to
2278 format_type_warning.
2279 (deref_n_times): New function.
2280 (get_modifier_for_format_len): New function.
2281 (selftest::test_get_modifier_for_format_len): New function.
2282 (get_format_for_type): New function.
2283 (format_type_warning): Add param "fki" and use it to attempt
2284 to provide hints for argument types when calling
2285 format_warning_at_substring.
2286 (selftest::get_info): New function.
2287 (selftest::assert_format_for_type_streq): New function.
2288 (ASSERT_FORMAT_FOR_TYPE_STREQ): New macro.
2289 (selftest::test_get_format_for_type_printf): New function.
2290 (selftest::test_get_format_for_type_scanf): New function.
2291 (selftest::c_format_c_tests): New function.
2292
e52ed3fe
DM
22932016-08-08 David Malcolm <dmalcolm@redhat.com>
2294
2295 PR c/52952
2296 * c-format.c: Include "diagnostic.h".
2297 (location_column_from_byte_offset): Delete.
2298 (location_from_offset): Delete.
2299 (format_warning_va): New function.
2300 (format_warning_at_substring): New function.
2301 (format_warning_at_char): New function.
2302 (check_format_arg): Capture location of format_tree and pass to
2303 check_format_info_main.
2304 (argument_parser): Add fields "start_of_this_format" and
2305 "format_string_cst".
2306 (flag_chars_t::validate): Add param "format_string_cst". Convert
2307 warning_at call using location_from_offset to call to
2308 format_warning_at_char.
2309 (argument_parser::argument_parser): Add param "format_string_cst_"
2310 and use use it to initialize field "format_string_cst".
2311 Initialize new field "start_of_this_format".
2312 (argument_parser::read_format_flags): Convert warning_at call
2313 using location_from_offset to a call to format_warning_at_char.
2314 (argument_parser::read_any_format_left_precision): Likewise.
2315 (argument_parser::read_any_format_precision): Likewise.
2316 (argument_parser::read_any_other_modifier): Likewise.
2317 (argument_parser::find_format_char_info): Likewise, in three places.
2318 (argument_parser::parse_any_scan_set): Likewise, in one place.
2319 (argument_parser::handle_conversions): Likewise, in two places.
2320 (argument_parser::check_argument_type): Add param "fmt_param_loc"
2321 and use it to make a substring_loc. Pass the latter to
2322 check_format_types.
2323 (check_format_info_main): Add params "fmt_param_loc" and
2324 "format_string_cst". Convert warning_at calls using
2325 location_from_offset to calls to format_warning_at_char. Pass the
2326 new params to the arg_parser ctor. Pass "format_string_cst" to
2327 flag_chars.validate. Pass "fmt_param_loc" to
2328 arg_parser.check_argument_type.
2329 (check_format_types): Convert first param from a location_t
2330 to a const substring_loc & and rename to "fmt_loc". Attempt
2331 to extract the range of the relevant parameter and pass it
2332 to format_type_warning.
2333 (format_type_warning): Convert first param from a location_t
2334 to a const substring_loc & and rename to "fmt_loc". Add
2335 params "param_range" and "type". Replace calls to warning_at
2336 with calls to format_warning_at_substring.
2337
1c4d457e
DM
23382016-08-08 David Malcolm <dmalcolm@redhat.com>
2339
2340 * c-format.c (class flag_chars_t): New class.
2341 (struct length_modifier): New struct.
2342 (class argument_parser): New class.
2343 (flag_chars_t::flag_chars_t): New ctor.
2344 (flag_chars_t::has_char_p): New method.
2345 (flag_chars_t::add_char): New method.
2346 (flag_chars_t::validate): New method.
2347 (flag_chars_t::get_alloc_flag): New method.
2348 (flag_chars_t::assignment_suppression_p): New method.
2349 (argument_parser::argument_parser): New ctor.
2350 (argument_parser::read_any_dollar): New method.
2351 (argument_parser::read_format_flags): New method.
2352 (argument_parser::read_any_format_width): New method.
2353 (argument_parser::read_any_format_left_precision): New method.
2354 (argument_parser::read_any_format_precision): New method.
2355 (argument_parser::handle_alloc_chars): New method.
2356 (argument_parser::read_any_length_modifier): New method.
2357 (argument_parser::read_any_other_modifier): New method.
2358 (argument_parser::find_format_char_info): New method.
2359 (argument_parser::validate_flag_pairs): New method.
2360 (argument_parser::give_y2k_warnings): New method.
2361 (argument_parser::parse_any_scan_set): New method.
2362 (argument_parser::handle_conversions): New method.
2363 (argument_parser::check_argument_type): New method.
2364 (check_format_info_main): Introduce classes argument_parser
2365 and flag_chars_t, moving the code within the loop into methods
2366 of these classes. Make various locals "const".
2367
88fa5555
DM
23682016-08-05 David Malcolm <dmalcolm@redhat.com>
2369
2370 * c-common.c: Include "substring-locations.h".
2371 (get_cpp_ttype_from_string_type): New function.
2372 (g_string_concat_db): New global.
2373 (substring_loc::get_range): New method.
2374 * c-common.h (g_string_concat_db): New declaration.
2375 (class substring_loc): New class.
2376 * c-lex.c (lex_string): When concatenating strings, capture the
2377 locations of all tokens using a new obstack, and record the
2378 concatenation locations within g_string_concat_db.
2379 * c-opts.c (c_common_init_options): Construct g_string_concat_db
2380 on the ggc-heap.
2381
78169471
MP
23822016-07-29 Marek Polacek <polacek@redhat.com>
2383
638fc14f
MP
2384 PR c/71926
2385 * c-common.c (c_common_truthvalue_conversion): Use LOCATION for the
2386 parentheses warning.
2387
78169471
MP
2388 PR c/71574
2389 * c-common.c (handle_alloc_align_attribute): Also check FUNCTION_DECL.
2390
1225d6b1
ML
23912016-07-28 Martin Liska <mliska@suse.cz>
2392
2393 PR gcov-profile/68025
2394 * c-common.c (handle_no_profile_instrument_function_attribute):
2395
ec1e2a40
BE
23962016-07-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
2397
2398 * c-common.c (check_user_alignment): Use LOG2_BITS_PER_UNIT instead of
2399 BITS_PER_UNIT_LOG.
2400
5ec2cd9f
JM
24012016-07-25 Jason Merrill <jason@redhat.com>
2402
2403 PR c++/65970
2404 * c.opt (fconstexpr-loop-limit): New.
2405
9dc5773f 24062016-07-22 Martin Sebor <msebor@redhat.com>
2e6b45af
MS
2407
2408 PR c++/71675
2409 * c-common.c (resolve_overloaded_builtin): Avoid converting
2410 __atomic_compare_exchange_n return type to that of what its
2411 first argument points to.
2412
e3fe09c1
UB
24132016-07-22 Uros Bizjak <ubizjak@gmail.com>
2414
2415 * c-common.c: Use HOST_WIDE_INT_M1U instead of
2416 ~(unsigned HOST_WIDE_INT) 0.
2417
bc91c436
ML
24182016-07-22 Martin Liska <mliska@suse.cz>
2419
2420 PR gcov-profile/69028
2421 PR gcov-profile/62047
2422 * cilk.c (create_cilk_helper_decl): Set location of a new decl
2423 to the current_function_decl.
2424
451dcc66
JM
24252016-07-21 Jason Merrill <jason@redhat.com>
2426
2427 PR c++/65168
2428 * c-common.c (c_common_truthvalue_conversion): Check
2429 c_inhibit_evaluation_warnings for warning about address of
2430 reference.
2431
de6a69ee
DM
24322016-07-20 David Malcolm <dmalcolm@redhat.com>
2433
2434 * c-common.h (lookup_name_fuzzy): Convert return type from tree to
2435 const char *.
2436
d022c55a
JM
24372016-07-15 Jason Merrill <jason@redhat.com>
2438
2439 * c-opts.c (c_common_post_options): Update -fabi-version default to 11.
2440
ddbbcb19
JJ
24412016-07-15 Jakub Jelinek <jakub@redhat.com>
2442
2443 PR c/71858
2444 * c-common.h (enum lookup_name_fuzzy_kind): Add
2445 FUZZY_LOOKUP_FUNCTION_NAME.
2446
d0cf395a
JM
24472016-07-08 Jason Merrill <jason@redhat.com>
2448
2449 P0145: Refining Expression Order for C++.
2450 * c.opts (-fargs-in-order): Rename to -fstrong-eval-order.
2451 * c-opts.c: Adjust.
2452
98d44e93
MT
24532016-07-05 Markus Trippelsdorf <markus@trippelsdorf.de>
2454
2455 PR c++/71214
2456 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_rvalue_references.
2457
f9d8d994
TS
24582016-06-29 Thomas Schwinge <thomas@codesourcery.com>
2459
2460 * c-pragma.h (enum pragma_kind): Rename
2461 PRAGMA_OMP_DECLARE_REDUCTION to PRAGMA_OMP_DECLARE. Adjust all
2462 users.
2463
4aa83879
RB
24642016-06-29 Richard Biener <rguenther@suse.de>
2465
2466 PR middle-end/71002
2467 * c-common.c (c_common_get_alias_set): Remove union type punning case.
2468
a25bd9e6
JM
24692016-06-24 Jason Merrill <jason@redhat.com>
2470
2471 P0145R2: Refining Expression Order for C++.
2472 * c-common.c (verify_tree) [COMPOUND_EXPR]: Fix handling on LHS of
2473 MODIFY_EXPR.
2474
a86451b9
JJ
24752016-06-24 Jakub Jelinek <jakub@redhat.com>
2476
2477 * c-common.c (check_builtin_function_arguments): Require last
2478 argument of BUILT_IN_*_OVERFLOW_P to have INTEGER_TYPE type.
2479 Adjust wording of diagnostics for BUILT_IN_*_OVERLFLOW
2480 if the last argument is pointer to enumerated or boolean type.
2481
1a4f11c8
DM
24822016-06-22 David Malcolm <dmalcolm@redhat.com>
2483
2484 PR c/70339
2485 * c-common.h (enum lookup_name_fuzzy_kind): New enum.
2486 (lookup_name_fuzzy): New prototype.
2487
fe55692c
JDA
24882016-06-21 John David Anglin <danglin@gcc.gnu.org>
2489
2490 * c-common.c (get_source_date_epoch): Use int64_t instead of long long.
2491
4eb24e01
JM
24922016-06-14 Jason Merrill <jason@redhat.com>
2493
2494 P0145R2: Refining Expression Order for C++.
2495 * c.opt (fargs-in-order): New.
2496 * c-opts.c (c_common_post_options): Adjust flag_args_in_order.
2497
ef7cf206
JJ
24982016-06-13 Jakub Jelinek <jakub@redhat.com>
2499
0dda258b
JJ
2500 PR sanitizer/71498
2501 * c-gimplify.c (ubsan_walk_array_refs_r): Set *walk_subtrees = 0 on
2502 all BIND_EXPRs, and on all BIND_EXPRs recurse also on BIND_EXPR_BODY.
2503
ef7cf206
JJ
2504 PR preprocessor/71183
2505 * c-ppoutput.c (init_pp_output): Set cb->get_source_date_epoch
2506 to cb_get_source_date_epoch.
2507
50b15873
JJ
25082016-06-10 Jakub Jelinek <jakub@redhat.com>
2509
2510 PR c/68657
2511 * c.opt (Wpsabi): Add Warning flag.
2512
4d926e34
MS
25132016-06-10 Martin Sebor <msebor@redhat.com>
2514
2515 PR c/71392
14ec014e 2516 * c-common.c (handle_nonnull_attribute): Accept
4d926e34
MS
2517 the nonnull attribute in type-generic builtins.
2518
e01b4e16
MS
25192016-06-09 Martin Sebor <msebor@redhat.com>
2520
2521 PR c/70883
2522 * c-common.c (builtin_function_validate_nargs): Make text of error
2523 message consistent with others like it.
2524
44a845ca
MS
25252016-06-08 Martin Sebor <msebor@redhat.com>
2526 Jakub Jelinek <jakub@redhat.com>
2527
2528 PR c++/70507
2529 PR c/68120
2530 * c-common.c (check_builtin_function_arguments): Handle
2531 BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P.
2532
a80a7051
RB
25332016-06-08 Richard Biener <rguenther@suse.de>
2534
2535 * c-common.c (parse_optimize_options): Improve diagnostic messages.
2536
bfd67b47
RB
25372016-06-07 Richard Biener <rguenther@suse.de>
2538
2539 PR c/61564
2540 * c-common.c (parse_optimize_options): Only apply CL_OPTIMIZATION
2541 options and warn about others.
2542
15c98b2e
ES
25432016-06-01 Eduard Sanou <dhole@openmailbox.org>
2544
2545 * c-common.c (get_source_date_epoch): Rename to
2546 cb_get_source_date_epoch.
2547 * c-common.c (cb_get_source_date_epoch): Use a single generic erorr
2548 message when the parsing fails. Use error_at instead of fatal_error.
2549 * c-common.h (get_source_date_epoch): Rename to
2550 cb_get_source_date_epoch.
2551 * c-common.h (cb_get_source_date_epoch): Prototype.
2552 * c-common.h (MAX_SOURCE_DATE_EPOCH): Define.
2553 * c-common.h (c_omp_region_type): Remove trailing comma.
2554 * c-lex.c (init_c_lex): Set cb->get_source_date_epoch callback.
2555 * c-lex.c (c_lex_with_flags): Remove initialization of
2556 pfile->source_date_epoch.
2557
00631022
JJ
25582016-05-30 Jakub Jelinek <jakub@redhat.com>
2559
2560 PR c++/71349
2561 * c-omp.c (c_omp_split_clauses): Put OMP_CLAUSE_DEPEND to
2562 C_OMP_CLAUSE_SPLIT_TARGET. Put OMP_CLAUSE_NOWAIT to
2563 C_OMP_CLAUSE_SPLIT_TARGET if combined with target construct,
2564 instead of C_OMP_CLAUSE_SPLIT_FOR.
2565
f17a223d
RB
25662016-05-24 Richard Biener <rguenther@suse.de>
2567
2568 PR middle-end/70434
2569 PR c/69504
2570 * c-common.h (convert_vector_to_pointer_for_subscript): Rename to ...
2571 (convert_vector_to_array_for_subscript): ... this.
2572 * c-common.c (convert_vector_to_pointer_for_subscript): Use a
2573 VIEW_CONVERT_EXPR to an array type. Rename to ...
2574 (convert_vector_to_array_for_subscript): ... this.
2575
4f2e1536
MP
25762016-05-12 Marek Polacek <polacek@redhat.com>
2577
2578 PR c/70756
2579 * c-common.c (pointer_int_sum): Call size_in_bytes_loc instead of
2580 size_in_bytes and pass LOC to it.
2581
d6e83a8d
MM
25822016-05-11 Mikhail Maltsev <maltsevm@gmail.com>
2583
2584 PR c/43651
2585 * c.opt (Wduplicate-decl-specifier): New option.
2586
5c3a10fb
MP
25872016-05-11 Marek Polacek <polacek@redhat.com>
2588
2589 PR c++/71024
2590 * c-common.c (diagnose_mismatched_attributes): New function.
2591 * c-common.h (diagnose_mismatched_attributes): Declare.
2592
deef7113
MP
25932016-05-04 Marek Polacek <polacek@redhat.com>
2594
2595 * c.opt (Wdangling-else): New option.
2596
79ce98bc
MP
25972016-05-03 Marek Polacek <polacek@redhat.com>
2598
2599 PR c/70859
2600 * c-common.c (builtin_function_validate_nargs): Add location
2601 parameter. Use it.
2602 (check_builtin_function_arguments): Add location and arguments
2603 parameters. Use them.
2604 * c-common.h (check_builtin_function_arguments): Update declaration.
2605
381cdae4
RB
26062016-05-03 Richard Biener <rguenther@suse.de>
2607
2608 * cilk.c (cilk_gimplify_call_params_in_spawned_fn): Do not
2609 allow call args to gimplify to SSA names.
2610
1d793c34
MP
26112016-05-03 Marek Polacek <polacek@redhat.com>
2612
2613 * c-common.h (enum c_omp_region_type): Remove stray comma.
2614
77886428
CP
26152016-05-02 Cesar Philippidis <cesar@codesourcery.com>
2616
2617 * c-common.h (enum c_omp_region_type): Define.
2618
697e0b28
RS
26192016-05-02 Richard Sandiford <richard.sandiford@arm.com>
2620
2621 * c-common.c (shorten_compare): Use wi::to_wide.
2622
e7ff0319
CP
26232016-04-29 Cesar Philippidis <cesar@codesourcery.com>
2624
2625 PR middle-end/70626
2626 * c-common.h (c_oacc_split_loop_clauses): Add boolean argument.
2627 * c-omp.c (c_oacc_split_loop_clauses): Use it to duplicate
2628 reduction clauses in acc parallel loops.
2629
2fff3db8
MP
26302016-04-29 Marek Polacek <polacek@redhat.com>
2631
2632 PR c/70852
2633 * c-common.c (warn_for_memset): Check domain before accessing it.
2634
509063eb
DV
26352016-04-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
2636
2637 PR/69089
2638 * c-common.c (handle_aligned_attribute): Allow 0 as an argument to the
2639 "aligned" attribute.
2640
b632761d
JM
26412016-04-28 Jason Merrill <jason@redhat.com>
2642
2643 * c-lex.c (c_common_has_attribute): Handle nodiscard.
2644
174f6622
ES
26452016-04-28 Eduard Sanou <dhole@openmailbox.org>
2646 Matthias Klose <doko@debian.org>
2647
2648 * c-common.c (get_source_date_epoch): New function, gets the environment
7365279f 2649 variable SOURCE_DATE_EPOCH and parses it as long long with error
174f6622
ES
2650 handling.
2651 * c-common.h (get_source_date_epoch): Prototype.
2652 * c-lex.c (c_lex_with_flags): set parse_in->source_date_epoch.
2653
6bc2bb18
RB
26542015-04-27 Ryan Burn <contact@rnburn.com>
2655
2656 PR c++/69024
2657 PR c++/68997
2658 * cilk.c (cilk_ignorable_spawn_rhs_op): Change to external linkage.
2659 (cilk_recognize_spawn): Renamed from recognize_spawn and change to
2660 external linkage.
2661 (cilk_detect_and_unwrap): Corresponding changes.
2662 (extract_free_variables): Don't extract free variables from
2663 AGGR_INIT_EXPR slot.
2664 * c-common.h (cilk_ignorable_spawn_rhs_op): Prototype.
2665 (cilk_recognize_spawn): Likewise.
2666
c1e1f433
BS
26672016-04-27 Bernd Schmidt <bschmidt@redhat.com>
2668
2669 * c.opt (Wmemset-elt-size): New option.
2670 * c-common.c (warn_for_memset): New function.
2671 * c-common.h (warn_for_memset): Declare.
2672
d067e05f
JM
26732016-04-25 Jason Merrill <jason@redhat.com>
2674
2675 * c-common.c (handle_unused_attribute): Accept CONST_DECL.
2676 No longer static.
2677 * c-common.h: Declare it.
2678 * c-lex.c (c_common_has_attribute): Add maybe_unused.
2679
9aa36ae5
JM
26802016-04-22 Jason Merrill <jason@redhat.com>
2681
2682 * c-cppbuiltin.c (c_cpp_builtins): Fix __cpp_range_based_for.
2683
477d4906
IV
26842016-04-20 Ilya Verbin <ilya.verbin@intel.com>
2685
2686 PR c++/69363
2687 * c-cilkplus.c (c_finish_cilk_clauses): Remove function.
2688 * c-common.h (c_finish_cilk_clauses): Remove declaration.
2689
fe37c7af
MM
26902016-04-18 Michael Matz <matz@suse.de>
2691
2692 * c-common.c (handle_aligned_attribute): Use SET_TYPE_ALIGN
2693 and SET_DECL_ALIGN.
2694
23f2660f
EB
26952016-04-17 Eric Botcazou <ebotcazou@adacore.com>
2696
2697 * c-ada-spec.c (get_underlying_decl): Return the typedef, if any.
2698 (dump_generic_ada_node) <POINTER_TYPE>: Clean up handling of access
2699 to incomplete types.
2700 (dump_nested_type): Remove redundant tests and tidy up.
2701 (print_ada_declaration): Also set TREE_VISITED on the declaration of
2702 a type which is the typedef of an original type.
2703
1e77281b
MP
27042016-04-15 Marek Polacek <polacek@redhat.com>
2705
2706 PR c/70651
2707 * c-common.c (build_va_arg): Change two asserts into errors and return
2708 error_mark_node.
2709
b3a77f21
MP
27102016-04-13 Marek Polacek <polacek@redhat.com>
2711
2712 PR c++/70639
2713 * c-indentation.c (should_warn_for_misleading_indentation): Bail out
2714 for switch statements, too.
2715
322b8466
JM
27162016-03-28 Jason Merrill <jason@redhat.com>
2717
2718 * c-cppbuiltin.c (c_cpp_builtins): Update __cpp_range_based_for.
2719
fbdb6baf
MP
27202016-03-23 Marek Polacek <polacek@redhat.com>
2721
2722 PR c++/69884
2723 * c.opt (Wignored-attributes): New option.
2724
5c240f4d
DM
27252016-03-22 David Malcolm <dmalcolm@redhat.com>
2726
2727 PR c/69993
2728 * c-indentation.c (warn_for_misleading_indentation): Rewrite the
2729 diagnostic text, reversing the order of the warning and note so
2730 that they appear in source order.
2731
14ba7b28
MP
27322016-03-17 Marek Polacek <polacek@redhat.com>
2733
2734 PR c/69407
2735 * c-common.c (resolve_overloaded_builtin): Set TREE_USED for the fetch
2736 operations.
2737
08a1cadc
JM
27382016-03-14 Jason Merrill <jason@redhat.com>
2739
2aaeea19
JM
2740 * c-cppbuiltin.c (c_cpp_builtins): Set __cpp_hex_float.
2741
08a1cadc
JM
2742 * c-cppbuiltin.c (c_cpp_builtins): Bump __cpp_range_based_for.
2743
c06d25bb
RB
27442016-03-09 Richard Biener <rguenther@suse.de>
2745
2746 PR c/70143
2747 * c-common.c (strict_aliasing_warning): Add back
2748 alias_sets_conflict_p check.
2749
80aac5c8
JM
27502016-03-08 Jason Merrill <jason@redhat.com>
2751
2752 * c-opts.c (set_std_cxx1z): Don't enable concepts.
2753
64b23c13
DM
27542016-03-04 David Malcolm <dmalcolm@redhat.com>
2755
2756 PR c/68187
2757 * c-indentation.c (get_visual_column): Move code to determine next
2758 tab stop to...
2759 (next_tab_stop): ...this new function.
2760 (line_contains_hash_if): Delete function.
2761 (detect_preprocessor_logic): Delete function.
2762 (get_first_nws_vis_column): New function.
2763 (detect_intervening_unindent): New function.
2764 (should_warn_for_misleading_indentation): Replace call to
2765 detect_preprocessor_logic with a call to
2766 detect_intervening_unindent.
2767
729526f5
DM
27682016-03-04 David Malcolm <dmalcolm@redhat.com>
2769
2770 PR c/68187
2771 * c-indentation.c (should_warn_for_misleading_indentation): When
2772 suppressing warnings about cases where the guard and body are on
2773 the same column, only use the first non-whitespace column in place
2774 of the guard token column when dealing with "else" clauses.
2775 When rejecting aligned BODY and NEXT, loosen the requirement
2776 from equality with the first non-whitespace of guard to simply
2777 that they not be indented relative to it.
2778
e9a35493
RB
27792016-03-04 Richard Biener <rguenther@suse.de>
2780
2781 PR c++/70054
2782 * c-common.c (strict_aliasing_warning): Use alias_set_subset_of
2783 instead of alias_sets_conflict_p.
2784
1be56bc5
MP
27852016-03-01 Marek Polacek <polacek@redhat.com>
2786
2787 PR c++/69795
2788 * c-common.c (reject_gcc_builtin): Check for FUNCTION_DECL rather than
2789 any DECL.
2790
35886f0b
MS
27912016-02-22 Martin Sebor <msebor@redhat.com>
2792
2793 PR middle-end/69780
2794 * c-common.c (check_builtin_function_arguments): Validate and
2795 reject invalid arguments to __builtin_alloca_with_align.
2796
4246c8da
MW
27972016-02-20 Mark Wielaard <mjw@redhat.com>
2798
2799 PR c/28901
2800 * c.opt (Wunused-const-variable): Turn into Alias for...
2801 (Wunused-const-variable=): New option.
2802
268be88c
BE
28032016-02-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
2804
2805 PR c++/69865
2806 * c-opts.c (c_common_post_options): Move call to set_std_cxx14 from
2807 here...
2808 (c_common_init_options): ...to here.
2809 (set_std_cxx98): Initialize flag_isoc94 and flag_isoc99.
2810
871b3f47
JJ
28112016-02-19 Jakub Jelinek <jakub@redhat.com>
2812
2813 PR c++/69826
2814 * c-pragma.c (c_pp_lookup_pragma): Handle PRAGMA_CILK_GRAINSIZE.
2815 (init_pragma): Register PRAGMA_CILK_GRAINSIZE even for
2816 flag_preprocess_only.
2817
bf14eba2
JJ
28182016-02-16 Jakub Jelinek <jakub@redhat.com>
2819
2820 PR c/69835
2821 * c.opt (Wnonnull-compare): Enable for -Wall.
2822
ba6b3795
JJ
28232016-02-15 Jakub Jelinek <jakub@redhat.com>
2824
2825 PR c++/69797
2826 * c-common.c (sync_resolve_size): Diagnose too few arguments
2827 even when params is non-NULL empty vector.
2828
a011cd92
BS
28292016-02-08 Bernd Schmidt <bschmidt@redhat.com>
2830
2831 PR target/60410
2832 * c.opt (fshort-double): Remove.
2833
46cb9332
MS
28342016-02-05 Martin Sebor <msebor@redhat.com>
2835
2836 PR c++/69662
2837 * c.opt (Warning options): Update -Wplacement-new to take
2838 an optional argument.
2839
e1b81f2b
JJ
28402016-02-01 Jakub Jelinek <jakub@redhat.com>
2841
2842 PR preprocessor/69543
2843 PR c/69558
2844 * c-pragma.c (handle_pragma_diagnostic): Pass input_location
2845 instead of loc to control_warning_option.
2846
b6adbb9f
NS
28472016-02-01 Nathan Sidwell <nathan@codesourcery.com>
2848
2849 * c.opt (fopenacc-dim=): New option.
2850
5d70666e
RB
28512016-01-27 Ryan Burn <contact@rnburn.com>
2852
2853 PR cilkplus/69267
2854 * cilk.c (cilk_gimplify_call_params_in_spawned_fn): Change to use
2855 gimplify_arg. Removed superfluous post_p argument.
2856 * c-family.h (cilk_gimplify_call_params_in_spawned_fn): Removed
2857 superfluous post_p argument.
2858 * c-gimplify.c (c_gimplify_expr): Likewise.
2859
01e1dea3
DM
28602016-01-26 David Malcolm <dmalcolm@redhat.com>
2861
2862 PR other/69006
2863 * c-opts.c (c_diagnostic_finalizer): Replace invocation of
2864 pp_newline_and_flush with pp_flush.
2865
9f04a53e
MS
28662016-01-20 Martin Sebor <msebor@redhat.com>
2867
2868 PR c/69405
2869 * c-common.c (sync_resolve_size): Avoid printing diagnostic about
2870 an incompatible argument when the argument isn't a valid tree node.
2871
7f26f7df
JM
28722016-01-18 Jason Merrill <jason@redhat.com>
2873
2874 PR c++/68767
2875 * c-common.c (check_function_arguments_recurse): Fold the whole
2876 COND_EXPR, not just the condition.
2877
f62bf092
TV
28782016-01-18 Tom de Vries <tom@codesourcery.com>
2879
2880 * c-omp.c (c_oacc_split_loop_clauses): Don't copy OMP_CLAUSE_REDUCTION,
2881 classify as loop clause.
2882
e0a575ff
JJ
28832016-01-15 Jakub Jelinek <jakub@redhat.com>
2884
2885 PR bootstrap/68271
2886 * c-pragma.c (c_register_pragma_1): Adjust comment to note that
2887 C++ FE no longer has limit on number of pragmas.
2888
28892015-01-14 Ryan Burn <contact@rnburn.com>
b6e3db06
RB
2890
2891 PR c++/69048
2892 * cilk.c (create_cilk_wrapper_body): Call fold_build_cleanup_point_expr
c47eaca6 2893 to add missing cleanup point.
b6e3db06 2894
c7df95d8
DM
28952016-01-14 David Malcolm <dmalcolm@redhat.com>
2896
2897 PR c++/68819
2898 * c-indentation.c (get_visual_column): Add location_t param.
2899 Handle the column number being zero by effectively disabling the
2900 warning, with an "inform".
2901 (should_warn_for_misleading_indentation): Add location_t argument
2902 for all uses of get_visual_column.
2903
21efdd80
PP
29042016-01-10 Patrick Palka <ppalka@gcc.gnu.org>
2905
2906 PR c++/69029
2907 * c-indentation.c (should_warn_for_misleading_indentation):
2908 Don't warn about do-while statements.
2909
7a127fa7
MS
29102016-01-07 Martin Sebor <msebor@redhat.com>
2911
2912 PR c/68966
2913 * c-common.c (sync_resolve_size): Reject first argument when it's
2914 a pointer to _Bool.
2915
c589e975
DM
29162016-01-05 David Malcolm <dmalcolm@redhat.com>
2917
2918 PR c/69122
2919 * c-indentation.c (get_visual_column): Remove default argument.
2920 (should_warn_for_misleading_indentation): For the multiline case,
2921 update call to get_visual_column for next_stmt_exploc so that it
2922 captures the location of the first non-whitespace character in the
2923 relevant line. Don't issue warnings if there is non-whitespace
2924 before the next statement.
2925
818ab71a
JJ
29262016-01-04 Jakub Jelinek <jakub@redhat.com>
2927
2928 Update copyright years.
2929
745e411d
DM
29302015-12-21 David Malcolm <dmalcolm@redhat.com>
2931
2932 * c-common.c (binary_op_error): Convert first param from
2933 location_t to rich_location * and use it when emitting an error.
2934 * c-common.h (binary_op_error): Convert first param from
2935 location_t to rich_location *.
2936
de67c4c3
DM
29372015-12-16 David Malcolm <dmalcolm@redhat.com>
2938
2939 * c-common.h (conflict_marker_get_final_tok_kind): New prototype.
2940 * c-lex.c (conflict_marker_get_final_tok_kind): New function.
2941
4a38b02b
IV
29422015-12-15 Ilya Verbin <ilya.verbin@intel.com>
2943
2944 * c-common.c (c_common_attribute_table): Handle "omp declare target
2945 link" attribute.
2946
54d62f51
JJ
29472015-12-14 Jakub Jelinek <jakub@redhat.com>
2948
2949 PR c/68833
2950 * c.opt (Wmissing-format-attribute, Wnormalized): Add Warning option.
2951
8d4227c8
TB
29522014-12-12 Tobias Burnus <burnus@net-b.de>
2953
2954 PR fortran/68815
2955 * c-format.c (gcc_gfc_char_table): Add 'q' flag to remaining
2956 specifiers (%d, %i,%u and %c).
2957
f6069ccc
DM
29582015-12-10 David Malcolm <dmalcolm@redhat.com>
2959
2960 * c.opt (Wmisleading-indentation): Add to -Wall for C and C++.
2961
63bbf46d
JJ
29622015-12-08 Jakub Jelinek <jakub@redhat.com>
2963
2964 PR c/48088
2965 PR c/68657
2966 * c.opt (Wfloat-conversion, Wsign-conversion): Add Warning.
2967 * c-pragma.c (handle_pragma_diagnostic): Adjust
2968 control_warning_option caller.
2969
f79520bb
DM
29702015-12-07 David Malcolm <dmalcolm@redhat.com>
2971
2972 * c-common.c (c_cpp_error): Update for change to
2973 rich_location::set_range.
2974
b3d5bc62
JJ
29752015-12-04 Paolo Bonzini <bonzini@gnu.org>
2976
2977 * c-common.c (maybe_warn_shift_overflow): Warn on all overflows if
2978 shifting 1 out of the sign bit.
2979
29802015-12-04 Kirill Yukhin <kirill.yukhin@intel.com>
2981
2982 * c-common.c (c_common_attribute_table[]): Update max arguments
2983 count for "simd" attribute.
2984 (handle_simd_attribute): Parse "notinbranch" and "inbranch" arguments.
2985
6eb4a537
JJ
29862015-12-03 Jakub Jelinek <jakub@redhat.com>
2987
2988 PR preprocessor/57580
2989 * c-ppoutput.c (print): Change printed field to bool.
2990 Move src_file last for smaller padding.
2991 (init_pp_output): Set print.printed to false instead of 0.
2992 (scan_translation_unit): Fix up formatting. Set print.printed
2993 to true after printing something other than newline.
2994 (scan_translation_unit_trad): Set print.printed to true instead of 1.
2995 (maybe_print_line_1): Set print.printed to false instead of 0.
2996 (print_line_1): Likewise.
2997 (do_line_change): Set print.printed to true instead of 1.
2998 (cb_define, dump_queued_macros, cb_include, cb_def_pragma,
2999 dump_macro): Set print.printed to false after printing newline.
3000
4250754e
JM
30012015-12-02 Jason Merrill <jason@redhat.com>
3002
f479b43d
JM
3003 * c-common.c (fold_for_warn): New.
3004 (warn_logical_operator, warn_tautological_cmp)
3005 (check_function_arguments_recurse, maybe_warn_bool_compare): Use it.
3006
4250754e
JM
3007 * c-common.c (c_disable_warnings, c_enable_warnings, c_fully_fold)
3008 (c_fully_fold_internal, decl_constant_value_for_optimization):
3009 Move to c/c-fold.c.
3010 * c-common.h: Don't declare decl_constant_value_for_optimization.
3011
e9e32ee6
JM
30122015-12-02 Joseph Myers <joseph@codesourcery.com>
3013
3014 PR c/68162
3015 * c-common.h (c_build_qualified_type): Add extra default
3016 arguments.
3017
37d5ad46
JB
30182015-12-01 Julian Brown <julian@codesourcery.com>
3019 Cesar Philippidis <cesar@codesourcery.com>
3020 James Norris <James_Norris@mentor.com>
3021
3022 * c-pragma.c (oacc_pragmas): Add PRAGMA_OACC_HOST_DATA.
3023 * c-pragma.h (pragma_kind): Add PRAGMA_OACC_HOST_DATA.
3024 (pragma_omp_clause): Add PRAGMA_OACC_CLAUSE_USE_DEVICE.
3025
f07862c7
EB
30262015-11-30 Eric Botcazou <ebotcazou@adacore.com>
3027
3028 * c-ada-spec.c (print_ada_macros): Remove redundant blank line.
3029 (decl_sloc_common): Delete and move bulk of processing to...
3030 (decl_sloc): ...here.
3031 (pp_ada_tree_identifier): Remove reference to QUAL_UNION_TYPE.
3032 (dump_ada_double_name): Remove S parameter and compute the suffix.
3033 (dump_ada_array_type): Add PARENT parameter. Simplify computation of
3034 element type and deal with an anonymous one.
3035 (dump_ada_template): Use RECORD_OR_UNION_TYPE_P macro.
3036 (dump_generic_ada_node): Tweak. Adjust call to dump_ada_array_type
3037 and remove reference to QUAL_UNION_TYPE.
3038 (dump_nested_types): Make 2 passes on the fields and move bulk to...
3039 (dump_nested_type): ...here. New function extracted from above.
3040 Generate a full declaration for anonymous element type of arrays.
3041 (print_ada_declaration): Really skip anonymous declarations. Remove
3042 references to QUAL_UNION_TYPE. Adjust call to dump_ada_array_type.
3043 Clean up processing of declarations of array types and objects.
3044 (print_ada_struct_decl): Remove reference to QUAL_UNION_TYPE.
3045 Remove obsolete code and tidy up.
3046
75c8aac3
JH
30472015-11-29 Jan Hubicka <hubicka@ucw.cz>
3048
3049 PR c/67581
3050 * c-common.c (handle_transparent_union_attribute): Update
3051 also type variants.
3052
b58d3df2
ML
30532015-11-27 Martin Liska <mliska@suse.cz>
3054
3055 PR c++/68312
3056 * array-notation-common.c (cilkplus_extract_an_triplets):
3057 Release vector of vectors.
3058 * cilk.c (gimplify_cilk_spawn): Free allocated memory.
3059
89a01fcf
EB
30602015-11-26 Eric Botcazou <ebotcazou@adacore.com>
3061
3062 PR c++/68527
3063 * c-ada-spec.c (dump_nested_types): Add guard for error_mark_node.
3064 (print_ada_struct_decl): Likewise.
3065
cc5c5226
IZ
30662015-11-23 Igor Zamyatin <igor.zamyatin@intel.com>
3067
3068 PR c++/68001
3069 * c-gimplify.c (c_gimplify_expr): Stop the process if see an error.
3070 * cilk.c (recognize_spawn): Determine location in a more precise
3071 way.
3072
269adb9d
JM
30732015-11-19 Jason Merrill <jason@redhat.com>
3074
3075 * c-common.c (shorten_compare): But look through macros from
3076 system headers.
3077
d0eccfcd
JM
30782015-11-18 Jason Merrill <jason@redhat.com>
3079
3080 * c-common.c (shorten_compare): Don't -Wtype-limits if the
3081 non-constant operand comes from a macro.
3082
3e44547c
JM
30832015-11-17 Jason Merrill <jason@redhat.com>
3084
3085 PR bootstrap/68346
3086 * c-common.c (warn_tautological_cmp): Fold before checking for
3087 constants.
3088
0f62c7a0
MP
30892015-11-16 Marek Polacek <polacek@redhat.com>
3090
3091 PR c++/68362
3092 * c-common.c (check_case_bounds): Fold low and high cases.
3093
a868811e
MP
30942015-11-16 Marek Polacek <polacek@redhat.com>
3095
3096 * c-ada-spec.c (dump_ada_template): Use RECORD_OR_UNION_TYPE_P.
3097 * c-common.c (c_common_get_alias_set): Likewise.
3098 (handle_visibility_attribute): Likewise.
3099
fff77217
KY
31002015-11-16 Kirill Yukhin <kirill.yukhin@intel.com>
3101
3102 * c-common.c (handle_simd_attribute): New.
3103 (struct attribute_spec): Add entry for "simd".
3104 (handle_simd_attribute): New.
3105
269e63b7
KT
31062015-11-13 Kai Tietz <ktietz70@googlemail.com>
3107
3108 * c-lex.c (interpret_float): Use fold_convert.
3109
ebedc9a3
DM
31102015-11-13 David Malcolm <dmalcolm@redhat.com>
3111
3112 * c-common.c (c_fully_fold_internal): Capture existing souce_range,
3113 and store it on the result.
3114 * c-opts.c (c_common_init_options): Set
3115 global_dc->colorize_source_p.
3116
6e232ba4
JN
31172015-11-12 James Norris <jnorris@codesourcery.com>
3118 Joseph Myers <joseph@codesourcery.com>
3119
7365279f 3120 * c-pragma.c (oacc_pragmas): Add entry for declare directive.
6e232ba4
JN
3121 * c-pragma.h (enum pragma_kind): Add PRAGMA_OACC_DECLARE.
3122 (enum pragma_omp_clause): Add PRAGMA_OACC_CLAUSE_DEVICE_RESIDENT and
3123 PRAGMA_OACC_CLAUSE_LINK.
3124
e78bede6
MP
31252015-11-11 Marek Polacek <polacek@redhat.com>
3126
3127 PR c/68107
3128 PR c++/68266
3129 * c-common.c (valid_array_size_p): New function.
3130 * c-common.h (valid_array_size_p): Declare.
3131
3f8257db 31322015-11-11 Dominique d'Humieres <dominiq@lps.ens.fr>
4ac93c7c
DH
3133
3134 PR bootstrap/68271
3135 * c-pragma.c (c_register_pragma_1): Update the gcc_assert to 256.
3136
69f293c9
AM
31372015-11-11 Andrew MacLeod <amacleod@redhat.com>
3138
3139 * array-notation-common.c: Remove unused header files.
3140 * c-ada-spec.c: Likewise.
3141 * c-cilkplus.c: Likewise.
3142 * c-common.c: Likewise.
3143 * c-cppbuiltin.c: Likewise.
3144 * c-dump.c: Likewise.
3145 * c-format.c: Likewise.
3146 * c-gimplify.c: Likewise.
3147 * c-indentation.c: Likewise.
3148 * c-lex.c: Likewise.
3149 * c-omp.c: Likewise.
3150 * c-opts.c: Likewise.
3151 * c-pch.c: Likewise.
3152 * c-ppoutput.c: Likewise.
3153 * c-pragma.c: Likewise.
3154 * c-pretty-print.c: Likewise.
3155 * c-semantics.c: Likewise.
3156 * c-ubsan.c: Likewise.
3157 * cilk.c: Likewise.
3158 * stub-objc.c: Likewise.
3159
3a40d81d
NS
31602015-11-09 Thomas Schwinge <thomas@codesourcery.com>
3161 Cesar Philippidis <cesar@codesourcery.com>
3162 James Norris <jnorris@codesourcery.com>
3163 Julian Brown <julian@codesourcery.com>
3164 Nathan Sidwell <nathan@codesourcery.com>
3165
3166 * c-pragma.c (oacc_pragmas): Add "routine".
3167 * c-pragma.h (pragma_kind): Add PRAGMA_OACC_ROUTINE.
3168
ee45a32d
EB
31692015-11-08 Eric Botcazou <ebotcazou@adacore.com>
3170
3171 * c-common.c (c_common_attributes): Add scalar_storage_order.
3172 (handle_scalar_storage_order_attribute): New function.
3173 * c-pragma.c (global_sso): New variable.
3174 (maybe_apply_pragma_scalar_storage_order): New function.
3175 (handle_pragma_scalar_storage_order): Likewise.
3176 (init_pragma): Register scalar_storage_order.
3177 * c-pragma.h (maybe_apply_pragma_scalar_storage_order): Declare.
3178 * c.opt (Wscalar-storage-order): New warning.
3179 (fsso-struct=): New option.
3180
eb11eb15
MS
31812015-11-08 Martin Sebor <msebor@redhat.com>
3182
3183 * c.opt (Wplacement-new): Add a period to the end of a sentence.
3184
0aad0198
RS
31852015-11-07 Richard Sandiford <richard.sandiford@arm.com>
3186
3187 * c-common.c: Don't undef DEF_BUILTIN.
3188
8a645150
DM
31892015-11-06 David Malcolm <dmalcolm@redhat.com>
3190
3191 * c-common.c (c_cpp_error): Convert parameter from location_t to
3192 rich_location *. Eliminate the "column_override" parameter and
3193 the call to diagnostic_override_column.
3194 Update the "done_lexing" clause to set range 0
3195 on the rich_location, rather than overwriting a location_t.
3196 * c-common.h (c_cpp_error): Convert parameter from location_t to
3197 rich_location *. Eliminate the "column_override" parameter.
3198
7a5e4956
CP
31992015-11-05 Cesar Philippidis <cesar@codesourcery.com>
3200 Thomas Schwinge <thomas@codesourcery.com>
3201 James Norris <jnorris@codesourcery.com>
3202
3203 * c-omp.c (c_oacc_split_loop_clauses): Make TILE, GANG, WORKER, VECTOR,
3204 AUTO, SEQ, INDEPENDENT and PRIVATE loop clauses. Associate REDUCTION
3205 clauses with parallel and kernels and loops.
3206 * c-pragma.h (enum pragma_omp_clause): Add entries for
3207 PRAGMA_OACC_CLAUSE_{INDEPENDENT,TILE,DEFAULT}.
3208 * pt.c (tsubst_omp_clauses): Add support for OMP_CLAUSE_{NUM_GANGS,
3209 NUM_WORKERS,VECTOR_LENGTH,GANG,WORKER,VECTOR,ASYNC,WAIT,TILE,AUTO,
3210 INDEPENDENT,SEQ}.
3211 (tsubst_expr): Add support for OMP_CLAUSE_{KERNELS,PARALLEL,LOOP}.
3212
e2f5cc96
MS
32132015-11-05 Martin Sebor <msebor@redhat.com>
3214
3215 PR c++/67942
3216 * c.opt (-Wplacement-new): New option.
3217
e01d41e5
JJ
32182015-11-05 Jakub Jelinek <jakub@redhat.com>
3219
3220 * c-common.h (c_finish_omp_atomic): Add TEST argument.
3221 (c_omp_check_loop_iv, c_omp_check_loop_iv_exprs): New prototypes.
3222 * c-omp.c (c_finish_omp_atomic): Add TEST argument. Don't call
3223 save_expr or create_tmp_var* if TEST is true.
3224 (c_finish_omp_for): Store OMP_FOR_ORIG_DECLS always.
3225 Don't call add_stmt here.
3226 (struct c_omp_check_loop_iv_data): New type.
3227 (c_omp_check_loop_iv_r, c_omp_check_loop_iv,
3228 c_omp_check_loop_iv_exprs): New functions.
3229 (c_omp_split_clauses): Adjust for lastprivate being allowed on
3230 distribute.
3231 (c_omp_declare_simd_clauses_to_numbers): Change
3232 OMP_CLAUSE_LINEAR_VARIABLE_STRIDE OMP_CLAUSE_LINEAR_STEP into numbers.
3233 (c_omp_declare_simd_clauses_to_decls): Similarly change those
3234 from numbers to PARM_DECLs.
3235
595278be
MM
32362015-11-04 Mikhail Maltsev <maltsevm@gmail.com>
3237
3238 * c-omp.c (c_omp_split_clauses): Remove conditional compilation. Use
3239 flag_checking.
3240
3f8257db 32412015-11-03 Bernd Schmidt <bschmidt@redhat.com>
c85158de
MS
3242
3243 PR c++-common/67882
b3d5bc62
JJ
3244 * c-common.h (fold_offsetof_1): Add argument.
3245 * c-common.c (fold_offsetof_1): Diagnose more invalid
c85158de
MS
3246 offsetof expressions that reference elements past the end of
3247 an array.
3248
4bf9e5a8
TS
32492015-11-03 Thomas Schwinge <thomas@codesourcery.com>
3250 Chung-Lin Tang <cltang@codesourcery.com>
3251
3252 * c-pragma.c (oacc_pragmas): Add "atomic".
3253 * c-pragma.h (pragma_kind): Add PRAGMA_OACC_ATOMIC.
3254
3b1661a9
ES
32552015-10-30 Evgeny Stupachenko <evstupac@gmail.com>
3256
3257 * c-common.c (handle_target_clones_attribute): New.
3258 (c_common_attribute_table): Add handle_target_clones_attribute.
3259 (handle_always_inline_attribute): Add check on target_clones attribute.
3260 (handle_target_attribute): Ditto.
3261
2adfab87
AM
32622015-10-29 Andrew MacLeod <amacleod@redhat.com>
3263
3264 * array-notation-common.c: Reorder #include's and remove duplicates.
3265 * c-ada-spec.c: Likewise.
3266 * c-cilkplus.c: Likewise.
3267 * c-common.c: Likewise.
3268 * c-cppbuiltin.c: Likewise.
3269 * c-dump.c: Likewise.
3270 * c-format.c: Likewise.
3271 * c-gimplify.c: Likewise.
3272 * c-indentation.c: Likewise.
3273 * c-lex.c: Likewise.
3274 * c-omp.c: Likewise.
3275 * c-opts.c: Likewise.
3276 * c-pch.c: Likewise.
3277 * c-ppoutput.c: Likewise.
3278 * c-pragma.c: Likewise.
3279 * c-pretty-print.c: Likewise.
3280 * c-semantics.c: Likewise.
3281 * c-ubsan.c: Likewise.
3282 * cilk.c: Likewise.
3283 * stub-objc.c: Likewise.
3284
d90ec4f2
JM
32852015-10-28 Jason Merrill <jason@redhat.com>
3286
3287 * c-common.c (pointer_int_sum): Fold the MULT_EXPR.
3288
88bae6f4
TS
32892015-10-27 Thomas Schwinge <thomas@codesourcery.com>
3290 James Norris <jnorris@codesourcery.com>
3291 Cesar Philippidis <cesar@codesourcery.com>
3292
3293 PR c/64765
3294 PR c/64880
3295 * c-common.h (c_oacc_split_loop_clauses): Declare function.
3296 * c-omp.c (c_oacc_split_loop_clauses): New function.
3297
b1726d6c
MS
32982015-10-21 Martin Sebor <msebor@redhat.com>
3299
3300 PR driver/68043
3301 * c.opt: End each sentence that describes an option with a period.
3302
fa60eeb9
MP
33032015-10-20 Marek Polacek <polacek@redhat.com>
3304
3305 * array-notation-common.c (is_cilkplus_vector_p): Define.
3306 * c-common.h (is_cilkplus_vector_p): Declare.
3307
95979049
MP
33082015-10-20 Marek Polacek <polacek@redhat.com>
3309
3310 * c.opt (std=gnu++11): Do not describe as experimental.
3311 (std=gnu++14): Likewise.
3312
2a9fb712
JM
33132015-10-19 Jason Merrill <jason@redhat.com>
3314
3315 * c-cppbuiltin.c (c_cpp_builtins): Define
3316 __cpp_nontype_template_args.
3317
13b380a3
JM
33182015-10-19 Jason Merrill <jason@redhat.com>
3319
3320 * c-cppbuiltin.c (c_cpp_builtins): Define
3321 __cpp_enumerator_attributes, __cpp_fold_expressions,
3322 __cpp_unicode_characters.
3323
d9a6bd32
JJ
33242015-10-13 Jakub Jelinek <jakub@redhat.com>
3325 Aldy Hernandez <aldyh@redhat.com>
3326
3327 * c-common.c (enum c_builtin_type): Define DEF_FUNCTION_TYPE_9,
3328 DEF_FUNCTION_TYPE_10 and DEF_FUNCTION_TYPE_11.
3329 (c_define_builtins): Likewise.
3330 * c-common.h (enum c_omp_clause_split): Add
3331 C_OMP_CLAUSE_SPLIT_TASKLOOP.
3332 (c_finish_omp_critical, c_finish_omp_ordered): Add CLAUSES argument.
3333 (c_finish_omp_for): Add ORIG_DECLV argument.
3334 * c-cppbuiltin.c (c_cpp_builtins): Predefine _OPENMP as
3335 201511 instead of 201307.
3336 * c-omp.c (c_finish_omp_critical): Add CLAUSES argument, set
3337 OMP_CRITICAL_CLAUSES to it.
3338 (c_finish_omp_ordered): Add CLAUSES argument, set
3339 OMP_ORDERED_CLAUSES to it.
3340 (c_finish_omp_for): Add ORIG_DECLV argument, set OMP_FOR_ORIG_DECLS
3341 to it if OMP_FOR. Clear DECL_INITIAL on the IVs.
3342 (c_omp_split_clauses): Handle OpenMP 4.5 combined/composite
3343 constructs and new OpenMP 4.5 clauses. Clear
3344 OMP_CLAUSE_SCHEDULE_SIMD if not combined with OMP_SIMD. Add
3345 verification code.
3346 * c-pragma.c (omp_pragmas_simd): Add taskloop.
3347 * c-pragma.h (enum pragma_kind): Add PRAGMA_OMP_TASKLOOP.
3348 (enum pragma_omp_clause): Add
3349 PRAGMA_OMP_CLAUSE_{DEFAULTMAP,GRAINSIZE,HINT,{IS,USE}_DEVICE_PTR}
3350 and PRAGMA_OMP_CLAUSE_{LINK,NOGROUP,NUM_TASKS,PRIORITY,SIMD,THREADS}.
3351
624d31fe
RS
33522015-10-05 Richard Sandiford <richard.sandiford@arm.com>
3353
3354 * c-lex.c (interpret_float): Use real_equal instead of
3355 REAL_VALUES_EQUAL.
3356
b8fd7909
JM
33572015-10-04 Jason Merrill <jason@redhat.com>
3358
3359 Implement N4514, C++ Extensions for Transactional Memory.
3360 * c-common.c (c_common_reswords): Add C++ TM TS keywords.
3361 (c_common_attribute_table): Add transaction_safe_dynamic.
3362 transaction_safe now affects type identity.
3363 (handle_tm_attribute): Handle transaction_safe_dynamic.
3364 * c-common.h (enum rid): Add RID_ATOMIC_NOEXCEPT,
3365 RID_ATOMIC_CANCEL, RID_SYNCHRONIZED.
3366 (OBJC_IS_CXX_KEYWORD): Add RID_SYNCHRONIZED.
3367 (D_TRANSMEM): New.
3368 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_transactional_memory.
3369 * c-pretty-print.c (pp_c_attributes_display): Don't print
3370 transaction_safe in C++.
3371
12651878
MP
33722015-10-02 Marek Polacek <polacek@redhat.com>
3373
3374 * c.opt (Wduplicated-cond): Don't enable by -Wall anymore.
3375
3e3b8d63
MP
33762015-10-02 Marek Polacek <polacek@redhat.com>
3377
3378 PR c/64249
3379 * c-common.c (warn_duplicated_cond_add_or_warn): New function.
3380 * c-common.h (warn_duplicated_cond_add_or_warn): Declare.
3381 * c.opt (Wduplicated-cond): New option.
3382
0d1a8f75
JM
33832015-10-01 Joseph Myers <joseph@codesourcery.com>
3384
3385 * c.opt (std=c11): Do not describe as experimental.
3386 (std=gnu11): Likewise.
3387 (std=iso9899:2011): Likewise.
3388
3e32ee19
NS
33892015-09-28 Nathan Sidwell <nathan@codesourcery.com>
3390
3391 * c-common.c (DEF_FUNCTION_TYPE_VAR_6): New.
3392 (DEF_FUNCTION_TYPE_VAR_11): Delete.
3393
974348ee
MP
33942015-09-25 Marek Polacek <polacek@redhat.com>
3395
3396 * c-ubsan.c (ubsan_instrument_division): Remove unnecessary code.
3397 (ubsan_instrument_shift): Likewise.
3398
15dbc1a6
MP
33992015-09-25 Marek Polacek <polacek@redhat.com>
3400
3401 PR sanitizer/64906
3402 * c-ubsan.c (ubsan_instrument_division): Also pre-evaluate OP1.
3403
6b95d7cc
PP
34042015-09-24 Patrick Palka <ppalka@gcc.gnu.org>
3405
3406 * c-indentation.c (should_warn_for_misleading_indentation):
3407 Compare next_stmt_vis_column with guard_line_first_nws instead
3408 of with guard_line_vis_column.
3409
c1822f9c
MLI
34102015-09-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
3411
3412 PR c/49654
3413 PR c/49655
3414 * c-pragma.c (handle_pragma_diagnostic): Detect non-warning
3415 options and options not valid for the current language.
3416
d5398058
PP
34172015-09-22 Patrick Palka <ppalka@gcc.gnu.org>
3418
3419 * c-indentation.c (should_warn_for_misleading_indentation):
3420 Float out and consolidate the calls to get_visual_column that
3421 are passed guard_exploc as an argument. Compare
3422 next_stmt_vis_column with guard_line_first_nws instead of with
3423 body_line_first_nws.
3424
6b333269
NS
34252015-09-22 Nathan Sidwell <nathan@codesourcery.com>
3426
3427 * c.opt (Wmultiple-inheritance, Wvirtual-inheritance, Wtemplates,
3428 Wnamespaces): New C++ warnings.
3429
a75f1574
JM
34302015-09-22 Jason Merrill <jason@redhat.com>
3431
3432 * c-common.h (abi_compat_version_crosses): New.
3433 (warn_abi_version): Declare.
3434 * c-common.c: Define it.
3435 * c-opts.c (c_common_post_options): Handle it.
3436 flag_abi_compat_version defaults to 8.
3437
bdaaa8b7
VV
34382015-09-21 Ville Voutilainen <ville.voutilainen@gmail.com>
3439
3440 Complete the implementation of N4230, Nested namespace definition.
3441 * c-cppbuiltin.c: Add __cpp_namespace_attributes and
3442 __cpp_nested_namespace_definitions.
3443
eaa797e8
MLI
34442015-09-18 Manuel López-Ibáñez <manu@gcc.gnu.org>
3445
3446 * c-pragma.c (handle_pragma_diagnostic): Fix wrong return.
3447
c4914de6
MLI
34482015-09-18 Manuel López-Ibáñez <manu@gcc.gnu.org>
3449
3450 * c-pragma.c (handle_pragma_diagnostic): Use explicit location
3451 when warning.
3452 * c-pragma.h (pragma_lex): Add optional loc argument.
3453
fcb87c50
MM
34542015-09-16 Mikhail Maltsev <maltsevm@gmail.com>
3455
3456 * c-format.c (check_format_arg): Adjust to use common block size in all
3457 object pools.
3458
31bdd08a
DM
34592015-09-15 David Malcolm <dmalcolm@redhat.com>
3460
3461 * c-format.c (location_from_offset): Update for change in
3462 signature of location_get_source_line.
3463 * c-indentation.c (get_visual_column): Likewise.
3464 (line_contains_hash_if): Likewise.
3465
aa9f4b4c
MP
34662015-09-14 Marek Polacek <polacek@redhat.com>
3467
3468 * c-opts.c (c_common_post_options): Set C++ standard earlier, before
3469 setting various warnings.
3470
aa256c4a
MP
34712015-09-14 Marek Polacek <polacek@redhat.com>
3472
3473 * c-common.c (warn_for_sign_compare): Cast to unsigned when shifting
3474 a negative value.
3475
0f876f22
MW
34762015-09-11 Mark Wielaard <mjw@redhat.com>
3477
3478 PR c/28901
3479 * c.opt (Wunused-variable): Option from common.opt.
3480 (Wunused-const-variable): New option.
3481
273aa49e
PC
34822015-09-09 Paolo Carlini <paolo.carlini@oracle.com>
3483
3484 PR c++/53184
3485 * c.opt ([Wsubobject-linkage]): Add.
3486
1807ffc1
MS
34872015-09-03 Martin Sebor <msebor@redhat.com>
3488
3489 PR c/66516
3490 * c-common.h (c_decl_implicit, reject_gcc_builtin): Declare new
3491 functions.
3492 * c-common.c (reject_gcc_builtin): Define.
3493
38942840
BI
34942015-09-02 Balaji V. Iyer <balaji.v.iyer@intel.com>
3495
3496 PR middle-end/60586
3497 * c-common.h (cilk_gimplify_call_params_in_spawned_fn): New
3498 prototype.
3499 * c-gimplify.c (c_gimplify_expr): Added a call to the function
3500 cilk_gimplify_call_params_in_spawned_fn.
3501 * cilk.c (cilk_gimplify_call_params_in_spawned_fn): New function.
3502 (gimplify_cilk_spawn): Removed EXPR_STMT and CLEANUP_POINT_EXPR
3503 unwrapping.
3504
c316b5e4
MP
35052015-08-25 Marek Polacek <polacek@redhat.com>
3506
3507 PR middle-end/67330
3508 * c-common.c (handle_weak_attribute): Don't check whether the
3509 visibility can be changed here.
3510
584a7c46
MLI
35112015-08-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
3512
3513 * c-lex.c (c_lex_with_flags): Use explicit locations.
3514
a79683d5
TS
35152015-08-18 Trevor Saunders <tbsaunde@tbsaunde.org>
3516
3517 * c-ada-spec.h, c-common.c, c-common.h, c-format.c, c-format.h,
3518 c-objc.h, c-ppoutput.c, c-pragma.c, c-pragma.h: Remove useless
3519
61717a45
FXC
35202015-08-18 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3521
3522 PR middle-end/36757
3523 * c-common.c (check_builtin_function_arguments): Add check
3524 for BUILT_IN_SIGNBIT argument.
3525
329524f5
PC
35262015-08-18 Paolo Carlini <paolo.carlini@oracle.com>
3527
3528 PR c++/67160
3529 * c-cppbuiltin.c (c_cpp_builtins): Fix __cpp_static_assert value
3530 in c++1z mode.
3531
4ee55665
MP
35322015-08-17 Marek Polacek <polacek@redhat.com>
3533
3534 * c-pretty-print.c (pp_c_cv_qualifiers): Remove code dealing
3535 with whitespaces before qualifier names.
3536
b893e375
MP
35372015-08-12 Marek Polacek <polacek@redhat.com>
3538
3539 PR c++/55095
3540 * c-common.c (maybe_warn_shift_overflow): Properly handle
3541 left-shifting 1 into the sign bit.
3542
c2d89095
MLI
35432015-08-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
3544
3545 * c.opt (Wchkp): Use LangEnabledBy instead of EnabledBy.
3546
971e17ff
AS
35472015-08-06 Andrew Sutton <andrew.n.sutton@gmail.com>
3548 Braden Obrzut <admin@maniacsvault.net>
3549 Jason Merrill <jason@redhat.com>
3550
3551 Add C++ Concepts TS support.
3552 * c-common.c (c_common_reswords): Add __is_same_as, concept, requires.
3553 * c-common.h (enum rid): Add RID_IS_SAME_AS, RID_CONCEPT, RID_REQUIRES.
3554 (D_CXX_CONCEPTS, D_CXX_CONCEPTS_FLAGS): New.
3555 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_concepts.
3556 * c-opts.c (set_std_cxx1z): Set flag_concepts.
3557 * c.opt (fconcepts): New.
3558
b3d5bc62
JJ
35592015-08-02 Martin Sebor <msebor@redhat.com>
3560
3561 * c.opt (-Wframe-address): New warning option.
3562
8ebca419
PP
35632015-08-02 Patrick Palka <ppalka@gcc.gnu.org>
3564
3565 * c-indentation.c (should_warn_for_misleading_indentation):
3566 Improve heuristics.
3567
1a1e101f
PP
35682015-08-02 Patrick Palka <ppalka@gcc.gnu.org>
3569
3570 * c-indentation.c (get_visual_column): Add parameter first_nws,
3571 use it. Update comment documenting the function.
3572 (is_first_nonwhitespace_on_line): Remove.
3573 (should_warn_for_misleading_indentation): Replace usage of
3574 of is_first_nonwhitespace_on_line with get_visual_column.
3575
992118a1
PP
35762015-08-02 Patrick Palka <ppalka@gcc.gnu.org>
3577
3578 * c-indentation.h (struct token_indent_info): Define.
3579 (get_token_indent_info): Define.
3580 (warn_for_misleading_information): Declare.
3581 * c-common.h (warn_for_misleading_information): Remove.
3582 * c-identation.c (warn_for_misleading_indentation):
3583 Change declaration to take three token_indent_infos. Adjust
3584 accordingly.
3585 * c-identation.c (should_warn_for_misleading_indentation):
3586 Likewise. Bail out early if the body is a compound statement.
3587 (guard_tinfo_to_string): Define.
3588
e8fa3817
JM
35892015-07-30 Jason Merrill <jason@redhat.com>
3590
3591 * c-pretty-print.c (unary_expression) [INDIRECT_REF]: Don't print
3592 '*' for reference decay.
3593
173864e8
MP
35942015-07-30 Marek Polacek <polacek@redhat.com>
3595
3596 * c-common.c (warn_tautological_cmp): Bail for float types.
3597
f2afe6dd
MP
35982015-07-27 Marek Polacek <polacek@redhat.com>
3599
3600 PR bootstrap/67030
3601 * c-common.c (warn_tautological_cmp): Don't warn for macro expansion.
3602
05b28fd6
MP
36032015-07-27 Marek Polacek <polacek@redhat.com>
3604
3605 PR c++/66555
3606 PR c/54979
3607 * c-common.c (find_array_ref_with_const_idx_r): New function.
3608 (warn_tautological_cmp): New function.
3609 * c-common.h (warn_tautological_cmp): Declare.
3610 * c.opt (Wtautological-compare): New option.
3611
5a5062b8
MP
36122015-07-23 Marek Polacek <polacek@redhat.com>
3613
3614 * c-ubsan.c (ubsan_instrument_division): Use unshare_expr throughout.
3615 (ubsan_instrument_shift): Likewise.
3616
dc891fe7
MP
36172015-07-23 Marek Polacek <polacek@redhat.com>
3618
3619 PR sanitizer/66908
3620 * c-ubsan.c: Include gimplify.h.
3621 (ubsan_instrument_division): Unshare OP0 and OP1.
3622 (ubsan_instrument_shift): Likewise.
3623
451b5e48
MP
36242015-07-20 Marek Polacek <polacek@redhat.com>
3625 Richard Sandiford <richard.sandiford@arm.com>
3626
3627 PR c++/55095
3628 * c-common.c (c_fully_fold_internal): Warn about left shift overflows.
3629 Use EXPR_LOC_OR_LOC.
3630 (maybe_warn_shift_overflow): New function.
3631 * c-common.h (maybe_warn_shift_overflow): Declare.
3632 * c-opts.c (c_common_post_options): Set warn_shift_overflow.
3633 * c.opt (Wshift-overflow): New option.
3634
fb0b2914
ML
36352015-07-16 Martin Liska <mliska@suse.cz>
3636
3637 * c-format.c (static void check_format_info_main): Use
3638 object_allocator instead of pool_allocator.
3639 (check_format_arg): Likewise.
3640 (check_format_info_main): Likewise.
3641
903f5c23
AM
36422015-07-15 Andrew MacLeod <amacleod@redhat.com>
3643
3644 * c-opts.c: Remove multiline #include comment.
3645
026c3cfd
AH
36462015-07-12 Aldy Hernandez <aldyh@redhat.com>
3647
3648 * c-common.c: Fix double word typos.
3649
bb49ee66
EB
36502015-07-10 Eric Botcazou <ebotcazou@adacore.com>
3651
3652 * c-ada-spec.h (cpp_operation): Revert latest change.
3653 * c-ada-spec.c (print_ada_declaration): Likewise. Skip implicit
3654 constructors and destructors.
3655
1916bcb5
AM
36562015-07-09 Andrew MacLeod <amacleod@redhat.com>
3657
3658 * c-common.h: Adjust includes for flags.h changes.
3659 * stub-objc.c: Likewise.
026c3cfd 3660
a9dcd529
EB
36612015-07-08 Eric Botcazou <ebotcazou@adacore.com>
3662
3663 * c-ada-spec.h (cpp_operation): Add IS_CONSTEXPR.
3664 * c-ada-spec.c (print_ada_declaration): Skip constexpr constructors.
3665
b03b462f
JJ
36662015-07-08 Jakub Jelinek <jakub@redhat.com>
3667
3668 * c-omp.c (c_omp_declare_simd_clauses_to_numbers): If all clauses
3669 are to be removed, return NULL rather than original clauses list.
3670
c7131fb2
AM
36712015-07-07 Andrew MacLeod <amacleod@redhat.com>
3672
3673 * array-notation-common.c: Adjust includes.
3674 * c-ada-spec.c: Likewise.
3675 * c-cilkplus.c: Likewise.
3676 * c-common.h: Likewise.
3677 * c-cppbuiltin.c: Likewise.
3678 * c-dump.c: Likewise.
3679 * c-format.c: Likewise.
3680 * c-gimplify.c: Likewise.
3681 * c-indentation.c: Likewise.
3682 * c-lex.c: Likewise.
3683 * c-omp.c: Likewise.
3684 * c-opts.c: Likewise.
3685 * c-pch.c: Likewise.
3686 * c-ppoutput.c: Likewise.
3687 * c-pragma.c: Likewise.
3688 * c-pretty-print.c: Likewise.
3689 * c-semantics.c: Likewise.
3690 * c-ubsan.c: Likewise.
3691 * cilk.c: Likewise.
3692 * stub-objc.c: Likewise.
3693
2a7fb83f
EB
36942015-07-07 Eric Botcazou <ebotcazou@adacore.com>
3695
3696 * c-ada-spec.h (cpp_operation): Add IS_MOVE_CONSTRUCTOR.
3697 * c-ada-spec.c (print_ada_declaration): Skip move constructors.
3698
a03c9bf1
JM
36992015-07-01 Jason Merrill <jason@redhat.com>
3700
36a85135
JM
3701 * c-common.h (D_CXX11): Rename from D_CXX0X.
3702 (RID_FIRST_CXX11, RID_LAST_CXX11): Rename from *_CXX0X.
3703 * c-common.c: Adjust.
3704
e7fa68d5
JM
3705 * c-opts.c (c_common_post_options): Default to C++14.
3706
a03c9bf1
JM
3707 * c-opts.c (c_common_post_options): Highest ABI level is now 10.
3708
fe95b036
ESR
37092015-06-30 Edward Smith-Rowland <3dw4rd@verizon.net>
3710
3711 Implement N4197 - Adding u8 character literals
b3d5bc62 3712 * c-ada-spec.c (print_ada_macros): Treat CPP_UTF8CHAR like
a64be36b 3713 CPP_CHAR.
b3d5bc62 3714 * c-common.c (c_parse_error): Print CPP_UTF8CHAR and
a64be36b 3715 CPP_UTF8CHAR_USERDEF tokens.
b3d5bc62 3716 * c-lex.c (c_lex_with_flags): Treat CPP_UTF8CHAR_USERDEF
a64be36b
EB
3717 and CPP_UTF8CHAR tokens.
3718 (lex_charconst): Treat CPP_UTF8CHAR token.
fe95b036 3719
da2e71c9
MLI
37202015-06-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
3721
3722 PR fortran/66605
3723 * c-common.c (do_warn_unused_parameter): Move here.
3724 * c-common.h (do_warn_unused_parameter): Declare.
3725
b155cfd9
MP
37262015-06-29 Marek Polacek <polacek@redhat.com>
3727
3728 PR c/66322
3729 * c-common.c (check_case_bounds): Add bool * parameter. Set
3730 OUTSIDE_RANGE_P.
3731 (c_add_case_label): Add bool * parameter. Pass it down to
3732 check_case_bounds.
3733 (c_do_switch_warnings): Add bool parameters. Implement -Wswitch-bool
3734 warning here.
3735 * c-common.h (c_add_case_label, c_do_switch_warnings): Update
3736 declarations.
3737
31521951
MP
37382015-06-27 Marek Polacek <polacek@redhat.com>
3739
3740 * c-common.c (check_main_parameter_types): Use VECTOR_TYPE_P
3741 or VECTOR_INTEGER_TYPE_P throughout.
3742 * c-gimplify.c: Likewise.
3743
22d03525
MP
37442015-06-26 Marek Polacek <polacek@redhat.com>
3745
3746 * array-notation-common.c (find_rank): Use INDIRECT_REF_P.
3747 * c-common.c (c_fully_fold_internal): Likewise.
3748 (c_alignof_expr): Likewise.
3749 * c-pretty-print.c (c_pretty_printer::postfix_expression): Likewise.
3750 * c-ubsan.c (ubsan_instrument_bounds): Likewise.
b1726d6c 3751 * cilk.c (create_parm_list): Likewise.
22d03525 3752
af05e6e5
MP
37532015-06-26 Marek Polacek <polacek@redhat.com>
3754
3755 * c-common.c (handle_unused_attribute): Use VAR_OR_FUNCTION_DECL_P.
3756
f0889939
AM
37572015-06-25 Andrew MacLeod <amacleod@redhat.com>
3758
3759 * c-common.c: Remove ipa-ref.h and plugin-api.h from include list.
3760 * c-gimplify.c: Likewise.
3761 * c-pragma.c: Likewise.
3762 * c-ubsan.c: Likewise.
3763 * cilk.c: Likewise.
3764
ca752f39
RS
37652015-06-25 Richard Sandiford <richard.sandiford@arm.com>
3766
3767 * c-common.c (c_type_hasher): Inherit from ggc_ptr_hash rather than
3768 ggc_hasher.
3769
16a16ec7
AM
37702015-06-25 Andrew MacLeod <amacleod@redhat.com>
3771
3772 * cilk.c: Move calls.h after tm.h in the include chain.
3773
0ae9bd27
MP
37742015-06-25 Marek Polacek <polacek@redhat.com>
3775
3776 * array-notation-common.c: Use VAR_P throughout.
3777 * c-ada-spec.c: Likewise.
3778 * c-common.c: Likewise.
3779 * c-format.c: Likewise.
3780 * c-gimplify.c: Likewise.
3781 * c-omp.c: Likewise.
3782 * c-pragma.c: Likewise.
3783 * c-pretty-print.c: Likewise.
3784 * cilk.c: Likewise.
3785
62f9079a
MP
37862015-06-25 Marek Polacek <polacek@redhat.com>
3787
3788 * cilk.c (extract_free_variables): Use is_global_var.
3789
0fa16060
RS
37902015-06-23 Richard Sandiford <richard.sandiford@arm.com>
3791
3792 * c-common.c: Don't include target-def.h.
3793
a68ae2e1
MP
37942015-06-23 Marek Polacek <polacek@redhat.com>
3795
3796 * c-common.c (warn_logical_operator): Use tree_int_cst_equal
3797 when comparing INTEGER_CSTs.
3798
c6a2f2d9
PMR
37992015-06-22 Pierre-Marie de Rodat <derodat@adacore.com>
3800
3801 * c-ada-spec.h (cpp_operation): Add HAS_DEPENDENT_TEMPLATE_ARGS.
3802 * c-ada-spec.c (collect_ada_nodes): Skip NAMESPACE_DECL
3803 (dump_ada_template): Skip partially specialized types.
3804
6b4db501
MM
38052015-06-22 Mikhail Maltsev <maltsevm@gmail.com>
3806
3807 * c-common.c (scalar_to_vector): Use std::swap instead of manually
3808 swapping.
3809
abb226c9
AM
38102015-06-17 Andrew MacLeod <amacleod@redhat.com>
3811
3812 * array-notation-common.c: Do not include input.h, line-map.h or is-a.h.
3813 * c-ada-spec.c: Likewise.
3814 * c-cilkplus.c: Likewise.
3815 * c-common.c: Likewise.
3816 * c-common.h: Likewise.
3817 * c-cppbuiltin.c: Likewise.
3818 * c-dump.c: Likewise.
3819 * c-format.c: Likewise.
3820 * c-gimplify.c: Likewise.
3821 * c-indentation.c: Likewise.
3822 * c-lex.c: Likewise.
3823 * c-omp.c: Likewise.
3824 * c-opts.c: Likewise.
3825 * c-pch.c: Likewise.
3826 * c-ppoutput.c: Likewise.
3827 * c-pragma.c: Likewise.
3828 * c-pretty-print.c: Likewise.
3829 * c-semantics.c: Likewise.
3830 * c-ubsan.c: Likewise.
3831 * cilk.c: Likewise.
3832 * stub-objc.c: Likewise.
3833
076fecad
PP
38342015-06-13 Patrick Palka <ppalka@gcc.gnu.org>
3835
3836 PR c++/65168
3837 * c-common.c (c_common_truthvalue_conversion): Warn when
3838 converting an address of a reference to a truth value.
3839
13fdf2e2
AM
38402015-06-08 Andrew MacLeod <amacleod@redhat.com>
3841
3842 * array-notation-common.c : Adjust include files.
3843 * c-ada-spec.c : Likewise.
3844 * c-cilkplus.c : Likewise.
3845 * c-common.c : Likewise.
3846 * c-common.h : Likewise.
3847 * c-cppbuiltin.c : Likewise.
3848 * c-dump.c : Likewise.
3849 * c-format.c : Likewise.
3850 * c-gimplify.c : Likewise.
3851 * c-indentation.c : Likewise.
3852 * c-lex.c : Likewise.
3853 * c-omp.c : Likewise.
3854 * c-opts.c : Likewise.
3855 * c-pch.c : Likewise.
3856 * c-ppoutput.c : Likewise.
3857 * c-pragma.c : Likewise.
3858 * c-pretty-print.c : Likewise.
3859 * c-semantics.c : Likewise.
3860 * c-ubsan.c : Likewise.
3861 * cilk.c : Likewise.
3862 * stub-objc.c : Likewise.
3863
a1661b90
MP
38642015-06-08 Marek Polacek <polacek@redhat.com>
3865
3866 PR c/66415
3867 * c-format.c (location_from_offset): Return LOC if LINE is null.
3868
d7438551
AH
38692015-06-05 Aldy Hernandez <aldyh@redhat.com>
3870
3871 * c-common.h (c_parse_final_cleanups): New prototype.
3872 * c-opts.c (c_common_parse_file): Call c_parse_final_cleanups.
3873
b3d5bc62
JJ
38742015-06-04 Sriraman Tallam <tmsriram@google.com>
3875
3876 * c-common.c (noplt): New attribute.
3877 (handle_noplt_attribute): New handler.
3878
ecb9f223
AM
38792015-06-04 Andrew MacLeod <amacleod@redhat.com>
3880
3881 * array-notation-common.c: Adjust includes for restructured coretypes.h.
3882 * c-ada-spec.c: Likewise.
3883 * c-cilkplus.c: Likewise.
3884 * c-common.c: Likewise.
3885 * c-common.h: Likewise.
3886 * c-cppbuiltin.c: Likewise.
3887 * c-dump.c: Likewise.
3888 * c-format.c: Likewise.
3889 * c-gimplify.c: Likewise.
3890 * c-indentation.c: Likewise.
3891 * c-lex.c: Likewise.
3892 * c-omp.c: Likewise.
3893 * c-opts.c: Likewise.
3894 * c-pch.c: Likewise.
3895 * c-ppoutput.c: Likewise.
3896 * c-pragma.c: Likewise.
3897 * c-pretty-print.c: Likewise.
3898 * c-semantics.c: Likewise.
3899 * c-ubsan.c: Likewise.
3900 * cilk.c: Likewise.
3901 * stub-objc.c: Likewise.
3902
6ac48155
DM
39032015-06-02 David Malcolm <dmalcolm@redhat.com>
3904
3905 PR c/66220:
3906 * c-indentation.c (should_warn_for_misleading_indentation): Use
3907 expand_location rather than expand_location_to_spelling_point.
3908 Don't warn if the guarding statement is more indented than the
3909 next/body stmts.
3910
773ce42e
DM
39112015-06-02 David Malcolm <dmalcolm@redhat.com>
3912
3913 * c-indentation.c (warn_for_misleading_indentation): Bail out
3914 immediately if -Wmisleading-indentation isn't enabled.
3915
4fef8379
ML
39162015-06-01 Martin Liska <mliska@suse.cz>
3917
3918 * c-format.c (check_format_arg):Use new type-based pool allocator.
3919 (check_format_info_main) Likewise.
3920
1edfb384
EB
39212015-05-31 Eric Botcazou <ebotcazou@adacore.com>
3922
3923 * c-ada-spec.c (is_tagged_type): Test for TYPE_METHODS on main variant.
3924 (has_nontrivial_methods): Likewise.
3925
9677ef52
MP
39262015-05-25 Marek Polacek <polacek@redhat.com>
3927
3928 * c-ubsan.c (ubsan_instrument_shift): Use type0.
3929
fd5c817a
MP
39302015-05-22 Marek Polacek <polacek@redhat.com>
3931
3932 PR c/47043
3933 * c-common.c (handle_deprecated_attribute): Allow CONST_DECL.
3934
a2f45fe6 39352015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
581edfa3
TS
3936
3937 * c-cppbuiltin.c (c_cpp_builtins): Use if instead of #if with
3938 STACK_GROWS_DOWNWARD.
3939
a2f45fe6 39402015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
62f9f30b
TS
3941
3942 * c-cppbuiltin.c (c_cpp_builtins): Check the value of
3943 STACK_GROWS_DOWNWARD rather than if it is defined.
3944
0fee2ac2 39452015-05-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
b1726d6c 3946
0fee2ac2
MLI
3947 PR c/52952
3948 * c-format.c (location_column_from_byte_offset): New.
3949 (location_from_offset): New.
3950 (struct format_wanted_type): Add offset_loc field.
3951 (check_format_info): Move handling of location for extra arguments
3952 closer to the point of warning.
3953 (check_format_info_main): Pass the result of location_from_offset
3954 to warning_at.
3955 (format_type_warning): Pass the result of location_from_offset
3956 to warning_at.
3957
cf4ef6f7
MP
39582015-05-20 Marek Polacek <polacek@redhat.com>
3959
3960 * c-omp.c (check_omp_for_incr_expr): Use BINARY_CLASS_P.
3961
3a65ee74
MP
39622015-05-20 Marek Polacek <polacek@redhat.com>
3963
3964 * c-ada-spec.c (dump_sloc): Use DECL_P.
3965
21b634ae
MP
39662015-05-20 Marek Polacek <polacek@redhat.com>
3967
3968 * c-pragma.c: Use VAR_OR_FUNCTION_DECL_P throughout.
3969 * c-common.c: Likewise.
3970
0e50b624
DM
39712015-05-19 David Malcolm <dmalcolm@redhat.com>
3972
3973 * c-common.h (fe_file_change): Strengthen param from
3974 const line_map * to const line_map_ordinary *.
3975 (pp_file_change): Likewise.
3976 * c-lex.c (fe_file_change): Likewise.
3977 (cb_define): Use linemap_check_ordinary when invoking
3978 SOURCE_LINE.
3979 (cb_undef): Likewise.
3980 * c-opts.c (c_finish_options): Use linemap_check_ordinary when
3981 invoking cb_file_change.
3982 (c_finish_options): Likewise.
3983 (push_command_line_include): Likewise.
3984 (cb_file_change): Strengthen param "new_map" from
3985 const line_map * to const line_map_ordinary *.
3986 * c-ppoutput.c (cb_define): Likewise for local "map".
3987 (pp_file_change): Likewise for param "map" and local "from".
3988
fab27f52
MM
39892015-05-19 Mikhail Maltsev <maltsevm@gmail.com>
3990
3991 * c-common.c (shorten_compare): Use std::swap instead of explicit swaps.
3992
2fe1d762
TV
39932015-05-18 Tom de Vries <tom@codesourcery.com>
3994
3995 * c-common.c (build_va_arg_1): New function.
3996 (build_va_arg): Add address operator to va_list operand if necessary.
3997
7a37fa90
MM
39982015-05-15 Mikhail Maltsev <maltsevm@gmail.com>
3999
4000 PR c/48956
4001 * c-common.c (int_safely_convertible_to_real_p): Define.
4002 (unsafe_conversion_p): Check conversions involving complex types.
4003 (conversion_warning): Add new warning message for conversions which
4004 discard imaginary component.
4005 * c-common.h: (enum conversion_safety): Add new enumerator for such
4006 conversions.
4007
3aa3c9fc
MP
40082015-05-14 Marek Polacek <polacek@redhat.com>
4009
4010 PR c/66066
4011 PR c/66127
4012 * c-common.c (c_fully_fold): Pass false down to c_fully_fold_internal.
4013 (c_fully_fold_internal): Fold C_MAYBE_CONST_EXPRs with
4014 C_MAYBE_CONST_EXPR_INT_OPERANDS set. Add FOR_INT_CONST argument and
4015 use it. If FOR_INT_CONST, require that all evaluated operands be
4016 INTEGER_CSTs.
4017
c3388e62
DM
40182015-05-12 David Malcolm <dmalcolm@redhat.com>
4019
4020 * c-common.h (warn_for_misleading_indentation): New prototype.
4021 * c-indentation.c: New file.
4022 * c.opt (Wmisleading-indentation): New option.
4023
c7b38fd5
TV
40242015-05-12 Tom de Vries <tom@codesourcery.com>
4025
4026 PR tree-optimization/66010
4027 * c-common.c (build_va_arg): Don't mark ap addressable unless necessary.
4028
381bf11e
JM
40292015-05-09 Jason Merrill <jason@redhat.com>
4030
edff0c06
JM
4031 * c-opts.c (c_common_post_options): Also clear
4032 cpp_opts->cpp_warn_cxx11_compat.
4033
129211bc
JM
4034 * c-common.h (enum cxx_dialect): Add cxx_unset.
4035 * c-common.c (cxx_dialect): Initialize to cxx_unset.
4036 * c-opts.c (c_common_post_options): Set C++ dialect to C++98 if unset.
4037
381bf11e
JM
4038 * c.opt (std=c++14): Remove Undocumented flag and experimental warning.
4039 (std=gnu++0x): Mark as Undocumented.
4040 (std=gnu++1y): Add deprecated message.
4041
fe191308
JM
40422015-05-08 Jason Merrill <jason@redhat.com>
4043
765189ff
JM
4044 * c.opt (Wc++11-compat): Make primary. Rename var warn_cxx11_compat.
4045 * c-opts.c: Adjust.
4046
fe191308
JM
4047 * c.opt (Wc++0x-compat): Also set cpp_warn_cxx11_compat.
4048
755e528f
MP
40492015-05-08 Marek Polacek <polacek@redhat.com>
4050
4051 PR c/64918
4052 * c.opt (Woverride-init-side-effects): New option.
4053
0173bd2a
MP
40542015-05-07 Marek Polacek <polacek@redhat.com>
4055
4056 PR c/65179
4057 * c-common.c (c_fully_fold_internal): Warn when left shifting a
4058 negative value.
4059 * c.opt (Wshift-negative-value): New option.
4060 * c-opts.c (c_common_post_options): Set warn_shift_negative_value
4061 when -Wextra and C99/C++11 mode.
4062
e0f0d3b9
MP
40632015-05-07 Marek Polacek <polacek@redhat.com>
4064 Martin Uecker <uecker@eecs.berkeley.edu>
4065
4066 * c-ubsan.c (ubsan_instrument_bounds): Don't skip instrumenting
4067 flexible member array-like members if SANITIZE_BOUNDS_STRICT.
4068
8243e2a9
JM
40692015-05-05 Jason Merrill <jason@redhat.com>
4070
4071 * c.opt (Wterminate): New.
4072
577cd070
MP
40732015-04-30 Marek Polacek <polacek@redhat.com>
4074
4075 * c-common.c (maybe_warn_bool_compare): When comparing with 0/1,
4076 require that the non-constant be of a boolean type.
4077
0373796b
JT
40782015-04-29 Josh Triplett <josh@joshtriplett.org>
4079
e0f0d3b9
MP
4080 * c-common.c (handle_section_attribute): Refactor to reduce
4081 nesting and distinguish between error cases.
0373796b 4082
716c0ba6
MP
40832015-04-29 Marek Polacek <polacek@redhat.com>
4084
4085 PR c/64610
4086 * c-common.c (maybe_warn_bool_compare): Warn when comparing a boolean
4087 with 0/1.
4088
8848828b
JJ
40892015-04-29 Jakub Jelinek <jakub@redhat.com>
4090
4091 * c-common.h (omp_clause_mask): Unconditionally define as a class.
4092 Use uint64_t instead of unsigned HOST_WIDE_INT and 64 instead of
4093 HOST_BITS_PER_WIDE_INT.
4094
ecd0e562
TV
40952015-04-28 Tom de Vries <tom@codesourcery.com>
4096
4097 PR tree-optimization/65887
4098 * c-common.c (build_va_arg): Mark va_arg ap argument as addressable.
4099
2a877204 41002015-04-28 Eric Botcazou <ebotcazou@adacore.com>
e0f0d3b9 4101 Pierre-Marie de Rodat <derodat@adacore.com>
2a877204
EB
4102
4103 * c-ada-spec.c (in_function): Delete.
4104 (dump_generic_ada_node): Do not change in_function and remove the
4105 redundant code dealing with it.
4106 (print_ada_declaration): Do not change in_function. Use INDENT_INCR.
4107 (print_ada_methods): Output the static member functions in a nested
4108 package after the regular methods as well as associated renamings.
4109
4853031e
MP
41102015-04-24 Marek Polacek <polacek@redhat.com>
4111
4112 PR c/65830
4113 * c-common.c (c_fully_fold_internal): Use OPT_Wshift_count_negative
4114 and OPT_Wshift_count_overflow.
4115
8c2b7f79
MP
4116 PR c/63357
4117 * c-common.c (warn_logical_operator): Warn if the operands have the
4118 same expressions.
4119
b8787813
MP
41202015-04-24 Marek Polacek <polacek@redhat.com>
4121
4122 PR c/61534
4123 * c-common.c (warn_logical_operator): Bail if either operand comes
4124 from a macro expansion.
4125
8fba1830
BRF
41262015-04-10 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
4127
4128 PR target/55143
4129 * c-common.c (c_default_pointer_mode): Add definition.
4130 * c-common.h (c_default_pointer_mode): Add declaration.
4131
17958621
JJ
41322015-03-11 Jakub Jelinek <jakub@redhat.com>
4133
4134 * c-common.c (c_common_nodes_and_builtins): Don't call xstrdup
4135 on record_builtin_type argument.
4136
7ccb1a11
JJ
41372015-03-10 Jakub Jelinek <jakub@redhat.com>
4138
4139 PR c/65120
4140 * c-common.c (warn_logical_not_parentheses): Don't warn for
4141 !x == 0 or !x != 0.
4142
04fd785e
MP
41432015-03-07 Marek Polacek <polacek@redhat.com>
4144
4145 PR sanitizer/65280
4146 * c-ubsan.c (ubsan_instrument_bounds): Check for COMPONENT_REF
4147 before trying to figure out whether we have a flexible array member.
4148
a4e26206 41492015-03-06 Eric Botcazou <ebotcazou@adacore.com>
8e745a17 4150 Jonathan Wakely <jwakely.gcc@gmail.com>
a4e26206
EB
4151
4152 * c-ada-spec.c (dump_ada_double_name): Fix pasto.
4153
0d2489f4
EB
41542015-03-05 Eric Botcazou <ebotcazou@adacore.com>
4155
4156 PR ada/65319
4157 * c-ada-spec.c (print_destructor): Remove obsolete code.
4158
83ed54d7
EB
41592015-03-01 Eric Botcazou <ebotcazou@adacore.com>
4160
4161 * c-ada-spec.c (is_tagged_type): Add guard for DECL_VINDEX.
4162 (dump_template_types): Adjust DECL_TEMPLATE_INSTANTIATIONS and
4163 DECL_TEMPLATE_RESULT emulations.
4164 (dump_ada_template)): Add guard for TYPE_METHODS.
4165
7631f0e2
MP
41662015-02-27 Marek Polacek <polacek@redhat.com>
4167
4168 PR c/65040
4169 * c.opt (Wformat-signedness): Don't enable by -Wformat=2.
4170
d1783ae5
KT
41712015-02-27 Kai Tietz <ktietz@redhat.com>
4172
4173 PR c/35330
4174 * c-pragma.c (handle_pragma_weak): Do not try to create
4175 weak/alias of declarations not being function, or variable
4176 declarations.
4177
56a9f6bc
TS
41782015-02-24 Thomas Schwinge <thomas@codesourcery.com>
4179
4180 PR libgomp/64625
4181 * c-common.c (DEF_FUNCTION_TYPE_VAR_8, DEF_FUNCTION_TYPE_VAR_12):
4182 Remove macros.
4183 (DEF_FUNCTION_TYPE_VAR_7, DEF_FUNCTION_TYPE_VAR_11): New macros.
4184
3d5cb23d
MP
41852015-02-16 Marek Polacek <polacek@redhat.com>
4186
4187 PR c/65066
4188 * c-format.c (check_format_types): Handle null param.
4189
fa008882
MP
41902015-02-13 Marek Polacek <polacek@redhat.com>
4191
4192 PR c/65040
4193 * c-format.c (check_format_types): Don't warn about different
4194 signedness if the original value is in the range of WANTED_TYPE.
4195
785f21af
JM
41962015-02-12 Jason Merrill <jason@redhat.com>
4197
4198 PR c++/64956
4199 * c-opts.c (c_common_post_options): Change flag_abi_version from 0
4200 to the current highest version.
4201 * c-cppbuiltin.c (c_cpp_builtins): Assert that it isn't 0.
4202
4886ec8e
JJ
42032015-02-04 Jakub Jelinek <jakub@redhat.com>
4204
4205 PR c/64824
4206 PR c/64868
4207 * c-omp.c (c_finish_omp_atomic): Use TRUNC_DIV_EXPR
4208 instead of RDIV_EXPR. Use build_binary_op instead of
4209 build2_loc.
4210
40fecdd6
JM
42112015-01-30 Joseph Myers <joseph@codesourcery.com>
4212
4213 * c-opts.c, c-pch.c, cppspec.c: All callers of fatal_error changed
4214 to pass input_location as first argument.
4215
a0c88d06
TV
42162015-01-23 Tom de Vries <tom@codesourcery.com>
4217
4218 PR libgomp/64672
4219 * c.opt (fopenacc): Mark as LTO option.
4220
1506ae0e
TV
42212015-01-23 Tom de Vries <tom@codesourcery.com>
4222
4223 PR libgomp/64707
4224 * c.opt (fopenmp): Mark as LTO option.
4225
31be63ab
JJ
42262015-01-21 Jakub Jelinek <jakub@redhat.com>
4227
4228 PR c/63307
b1726d6c 4229 * cilk.c (fill_decls_vec): Only put decls into vector v.
31be63ab
JJ
4230 (compare_decls): Fix up formatting.
4231
42322015-01-21 Igor Zamyatin <igor.zamyatin@intel.com>
4233
4234 PR c/63307
4235 * cilk.c: Include vec.h.
4236 (struct cilk_decls): New structure.
4237 (wrapper_parm_cb): Split this function to...
4238 (fill_decls_vec): ...this...
4239 (create_parm_list): ...and this.
4240 (compare_decls): New function.
4241 (for_local_cb): Remove.
4242 (wrapper_local_cb): Ditto.
4243 (build_wrapper_type): For now first traverse and fill vector of
4244 declarations then sort it and then deal with sorted vector.
4245 (cilk_outline): Ditto.
4246 (declare_one_free_variable): Ditto.
4247
6875457f
JM
42482015-01-21 Jason Merrill <jason@redhat.com>
4249
4250 PR c++/64629
4251 * c-format.c (check_format_arg): Call decl_constant_value.
4252
185c9e56
ML
42532015-01-19 Martin Liska <mliska@suse.cz>
4254
4255 * c-common.c (handle_noicf_attribute): New function.
4256
41dbbb37
TS
42572015-01-15 Thomas Schwinge <thomas@codesourcery.com>
4258 Bernd Schmidt <bernds@codesourcery.com>
4259 James Norris <jnorris@codesourcery.com>
4260 Cesar Philippidis <cesar@codesourcery.com>
4261 Ilmir Usmanov <i.usmanov@samsung.com>
4262 Jakub Jelinek <jakub@redhat.com>
4263
4264 * c.opt (fopenacc): New option.
4265 * c-cppbuiltin.c (c_cpp_builtins): Conditionally define _OPENACC.
4266 * c-common.c (DEF_FUNCTION_TYPE_VAR_8, DEF_FUNCTION_TYPE_VAR_12):
4267 New macros.
4268 * c-common.h (c_finish_oacc_wait): New prototype.
4269 * c-omp.c: Include "omp-low.h" and "gomp-constants.h".
4270 (c_finish_oacc_wait): New function.
4271 * c-pragma.c (oacc_pragmas): New variable.
4272 (c_pp_lookup_pragma, init_pragma): Handle it.
4273 * c-pragma.h (enum pragma_kind): Add PRAGMA_OACC_CACHE,
4274 PRAGMA_OACC_DATA, PRAGMA_OACC_ENTER_DATA, PRAGMA_OACC_EXIT_DATA,
4275 PRAGMA_OACC_KERNELS, PRAGMA_OACC_LOOP, PRAGMA_OACC_PARALLEL,
4276 PRAGMA_OACC_UPDATE, PRAGMA_OACC_WAIT.
4277 (enum pragma_omp_clause): Add PRAGMA_OACC_CLAUSE_ASYNC,
4278 PRAGMA_OACC_CLAUSE_AUTO, PRAGMA_OACC_CLAUSE_COLLAPSE,
4279 PRAGMA_OACC_CLAUSE_COPY, PRAGMA_OACC_CLAUSE_COPYIN,
4280 PRAGMA_OACC_CLAUSE_COPYOUT, PRAGMA_OACC_CLAUSE_CREATE,
4281 PRAGMA_OACC_CLAUSE_DELETE, PRAGMA_OACC_CLAUSE_DEVICE,
4282 PRAGMA_OACC_CLAUSE_DEVICEPTR, PRAGMA_OACC_CLAUSE_FIRSTPRIVATE,
4283 PRAGMA_OACC_CLAUSE_GANG, PRAGMA_OACC_CLAUSE_HOST,
4284 PRAGMA_OACC_CLAUSE_IF, PRAGMA_OACC_CLAUSE_NUM_GANGS,
4285 PRAGMA_OACC_CLAUSE_NUM_WORKERS, PRAGMA_OACC_CLAUSE_PRESENT,
4286 PRAGMA_OACC_CLAUSE_PRESENT_OR_COPY,
4287 PRAGMA_OACC_CLAUSE_PRESENT_OR_COPYIN,
4288 PRAGMA_OACC_CLAUSE_PRESENT_OR_COPYOUT,
4289 PRAGMA_OACC_CLAUSE_PRESENT_OR_CREATE, PRAGMA_OACC_CLAUSE_PRIVATE,
4290 PRAGMA_OACC_CLAUSE_REDUCTION, PRAGMA_OACC_CLAUSE_SELF,
4291 PRAGMA_OACC_CLAUSE_SEQ, PRAGMA_OACC_CLAUSE_VECTOR,
4292 PRAGMA_OACC_CLAUSE_VECTOR_LENGTH, PRAGMA_OACC_CLAUSE_WAIT,
4293 PRAGMA_OACC_CLAUSE_WORKER.
4294
3f8257db 42952015-01-14 Marcos Diaz <marcos.diaz@tallertechnologies.com>
5434dc07
MD
4296
4297 * c-cppbuiltin.c (c_cpp_builtins): New cpp define __SSP_EXPLICIT__
4298 for the new option fstack-protector_explicit.
4299 * c-common.c (c_common_attribute_table): Add stack_protect attribute.
4300 (handle_stack_protect_attribute): New function.
4301
3f8257db 43022015-01-13 Martin Uecker <uecker@eecs.berkeley.edu>
de1b5c17
MU
4303
4304 * c.opt: New option -Warray-bounds=.
4305
adfac8df
JJ
43062015-01-09 Michael Collison <michael.collison@linaro.org>
4307
4308 * array-notation-common.c: Include hash-set.h, machmode.h,
4309 vec.h, double-int.h, input.h, alias.h, symtab.h, options.h
4310 fold-const.h, wide-int.h, and inchash.h due to flattening of tree.h.
4311 * c-ada-spec.c: Ditto.
4312 * c-cilkplus.c: Ditto.
4313 * c-common.c: Include input.h due to flattening of tree.h.
4314 Define macro GCC_C_COMMON_C.
4315 * c-common.h: Flatten tree.h header files into c-common.h.
4316 Remove include of tree-core.h.
4317 * c-cppbuiltin.c: Include hash-set.h, machmode.h,
4318 vec.h, double-int.h, input.h, alias.h, symtab.h, options.h
4319 fold-const.h, wide-int.h, and inchash.h due to
4320 flattening of tree.h.
4321 * c-dump.c: Ditto.
4322 * c-format.c: Flatten tree.h header files into c-common.h.
4323 * c-cppbuiltin.c: Include hash-set.h, machmode.h,
4324 vec.h, double-int.h, input.h, alias.h, symtab.h, options.h
4325 fold-const.h, wide-int.h, and inchash.h due to
4326 flattening of tree.h.
4327 * c-dump.c: Include hash-set.h, machmode.h,
4328 vec.h, double-int.h, input.h, alias.h, symtab.h, options.h
4329 fold-const.h, wide-int.h, and inchash.h due to
4330 flattening of tree.h.
4331 * c-format.c: Include hash-set.h, machmode.h,
4332 vec.h, double-int.h, input.h, alias.h, symtab.h, options.h
4333 fold-const.h, wide-int.h, inchash.h and real.h due to
4334 flattening of tree.h.
4335 * c-gimplify.c: Include hash-set.h, machmode.h,
4336 vec.h, double-int.h, input.h, alias.h, symtab.h, options.h
4337 fold-const.h, wide-int.h, and inchash.h due to
4338 flattening of tree.h.
4339 * cilk.c: Ditto.
4340 * c-lex.c: Ditto.
4341 * c-omp.c: Ditto.
4342 * c-opts.c: Ditto.
4343 * c-pch.c: Ditto.
4344 * c-ppoutput.c: Ditto.
4345 * c-pragma.c: Ditto.
4346 * c-pretty-print.c: Ditto.
4347 * c-semantics.c: Ditto.
4348 * c-ubsan.c: Ditto.
4349 * stub-objc.c: Ditto.
4350
f5481fc4
JM
43512015-01-08 Jason Merrill <jason@redhat.com>
4352
4353 * c-ubsan.c (ubsan_maybe_instrument_array_ref): Use
4354 do_ubsan_in_current_function.
4355 (ubsan_maybe_instrument_reference_or_call): Likewise.
4356 * c-ubsan.h: Declare it.
4357
de35aa66
MS
43582015-01-08 Mike Stump <mikestump@comcast.net>
4359
4360 * c-common.c (c_common_attribute_table): Add no_sanitize_thread.
4361
4a9a42ab
MP
43622015-01-07 Marek Polacek <polacek@redhat.com>
4363
4364 PR c/64440
4365 * c-common.c (c_fully_fold_internal): Warn for division and modulo
4366 if orig_op1 isn't INTEGER_CST, op1 is INTEGER_CST and is zero.
4367
2f42e5de
TS
43682015-01-05 Trevor Saunders <tsaunders@mozilla.com>
4369
4370 PR c++/31397
4371 * c.opt (Wsuggest-override): New option.
4372
5624e564
JJ
43732015-01-05 Jakub Jelinek <jakub@redhat.com>
4374
4375 Update copyright years.
4376
5bd012f8
MP
43772015-01-05 Marek Polacek <polacek@redhat.com>
4378
4379 PR c/64423
4380 * c-common.c (warn_array_subscript_with_type_char): Add location_t
4381 parameter. Use it.
4382 * c-common.h (warn_array_subscript_with_type_char): Update
4383 declaration.
4384
a7fa8d18
ESR
43852014-12-20 Edward Smith-Rowland <3dw4rd@verizon.net>
4386
4387 * c-cppbuiltin.c (__cpp_sized_deallocation): Uncomment and move macro.
4388 Control macro with flag_sized_deallocation.
4389
3f8257db 43902014-12-20 Martin Uecker <uecker@eecs.berkeley.edu>
768952be
MU
4391
4392 * c.opt (Wdiscarded-array-qualifiers): New option.
4393
1f8d3e84
JJ
43942014-12-19 Jakub Jelinek <jakub@redhat.com>
4395
4396 PR preprocessor/63831
4397 * c-cppbuiltin.c (c_cpp_builtins): Don't define __has_attribute
4398 and __has_cpp_attribute here.
4399 * c-ppoutput.c (init_pp_output): Set cb->has_attribute to
4400 c_common_has_attribute.
4401 * c-common.h (c_common_has_attribute): New prototype.
4402 * c-lex.c (init_c_lex): Set cb->has_attribute to
4403 c_common_has_attribute instead of cb_has_attribute.
4404 (get_token_no_padding): New function.
4405 (cb_has_attribute): Renamed to ...
4406 (c_common_has_attribute): ... this. No longer static. Use
4407 get_token_no_padding, require ()s, don't build TREE_LIST
4408 unnecessarily, fix up formatting, adjust diagnostics, call
4409 init_attributes.
4410
20b06add
JM
44112014-12-15 Jason Merrill <jason@redhat.com>
4412
4413 * c.opt (-fsized-deallocation, -Wc++14-compat): New.
4414 (-Wsized-deallocation): New.
4415 * c-opts.c (c_common_post_options): -fsized-deallocation defaults
4416 to on in C++14 and up.
4417
94a073b2
JM
44182014-12-11 Jason Merrill <jason@redhat.com>
4419
acaa5911
JM
4420 * c-cppbuiltin.c (c_cpp_builtins): Enable C++14 __cpp_constexpr.
4421
94a073b2
JM
4422 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_runtime_arrays if
4423 we aren't complaining about VLAs.
4424
7fb66c15
MP
44252014-12-06 Marek Polacek <polacek@redhat.com>
4426
4427 PR tree-optimization/64183
4428 * c-gimplify.c (c_gimplify_expr): Don't convert the RHS of a
4429 shift-expression if it is integer_type_node. Use types_compatible_p.
4430
b731b390
JJ
44312014-11-29 Jakub Jelinek <jakub@redhat.com>
4432
4433 * c-common.c (convert_vector_to_pointer_for_subscript): Remove NULL
4434 last argument from create_tmp_var_raw and create_tmp_var calls.
4435 * cilk.c (gimplify_cilk_spawn): Likewise.
4436 * c-omp.c (c_finish_omp_atomic): Likewise.
4437
6a4da643
MP
44382014-11-28 Marek Polacek <polacek@redhat.com>
4439
4440 * c-ubsan.c (ubsan_instrument_shift): Use op1_utype for MINUS_EXPR
4441 instead of unsigned_type_node.
4442
541e35a6
MP
44432014-11-28 Marek Polacek <polacek@redhat.com>
4444
4445 PR c/63862
4446 * c-ubsan.c (ubsan_instrument_shift): Change the type of a MINUS_EXPR
4447 to op1_utype.
4448 * c-gimplify.c (c_gimplify_expr): Convert right operand of a shift
4449 expression to unsigned_type_node.
4450
dcc97066
MW
44512014-11-20 Mark Wielaard <mjw@redhat.com>
4452
4453 PR debug/38757
4454 * c-opts.c (set_std_c89): Set lang_hooks.name.
4455 (set_std_c99): Likewise.
4456 (set_std_c11): Likewise.
4457 (set_std_cxx98): Likewise.
4458 (set_std_cxx11): Likewise.
4459 (set_std_cxx14): Likewise.
4460 (set_std_cxx1z): Likewise.
4461
aa7da51a
JJ
44622014-11-21 Jakub Jelinek <jakub@redhat.com>
4463
4464 PR target/63764
4465 * c-common.h (convert_vector_to_pointer_for_subscript): Change
4466 return type to bool.
009a3480 4467 * c-common.c: Include gimple-expr.h.
aa7da51a
JJ
4468 (convert_vector_to_pointer_for_subscript): Change return type to
4469 bool. If *vecp is not lvalue_p and has VECTOR_TYPE, return true
4470 and copy it into a TARGET_EXPR and use that instead of *vecp
4471 directly.
4472
538dd0b7
DM
44732014-11-19 David Malcolm <dmalcolm@redhat.com>
4474
4475 Merger of git branch "gimple-classes-v2-option-3".
4476 * ChangeLog.gimple-classes: New.
4477 * c-gimplify.c (add_block_to_enclosing): Strengthen local "stack"
4478 from being just a vec<gimple> to a vec<gbind *>.
4479
c39a5e99
JJ
44802014-11-18 Jakub Jelinek <jakub@redhat.com>
4481
4482 PR sanitizer/63813
4483 * c-ubsan.c (ubsan_maybe_instrument_reference_or_call): Change type
4484 argument to ptype, set type to TREE_TYPE (ptype). Don't call
4485 get_pointer_alignment for non-pointers. Use ptype, or if it is
4486 reference type, corresponding pointer type, as type of kind
4487 argument.
4488 (ubsan_maybe_instrument_reference,
4489 ubsan_maybe_instrument_member_call): Adjust callers.
4490
8537a4a9
MP
44912014-11-15 Marek Polacek <polacek@redhat.com>
4492
4493 PR middle-end/63884
4494 * array-notation-common.c (is_sec_implicit_index_fn): Return false
4495 for NULL fndecl.
4496 (extract_array_notation_exprs): Return for NULL node.
4497
2079956a
JM
44982014-11-12 Joseph Myers <joseph@codesourcery.com>
4499
4500 * c-cppbuiltin.c (c_cpp_builtins_optimize_pragma): Define and
4501 undefine __NO_MATH_ERRNO__ based on changes to -fmath-errno state.
4502
1304953e
JJ
45032014-11-12 Jakub Jelinek <jakub@redhat.com>
4504
4505 PR c/59708
4506 * c-common.c (check_builtin_function_arguments): Handle
4507 BUILT_IN_{ADD,SUB,MUL}_OVERFLOW.
4508
e5e44252
AK
45092014-11-10 Andi Kleen <ak@linux.intel.com>
4510
4511 PR c/60804
4512 * c-common.h (check_no_cilk): Declare.
4513 * cilk.c (get_error_location): New function.
4514 (check_no_cilk): Dito.
4515
e64b984d
AK
45162014-11-10 Andi Kleen <ak@linux.intel.com>
4517
4518 * cilk.c (recognize_spawn): Use expression location
4519 for error message.
4520
13c21655
PC
45212014-11-10 Paolo Carlini <paolo.carlini@oracle.com>
4522
4523 * c.opt ([Wshift-count-negative, Wshift-count-overflow]): Add.
4524
42fd12b1
ESR
45252014-11-10 Edward Smith-Rowland <3dw4rd@verizon.net>
4526
4527 * c-cppbuiltin.c (__has_attribute, __has_cpp_attribute): New macros;
4528 (__cpp_rtti, __cpp_exceptions): New macros for C++98;
4529 (__cpp_range_based_for, __cpp_initializer_lists,
4530 __cpp_delegating_constructors, __cpp_nsdmi,
4531 __cpp_inheriting_constructors, __cpp_ref_qualifiers): New macros
4532 for C++11; (__cpp_attribute_deprecated): Remove in favor of
4533 __has_cpp_attribute.
4534 * c-lex.c (cb_has_attribute): New callback CPP function;
4535 (init_c_lex): Set has_attribute callback.
4536
6f450181
RB
45372014-11-04 Richard Biener <rguenther@suse.de>
4538
4539 * c-common.c (shorten_compare): Do not shorten mixed
4540 DFP and non-DFP compares.
4541
26f0e1d6
ESR
45422014-11-01 Edward Smith-Rowland <3dw4rd@verizon.net>
4543
4544 * g++.dg/cpp1y/feat-cxx11.C: Commentary and rearrangement of tests.
4545 * g++.dg/cpp1y/feat-cxx11-neg.C: Add aggregate NSDMI test.
4546 Commentary and rearrangement of tests.
4547 * g++.dg/cpp1y/feat-cxx14.C: Enable aggregate NSDMI test.
4548 Commentary and rearrangement of tests.
4549 * g++.dg/cpp1y/feat-cxx98-neg.C: Ditto
4550 * g++.dg/cpp1y/feat-cxx98.C: Commentary.
4551
ef4bddc2
RS
45522014-10-29 Richard Sandiford <richard.sandiford@arm.com>
4553
4554 * c-common.c, c-common.h, c-cppbuiltin.c, c-lex.c: Remove redundant
4555 enum from machine_mode.
4556
c582198b
AM
45572014-10-28 Andrew MacLeod <amacleod@redhat.com>
4558
adfac8df
JJ
4559 * c-common.c: Adjust include files.
4560 * c-gimplify.c: Ditto.
4561 * cilk.c: Ditto.
4562 * c-pragma.c: Ditto.
4563 * c-ubsan.c: Ditto.
c582198b 4564
60393bbc
AM
45652014-10-27 Andrew MacLeod <amacleod@redhat.com>
4566
4567 * c-gimplify.c: Adjust include files.
4568
d723bb7c
MLI
45692014-10-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
4570
4571 PR c++/53061
4572 * c-opts.c (c_common_diagnostics_set_defaults): Renamed from
4573 c_common_initialize_diagnostics.
4574 * c-common.h: Likewise.
4575
90f3520e
MP
45762014-10-24 Marek Polacek <polacek@redhat.com>
4577
4578 PR c/56980
4579 * c-pretty-print.c (c_pretty_printer::simple_type_specifier): Don't
4580 print "struct"/"union"/"enum" for typedefed names.
4581
59d7607a
MP
45822014-10-23 Marek Polacek <polacek@redhat.com>
4583
4584 * c-ubsan.c (ubsan_instrument_shift): Perform the MINUS_EXPR
4585 in unsigned type.
4586
d95a2703
JJ
45872014-10-22 Jakub Jelinek <jakub@redhat.com>
4588 Yury Gribov <y.gribov@samsung.com>
4589
4590 * c-ubsan.c (ubsan_instrument_division, ubsan_instrument_shift,
4591 ubsan_instrument_vla): Check bits in flag_sanitize_recover bitmask
4592 instead of flag_sanitize_recover as bool flag.
4593
8e6ef852
KY
45942014-10-21 Kirill Yukhin <kirill.yukhin@intel.com>
4595
4596 * cilk.c: Revert previous change.
4597
948cf550
IZ
45982014-10-20 Igor Zamyatin <igor.zamyatin@intel.com>
4599
4600 PR c/63307
4601 * cilk.c: Include vec.h.
4602 (struct cilk_decls): New structure.
4603 (wrapper_parm_cb): Split this function to...
4604 (fill_decls_vec): ...this...
4605 (create_parm_list): ...and this.
4606 (compare_decls): New function.
4607 (for_local_cb): Remove.
4608 (wrapper_local_cb): Ditto.
4609 (build_wrapper_type): For now first traverse and fill vector of
4610 declarations then sort it and then deal with sorted vector.
4611 (cilk_outline): Ditto.
4612 (declare_one_free_variable): Ditto.
4613
92574c7c
MP
46142014-10-17 Marek Polacek <polacek@redhat.com>
4615
4616 * c-opts.c (c_common_post_options): Set warn_implicit_int.
4617 * c.opt (Wimplicit-int): Initialize to -1.
4618
83685514
AM
46192014-10-16 Andrew MacLeod <amacleod@redhat.com>
4620
4621 * c-pragma.c: Adjust include files.
4622 * c-semantics.c: Likewise.
4623
5b8300ea
DD
46242014-10-16 DJ Delorie <dj@redhat.com>
4625
4626 * c-cppbuiltin.c (cpp_atomic_builtins): Don't assume pointers are
4627 multiples of bytes.
4628
5f83e90b
JM
46292014-10-14 Jason Merrill <jason@redhat.com>
4630
4631 PR c++/63455
4632 * c-common.h (CPP_PREPARSED_EXPR): New.
4633 (N_CP_TTYPES): Adjust.
4634
d73326ca
MP
46352014-10-15 Marek Polacek <polacek@redhat.com>
4636
4637 * c-opts.c (c_common_init_options): Make -std=gnu11 the default for C.
4638
78a7c317
DD
46392014-10-14 DJ Delorie <dj@redhat.com>
4640
4641 * c-pretty-print.c (pp_c_integer_constant): Check for all __intN
4642 types, not just __int128.
4643 * c-cppbuiltin.c (c_cpp_builtins): Add builtins for all __intN
4644 types, not just __int128.
4645 (cpp_atomic_builtins): Round pointer sizes up.
4646 (type_suffix): Use type precision, not specific types.
4647 * c-common.c (c_common_reswords): Remove __int128 special case.
4648 (c_common_type_for_size): Check for all __intN types, not just
4649 __int128.
4650 (c_common_type_for_mode): Likewise.
4651 (c_common_signed_or_unsigned_type): Likewise.
4652 (c_build_bitfield_integer_type): Likewise.
4653 (c_common_nodes_and_builtins): Likewise.
4654 (keyword_begins_type_specifier): Likewise.
4655 * c-common.h (rid): Remove RID_INT128 and add RID_INT_N_* for all
4656 __intN variants.
4657
2a22f99c
TS
46582014-10-12 Trevor Saunders <tsaunders@mozilla.com>
4659
4660 * c-common.c: Use hash_table instead of hashtab.
4661
2a8ef767
ESR
46622014-10-06 Edward Smith-Rowland <3dw4rd@verizon.net>
4663
adfac8df 4664 * c-cppbuiltin.c: Move __cpp_attribute_deprecated to the
2a8ef767
ESR
4665 C++11 section.
4666
3c9aabbd
MG
46672014-10-03 Marc Glisse <marc.glisse@inria.fr>
4668
4669 PR c++/54427
4670 PR c++/57198
4671 PR c++/58845
4672 * c-common.c (warn_logical_operator): Punt for vectors.
4673
a15f7cb8
ESR
46742014-10-01 Edward Smith-Rowland <3dw4rd@verizon.net>
4675
4676 Implement SD-6: SG10 Feature Test Recommendations
4677 * c-cppbuiltin.c (c_cpp_builtins()): Define language feature
4678 macros and the __has_header macro.
4679
8d0cf15e
JM
46802014-09-30 Jason Merrill <jason@redhat.com>
4681
dd5d5481
JM
4682 * c-common.h (enum rid): Add RID_IS_TRIVIALLY_ASSIGNABLE and
4683 RID_IS_TRIVIALLY_CONSTRUCTIBLE.
4684 * c-common.c (c_common_reswords): Add __is_trivially_copyable.
4685
b752325e
JM
4686 * c-common.h (enum rid): Add RID_IS_TRIVIALLY_COPYABLE.
4687 * c-common.c (c_common_reswords): Add __is_trivially_copyable.
4688
8d0cf15e
JM
4689 * c-common.h (enum rid): Remove RID_IS_CONVERTIBLE_TO.
4690 * c-common.c (c_common_reswords): Remove __is_convertible_to.
4691
083e891e
MP
46922014-09-24 Marek Polacek <polacek@redhat.com>
4693
4694 PR c/61405
4695 PR c/53874
4696 * c-common.h (struct c_common_resword): Don't define CPP_KEYWORD.
4697
7861b648
AK
46982014-09-23 Andi Kleen <ak@linux.intel.com>
4699
4700 * c-common.c (handle_no_reorder_attribute): New function.
4701 (c_common_attribute_table): Add no_reorder attribute.
4702
9a79452d
JM
47032014-09-22 Joseph Myers <joseph@codesourcery.com>
4704
4705 * c-cppbuiltin.c (c_cpp_builtins): Define
4706 __LIBGCC_*_EXCESS_PRECISION__ macros for supported floating-point
4707 modes.
4708
dd69f047
JM
47092014-09-18 Joseph Myers <joseph@codesourcery.com>
4710
4711 * c-cppbuiltin.c (c_cpp_builtins): Define __LIBGCC_*_FUNC_EXT__
4712 for supported floating-point modes.
4713
737a4826
MLI
47142014-09-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
4715
4716 * c.opt (Wpsabi): Use LangEnabledBy.
4717 * c-opts.c (c_common_handle_option): Do not handle here.
4718
8cc4b7a2
JM
47192014-09-12 Joseph Myers <joseph@codesourcery.com>
4720
4721 * c-cppbuiltin.c (c_cpp_builtins): Define __LIBGCC_HAS_%s_MODE__
4722 macros for floating-point modes.
4723
179b5a55
MG
47242014-09-11 Marc Glisse <marc.glisse@inria.fr>
4725
4726 PR target/58757
4727 * c-cppbuiltin.c (builtin_define_float_constants): Correct
4728 __*_DENORM_MIN__ without denormals.
4729
570a11fe
JJ
47302014-09-10 Jakub Jelinek <jakub@redhat.com>
4731
4732 * c-ubsan.c (ubsan_instrument_division, ubsan_instrument_shift,
4733 ubsan_instrument_vla, ubsan_instrument_return): Adjust
4734 ubsan_create_data callers.
4735 (ubsan_instrument_bounds): Don't emit UBSAN_BOUNDS at all if
4736 index is constant or BIT_AND_EXPR with constant mask and is
4737 small enough for the bound.
4738 * c-gimplify.c (ubsan_walk_array_refs_r): For ADDR_EXPR of
4739 ARRAY_REF, make sure the inner ARRAY_REF is not walked again.
4740
b559c810
MLI
47412014-09-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
4742
4743 * c.opt: Add CppReason to various flags.
4744 (Wdate-time): Re-sort.
4745 * c-common.c: Include c-common.h earlier.
4746 (struct reason_option_codes_t): Delete.
4747 (c_option_controlling_cpp_error): Prefix global type and struct
4748 with cpp_.
4749
1ef33fd4
MLI
47502014-09-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
4751
4752 * c.opt (Wnormalized): New.
4753 (Wnormalized=): Use Enum and Reject Negative.
4754 * c-opts.c (c_common_handle_option): Do not handle Wnormalized here.
4755
66bb34c0
JM
47562014-09-08 Joseph Myers <joseph@codesourcery.com>
4757
4758 * c-cppbuiltin.c (c_cpp_builtins): Define macros for mantissa
4759 digits of floating-point modes if -fbuilding-libgcc.
4760
53d68b9f
JM
47612014-09-05 Joseph Myers <joseph@codesourcery.com>
4762
4763 * c-cppbuiltin.c (c_cpp_builtins): Also define
4764 __LIBGCC_EH_TABLES_CAN_BE_READ_ONLY__,
4765 __LIBGCC_EH_FRAME_SECTION_NAME__, __LIBGCC_JCR_SECTION_NAME__,
4766 __LIBGCC_CTORS_SECTION_ASM_OP__, __LIBGCC_DTORS_SECTION_ASM_OP__,
4767 __LIBGCC_TEXT_SECTION_ASM_OP__, __LIBGCC_INIT_SECTION_ASM_OP__,
4768 __LIBGCC_INIT_ARRAY_SECTION_ASM_OP__,
4769 __LIBGCC_STACK_GROWS_DOWNWARD__,
4770 __LIBGCC_DONT_USE_BUILTIN_SETJMP__,
4771 __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__,
4772 __LIBGCC_DWARF_FRAME_REGISTERS__,
4773 __LIBGCC_EH_RETURN_STACKADJ_RTX__, __LIBGCC_JMP_BUF_SIZE__,
4774 __LIBGCC_STACK_POINTER_REGNUM__ and
4775 __LIBGCC_VTABLE_USES_DESCRIPTORS__ for -fbuilding-libgcc.
4776 (builtin_define_with_value): Handle backslash-escaping in string
4777 macro values.
4778
f65586dc
RB
47792014-09-05 Richard Biener <rguenther@suse.de>
4780
4781 PR middle-end/63148
4782 * c-format.c (check_format_arg): Properly handle
4783 effectively signed POINTER_PLUS_EXPR offset.
4784
2b71f4a4
MLI
47852014-09-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
4786
4787 * c.opt (Wc90-c99-compat,Wc++-compat,Wcomment,Wendif-labels,
4788 Winvalid-pch,Wlong-long,Wmissing-include-dirs,Wmultichar,Wpedantic,
4789 (Wdate-time,Wtraditional,Wundef,Wvariadic-macros): Add CPP, Var
4790 and Init.
4791 * c-opts.c (c_common_handle_option): Do not handle here.
4792 (sanitize_cpp_opts): Likewise.
4793 * c-common.c (struct reason_option_codes_t): Handle
4794 CPP_W_C90_C99_COMPAT and CPP_W_PEDANTIC.
4795
d2e4feca
MP
47962014-09-03 Marek Polacek <polacek@redhat.com>
4797
4798 * c.opt (Wlogical-not-parentheses): Enable by -Wall.
4799
9a771876
JJ
48002014-09-02 Jakub Jelinek <jakub@redhat.com>
4801 Balaji V. Iyer <balaji.v.iyer@intel.com>
4802 Igor Zamyatin <igor.zamyatin@intel.com>
4803
4804 * c-cilkplus.c (cilk_for_number_of_iterations): New function.
4805 * c-common.c (c_common_reswords): Added _Cilk_for.
4806 * c-common.h (enum rid): Added RID_CILK_FOR.
4807 (cilk_for_number_of_iterations): Add declaration.
4808 * c-omp.c (c_finish_omp_for): Added checks for CILK_SIMD and
4809 CILK_FOR.
4810 * c-pragma.c (init_pragma): Register "grainsize" pragma.
4811 * c-pragma.h (enum pragma_kind): Add PRAGMA_CILK_GRAINSIZE.
4812
81b5d104
MLI
48132014-08-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
4814
4815 * c.opt (Wbuiltin-macro-redefined,Wdeprecated,Wendif-labels,
4816 Winvalid-pch,Wliteral-suffix,Wmissing-include-dirs,Wtrigraphs,
4817 Wundef): Use CPP, Var and Init.
4818 * c-opts.c (c_common_handle_option): Do not handle the above flags here.
4819
b753b37b
MLI
48202014-08-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
4821
4822 * c.opt (Wbuiltin-macro-redefined): Use CPP, Var and Init.
4823 * c-opts.c (c_common_handle_option): Do not handle here.
4824
028aee17
JM
48252014-08-25 Jason Merrill <jason@redhat.com>
4826
4827 * c.opt: Change -std=c++1y and -std=gnu++1y to be aliases for
4828 -std=c++14 and -std=gnu++14, rather than the reverse.
4829 * c-opts.c (c_common_handle_option): Change OPT_std_c__1y and
4830 OPT_std_gnu__1y to OPT_std_c__14 and OPT_std_gnu__14.
4831 * c-common.h (cxx_dialect): Remove cxx1y.
4832
e4276ba5
ESR
48332014-08-23 Edward Smith-Rowland <3dw4rd@verizon.net>
4834
4835 * c-common.h (enum cxx_dialect): Add cxx14.
4836 * c-opts.c (set_std_cxx1y): Rename to set_std_cxx14; Use cxx14.
4837 * c-ubsan.c (ubsan_instrument_shift): Change comment and logic from
4838 cxx_dialect == cxx11 || cxx_dialect == cxx1y to cxx_dialect >= cxx11.
4839
a545cacd
JM
48402014-08-22 Jason Merrill <jason@redhat.com>
4841
4842 * c.opt (std=gnu++17): Fix alias.
4843
59ea0364
MP
48442014-08-22 Marek Polacek <polacek@redhat.com>
4845
4846 PR c++/62199
4847 * c-common.c (warn_logical_not_parentheses): Don't check LHS. Don't
4848 check for vector types. Drop LHS argument.
4849 * c-common.h (warn_logical_not_parentheses): Adjust.
4850
596e808c
MLI
48512014-08-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
4852
4853 * c.opt (Wcomment): Use CPP, Var and LangEnabledBy.
4854 (Wmultichar): Likewise.
4855 (Wdate-time): Use C-family languages instead of Common. Use CPP
4856 and Var.
4857 * c-opts.c (c_common_handle_option): Do not handle the above
4858 options here.
4859 (sanitize_cpp_opts): Likewise.
4860
18767f65
MLI
48612014-08-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
4862
4863 PR fortran/44054
4864 * c-opts.c: Include tree-diagnostics.h.
4865 (c_diagnostic_finalizer): New.
4866 (c_common_initialize_diagnostics): Use it.
4867
b4413594
MLI
48682014-08-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
4869
4870 PR preprocessor/51303
4871 * c-common.c (struct reason_option_codes_t option_codes):
4872 Add CPP_W_MISSING_INCLUDE_DIRS. Sort alphabetically.
4873
43f9a13c
MLI
48742014-08-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
4875
4876 PR c/60975
4877 PR c/53063
4878 * c.opt (Wvariadic-macros): Use CPP and LangEnabledBy.
4879 * c-opts.c (c_common_handle_option): Call cpp_handle_option_auto.
4880 (c_common_post_options): Call init_global_opts_from_cpp.
4881 (sanitize_cpp_opts): Do not handle Wvariadic-macros here.
4882
04159acf
MP
48832014-08-19 Marek Polacek <polacek@redhat.com>
4884
4885 PR c++/62153
4886 * c-common.c (maybe_warn_bool_compare): New function.
4887 * c-common.h (maybe_warn_bool_compare): Declare.
4888 * c.opt (Wbool-compare): New option.
4889
35aff4fb
MP
48902014-08-19 Marek Polacek <polacek@redhat.com>
4891
4892 * c.opt (Wc99-c11-compat): New option.
4893
177cce46
MP
48942014-08-19 Marek Polacek <polacek@redhat.com>
4895
4896 * c-opts.c (sanitize_cpp_opts): Make warn_long_long be set according
4897 to warn_c90_c99_compat.
4898 * c.opt (Wc90-c99-compat, Wdeclaration-after-statement): Initialize
4899 to -1.
4900
6ae9194f
MLI
49012014-08-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
4902 Steven Bosscher <steven@gcc.gnu.org>
4903
4904 PR c/52952
4905 * c-format.c: Add extra_arg_loc and format_string_loc to struct
4906 format_check_results.
4907 (check_function_format): Use true and add comment for boolean
4908 argument.
4909 (finish_dollar_format_checking): Use explicit location when warning.
4910 (check_format_info): Likewise.
4911 (check_format_arg): Set extra_arg_loc and format_string_loc.
4912 (check_format_info_main): Use explicit location when warning.
4913 (check_format_types): Pass explicit location.
4914 (format_type_warning): Likewise.
4915
8e54f6d3
MLI
49162014-08-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
4917
4918 PR fortran/44054
4919 * c-format.c: Handle Fortran flags.
4920
cd4e76fc
IZ
49212014-08-12 Igor Zamyatin <igor.zamyatin@intel.com>
4922
4923 PR other/61962
4924 * array-notation-common.c (find_rank): Added handling for other
4925 types of references.
4926
f3bede71
MP
49272014-08-10 Marek Polacek <polacek@redhat.com>
4928
4929 PR c/51849
4930 * c-opts.c (sanitize_cpp_opts): Pass warn_c90_c99_compat to libcpp.
4931 * c.opt (Wc90-c99-compat): Add option.
4932
9f25a338
TS
49332014-08-07 Trevor Saunders <tsaunders@mozilla.com>
4934
4935 * c-gimplify.c, cilk.c: Remove includes of pointer-set.h.
4936
62e4eb35
MP
49372014-08-03 Marek Polacek <polacek@redhat.com>
4938
4939 * c-common.c (check_case_value): Add location_t parameter. Use it.
4940 (c_add_case_label): Pass loc to check_case_value.
4941
b787e7a2
TS
49422014-08-02 Trevor Saunders <tsaunders@mozilla.com>
4943
4944 * cilk.c: Use hash_map instead of pointer_map.
4945
6e2830c3
TS
49462014-08-02 Trevor Saunders <tsaunders@mozilla.com>
4947
4948 * c-gimplify.c: Use hash_set instead of pointer_set.
4949
a7ee52fb
IZ
49502014-08-01 Igor Zamyatin <igor.zamyatin@intel.com>
4951
4952 PR middle-end/61455
4953 * array-notation-common.c (extract_array_notation_exprs): Handling
4954 of DECL_EXPR added.
4955
944fa280
JJ
49562014-08-01 Jakub Jelinek <jakub@redhat.com>
4957
4958 * c-common.h (min_align_of_type): Removed prototype.
4959 * c-common.c (min_align_of_type): Removed.
4960 * c-ubsan.h (ubsan_maybe_instrument_reference,
4961 ubsan_maybe_instrument_member_call): New prototypes.
4962 * c-ubsan.c: Include stor-layout.h and builtins.h.
4963 (ubsan_maybe_instrument_reference_or_call,
4964 ubsan_maybe_instrument_reference, ubsan_maybe_instrument_call): New
4965 functions.
4966
b4dfdc11
MG
49672014-07-31 Marc Glisse <marc.glisse@inria.fr>
4968
4969 PR c++/60517
4970 * c.opt (-Wreturn-local-addr): Move to common.opt.
4971
a41844e5
JM
49722014-07-30 Jason Merrill <jason@redhat.com>
4973
4974 PR c++/61659
4975 PR c++/61687
4976 Revert:
4977 * c.opt (-fuse-all-virtuals): New.
4978
976d5a22
TT
49792014-07-30 Tom Tromey <tromey@redhat.com>
4980
4981 PR c/59855
4982 * c.opt (Wdesignated-init): New option.
4983 * c-common.c (c_common_attribute_table): Add "designated_init".
4984 (handle_designated_init): New function.
4985
cdc94aca
MP
49862014-07-24 Marek Polacek <polacek@redhat.com>
4987
4988 PR c/57653
4989 * c-opts.c (c_finish_options): If -imacros is in effect, return.
4990
f41373b6
DS
49912014-07-16 Dodji Seketeli <dodji@redhat.com>
4992
4993 PR preprocessor/60723 - missing system-ness marks for macro tokens
4994 * c-ppoutput.c (struct print::prev_was_system_token): New data
4995 member.
4996 (init_pp_output): Initialize it.
4997 (maybe_print_line_1, maybe_print_line, print_line_1, print_line)
4998 (do_line_change): Return a flag saying if a line marker was
4999 emitted or not.
5000 (scan_translation_unit): Detect if the system-ness of the token we
5001 are about to emit is different from the one of the previously
5002 emitted token. If so, emit a line marker. Avoid emitting useless
5003 adjacent line markers. Avoid emitting line markers for tokens
5004 originating from the expansion of built-in macros.
5005 (scan_translation_unit_directives_only): Adjust.
5006
4d661eaa
MP
50072014-07-15 Marek Polacek <polacek@redhat.com>
5008
5009 * c-ubsan.c (ubsan_instrument_bounds): Don't instrument if
5010 TYPE_MAX_VALUE is NULL.
5011
b108f48f
JJ
50122014-07-14 Jakub Jelinek <jakub@redhat.com>
5013
5014 PR middle-end/61294
5015 * c.opt (Wmemset-transposed-args): New warning.
5016
c0221884
JM
50172014-07-10 Jason Merrill <jason@redhat.com>
5018
5019 PR c++/61659
5020 PR c++/61687
5021 * c.opt (-fuse-all-virtuals): New.
5022
63dfbb95
RB
50232014-07-09 Richard Biener <rguenther@suse.de>
5024
5025 PR c-family/61741
5026 * c-gimplify.c (c_gimplify_expr): Gimplify self-modify expressions
5027 using unsigned arithmetic if overflow does not wrap instead of
5028 if overflow is undefined.
5029
773ec47f
MP
50302014-07-06 Marek Polacek <polacek@redhat.com>
5031
5032 PR c/6940
5033 * c.opt (Wsizeof-array-argument): New option.
5034
00a7ba58
JJ
50352014-07-03 Jakub Jelinek <jakub@redhat.com>
5036
b1726d6c 5037 * c-ada-spec.c (dump_ada_nodes): Don't call qsort if
00a7ba58
JJ
5038 comments->count <= 1, as comments->entries might be NULL.
5039
52ec0ea3
MP
50402014-07-01 Marek Polacek <polacek@redhat.com>
5041
5042 * c.opt (Wint-conversion): New option.
5043
d5c3d343
MP
50442014-07-01 Marek Polacek <polacek@redhat.com>
5045
5046 PR c/58286
5047 * c.opt (Wincompatible-pointer-types): New option.
5048
6e7ceb17
PC
50492014-06-30 Paolo Carlini <paolo.carlini@oracle.com>
5050
5051 PR c++/51400
5052 * c-common.c (handle_noreturn_attribute, handle_const_attribute):
5053 Do not discard TYPE_QUALS of type.
5054
da73100b
JM
50552014-06-26 Jason Merrill <jason@redhat.com>
5056
5057 * c-common.h (enum cxx_dialect): Add cxx1z.
5058 * c.opt (std=c++1z, std=c++17, std=gnu++1z, std=gnu++17): New.
5059 * c-opts.c (c_common_handle_option, set_std_cxx1z): Handle it.
5060
08eedf75
TJ
50612014-06-26 Teresa Johnson <tejohnson@google.com>
5062
5063 * c-common.h (get_dump_info): Declare.
5064 * c-gimplify.c (c_genericize): Use saved dump files.
5065 * c-opts.c (c_common_parse_file): Begin and end dumps
5066 once around parsing invocation.
5067 (get_dump_info): New function.
5068
7b56b2f8
MP
50692014-06-23 Marek Polacek <polacek@redhat.com>
5070 Andrew MacLeod <amacleod@redhat.com>
5071
5072 PR c/61553
5073 * c-common.c (get_atomic_generic_size): Don't segfault if the
5074 type doesn't have a size.
5075
0e37a2f3
MP
50762014-06-20 Marek Polacek <polacek@redhat.com>
5077
5078 * c-gimplify.c: Include "c-ubsan.h" and "pointer-set.h".
5079 (ubsan_walk_array_refs_r): New function.
5080 (c_genericize): Instrument array bounds.
5081 * c-ubsan.c: Include "internal-fn.h".
5082 (ubsan_instrument_division): Mark instrumented arrays as having
5083 side effects. Adjust ubsan_type_descriptor call.
5084 (ubsan_instrument_shift): Likewise.
5085 (ubsan_instrument_vla): Adjust ubsan_type_descriptor call.
5086 (ubsan_instrument_bounds): New function.
5087 (ubsan_array_ref_instrumented_p): New function.
5088 (ubsan_maybe_instrument_array_ref): New function.
5089 * c-ubsan.h (ubsan_instrument_bounds): Declare.
5090 (ubsan_array_ref_instrumented_p): Declare.
5091 (ubsan_maybe_instrument_array_ref): Declare.
5092
50932014-06-20 Hale Wang <hale.wang@arm.com>
dd6fe7d4
HW
5094
5095 PR lto/61123
5096 * c.opt (fshort-enums): Add to LTO.
5097 * c.opt (fshort-wchar): Likewise.
5098
5c3d09f7
MP
50992014-06-16 Marek Polacek <polacek@redhat.com>
5100
5101 PR c/60439
5102 * c.opt (Wswitch-bool): Add Var.
5103
9cf32741
JJ
51042014-06-12 Jakub Jelinek <jakub@redhat.com>
5105
5106 PR middle-end/61486
5107 * c-omp.c (c_omp_split_clauses): Don't crash on firstprivate in
5108 #pragma omp target teams or
5109 #pragma omp {,target }teams distribute simd.
5110
62984918
JM
51112014-06-12 Jason Merrill <jason@redhat.com>
5112
5113 * c.opt (Wabi=, fabi-compat-version): New.
5114 * c-opts.c (c_common_handle_option): Handle -Wabi=.
5115 (c_common_post_options): Handle flag_abi_compat_version default.
5116 Disallow -fabi-compat-version=1.
5117 * c-common.h (abi_version_crosses): New.
5118
f961457f
JH
51192014-06-11 Jan Hubicka <hubicka@ucw.cz>
5120
adfac8df 5121 * c-common.c (handle_section_attribute): Update handling for
f961457f
JH
5122 section names that are no longer trees.
5123
92d28cbb
JJ
51242014-06-10 Jakub Jelinek <jakub@redhat.com>
5125
5126 PR fortran/60928
5127 * c-pragma.c (omp_pragmas_simd): Move PRAGMA_OMP_TASK...
5128 (omp_pragmas): ... back here.
5129
742938c9
MP
51302014-06-05 Marek Polacek <polacek@redhat.com>
5131
5132 PR c/49706
5133 * c-common.c (warn_logical_not_parentheses): New function.
5134 * c-common.h (warn_logical_not_parentheses): Declare.
5135 * c.opt (Wlogical-not-parentheses): New option.
5136
9d548dfb
MP
51372014-06-04 Marek Polacek <polacek@redhat.com>
5138
5139 PR c/30020
5140 * c-common.c (check_case_bounds): Add location parameter.
5141 Use it.
5142 (c_add_case_label): Pass loc to check_case_bounds.
5143
fedfecef
MP
51442014-06-03 Marek Polacek <polacek@redhat.com>
5145
5146 PR c/60439
5147 * c.opt (Wswitch-bool): New option.
5148
f6a7cffc
TS
51492014-05-22 Thomas Schwinge <thomas@codesourcery.com>
5150
040d18b6
TS
5151 * c-common.h (c_omp_sharing_predetermined, c_omp_remap_decl):
5152 Remove prototypes.
5153 (record_types_used_by_current_var_decl): Move prototype to where
5154 it belongs.
5155
f6a7cffc
TS
5156 * c-common.c (DEF_FUNCTION_TYPE_0, DEF_FUNCTION_TYPE_6)
5157 (DEF_FUNCTION_TYPE_7, DEF_FUNCTION_TYPE_8)
5158 (DEF_FUNCTION_TYPE_VAR_5): Cosmetic fixes.
5159
632f2871
RS
51602014-05-21 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
5161
5162 * c-common.h (CTI_VOID_ZERO, void_zero_node): Delete.
5163 * c-common.c (c_common_nodes_and_builtins): Don't initialize
5164 void_zero_node.
5165 * c-pretty-print.c (pp_c_void_constant): New function.
5166 (c_pretty_printer::constant, c_pretty_printer::primary_expression)
5167 (c_pretty_printer::expression): Handle VOID_CST.
5168 * cilk.c (extract_free_variables): Likewise.
5169 * c-ubsan.c (ubsan_instrument_division, ubsan_instrument_shift)
5170 (ubsan_instrument_vla): Use void_node instead of void_zero_node.
5171
766090c2
TS
51722014-05-17 Trevor Saunders <tsaunders@mozilla.com>
5173
5174 * c-common.h (sorted_fields_type): Remove variable_size GTY attribute.
5175 * c-pragma.c (push_alignment): Adjust.
5176 (handle_pragma_push_options): Likewise.
5177
661a0813
MP
51782014-05-09 Marek Polacek <polacek@redhat.com>
5179
5180 PR c/50459
5181 * c-common.c (check_user_alignment): Return -1 if alignment is error
5182 node.
5183 (handle_aligned_attribute): Don't call default_conversion on
5184 FUNCTION_DECLs.
5185 (handle_vector_size_attribute): Likewise.
5186 (handle_tm_wrap_attribute): Handle case when wrap_decl is error node.
5187 (handle_sentinel_attribute): Call default_conversion and allow even
5188 integral types as an argument.
5189
2793eeab
MP
51902014-05-08 Marek Polacek <polacek@redhat.com>
5191
5192 PR c/61053
5193 * c-common.c (min_align_of_type): New function factored out from...
5194 (c_sizeof_or_alignof_type): ...here.
5195 * c-common.h (min_align_of_type): Declare.
5196
f827930a
MP
51972014-05-08 Marek Polacek <polacek@redhat.com>
5198
5199 PR c/61077
5200 * c-common.c (check_main_parameter_types): Warn for _Atomic-qualified
5201 parameter type of main.
5202
ca49b74e
DD
52032014-05-07 DJ Delorie <dj@redhat.com>
5204
5205 * c-cppbuiltin.c (print_bits_of_hex): New.
5206 (builtin_define_type_minmax): Print values using hex so as not to
5207 require a pre-computed list of string values.
5208
1d60af08
KZ
52092014-05-06 Kenneth Zadeck <zadeck@naturalbridge.com>
5210 Mike Stump <mikestump@comcast.net>
5211 Richard Sandiford <rdsandiford@googlemail.com>
5212
5213 * c-ada-spec.c: Include wide-int.h.
5214 (ADA_HOST_WIDE_INT_PRINT_DOUBLE_HEX): Remove.
5215 (dump_generic_ada_node): Use wide-int interfaces.
5216 * c-common.c: Include wide-int-print.h.
5217 (shorten_compare): Use wide-int interfaces and tree_int_cst_lt.
5218 (pointer_int_sum): Use wide-int interfaces.
5219 (c_common_nodes_and_builtins): Use make_int_cst.
5220 (match_case_to_enum_1): Use tree_fits_uhwi_p and tree_fits_shwi_p.
5221 (handle_alloc_size_attribute): Use wide-int interfaces.
5222 (get_nonnull_operand): Likewise.
5223 * c-format.c (get_constant): Use tree_fits_uhwi_p.
5224 * c-lex.c: Include wide-int.h.
5225 (narrowest_unsigned_type): Take a widest_int rather than two
5226 HOST_WIDE_INTs.
5227 (narrowest_signed_type): Likewise.
5228 (interpret_integer): Update accordingly. Use wide-int interfaces.
5229 (lex_charconst): Use wide-int interfaces.
5230 * c-pretty-print.c: Include wide-int.h.
5231 (pp_c_integer_constant): Use wide-int interfaces.
5232 * cilk.c (declare_one_free_variable): Use tree_int_cst_lt instead of
5233 INT_CST_LT_UNSIGNED.
5234
b15458be
RB
52352014-05-06 Richard Biener <rguenther@suse.de>
5236
5237 * c-opts.c (c_common_post_options): For -freestanding,
5238 -fno-hosted and -fno-builtin disable pattern recognition
5239 if not enabled explicitely.
5240
6577374e
MP
52412014-05-02 Marek Polacek <polacek@redhat.com>
5242
5243 * c.opt (Wsizeof-pointer-memaccess): Describe option.
5244
d00887e8
MP
52452014-05-01 Marek Polacek <polacek@redhat.com>
5246
5247 PR c/43245
5248 * c.opt (Wdiscarded-qualifiers): Add.
5249
f8ed5150
MP
52502014-04-30 Marek Polacek <polacek@redhat.com>
5251
5252 * c-ubsan.c (ubsan_instrument_division): Handle REAL_TYPEs. Perform
5253 INT_MIN / -1 sanitization only for integer types.
5254
45484dcf
MP
52552014-04-25 Marek Polacek <polacek@redhat.com>
5256
5257 PR c/18079
5258 * c-common.c (handle_noinline_attribute): Warn if the attribute
5259 conflicts with always_inline attribute.
5260 (handle_always_inline_attribute): Warn if the attribute conflicts
5261 with noinline attribute.
5262
38e514c0
MP
52632014-04-25 Marek Polacek <polacek@redhat.com>
5264
5265 PR c/60156
5266 * c-common.c (check_main_parameter_types): Warn about variadic main.
5267
44875f92
MS
52682014-04-24 Mike Stump <mikestump@comcast.net>
5269
5270 * c.opt (Wshadow-ivar): Default to on.
5271
dcaaa5a0
DP
52722014-04-24 Dimitris Papavasiliou <dpapavas@gmail.com>
5273
5274 * c.opt (Wshadow-ivar, flocal-ivars, fivar-visibility): Add.
5275
c07d7c02
MP
52762014-04-23 Marek Polacek <polacek@redhat.com>
5277
5278 * c-common.c (handle_tm_wrap_attribute): Tweak error message.
5279
1c33c9b7
JJ
52802014-04-22 Jakub Jelinek <jakub@redhat.com>
5281
5282 PR sanitizer/60275
5283 * c-ubsan.c (ubsan_instrument_return): Return __builtin_trap ()
5284 if flag_sanitize_undefined_trap_on_error.
5285 (ubsan_instrument_division, ubsan_instrument_shift,
5286 ubsan_instrument_vla): Likewise. Use __ubsan_handle_*_abort ()
5287 if !flag_sanitize_recover.
5288
793c625f
MG
52892014-04-22 Marc Glisse <marc.glisse@inria.fr>
5290
5291 PR libstdc++/43622
5292 * c-common.c (registered_builtin_types): Make non-static.
5293 * c-common.h (registered_builtin_types): Declare.
5294
b0f1bf36
RB
52952014-04-14 Richard Biener <rguenther@suse.de>
5296 Marc Glisse <marc.glisse@inria.fr>
5297
5298 PR c/60819
5299 * c-common.c (convert_vector_to_pointer_for_subscript): Properly
5300 apply may-alias the scalar pointer type when applicable.
5301
3b07fa4a
IZ
53022014-04-12 Igor Zamyatin <igor.zamyatin@intel.com>
5303
5304 PR middle-end/60467
5305 * cilk.c (cilk_set_spawn_marker): Remove FUNCTION_DECL
5306 as possible argument for Cilk_spawn.
5307
cbbd2b1c
TB
53082014-04-11 Tobias Burnus <burnus@net-b.de>
5309
5310 PR c/60194
5311 * c.opt (Wformat-signedness): Add
5312 * c-format.c(check_format_types): Use it.
5313
6415bd5d
JM
53142014-04-11 Jason Merrill <jason@redhat.com>
5315
5316 PR c++/57926
5317 * c-common.c (sync_resolve_size, get_atomic_generic_size): Call
5318 default_conversion for an array argument.
5319
6525783a
MP
53202014-04-08 Marek Polacek <polacek@redhat.com>
5321
5322 PR sanitizer/60745
5323 * c-ubsan.c: Include asan.h.
5324 (ubsan_instrument_return): Call initialize_sanitizer_builtins.
5325
880a467b
NS
53262014-04-03 Nathan Sidwell <nathan@codesourcery.com>
5327
5328 * c.opt (Wnon-virtual-dtor): Auto set when Weffc++.
5329
7b59ff2d
MP
53302014-04-02 Marek Polacek <polacek@redhat.com>
5331
5332 * c-common.h (c_expand_expr): Remove declaration.
5333
8edbfaa6
JJ
53342014-03-28 Jakub Jelinek <jakub@redhat.com>
5335
5336 PR c++/60689
5337 * c-common.c (add_atomic_size_parameter): When creating new
5338 params vector, push the size argument first.
5339
07d72e1d
JJ
53402014-03-26 Jakub Jelinek <jakub@redhat.com>
5341
5342 * c-ubsan.c (ubsan_instrument_division, ubsan_instrument_shift,
5343 ubsan_instrument_vla, ubsan_instrument_return): Adjust
5344 ubsan_create_data callers.
5345
b35e0fa0
JJ
53462014-03-22 Jakub Jelinek <jakub@redhat.com>
5347
5348 PR debug/60603
5349 * c-opts.c (c_finish_options): Restore cb_file_change call to
5350 <built-in>.
5351
39a1ebb3
JJ
53522014-03-13 Jakub Jelinek <jakub@redhat.com>
5353
5354 PR middle-end/36282
5355 * c-pragma.c (apply_pragma_weak): Only look at
5356 TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (decl)) if
5357 DECL_ASSEMBLER_NAME_SET_P (decl).
5358 (maybe_apply_pending_pragma_weaks): Exit early if
5359 vec_safe_is_empty (pending_weaks) rather than only when
5360 !pending_weaks.
5361 (maybe_apply_pragma_weak): Likewise. If !DECL_ASSEMBLER_NAME_SET_P,
5362 set assembler name back to NULL afterwards.
5363
a07f6ed2
JM
53642014-03-11 Jason Merrill <jason@redhat.com>
5365
5366 * c.opt: Add -std=gnu++14.
5367
75b107f5
IB
53682014-03-11 Ian Bolton <ian.bolton@arm.com>
5369
5370 * c-opts.c (c_common_post_options): Don't override
5371 -ffp-contract=fast if unsafe-math-optimizations is on.
5372
f42c637e
PM
53732014-03-08 Paulo Matos <paulo@matos-sorge.com>
5374
22b15758 5375 * c.opt: Enable LTO FE for fshort-double.
f42c637e 5376
70e24808
JM
53772014-03-07 Jason Merrill <jason@redhat.com>
5378
5379 * c.opt: Add -std=c++14.
5380
3af9c5e9
MP
53812014-03-06 Marek Polacek <polacek@redhat.com>
5382
5383 PR c/60197
5384 * cilk.c (contains_cilk_spawn_stmt): New function.
5385 (contains_cilk_spawn_stmt_walker): Likewise.
5386 (recognize_spawn): Give error on invalid use of _Cilk_spawn.
5387 * c-common.h (contains_cilk_spawn_stmt): Add declaration.
5388
b3bdf019
JJ
53892014-03-03 Jakub Jelinek <jakub@redhat.com>
5390
5391 * c-pragma.c (c_pp_lookup_pragma): Handle PRAGMA_CILK_SIMD.
5392 (init_pragma): Call cpp_register_deferred_pragma for PRAGMA_CILK_SIMD
5393 even when flag_preprocess_only.
5394
ca7e759d
JM
53952014-02-26 Jason Merrill <jason@redhat.com>
5396
5397 PR c++/59231
5398 PR c++/11586
5399 * c-common.c (shorten_compare): Don't check
5400 c_inhibit_evaluation_warnings.
5401
28e41874
JJ
54022014-02-19 Jakub Jelinek <jakub@redhat.com>
5403
cca615af
JJ
5404 PR c/37743
5405 * c-common.c (c_common_nodes_and_builtins): When initializing
5406 c_uint{16,32,64}_type_node, also set corresponding
5407 uint{16,32,64}_type_node to the same value.
5408
28e41874
JJ
5409 PR c++/60267
5410 * c-pragma.c (init_pragma): Don't call cpp_register_deferred_pragma
5411 for PRAGMA_IVDEP if flag_preprocess_only.
5412
c2bf53a1
JJ
54132014-02-12 Jakub Jelinek <jakub@redhat.com>
5414
5415 PR c/60101
5416 * c-common.c (merge_tlist): If copy is true, call new_tlist,
5417 if false, add ADD itself, rather than vice versa.
5418 (verify_tree): For COND_EXPR, don't call merge_tlist with non-zero
5419 copy. For SAVE_EXPR, only call merge_tlist once.
5420
8fcbce72
JJ
54212014-02-08 Jakub Jelinek <jakub@redhat.com>
5422
5423 PR middle-end/60092
5424 * c-common.c (handle_alloc_size_attribute): Use tree_fits_uhwi_p
5425 and tree_to_uhwi.
5426 (handle_alloc_align_attribute, handle_assume_aligned_attribute): New
5427 functions.
5428 (c_common_attribute_table): Add alloc_align and assume_aligned
5429 attributes.
5430
0a756a3f
MP
54312014-02-06 Marek Polacek <polacek@redhat.com>
5432
5433 PR c/60087
5434 * c-common.c (warn_for_sign_compare): Call warning_at with location
5435 instead of warning.
5436
7ec4847a
MP
54372014-02-05 Marek Polacek <polacek@redhat.com>
5438
5439 PR c/53123
5440 * c-omp.c (c_finish_omp_atomic): Remove unreachable return
5441 statement.
5442
66f20604
MP
54432014-02-04 Marek Polacek <polacek@redhat.com>
5444
5445 PR c/60036
5446 * c-common.c (conversion_warning): Unwrap C_MAYBE_CONST_EXPR and/or
5447 SAVE_EXPR.
5448
5d77fb19
MG
54492014-02-03 Marc Glisse <marc.glisse@inria.fr>
5450
5451 PR c++/53017
5452 PR c++/59211
5453 * c-common.c (handle_aligned_attribute, handle_alloc_size_attribute,
5454 handle_vector_size_attribute, handle_nonnull_attribute): Call
5455 default_conversion on the attribute argument.
5456 (handle_nonnull_attribute): Increment the argument number.
5457
81e5eca8
MP
54582014-01-31 Marek Polacek <polacek@redhat.com>
5459
5460 PR c/59963
5461 * c-common.c (add_atomic_size_parameter): Pass vNULL to
5462 build_function_call_vec.
5463 (resolve_overloaded_builtin): Likewise.
5464 * c-common.h (build_function_call_vec): Adjust declaration.
5465
68fca595
MP
54662014-01-30 Marek Polacek <polacek@redhat.com>
5467
5468 PR c/59940
5469 * c-common.h (unsafe_conversion_p): Adjust declaration.
5470 (warnings_for_convert_and_check): Likewise.
5471 (convert_and_check): Likewise.
5472 * c-common.c (unsafe_conversion_p): Add location parameter. Call
5473 expansion_point_location_if_in_system_header on it.
5474 (warnings_for_convert_and_check): Add location parameter. Call
5475 expansion_point_location_if_in_system_header on it. Use it.
5476 (convert_and_check): Add location parameter. Use it.
5477 (conversion_warning): Likewise.
5478 (c_add_case_label): Adjust convert_and_check calls.
5479 (scalar_to_vector): Adjust unsafe_conversion_p calls.
5480
b72271b9
BI
54812014-01-24 Balaji V. Iyer <balaji.v.iyer@intel.com>
5482
5483 * c-common.c (c_define_builtins): Replaced flag_enable_cilkplus with
5484 flag_cilkplus.
5485 * c-pragma.c (init_pragma): Likewise.
5486 * c.opt: Likewise.
5487
393e8e8b
MP
54882014-01-23 Marek Polacek <polacek@redhat.com>
5489
5490 PR c/59846
5491 * c-common.c (shorten_compare): Add location_t parameter.
5492 * c-common.h (shorten_binary_op): Adjust declaration.
5493
f04dda30
MP
54942014-01-23 Marek Polacek <polacek@redhat.com>
5495
5496 PR c/58346
5497 * c-common.c (pointer_to_zero_sized_aggr_p): New function.
5498 * c-common.h: Declare it.
5499
621955cb
EB
55002014-01-20 Eric Botcazou <ebotcazou@adacore.com>
5501
5502 * c-ada-spec.h (dump_ada_specs): Revert prototype change.
5503 * c-ada-spec.c (dump_ads): Likewise.
5504 (cpp_check): Likewise.
5505 (dump_ada_specs): Likewise.
5506
55072014-01-15 Laurent Alfonsi <laurent.alfonsi@st.com>
67bf2939
LA
5508
5509 PR c++/49718
5510 * c-common.c (handle_no_instrument_function_attribute): Allow
5511 no_instrument_function attribute in class member
5512 definition/declaration.
5513
241f845a
JJ
55142014-01-15 Jakub Jelinek <jakub@redhat.com>
5515
5516 PR c/58943
5517 * c-omp.c (c_finish_omp_atomic): Set in_late_binary_op around
5518 build_modify_expr with non-NOP_EXPR opcode. Handle return from it
5519 being COMPOUND_EXPR.
5520 (c_finish_omp_for): Handle incr being COMPOUND_EXPR with first
5521 operand a SAVE_EXPR and second MODIFY_EXPR.
5522
e83b8e2e
JJ
55232014-01-09 Jakub Jelinek <jakub@redhat.com>
5524
5525 PR target/58115
5526 * c-pch.c (c_common_write_pch): Call
5527 prepare_target_option_nodes_for_pch.
5528
23a5b65a
RS
55292014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
5530
5531 Update copyright years
5532
f9030485
RS
55332014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
5534
5535 * array-notation-common.c, c-cilkplus.c: Use the standard form for
5536 the copyright notice.
5537
f2aa696b
EB
55382013-12-28 Eric Botcazou <ebotcazou@adacore.com>
5539
5540 * c-ada-spec.c (print_constructor): New function.
5541 (print_destructor): Retrieve the origin of the destructor.
5542 (print_ada_declaration): Revamp handling of constructors/destructors.
5543
3f8257db 55442013-12-23 Stuart Hastings <stuart@apple.com>
1f26ac87
JM
5545 Bill Maddox <maddox@google.com>
5546 Jason Merrill <jason@redhat.com>
5547
5548 * c.opt: Add -fdeclone-ctor-dtor.
5549 * c-opts.c (c_common_post_options): Default to on iff -Os.
5550
41958c28
BI
55512013-12-18 Balaji V. Iyer <balaji.v.iyer@intel.com>
5552
5553 * c-common.c (c_common_attribute_table): Added "cilk simd function"
5554 attribute.
5555 * c-pragma.h (enum pragma_cilk_clause): Remove.
5556 (enum pragma_omp_clause): Added the following fields:
5557 PRAGMA_CILK_CLAUSE_NOMASK, PRAGMA_CILK_CLAUSE_MASK,
5558 PRAGMA_CILK_CLAUSE_VECTORLENGTH, PRAGMA_CILK_CLAUSE_NONE,
5559 PRAGMA_CILK_CLAUSE_LINEAR, PRAGMA_CILK_CLAUSE_PRIVATE,
5560 PRAGMA_CILK_CLAUSE_FIRSTPRIVATE, PRAGMA_CILK_CLAUSE_LASTPRIVATE,
5561 PRAGMA_CILK_CLAUSE_UNIFORM.
5562
b1726d6c 5563
12893402
BI
55642013-12-11 Balaji V. Iyer <balaji.v.iyer@intel.com>
5565
5566 * cilk.c (cilk_outline): Made this function non-static.
5567 (gimplify_cilk_spawn): Removed pre_p and post_p arguments.
5568 (create_cilk_wrapper): Added a new parameter: a function pointer.
5569 (c_install_body_w_frame_cleanup): Remove
5570 (extract_free_variables): Added VEC_INIT_EXPR and CONSTRUCTOR case.
5571 * c-common.h (cilk_outline): New prototype.
5572 (gimplify_cilk_spawn): Removed two parameters.
5573 (cilk_install_body_with_frame_cleanup): New prototype.
5574 * c-gimplify.c (c_gimplify_expr): Added MODIFY_EXPR, CALL_EXPR and
5575 CILK_SPAWN_STMT case.
5576
085b42ed
BS
55772013-12-11 Bernd Schmidt <bernds@codesourcery.com>
5578
2ce064c3
BS
5579 * c-common.c (c_fully_fold_internal): Handle ADDR_SPACE_CONVERT_EXPR.
5580
085b42ed
BS
5581 * c-common.h (enum c_tree_index): Remove CTI_INT_ARRAY_TYPE.
5582 (int_array_type_node): Remove.
5583 * c-common.c (c_common_nodes_and_builtins): Don't build it.
5584
9e36c9ed
MP
55852013-12-05 Marek Polacek <polacek@redhat.com>
5586
5587 PR c/52023
5588 * c-common.c (c_sizeof_or_alignof_type): Move a declaration into
5589 [ADJUST_FIELD_ALIGN].
5590
296674db
JM
55912013-12-04 Joseph Myers <joseph@codesourcery.com>
5592
5593 PR c/52023
5594 * c-common.c (c_sizeof_or_alignof_type): Add parameter min_alignof
5595 and check field alignment if set.
5596 * c-common.h (c_sizeof_or_alignof_type): Update prototype.
5597 (c_sizeof, c_alignof): Update calls to c_sizeof_or_alignof_type.
5598
b1726d6c 55992013-12-04 Jakub Jelinek <jakub@redhat.com>
31e071ae
MP
5600 Marek Polacek <polacek@redhat.com>
5601
5602 * c-gimplify.c (c_gimplify_expr): If doing the integer-overflow
5603 sanitization, call unsigned_type_for only when !TYPE_OVERFLOW_WRAPS.
5604
d7947e19
L
56052013-11-29 H.J. Lu <hongjiu.lu@intel.com>
5606
5607 PR c/59309
5608 * cilk.c (gimplify_cilk_spawn): Properly handle function without
5609 arguments.
5610
fad7652e
JJ
56112013-11-29 Jakub Jelinek <jakub@redhat.com>
5612
5613 PR c/59280
5614 * c-common.c (get_priority): If TREE_VALUE (args) is IDENTIFIER_NODE,
5615 goto invalid. If it is error_mark_node, don't issue further
5616 diagnostics.
5617
8b5e1202
SO
56182013-11-28 Sergey Ostanevich <sergos.gnu@gmail.com>
5619
5620 * c.opt (Wopenmp-simd): New.
5621
0a508bb6
JJ
56222013-11-22 Jakub Jelinek <jakub@redhat.com>
5623
5624 * c-ubsan.h (ubsan_instrument_return): New prototype.
5625 * c-ubsan.c (ubsan_instrument_return): New function.
5626
2fb9a547
AM
56272013-11-22 Andrew MacLeod <amacleod@redhat.com>
5628
5629 * c-common.c: Add required include files from gimple.h.
5630 * c-gimplify.c: Likewise
5631 * cilk.c: Likewise
5632
8400e75e
DM
56332013-11-22 David Malcolm <dmalcolm@redhat.com>
5634
5635 * c-common.c (unsafe_conversion_p): Remove use of
5636 EXPR_LOC_OR_HERE macro.
5637 (conversion_warning): Likewise.
5638 (warnings_for_convert_and_check): Likewise.
5639 (warn_for_collisions_1): Likewise.
5640 (shorten_compare): Likewise, and remove use of in_system_header
5641 macro, using the location from the former.
5642 * c-lex.c (dump_one_header): Remove use of input_filename macro.
5643 (cb_def_pragma): Remove use of in_system_header macro.
5644 (lex_string): Likewise.
5645 * c-pragma.c (handle_pragma_float_const_decimal64): Likewise.
5646
eb1ce453
KZ
56472013-11-20 Kenneth Zadeck <zadeck@naturalbridge.com>
5648 Mike Stump <mikestump@comcast.net>
5649 Richard Sandiford <rdsandiford@googlemail.com>
5650
5651 * c-ada-spec.c (is_simple_enum): Use tree_to_shwi and tree_to_uhwi
5652 instead of TREE_INT_CST_LOW, in cases where there is a protecting
5653 tree_fits_shwi_p or tree_fits_uhwi_p.
5654 (dump_generic_ada_node): Likewise.
5655 * c-format.c (check_format_arg): Likewise.
5656 * c-pretty-print.c (pp_c_integer_constant): Likewise.
5657
6b3b8c27
KZ
56582013-11-20 Kenneth Zadeck <zadeck@naturalbridge.com>
5659
5660 * c-common.c (check_function_arguments_recurse): Use tree_to_uhwi.
5661
49b0aa18
JC
56622013-11-19 Joshua J Cogliati <jrincayc@yahoo.com>
5663
5664 PR c/53001
5665 * c-common.c (unsafe_conversion_p): Make this function
5666 return an enumeration with more detail.
5667 (conversion_warning): Use the new return type of
5668 unsafe_conversion_p to separately warn either about conversions
5669 that lower floating point number precision or about the other
5670 kinds of conversions.
5671 * c-common.h (enum conversion_safety): New enumeration.
8e745a17
JJ
5672 (unsafe_conversion_p): switching return type to
5673 conversion_safety enumeration.
49b0aa18
JC
5674 * c.opt: Adding new warning -Wfloat-conversion and
5675 enabling it with -Wconversion.
5676
b826515a
BS
56772013-11-19 Basile Starynkevitch <basile@starynkevitch.net>
5678
8e745a17
JJ
5679 * c-opts.c: Include plugin.h.
5680 (cb_file_change): Invoke plugin event PLUGIN_INCLUDE_FILE.
b826515a 5681
b9a55b13
MP
56822013-11-19 Marek Polacek <polacek@redhat.com>
5683
5684 * c-ubsan.c (ubsan_instrument_division): Adjust ubsan_create_data
5685 call.
5686 (ubsan_instrument_shift): Likewise.
5687 (ubsan_instrument_vla): Likewise.
5688
7d362f6c
RS
56892013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
5690
5691 * c-common.c (convert_vector_to_pointer_for_subscript): Remove
5692 cast to unsigned type.
5693
386b1f1f
RS
56942013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
5695
5696 * c-common.c (fold_offsetof_1): Use tree_to_uhwi rather than
5697 tree_low_cst.
5698 (complete_array_type): Update comment to refer to tree_to_[su]hwi
5699 rather than tree_low_cst.
5700
ae7e9ddd
RS
57012013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
5702
5703 * c-common.c, c-cppbuiltin.c: Replace tree_low_cst (..., 1) with
5704 tree_to_uhwi throughout.
5705
9439e9a1
RS
57062013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
5707
5708 * c-common.c, c-format.c, c-omp.c, c-pretty-print.c: Replace
5709 tree_low_cst (..., 0) with tree_to_shwi throughout.
5710
cc269bb6
RS
57112013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
5712
5713 * c-ada-spec.c, c-common.c, c-pretty-print.c: Replace
5714 host_integerp (..., 1) with tree_fits_uhwi_p throughout.
5715
9541ffee
RS
57162013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
5717
5718 * c-ada-spec.c, c-common.c, c-format.c, c-pretty-print.c: Replace
5719 host_integerp (..., 0) with tree_fits_shwi_p throughout.
5720
c02065fc
AH
57212013-11-15 Aldy Hernandez <aldyh@redhat.com>
5722
5723 * c-cilkplus.c: New file.
5724 * c-common.c (readonly_error): Add location argument.
5725 * c-common.h (readonly_error): Same.
5726 (c_finish_cilk_clauses): Protoize.
5727 (c_check_cilk_loop): Same.
5728 c-omp.c (c_finish_omp_for): Handle CILK_SIMD nodes.
5729 Do not fail on error_mark_node.
5730 Abstract increment canonicalization to here...
5731 (c_omp_for_incr_canonicalize_ptr): New.
5732 c-pragma.c (init_pragma): Register "simd" pragma.
5733 c-pragma.h (enum pragma_kind): Add PRAGMA_CILK_SIMD.
5734 (enum pragma_cilk_clause): New.
5735
9cc65f15
RS
57362013-11-15 Richard Sandiford <rdsandiford@googlemail.com>
5737
5738 * c-pretty-print.c (pp_c_character_constant): Remove unnecessary
5739 wchar_type and host_integerp checks.
5740
18f429e2
AM
57412013-11-14 Andrew MacLeod <amacleod@redhat.com>
5742
5743 * c-common.c: Likewise.
5744 * c-gimplify.c: Likewise.
5745 * cilk.c: Likewise.
5746
d8a2d370
DN
57472013-11-14 Diego Novillo <dnovillo@google.com>
5748
5749 * c-common.c: Include fold-const.h.
5750 Include stor-layout.h.
5751 Include calls.h.
5752 Include stringpool.h.
5753 Include attribs.h.
5754 Include varasm.h.
5755 Include trans-mem.h.
5756 * c-cppbuiltin.c: Include stor-layout.h.
5757 Include stringpool.h.
5758 * c-format.c: Include stringpool.h.
5759 * c-lex.c: Include stringpool.h.
5760 Include stor-layout.h.
5761 * c-pragma.c: Include stringpool.h.
5762 Include attribs.h.
5763 Include varasm.h.
5764 Include gcc-symtab.h.
5765 * c-pretty-print.c: Include stor-layout.h.
5766 Include attribs.h.
5767 * cilk.c: Include stringpool.h.
5768 Include calls.h.
5769
38b7bc7f
JM
57702013-11-13 Joseph Myers <joseph@codesourcery.com>
5771
5772 * c-common.h (enum rid): Add RID_AUTO_TYPE.
5773 * c-common.c (c_common_reswords): Add __auto_type.
5774 (keyword_begins_type_specifier): Handle RID_AUTO_TYPE.
5775
45b0be94
AM
57762013-11-12 Andrew MacLeod <amacleod@redhat.com>
5777
18f429e2
AM
5778 * c-common.c: Include gimplify.h.
5779 * c-gimplify.c: Likewise.
5780 * cilk.c: Likewise.
5781 * c-omp.c: Include gimple-expr.h instead of gimple.h.
5782 * c-ubsan.c: Don't include gimple.h.
45b0be94 5783
582d9b50
JM
57842013-11-12 Joseph Myers <joseph@codesourcery.com>
5785
5786 * c-common.c (c_common_reswords): Add _Thread_local.
5787
6b28e197
JM
57882013-11-09 Joseph Myers <joseph@codesourcery.com>
5789
5790 * c-common.c (atomic_size_supported_p): New function.
5791 (resolve_overloaded_atomic_exchange)
5792 (resolve_overloaded_atomic_compare_exchange)
5793 (resolve_overloaded_atomic_load, resolve_overloaded_atomic_store):
5794 Use it instead of comparing size with a local list of sizes.
5795
267bac10
JM
57962013-11-07 Andrew MacLeod <amacleod@redhat.com>
5797 Joseph Myers <joseph@codesourcery.com>
5798
5799 * c-common.h (enum rid): Add RID_ATOMIC.
5800 * c-common.c (c_common_reswords): Add _Atomic.
5801 (sync_resolve_params): Use TYPE_MAIN_VARIANT on pointer argument.
5802 (keyword_is_type_qualifier): Accept RID_ATOMIC.
5803 * c-format.c (check_format_types): Check for extra _Atomic
5804 qualifiers in format argument.
5805 * c-pretty-print.c (pp_c_cv_qualifiers): Handle atomic qualifier.
5806 (pp_c_type_qualifier_list): Mention _Atomic in comment.
5807
5157b91e
TB
58082013-11-06 Tobias Burnus <burnus@net-b.de>
5809
5810 * c-common.c (reason_option_codes_t): Add CPP_W_DATE_TIME.
5811
6dbe0958
JM
58122013-11-06 Joseph Myers <joseph@codesourcery.com>
5813
5814 * c-opts.c (c_common_post_options): Set -ffp-contract=off in C
5815 standards modes.
5816 * c-cppbuiltin.c (cpp_iec_559_value): Consider -ffp-contract=fast
5817 to mean lack of IEEE 754 support.
5818
e8ff5196
TB
58192013-11-05 Tobias Burnus <burnus@net-b.de>
5820
5821 * c.opt (-Wdate-time): New option
5822 * c-opts.c (sanitize_cpp_opts): Pass on to libcpp.
5823
254a0760
JM
58242013-11-05 Joseph Myers <joseph@codesourcery.com>
5825
5826 * c-cppbuiltin.c (cpp_iec_559_value): Test
5827 flag_excess_precision_cmdline not flag_excess_precision.
5828
6d7f7e0a
TB
58292013-11-05 Tobias Burnus <burnus@net-b.de>
5830
5831 * c.opt (fopenmp-simd): New option.
5832 * c-pragma.c (omp_pragmas): Move pragmas which can contain simd to ...
5833 (omp_pragmas): ... this new struct.
5834 (c_pp_lookup_pragma): Also walk omp_pragmas.
5835 (init_pragma): Init pragmas for -fopenmp-simd.
5836
55a7f02f
MP
58372013-11-04 Marek Polacek <polacek@redhat.com>
5838
5839 PR c++/58979
5840 * c-common.c (invalid_indirection_error): Handle RO_ARROW_STAR case.
5841
9193fb05
JM
58422013-11-04 Joseph Myers <joseph@codesourcery.com>
5843
5844 * c-cppbuiltin.c (cpp_iec_559_value, cpp_iec_559_complex_value):
5845 New functions.
5846 (c_cpp_builtins): Define __GCC_IEC_559 and __GCC_IEC_559_COMPLEX.
5847
94159ecf
EB
58482013-11-04 Eric Botcazou <ebotcazou@adacore.com>
5849
5850 * c-ada-spec.h (cpp_operation): Add IS_TRIVIAL.
5851 (dump_ada_specs): Adjust prototype of second callback.
5852 * c-ada-spec.c (cpp_check): New global variable.
5853 (dump_ada_nodes): Remove cpp_check parameter and do not pass it down.
5854 (print_generic_ada_decl): Likewise.
5855 (has_static_fields): Change return type to bool and add guard.
5856 (has_nontrivial_methods): New predicate.
5857 (is_tagged_type): Change return type to bool.
5858 (separate_class_package): Call has_nontrivial_methods.
5859 (pp_ada_tree_identifier): Minor tweaks.
5860 (dump_ada_function_declaration): Adjust calls to dump_generic_ada_node.
5861 (dump_ada_array_domains): Likewise.
5862 (dump_ada_array_type): Likewise.
5863 (dump_template_types): Remove cpp_check parameter and do not pass it to
5864 dump_generic_ada_node.
5865 (dump_ada_template): Likewise.
5866 (dump_generic_ada_node): Remove cpp_check parameter and do not pass it
5867 recursively.
5868 (print_ada_methods): Change return type to integer. Remove cpp_check
5869 parameter and do not pass it down.
5870 (dump_nested_types): Remove cpp_check parameter and do not pass it to
5871 dump_generic_ada_node.
5872 (print_ada_declaration): Likewise. Test RECORD_OR_UNION_TYPE_P before
5873 accessing methods.
5874 (print_ada_struct_decl): Remove cpp_check parameter and do not pass it
5875 down. Use has_nontrivial_methods to recognize C++ classes. Use return
5876 value of print_ada_methods.
5877 (dump_ads): Rename cpp_check parameter to check and adjust prototype.
5878 Set cpp_check to it before invoking dump_ada_nodes.
5879 (dump_ada_specs): Likewise.
5880
b906f4ca
MP
58812013-11-03 Marek Polacek <polacek@redhat.com>
5882
5883 * c-ubsan.c: Don't include hash-table.h.
5884 (ubsan_instrument_vla): New function.
5885 * c-ubsan.h: Declare it.
5886
5e20cdc9
DM
58872013-10-31 David Malcolm <dmalcolm@redhat.com>
5888
5889 Automated part of renaming of symtab_node_base to symtab_node.
5890
5891 Patch autogenerated by rename_symtab.py from
5892 https://github.com/davidmalcolm/gcc-refactoring-scripts
5893 revision 58bb219cc090b2f4516a9297d868c245495ee622
5894
5895 * c-pragma.c (maybe_apply_pending_pragma_weaks): Rename
5896 symtab_node_base to symtab_node.
5897
7057e645
ESR
58982013-10-31 Edward Smith-Rowland <3dw4rd@verizon.net>
5899
8e745a17 5900 Implement C++14 digit separators.
7057e645
ESR
5901 * c-lex.c (interpret_float): Remove digit separators from scratch string
5902 before building real literal.
5903
193ea7bc
JJ
59042013-10-30 Jakub Jelinek <jakub@redhat.com>
5905
5906 * cilk.c (create_cilk_helper_decl): Use HOST_WIDE_INT_PRINT_DEC.
5907
939b37da
BI
59082013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
5909
5910 * c-common.c (c_common_reswords[]): Added _Cilk_spawn and _Cilk_sync
5911 fields.
5912 (c_define_builtins): Called cilk_init_builtins if Cilk Plus is
5913 enabled.
5914 * c-common.h (enum rid): Added RID_CILK_SPAWN and RID_CILK_SYNC.
5915 (insert_cilk_frame): New prototype.
5916 (cilk_init_builtins): Likewise.
5917 (gimplify_cilk_spawn): Likewise.
5918 (c_cilk_install_body_w_frame_cleanup): Likewise.
5919 (cilk_detect_spawn_and_unwrap): Likewise.
5920 (cilk_set_spawn_marker): Likewise.
5921 (build_cilk_sync): Likewise.
5922 (build_cilk_spawn): Likewise.
5923 * cilk.c: New file.
5924
67348ccc
DM
59252013-10-29 David Malcolm <dmalcolm@redhat.com>
5926
5927 Patch autogenerated by refactor_symtab.py from
5928 https://github.com/davidmalcolm/gcc-refactoring-scripts
5929 revision 58bb219cc090b2f4516a9297d868c245495ee622
5930
5931 * c-gimplify.c (c_genericize): Update for conversion of symtab types
5932 to a true class hierarchy.
5933 * c-pragma.c (maybe_apply_pending_pragma_weaks): Likewise.
5934
d570872d
RS
59352013-10-27 Richard Sandiford <rdsandiford@googlemail.com>
5936
5937 * c-lex.c (interpret_integer): Remove call to cpp_num_sign_extend.
5938
98906124
JL
59392013-10-26 Jeff Law <law@redhat.com>
5940
adfac8df
JJ
5941 * c-common.c (c_define_builtins): Remove mudflap support.
5942 * c.opt: Ignore and warn for mudflap options.
98906124 5943
d73749df 59442013-10-24 Tobias Burnus <burnus@net-b.de>
8170608b
TB
5945
5946 PR other/33426
5947 * c-pragma.c (init_pragma) Add #pragma ivdep handling.
5948 * c-pragma.h (pragma_kind): Add PRAGMA_IVDEP.
5949
3f04b1bb
JM
59502013-10-23 Jason Merrill <jason@redhat.com>
5951
5952 * c-format.c (gcc_cxxdiag_char_table): Add %X.
5953
acf0174b
JJ
59542013-10-11 Jakub Jelinek <jakub@redhat.com>
5955
acd15a28
JJ
5956 * c-common.h (omp_clause_mask::operator !=): New method.
5957 * c-omp.c (c_omp_split_clauses): Use if ((mask & something) != 0)
5958 instead of if (mask & something) tests everywhere.
5959
acf0174b
JJ
5960 * c-cppbuiltin.c (c_cpp_builtins): Predefine _OPENMP to
5961 201307 instead of 201107.
5962 * c-common.c (DEF_FUNCTION_TYPE_8): Define.
5963 (c_common_attribute_table): Add "omp declare target" and
5964 "omp declare simd" attributes.
5965 (handle_omp_declare_target_attribute,
5966 handle_omp_declare_simd_attribute): New functions.
5967 * c-omp.c: Include c-pragma.h.
5968 (c_finish_omp_taskgroup): New function.
5969 (c_finish_omp_atomic): Add swapped argument, if true,
5970 build the operation first with rhs, lhs arguments and use NOP_EXPR
5971 build_modify_expr.
5972 (c_finish_omp_for): Add code argument, pass it down to make_code.
5973 (c_omp_split_clauses): New function.
5974 (c_split_parallel_clauses): Removed.
5975 (c_omp_declare_simd_clause_cmp, c_omp_declare_simd_clauses_to_numbers,
5976 c_omp_declare_simd_clauses_to_decls): New functions.
5977 * c-common.h (omp_clause_mask): New type.
5978 (OMP_CLAUSE_MASK_1): Define.
5979 (omp_clause_mask::omp_clause_mask, omp_clause_mask::operator &=,
5980 omp_clause_mask::operator |=, omp_clause_mask::operator ~,
5981 omp_clause_mask::operator |, omp_clause_mask::operator &,
5982 omp_clause_mask::operator <<, omp_clause_mask::operator >>,
5983 omp_clause_mask::operator ==): New methods.
5984 (enum c_omp_clause_split): New.
5985 (c_finish_omp_taskgroup): New prototype.
5986 (c_finish_omp_atomic): Add swapped argument.
5987 (c_finish_omp_for): Add code argument.
5988 (c_omp_split_clauses): New prototype.
5989 (c_split_parallel_clauses): Removed.
5990 (c_omp_declare_simd_clauses_to_numbers,
5991 c_omp_declare_simd_clauses_to_decls): New prototypes.
5992 * c-pragma.c (omp_pragmas): Add new OpenMP 4.0 constructs.
5993 * c-pragma.h (enum pragma_kind): Add PRAGMA_OMP_CANCEL,
5994 PRAGMA_OMP_CANCELLATION_POINT, PRAGMA_OMP_DECLARE_REDUCTION,
5995 PRAGMA_OMP_DISTRIBUTE, PRAGMA_OMP_END_DECLARE_TARGET, PRAGMA_OMP_SIMD,
5996 PRAGMA_OMP_TARGET, PRAGMA_OMP_TASKGROUP and PRAGMA_OMP_TEAMS.
5997 Remove PRAGMA_OMP_PARALLEL_FOR and PRAGMA_OMP_PARALLEL_SECTIONS.
5998 (enum pragma_omp_clause): Add PRAGMA_OMP_CLAUSE_ALIGNED,
5999 PRAGMA_OMP_CLAUSE_DEPEND, PRAGMA_OMP_CLAUSE_DEVICE,
6000 PRAGMA_OMP_CLAUSE_DIST_SCHEDULE, PRAGMA_OMP_CLAUSE_FOR,
6001 PRAGMA_OMP_CLAUSE_FROM, PRAGMA_OMP_CLAUSE_INBRANCH,
6002 PRAGMA_OMP_CLAUSE_LINEAR, PRAGMA_OMP_CLAUSE_MAP,
6003 PRAGMA_OMP_CLAUSE_NOTINBRANCH, PRAGMA_OMP_CLAUSE_NUM_TEAMS,
6004 PRAGMA_OMP_CLAUSE_PARALLEL, PRAGMA_OMP_CLAUSE_PROC_BIND,
6005 PRAGMA_OMP_CLAUSE_SAFELEN, PRAGMA_OMP_CLAUSE_SECTIONS,
6006 PRAGMA_OMP_CLAUSE_SIMDLEN, PRAGMA_OMP_CLAUSE_TASKGROUP,
6007 PRAGMA_OMP_CLAUSE_THREAD_LIMIT, PRAGMA_OMP_CLAUSE_TO and
6008 PRAGMA_OMP_CLAUSE_UNIFORM.
6009
826cacfe
MG
60102013-10-09 Marc Glisse <marc.glisse@inria.fr>
6011
6012 PR tree-optimization/20318
6013 * c-common.c (handle_returns_nonnull_attribute): New function.
6014 (c_common_attribute_table): Add returns_nonnull.
6015
2284b034
MG
60162013-10-03 Marc Glisse <marc.glisse@inria.fr>
6017
6018 PR c++/19476
6019 * c.opt (fcheck-new): Move to common.opt.
6020
b56e9788
MP
60212013-09-25 Marek Polacek <polacek@redhat.com>
6022 Jakub Jelinek <jakub@redhat.com>
6023
6024 PR sanitizer/58413
6025 * c-ubsan.c (ubsan_instrument_shift): Don't instrument
6026 an expression if we can prove it is correct.
6027 (ubsan_instrument_division): Likewise. Remove unnecessary
6028 check.
6029
ce6923c5
MP
60302013-09-18 Marek Polacek <polacek@redhat.com>
6031
6032 PR sanitizer/58411
6033 * c-common.c (handle_no_sanitize_undefined_attribute): New function.
6034 Declare it.
6035 (struct attribute_spec c_common_att): Add no_sanitize_undefined.
6036
fb5610fb
IS
60372013-09-14 Iain Sandoe <iain@codesourcery.com>
6038
6039 PR target/48094
6040 * c.opt (fgnu-runtime, fnext-runtime, fobjc-abi-version,
6041 fobjc-gc, freplace-objc-classes): Accept for LTO.
6042
88b0e79e
JC
60432013-09-13 Jacek Caban <jacek@codeweavers.com>
6044
6045 * c-target.def: New hook
6046
c9b0866a
PC
60472013-09-09 Paolo Carlini <paolo.carlini@oracle.com>
6048
6049 PR c++/43452
6050 * c.opt (Wdelete-incomplete): Add.
6051
0af94e6f
JR
60522013-09-08 Joern Rennecke <joern.rennecke@embecosm.com>
6053
6054 * c-common.c (same_scalar_type_ignoring_signedness): Delete.
6055 (vector_types_compatible_elements_p): New function.
6056 * c-common.h: (same_scalar_type_ignoring_signedness): Delete
6057 declaration.
6058 (vector_types_compatible_elements_p): Declare.
6059
7c26172c
GDR
60602013-09-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
6061
6062 * c-pretty-print.h (c_pretty_printer::simple_type_specifier): Now
6063 a virtual member function.
6064 (pp_simple_type_specifier): Remove.
6065 (pp_c_type_specifier): Likewise.
6066 * c-pretty-print.c (c_pretty_printer::simple_type_specifier):
6067 Rename from pp_c_type_specifier. Adjust.
6068 (c_pretty_printer::c_pretty_printer): Do not assign to
6069 simple_type_specifier.
6070
20059c8b
GDR
60712013-09-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
6072
6073 * c-pretty-print.h (c_pretty_printer::type_id): Now a virtual
6074 member function.
6075 (c_pretty_printer::storage_class_specifier): Likewise.
6076 (c_pretty_printer::initializer): Likewise.
6077 (pp_declaration): Remove.
6078 (pp_declaration_specifiers): Likewise.
6079 (pp_abstract_declarator): Likewise.
6080 (pp_declarator): Likewise.
6081 (pp_type_id): Likewise.
6082 (pp_statement): Likewise.
6083 (pp_constant): Likewise.
6084 (pp_id_expression): Likewise.
6085 (pp_primary_expression): Likewise.
6086 (pp_unary_expression): Likewise.
6087 (pp_multiplicative_expression): Likewise.
6088 (pp_conditional_expression): Likewise.
6089 (pp_assignment_expression): Likewise.
6090 (pp_expression): Likewise.
6091 (pp_c_type_id): Likewise.
6092 (pp_c_storage_class_specifier): Likewise.
6093 * c-pretty-print.c (pp_c_type_cast): Tidy.
6094 (pp_c_pointer): Likewise.
6095 (pp_c_type_specifier): Likewise.
6096 (pp_c_parameter_type_list): Likewise.
6097 (pp_c_function_definition): Likewise.
6098 (pp_c_init_declarator): Likewise.
6099 (pp_c_initializer_list): Likewise.
6100 (pp_c_constructor_elts): Likewise.
6101 (c_pretty_printer::direct_abstract_declarator): Likewise.
6102 (c_pretty_printer::declaration_specifiers): Likewise.
6103 (c_pretty_printer::primary_expression): Likewise.
6104 (c_pretty_printer::postfix_expression): Likewise.
6105 (c_pretty_printer::type_id): Rename from pp_c_type_id.
6106 (c_pretty_printer::storage_class_specifier): Rename from
6107 pp_c_storage_class_specifier.
6108 (c_pretty_printer::initializer): Rename from pp_c_initializer.
6109 (c_pretty_printer::c_pretty_printer): Do not assign to type_id,
6110 storage_class_specifier, initializer, offset_list, flags.
6111
de5a5fa1
MP
61122013-08-30 Marek Polacek <polacek@redhat.com>
6113
6114 * c-ubsan.c: New file.
6115 * c-ubsan.h: New file.
6116
8f0e4d72
GDR
61172013-08-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
6118
6119 * c-pretty-print.h (c_pretty_printer::declaration): Now a virtual
6120 member function.
6121 (c_pretty_printer::declaration_specifiers): Likewise.
6122 (c_pretty_printer::declarator): Likewise.
6123 (c_pretty_printer::abstract_declarator): Likewise.
6124 (c_pretty_printer::direct_abstract_declarator): Likewise.
6125 (c_pretty_printer::direct_declarator): Likewise.
6126 (c_pretty_printer::function_specifier): Likewise.
6127 (pp_declaration): Adjust.
6128 (pp_declaration_specifiers): Likewise.
6129 (pp_abstract_declarator): Likewise.
6130 (pp_direct_declarator): Likewise.
6131 (pp_function_specifier): Likewise.
6132 (pp_direct_abstract_declarator): Remove as unused.
6133 (pp_c_declaration): Remove.
6134 (pp_c_declaration_specifiers): Likewise.
6135 (pp_c_declarator): Likewise.
6136 (pp_c_direct_declarator): Likewise.
6137 (pp_c_function_specifier): Likewise.
6138 (pp_c_direct_abstract_declarator): Likewise.
6139 * c-pretty-print.c (c_pretty_printer::abstract_declarator): Rename
6140 from pp_c_abstract_declarator. Adjust.
6141 (c_pretty_printer::direct_abstract_declarator): Rename from
6142 pp_c_direct_abstract_declarator. Adjust.
6143 (c_pretty_printer::function_specifier): Rename from
6144 pp_c_function_specifier. Adjust.
6145 (c_pretty_printer::declaration_specifiers): Rename from
6146 pp_c_declaration_specifiers. Adjust.
6147 (c_pretty_printer::direct_declarator): Rename from
6148 pp_c_direct_declarator. Adjust.
6149 (c_pretty_printer::declarator): Rename from pp_c_declarator. Adjust.
6150 (c_pretty_printer::declaration): Rename from pp_c_declaration. Adjust.
6151 (c_pretty_printer::c_pretty_printer): Do not assign to
6152 declaration, declaration_specifiers, declarator,
6153 direct_declarator, direct_abstract_declarator, function_specifier.
6154
00d34d3a
GDR
61552013-08-26 Gabriel Dos Reis <gdre@integrable-solutions.net>
6156
6157 * c-pretty-print.h (c_pretty_printer::unary_expression): Now a
6158 virtual member function.
6159 (c_pretty_printer::multiplicative_expression): Likewise.
6160 (c_pretty_printer::conditional_expression): Likewise.
6161 (c_pretty_printer::assignment_expression): Likewise.
6162 (c_pretty_printer::expression): Likewise.
6163 (pp_unary_expression): Adjust.
6164 (pp_multiplicative_expression): Likewise.
6165 (pp_assignment_expression): Likewise.
6166 (pp_conditional_expression): Likewise.
6167 (pp_expression): Likewise.
6168 * c-pretty-print.c (c_pretty_printer::unary_expression): Rename
6169 from pp_c_unary_expression. Adjust.
6170 (c_pretty_printer::multiplicative_expression): Rename from
6171 pp_c_multiplicative_expression. Adjust.
6172 (c_pretty_printer::conditional_expression): Rename from
6173 pp_c_conditional_expression. Adjust.
6174 (c_pretty_printer::assignment_expression): Rename from
6175 pp_c_assignment_expression. Adjust.
6176 (c_pretty_printer::expression): Rename from pp_c_expression. Adjust.
6177 (c_pretty_printer::c_pretty_printer): Do not assign to
6178 unary_expression, multiplicative_expression,
6179 conditional_expression, expression.
6180
fb22178f
GDR
61812013-08-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
6182
6183 * c-pretty-print.h (c_pretty_printer::postfix_expression): Now a
6184 virtual member function.
6185 (pp_postfix_expression): Adjust.
6186 (pp_c_postfix_expression): Remove.
6187 * c-pretty-print.c (c_pretty_printer::postfix_expression): Rename
6188 from pp_c_postfix_expression. Adjust.
6189 (c_pretty_printer::c_pretty_printer): Do not assign to
6190 postfix_expression.
6191
7ecc2600
GDR
61922013-08-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
6193
6194 * c-pretty-print.h (c_pretty_printer::primary_expression): Now a
6195 virtua member function.
6196 (pp_primary_expression): Adjust.
6197 (pp_c_primary_expression): Remove.
6198 * c-pretty-print.c (c_pretty_printer::primary_expression): Rename
6199 from pp_c_primary_expression. Adjust.
6200 (pp_c_initializer_list): Use pp_primary_expression.
6201 (c_pretty_printer::c_pretty_printer): Do not assign to
6202 primary_expression.
6203
0691175f
GDR
62042013-08-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
6205
6206 * c-pretty-print.h (c_pretty_printer::translate_string): Declare.
6207 * c-pretty-print.c (M_): Remove.
6208 (c_pretty_printer::translate_string): Define.
6209 (pp_c_type_specifier): Use it.
6210 (pp_c_primary_expression): Likewise.
6211 (pp_c_expression): Likewise.
6212
66dfe4c4
GDR
62132013-08-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
6214
6215 * c-pretty-print.h (c_pretty_printer::id_expression): Now a
6216 virtual function.
6217 (pp_c_id_expression): Remove.
6218 (pp_id_expression): Adjust.
6219 * c-pretty-print.c (c_pretty_printer::id_expression): Rename from
6220 pp_c_id_expression. Adjust.
6221 (pp_c_postfix_expression): Use pp_id_expression.
6222 (c_pretty_printer::c_pretty_printer): Do not assign to id_expression.
6223
ca43e9d5
GDR
62242013-08-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
6225
6226 * c-pretty-print.h (c_pretty_printer::constant): Now a virtual
6227 member function.
6228 (pp_constant): Adjust.
6229 (pp_c_constant): Remove.
6230 * c-pretty-print.c (c_pretty_printer::constant): Rename from
6231 pp_c_constant. Adjust.
6232 (pp_c_constant)
6233 (pp_c_primary_expression): Call pp_constant in lieu of pp_c_constant.
6234 (c_pretty_printer::c_pretty_printer): Remove assignment to constant.
6235
da6ca2b5
GDR
62362013-08-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
6237
6238 * c-pretty-print.h (pp_c_pretty_printer_init): Remove.
6239 (c_pretty_printer::c_pretty_printer): Declare.
6240 * c-pretty-print.c (pretty_printer::c_pretty_printer): Rename from
6241 c_pretty_printer_init. Adjust.
6242 (print_c_tree): Do not call c_pretty_printer_init.
6243 * c-ada-spec.c (dump_ads): Remove call to pp_construct.
6244
65a372f4
AC
62452013-08-09 Arnaud Charlet <charlet@adacore.com>
6246
6247 * c-ada-spec.c (print_ada_declaration): Prevent accessing null asm name
6248
fd9b0f32
PC
62492013-08-05 Paolo Carlini <paolo.carlini@oracle.com>
6250
6251 PR c++/58080
6252 * c-common.c (pointer_int_sum): Add bool parameter.
6253 * c-common.h (pointer_int_sum): Adjust declaration.
6254
e0aec1e9
GDR
62552013-08-05 Gabriel Dos Reis <gdr@integrable-solutions.net>
6256
6257 * c-pretty-print.c (print_c_tree): Simplify. Use non-static local
6258 c_pretty_printer variable.
6259
b066401f
GDR
62602013-08-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
6261
6262 * c-pretty-print.h (c_pretty_printer): Derive from pretty_printer.
6263 (pp_base): Remove.
6264 (pp_c_base): Likewise. Adjust users.
6265 * c-pretty-print.c (pp_c_maybe_whitespace): Adjust.
6266 (pp_c_whitespace): Do not call pp_base.
6267 (pp_c_left_paren): Likewise.
6268 (pp_c_right_paren): Likewise.
6269 (pp_c_left_brace): Likewise.
6270 (pp_c_right_brace): Likewise.
6271 (pp_c_left_bracket): Likewise.
6272 (pp_c_right_bracket): Likewise.
6273 (pp_c_dot): Likewise.
6274 (pp_c_ampersand): Likewise.
6275 (pp_c_star): Likewise.
6276 (pp_c_arrow): Likewise.
6277 (pp_c_semicolon): Likewise.
6278 (pp_c_complement): Likewise.
6279 (pp_c_exclamation): Likewise.
6280 (pp_c_direct_declarator): Likewise.
6281 (pp_c_ws_string): Likewise.
6282 (pp_c_identifier): Likewise.
6283 (pp_c_statement): Likewise.
6284 (print_c_tree): Likewise.
6285
65e5a578
ESR
62862013-08-04 Ed Smith-Rowland <3dw4rd@verizon.net>
6287
6288 PR c++/58072
6289 * c-common.c (c_parse_error): Catch user-defined literal tokens and
6290 provide useful error strings.
6291
137a1a27
GDR
62922013-08-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
6293
6294 * c-ada-spec.c (pp_ada_tree_identifier): Use specialized pretty
6295 printer functions instead of pp_string or operators and punctuators.
6296 (dump_generic_ada_node): Likewise.
6297 * c-pretty-print.c (pp_c_type_specifier): Likewise.
6298 (pp_c_relational_expression): Likewise.
6299 (pp_c_logical_or_expression): Likewise.
6300
07838b13
GDR
63012013-08-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
6302
6303 * c-ada-spec.c (print_ada_macros): Use specialized pretty printer
6304 functions instead of pp_character.
6305 (pp_ada_tree_identifier): Likewise.
6306 (dump_ada_double_name): Likewise.
6307 (dump_ada_function_declaration): Likewise.
6308 (dump_ada_array_domains): Likewise.
6309 (dump_template_types): Likewise.
6310 (dump_generic_ada_node): Likewise.
6311 (print_ada_declaration): Likewise.
6312 (print_ada_struct_decl): Likewise.
6313 * c-pretty-print.c (pp_c_integer_constant): Likewise.
6314
433cc7b0
TT
63152013-07-23 Tom Tromey <tromey@redhat.com>
6316
6317 * c-common.h (enum rid) <RID_GENERIC>: New constant.
6318 * c-common.c (c_common_reswords): Add _Generic.
6319
688010ba
OB
63202013-07-21 OndÅ\99ej Bílka <neleai@seznam.cz>
6321
6322 * c-common.c: Fix typos.
6323 * c-common.h: Likewise.
6324
2a99e5e6
LL
63252013-07-13 Lubos Lunak <l.lunak@suse.cz>
6326
6327 PR c++/55203
6328 * c-common.c (c_common_attribute_table): Add warn_unused.
6329 (handle_warn_unused_attribute): New.
6330
c26302d5
JJ
63312013-07-10 Jakub Jelinek <jakub@redhat.com>
6332
6333 * c-ppoutput.c (scan_translation_unit): Call account_for_newlines
6334 for all CPP_TOKEN_FLD_STR tokens, not just CPP_COMMENT.
6335
dfeadaa0
PC
63362013-07-10 Paolo Carlini <paolo.carlini@oracle.com>
6337
6338 PR c++/57869
6339 * c.opt: Add Wconditionally-supported.
6340
6a2fa4b2
GS
63412013-07-08 Graham Stott <graham.stott@btinternet.com>
6342
adfac8df 6343 * array-notation-common.c (length_mismatch_in_expr_p): Delete
6a2fa4b2
GS
6344 unused variables l_length and l_node.
6345
ecdbd01a 63462013-07-04 Joern Rennecke <joern.rennecke@embecosm.com>
40d3d530
JR
6347
6348 PR c/57821
6349 * c-common.c (complete_array_type): Delay folding first index
6350 like other indices. When folding, check for index overflow.
6351
bedc293e
MG
63522013-06-27 Marc Glisse <marc.glisse@inria.fr>
6353
6354 PR c++/57509
6355 * c-common.h (c_build_vec_perm_expr): New complain argument.
6356 * c-common.c (c_build_vec_perm_expr): Likewise.
6357 Use save_expr also in C++.
6358
604b2bfc
GDR
63592013-06-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
6360
6361 * c-common.c (c_common_nodes_and_builtins): Use cxx11 in lieu of cxx0x.
6362 * c-cppbuiltin.c (c_cpp_builtins): Likewise.
6363 * c-opts.c (c_common_post_options): Likewise.
6364
dfeadaa0 63652013-06-21 Balaji V. Iyer <balaji.v.iyer@intel.com>
713b46fa
BI
6366
6367 * array-notation-common.c (length_mismatch_in_expr): Changed the
6368 parameter type's from a dynamic array to a vec_tree. Also removed
6369 the size parameters.
6370 * c-common.h (length_mismatch_in_expr_p): Fixed prototype's as per
6371 the change above.
6372
2ce86d2e
BI
63732013-06-21 Balaji V. Iyer <balaji.v.iyer@intel.com>
6374
6375 * c-common.h (struct cilkplus_an_parts): New structure.
6376 (struct cilkplus_an_loop_parts): Likewise.
6377 (cilkplus_extract_an_triplets): New prototype.
6378 (fix_sec_implicit_args): Likewise.
6379 * array-notation-common.c (cilkplus_extract_an_triplets): New function.
6380 (fix_sec_implicit_args): Likewise.
604b2bfc 6381
07a6825b
BI
63822013-06-20 Balaji V. Iyer <balaji.v.iyer@intel.com>
6383
6384 * array-notation-common.c (find_inv_trees): Removed an unwanted
6385 typecasting.
6386 * c-common.h (struct inv_list::additional_tcodes): Changed type from
6387 enum rid to enum tree_code.
6388
08346abd
JH
63892013-06-11 Jan Hubicka <jh@suse.cz>
6390
6391 * c-common.c (handle_alias_ifunc_attribute): Do not set
6392 DECL_EXTERNAL for weakref variables.
6393 * c-pragma.c (handle_pragma_weak): Make sure aliases
6394 are not declared as external.
6395
d60f1706
BI
63962013-06-07 Balaji V. Iyer <balaji.v.iyer@intel.com>
6397
6398 * array-notation-common.c (length_mismatch_in_expr_p): Moved this
6399 function from c/c-array-notation.c.
6400 (is_cilkplus_reduce_builtin): Likewise.
6401 (find_rank): Likewise.
6402 (extract_array_notation_exprs): Likewise.
6403 (replace_array_notations): Likewise.
6404 (find_inv_trees): Likewise.
6405 (replace_inv_trees): Likewise.
6406 (contains_array_notation_expr): Likewise.
6407 (find_correct_array_notation_type): Likewise.
6408 * c-common.h (struct inv_list): Moved this struct from the file
6409 c/c-array-notation.c and added a new field called additional tcodes.
6410 (length_mismatch_in_expr_p): New prototype.
6411 (is_cilkplus_reduce_builtin): Likewise.
6412 (find_rank): Likewise.
6413 (extract_array_notation_exprs): Likewise.
6414 (replace_array_notation): Likewise.
6415 (find_inv_trees): Likewise.
6416 (replace_inv_trees): Likewise.
6417 (find_correct_array_notation_type): Likewise.
dfeadaa0 6418
36536d79
BI
64192013-05-28 Balaji V. Iyer <balaji.v.iyer@intel.com>
6420
6421 * c-common.c (c_define_builtins): When cilkplus is enabled, the
6422 function array_notation_init_builtins is called.
6423 (c_common_init_ts): Added ARRAY_NOTATION_REF as typed.
6424 * c-common.def (ARRAY_NOTATION_REF): New tree.
6425 * c-common.h (build_array_notation_expr): New function declaration.
6426 (build_array_notation_ref): Likewise.
6427 (extract_sec_implicit_index_arg): New extern declaration.
6428 (is_sec_implicit_index_fn): Likewise.
6429 (ARRAY_NOTATION_CHECK): New define.
6430 (ARRAY_NOTATION_ARRAY): Likewise.
6431 (ARRAY_NOTATION_START): Likewise.
6432 (ARRAY_NOTATION_LENGTH): Likewise.
6433 (ARRAY_NOTATION_STRIDE): Likewise.
6434 * c-pretty-print.c (pp_c_postifix_expression): Added a new case for
6435 ARRAY_NOTATION_REF.
6436 (pp_c_expression): Likewise.
6437 * c.opt (flag_enable_cilkplus): New flag.
6438 * array-notation-common.c: New file.
6439
f7716d57
JJ
64402013-05-14 Jakub Jelinek <jakub@redhat.com>
6441
6442 PR c++/57274
6443 * c-common.c (verify_tree): Don't recurse into SIZEOF_EXPR.
6444
a5e0cd1d
MG
64452013-05-10 Marc Glisse <marc.glisse@inria.fr>
6446
6447 * c-common.c (vector_types_convertible_p): No TYPE_PRECISION for
6448 vectors.
6449
f6bc1c4a
HS
64502013-05-07 Han Shen <shenhan@google.com>
6451
6452 * c-cppbuiltin.c (c_cpp_builtins): Added "__SSP_STRONG__=3".
6453
3f12f6e9
SKS
64542013-04-29 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
6455
6456 * c-common.c (check_user_alignment): Emit error for negative values.
6457
61949153
PC
64582013-04-24 Paolo Carlini <paolo.carlini@oracle.com>
6459
6460 * c-opts.c (set_std_cxx11): Use CLK_CXX1Y and CLK_GNUCXX1Y.
6461
e93e18e9
PC
64622013-04-24 Paolo Carlini <paolo.carlini@oracle.com>
6463
6464 * c-cppbuiltin.c (c_cpp_builtins): Do not define
6465 __GXX_EXPERIMENTAL_CXX1Y__.
6466
44d90fe1 64672013-04-24 Paolo Carlini <paolo.carlini@oracle.com>
8e745a17 6468 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
44d90fe1
PC
6469
6470 * c.opt ([Wpointer-arith]): Enabled by -Wpedantic, as documented.
6471 * c-common.c (pointer_int_sum): Change -Wpointer-arith pedwarns
6472 to simply use OPT_Wpointer_arith.
6473 (c_sizeof_or_alignof_type): Likewise.
6474
13f39b2e
PC
64752013-04-24 Paolo Carlini <paolo.carlini@oracle.com>
6476
6477 * c-cppbuiltin.c (c_cpp_builtins): Define __GXX_EXPERIMENTAL_CXX1Y__.
6478
4b84d650
JJ
64792013-04-12 Jakub Jelinek <jakub@redhat.com>
6480
6481 * c-format.c (gcc_diag_char_table, gcc_tdiag_char_table,
6482 gcc_cdiag_char_table, gcc_cxxdiag_char_table): Add %r and %R format
6483 specifiers.
6484
fb037b5d
SB
64852013-04-07 Steven Bosscher <steven@gcc.gnu.org>
6486
6487 * c-pragma.c (add_to_renaming_pragma_list): Fix leading comment.
6488
4e856798
PC
64892013-04-03 Paolo Carlini <paolo.carlini@oracle.com>
6490
6491 * c-common.c (pointer_int_sum): Remove dead code.
6492
4b1baac8
RS
64932013-03-09 Richard Sandiford <rdsandiford@googlemail.com>
6494
6495 PR middle-end/56524
6496 * c-common.c (handle_optimize_attribute): Don't call
6497 save_optabs_if_changed.
6498
0b50e654
JJ
64992013-03-05 Jakub Jelinek <jakub@redhat.com>
6500
6501 PR middle-end/56461
6502 * c-pch.c (pch_init): Free target_validity at the end.
6503
48c41403
JJ
65042013-03-04 Jakub Jelinek <jakub@redhat.com>
6505
6506 * c-pretty-print.c (pp_c_pretty_printer_init): Clear pp->flags.
6507
e664c61c
KS
65082013-02-28 Konstantin Serebryany <konstantin.s.serebryany@gmail.com>
6509 Jakub Jelinek <jakub@redhat.com>
6510
6511 PR sanitizer/56454
6512 * c-common.c (handle_no_sanitize_address_attribute): New function.
6513 (c_common_attribute_table): Add no_sanitize_address attribute.
6514 (handle_no_address_safety_analysis_attribute): Add
6515 no_sanitize_address attribute, not no_address_safety_analysis
6516 attribute.
6517
a475fd3d 65182013-02-18 Aldy Hernandez <aldyh@redhat.com>
135204dd
AH
6519
6520 PR target/52555
6521 * c-common.c (handle_optimize_attribute): Call
6522 save_optabs_if_changed.
6523
f6007d99
JJ
65242013-02-18 Jakub Jelinek <jakub@redhat.com>
6525 Steven Bosscher <steven@gcc.gnu.org>
6526
6527 PR pch/54117
6528 * c-opts.c (c_common_post_options): If debug info is enabled
6529 and non-dwarf*, refuse to load PCH files and when writing PCH
6530 file warn.
6531
cf35e2b1
JJ
65322013-02-05 Jakub Jelinek <jakub@redhat.com>
6533
6534 PR middle-end/56167
6535 * c-common.c (handle_error_attribute): Fix condition.
6536
32887460
JJ
65372013-01-30 Jakub Jelinek <jakub@redhat.com>
6538
6539 PR c++/55742
6540 * c-common.c (handle_target_attribute): Revert 2012-12-26 change.
6541
5af057d8
JM
65422013-01-18 Jason Merrill <jason@redhat.com>
6543
6544 PR target/54908
6545 * c.opt (-fextern-tls-init): New.
6546 * c-opts.c (c_common_post_options): Handle it.
6547
cc83c823
JJ
65482013-01-09 Jakub Jelinek <jakub@redhat.com>
6549
6550 PR c/48418
6551 * c-common.c (c_fully_fold_internal): Warn for LSHIFT_EXPR and
6552 RSHIFT_EXPR, if orig_op1 isn't INTEGER_CST, op1 is INTEGER_CST
6553 and is either negative or bigger or equal to type precision
6554 of the first operand.
6555
a859517f
MP
65562012-12-03 Marek Polacek <polacek@redhat.com>
6557
6558 PR c/55570
6559 * c-common.c (check_user_alignment): Swap order of tests,
6560 check TREE_CODE first.
6561
2d7aa578
ESR
65622012-11-29 Ed Smith-Rowland <3dw4rd@verizon.net>
6563
6564 PR c++/52654
6565 * c-common.h (overflow_type): New enum.
6566 (build_userdef_literal): Add overflow_type argument.
6567 (tree_userdef_literal): Add overflow_type.
6568 (USERDEF_LITERAL_OVERFLOW): New access macro.
6569 * c-common.c (build_userdef_literal): Add overflow_type
6570 argument.
6571 * c-lex.c (c_lex_with_flags): Add overflow_type to
6572 build_userdef_literal calls.
6573 (interpret_integer, interpret_float): Add overflow_type argument.
6574
cc3c4f62
RB
65752012-11-28 Richard Biener <rguenther@suse.de>
6576
6577 PR c/35634
6578 * c-gimplify.c (c_gimplify_expr): Gimplify self-modify expressions
6579 here and use a type with proper overflow behavior for types that would
6580 need to be promoted for the arithmetic.
6581
77bc5132
JJ
65822012-11-23 Jakub Jelinek <jakub@redhat.com>
6583
6584 PR sanitizer/55435
6585 * c-common.c (handle_no_address_safety_analysis_attribute): New
6586 function.
6587 (c_common_attribute_table): Add no_address_safety_analysis.
6588
5dc99c46
SB
65892012-11-16 Simon Baldwin <simonb@google.com>
6590
6591 * c.opt: Add f[no-]canonical-system-headers.
6592 * c-opts.c (c_common_handle_option): Handle
6593 OPT_fcanonical_system_headers.
6594
a4a0016d
ESR
65952012-11-09 Ed Smith-Rowland <3dw4rd@verizon.net>
6596
6597 PR c++/54413
6598 * c-opts.c (c_common_handle_option): Set new flags.
6599 * c.opt: Describe new flags.
6600
7dbb85a7
JM
66012012-11-09 Jason Merrill <jason@redhat.com>
6602
6603 * c.opt (Wabi-tag): New.
6604
ad7bac31
AK
66052012-11-09 Andi Kleen <ak@linux.intel.com>
6606
6607 PR 55139
6608 * c-common.c (get_atomic_generic_size): Mask with
8e745a17 6609 MEMMODEL_MASK
ad7bac31 6610
7332899a
MLI
66112012-11-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
6612
6613 PR c/53063
6614 * c.opt (Wformat): Make it Alias Wformat=1.
6615 (Wformat-contains-nul,Wformat-extra-args,Wformat-nonliteral,
6616 Wformat-security,Wformat-y2k,Wformat-zero-length): Use
6617 LangEnabledBy.
6618 (Wformat=): RejectNegative. Use LangEnabledBy.
6619 (Wnonnull): Use LangEnabledBy.
6620 * c-opts.c (c_common_handle_option): Do not handle Wformat here.
6621 * c-format.c (set_Wformat): Delete.
6622 (decode_format_attr): Replace OPT_Wformat with OPT_Wformat_.
8e745a17
JJ
6623 (maybe_read_dollar_number): Likewise.
6624 (avoid_dollar_number): Likewise.
6625 (finish_dollar_format_checking): Likewise.
6626 (check_format_info): Likewise.
6627 (check_format_info_main): Likewise.
6628 (check_format_types): Likewise.
6629 (format_type_warning): Likewise.
6630 * c-common.c (int): Likewise.
6631 (check_function_sentinel): Likewise.
6632 * c-common.h (warn_format,set_Wformat): Do not declare here.
7332899a 6633
34a180a6
MLI
66342012-11-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
6635
6636 PR c/53063
6637 * c.opt(Warray-bounds,Wdelete-non-virtual-dtor,Wenum-compare,
6638 Wmain,Woverlength-strings, Wunknown-pragmas,Wunused-macros):
6639 Use LangEnabledBy.
6640 (Wswitch,Wswitch-default,Wswitch-enum): Likewise. Move here from
6641 common.opt.
6642 (Wvariadic-macros): Init(1).
6643 * c-opts.c (c_common_handle_option): Do not handle them
6644 explicitly.
6645 (c_common_post_options): Likewise.
6646 (sanitize_cpp_opts): warn_unused_macros is now
6647 cpp_warn_unused_macros.
6648 (push_command_line_include): Likewise.
6649 * c-common.c (warn_unknown_pragmas): Do not define.
6650 * c-common.h (warn_unknown_pragmas): Do not declare.
6651
3f46d6a5
MLI
66522012-11-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
6653
6654 PR c/51294
6655 * c-common.c (conversion_warning): Handle conditional expressions.
6656
880661a4
JW
66572012-10-29 Jonathan Wakely <jwakely.gcc@gmail.com>
6658
6659 PR c++/54930
6660 * c.opt (Wreturn_local_addr): Define new option.
6661
4514a96b
JM
66622012-10-25 Jason Merrill <jason@redhat.com>
6663
f14edc1a
JM
6664 * c.opt (Wvirtual-move-assign): New.
6665
4514a96b
JM
6666 * c.opt (Winherited-variadic-ctor): New.
6667
93100c6b
MG
66682012-10-25 Marc Glisse <marc.glisse@inria.fr>
6669
6670 PR c++/54427
6671 * c-common.c (scalar_to_vector): Handle VEC_COND_EXPR.
6672
1efcb8c6
JM
66732012-10-23 Joseph Myers <joseph@codesourcery.com>
6674
6675 * c-common.h (pch_cpp_save_state): Declare.
6676 * c-target.def (c_preinclude): New hook.
6677 * c-opts.c (done_preinclude): New.
6678 (push_command_line_include): Handle default preincluded header.
6679 (cb_file_change): Call pch_cpp_save_state when calling
6680 push_command_line_include.
6681 * c-pch.c (pch_ready_to_save_cpp_state, pch_cpp_state_saved)
6682 (pch_cpp_save_state): New.
6683 (pch_init): Call pch_cpp_save_state conditionally, instead of
6684 calling cpp_save_state.
6685
4a0ae68e
MLI
66862012-10-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
6687
6688 PR c/53063
6689 PR c/40989
6690 * c.opt (Waddress,Wchar-subscripts,Wsign-conversion,Wimplicit,
6691 Wimplicit-function-declaration,Wimplicit-int,Wsizeof-pointer-memaccess,
6692 Wnarrowing,Wparentheses,Wpointer-sign,Wreturn-type,Wsequence-point,
6693 Wsign-compare,Wuninitialized,Wmaybe-uninitialized,Wunused,
6694 Wvolatile-register-var): Add LangEnabledBy or EnabledBy.
6695 * c-opts.c (c_common_handle_option): Remove explicit handling from
6696 here.
6697 (c_common_post_options): Likewise.
6698
67e4210b
EB
66992012-10-18 Eric Botcazou <ebotcazou@adacore.com>
6700
6701 * c-ada-spec.c (LOCATION_COL): Delete.
6702 (compare_location): New function.
6703 (compare_node): Use it.
6704 (compare_comment): Likewise.
6705
65d4f2cd
MLI
67062012-10-16 Manuel López-Ibáñez <manu@gcc.gnu.org>
6707
6708 PR c/53063
6709 PR c/40989
6710 * c.opt (Wstrict-aliasing=,Wstrict-overflow=): Use LangEnabledBy.
6711 * c-opts.c (c_common_handle_option): Do not set them here. Add
6712 comment.
6713 (c_common_post_options): Likewise.
6714
909881cb
EB
67152012-10-16 Eric Botcazou <ebotcazou@adacore.com>
6716
6717 * c-ada-spec.c (ADA_HOST_WIDE_INT_PRINT_DOUBLE_HEX): Define.
6718 (dump_generic_ada_node) <INTEGER_CST>: Deal with sizetype specially.
6719 Remove POINTER_TYPE handling, add large unsigned handling and use
6720 ADA_HOST_WIDE_INT_PRINT_DOUBLE_HEX for big numbers.
6721
3a785c97
JJ
67222012-10-12 Jakub Jelinek <jakub@redhat.com>
6723
6724 PR c/54381
6725 * c-common.h (sizeof_pointer_memaccess_warning): Adjust prototype.
6726 * c-common.c (sizeof_pointer_memaccess_warning): Take array of 3
6727 locs and array of 3 trees instead of just single loc and single
6728 sizeof_arg tree. Handle __builtin___*_chk builtins too, and
6729 also stpncpy, bcopy, bcmp, bzero, snprintf and vsnprintf builtins.
6730 For *cmp* builtins that take two sources strings report warnings
6731 about first and second source, not about destination and source.
6732
5e54f81d
MG
67332012-10-12 Marc Glisse <marc.glisse@inria.fr>
6734
6735 PR c++/53055
6736 * c-common.h (enum ref_operator) [RO_ARROW_STAR]: New.
6737
f5b02f1e
EB
67382012-10-11 Eric Botcazou <ebotcazou@adacore.com>
6739
6740 * c-ada-spec.c (dump_ada_template): Bail out for template declarations
6741 declaring something coming from another file.
6742
b46dbc6c
AC
67432012-10-10 Arnaud Charlet <charlet@adacore.com>
6744
f5b02f1e 6745 PR ada/54845
b46dbc6c
AC
6746 * c-ada-spec.c (print_ada_struct_decl): Increase buf size.
6747
5d9de0d0
PC
67482012-10-09 Paolo Carlini <paolo.carlini@oracle.com>
6749
6750 PR c++/54194
6751 * c-common.c (warn_about_parentheses): Add location_t parameter;
6752 use EXPR_LOC_OR_LOC.
6753 * c-common.h: Update declaration.
6754
a212e43f
MG
67552012-10-09 Marc Glisse <marc.glisse@inria.fr>
6756
6757 PR c++/54427
6758 * c-common.c (scalar_to_vector): Moved from c-typeck.c. Support
6759 more operations. Make error messages optional.
6760 * c-common.h (enum stv_conv): Moved from c-typeck.c.
6761 (scalar_to_vector): Declare.
6762
b1db7f91
JM
67632012-10-08 Jason Merrill <jason@redhat.com>
6764
6765 * c-common.c (c_common_reswords): Add thread_local.
6766
e28d52cf
DS
67672012-10-08 Dodji Seketeli <dodji@redhat.com>
6768
6769 PR c++/53528 C++11 attribute support
6770 * c-common.h (bitfield_p, cxx_fundamental_alignment_p): Declare
6771 new functions.
6772 * c-common.c (check_cxx_fundamental_alignment_constraints): New
6773 static function.
6774 (handle_aligned_attribute): In choose strictest alignment
6775 among many. Use new check_cxx_fundamental_alignment_constraints.
6776 (handle_transparent_union_attribute): In c++11 attribute syntax,
6777 don't look through typedefs.
6778
3b78de56
AC
67792012-10-04 Arnaud Charlet <charlet@adacore.com>
6780
6781 * c-ada-spec.c (print_ada_declaration): Remove handling of TDF_RAW.
6782 * c.opt (-fdump-ada-spec, -fdump-ada-spec-slim): Move switch definition
6783 out of dumpfile.h.
6784
6040bb5f
DC
67852012-09-25 Dehao Chen <dehao@google.com>
6786
6787 PR middle-end/54645
3b78de56 6788 * c-pch.c (c_common_read_pch): Rebuild the location_adhoc_data
6040bb5f
DC
6789 map when read in the pch.
6790
3f8257db 67912012-09-18 Arnaud Charlet <charlet@adacore.com>
0b07a57e
AC
6792
6793 * c-ada-spec.c: Style fixes.
6794
3f8257db 67952012-09-18 Thomas Quinot <quinot@adacore.com>
da5182be
TQ
6796
6797 * c.opt (-fada-spec-parent): Define new command line switch.
6798 * c-ada-spec.c (get_ada_package): When -fada-spec-parent
6799 is specified, generate binding spec as a child of the specified unit.
6800
0ccb505d
PC
68012012-09-13 Paolo Carlini <paolo.carlini@oracle.com>
6802 Manuel López-Ibáñez <manu@gcc.gnu.org>
6803
6804 PR c++/53210
6805 * c.opt ([Winit-self]): Enabled by -Wall in C++.
6806
c583af79
AC
68072012-08-23 Arnaud Charlet <charlet@adacore.com>
6808
6809 * c-ada-spec.c (dump_generic_ada_node): Fix handling of name_only
6810 for pointers, and add missing Convention C pragma.
6811 (print_ada_struct_decl): Add missing aliased keyword.
6812 (dump_ads): Add pragma Ada_2005 and Style_Checks (Off).
6813
1a4049e7
JJ
68142012-08-17 Jakub Jelinek <jakub@redhat.com>
6815
6816 * c-common.c (sizeof_pointer_memaccess_warning): New function.
6817 * c.opt (-Wsizeof-pointer-memaccess): Add new option.
6818 * c-opts.c (c_common_handle_option): Enable it for -Wall.
6819 * c-common.h (sizeof_pointer_memaccess_warning): Add prototype.
6820 * c-common.def (SIZEOF_EXPR): Moved here from cp-tree.def.
6821
70b5e7dc
RG
68222012-08-10 Richard Guenther <rguenther@suse.de>
6823
6824 * c-pretty-print.c (pp_c_expression): Handle anonymous SSA names.
6825
f8923f7e
SB
68262012-08-07 Steven Bosscher <steven@gcc.gnu.org>
6827
6828 * c-pretty-print.c (pp_c_function_definition): Use pp_newline_and_flush
6829 instead of separate pp_newline and pp_flush.
6830 (print_c_tree): Likewise.
6831
e45abe1f
RH
68322012-07-26 Richard Henderson <rth@redhat.com>
6833
6834 * c-common.c (handle_hot_attribute): Allow labels.
6835 (handle_cold_attribute): Likewise.
6836
332f1d24
JJ
68372012-07-20 Jakub Jelinek <jakub@redhat.com>
6838
6839 PR c++/28656
6840 * c-common.c (check_function_nonnull): Handle multiple nonnull
6841 attributes properly.
6842
7ee2468b
SB
68432012-07-16 Steven Bosscher <steven@gcc.gnu.org>
6844
6845 * c-gimplify.c: Include dumpfile.h instead of tree-dump.h.
6846 * c-ada-spec.c: Likewise.
6847 * c-dump.c (dump_stmt): Move to cp/dump.c, the only user.
6848
ee7b28eb
SB
68492012-07-14 Steven Bosscher <steven@gcc.gnu.org>
6850
6851 * c-pch.c (CHECK_NO_ASM_OUT_DURING_PCH): Do not define.
6852 Remove code conditional on it.
6853
6bdf3519
SB
68542012-07-11 Steven Bosscher <steven@gcc.gnu.org>
6855
6856 * c-gimplify.c: Do not include basic-block.h.
6857 * c-common.c: Do not include linfuncs.h.
6858
532aafad
SB
68592012-07-08 Steven Bosscher <steven@gcc.gnu.org>
6860
6861 * c-common.h: Include tree.h.
6862
8d0d1915
JM
68632012-07-02 Jason Merrill <jason@redhat.com>
6864
6865 PR c++/53524
6866 * c-common.c (get_priority): Call default_conversion.
6867
fbc873ad
UB
68682012-07-01 Uros Bizjak <ubizjak@gmail.com>
6869
6870 * c-pch.c (c_common_write_pch): Remove unused variables.
6871
d4a10d0a
SB
68722012-06-29 Steven Bosscher <steven@gcc.gnu.org>
6873
6874 * cppspec.c: Moved from gcc/ to here.
6875
6f3a2e23
KT
68762012-06-27 Kai Tietz <ktietz@redhat.com>
6877
6878 PR preprocessor/37215
6879 * c-ppoutput.c (preprocess_file): Check for nonempty buffer.
6880
8ca92d04
SB
68812012-06-21 Steven Bosscher <steven@gcc.gnu.org>
6882
6883 * c-common.h (c_common_print_pch_checksum): Remove.
6884 * c-pch.c: Do not include output.h.
6885 (CHECK_NO_ASM_OUT_DURING_PCH): Define and add FIXME.
6886 (asm_out_file): Define iff CHECK_NO_ASM_OUT_DURING_PCH isdefined.
6887 (asm_file_startpos): Define iff CHECK_NO_ASM_OUT_DURING_PCH is defined.
6888 (struct c_pch_header): Remove.
6889 (get_ident): Update gpch version.
6890 (pch_init): Do not print executable_checksum to asm_out_file.
6891 Do not fail if there is no asm_out_file to read back from. Set
6892 asm_file_startpos only if CHECK_NO_ASM_OUT_DURING_PCH is defined.
6893 (c_common_write_pch): Verify that nothing was written to asm_out_file
6894 since pch_init was called. Do not write a c_pch_header, and do not
6895 copy from asm_out_file to the PCH.
6896 (c_common_read_pch): Do not read a c_pch_header, and do not restore
6897 the content of asm_out_file from the PCH.
6898 (c_common_print_pch_checksum): Remove.
6899 * c-opts.c (c_common_init): Print out executable_checksum directly.
6900
70f42967
SB
69012012-06-19 Steven Bosscher <steven@gcc.gnu.org>
6902
6903 * c-target.def (objc_declare_unresolved_class_reference,
6904 objc_declare_class_definition): Add new hooks.
6905
a8781821
SB
69062012-06-19 Steven Bosscher <steven@gcc.gnu.org>
6907
6908 * c-lex.c: Do not include output.h.
6909 (cb_ident): Try to put out .ident with targetm.asm_out.output_ident.
6910 Remove uses of ASM_OUTPUT_IDENT.
6911
9e1a8dd1
RR
69122012-06-15 Marc Glisse <marc.glisse@inria.fr>
6913
6914 PR c++/51033
6915 * c-common.h (c_build_vec_perm_expr): Move decl here.
6916 * c-common.c (c_build_vec_perm_expr): Move definition
6917 here.
6918
6f07a821
SB
69192012-06-06 Steven Bosscher <steven@gcc.gnu.org>
6920
6921 * c.opt (fconserve-space): Turn into a no-op.
6922
9faeb493 69232012-06-04 Sterling Augustine <saugustine@google.com>
c265f413
SA
6924
6925 * c-pretty-print.h (pp_c_flag_gnu_v3): New enumerator.
6926 * c-pretty-print.c (pp_c_specifier_qualifier_list): Check it at
6927 both the start and end of the function.
6928
a4b7d13c
SB
69292012-06-04 Steven Bosscher <steven@gcc.gnu.org>
6930
6931 * c-common.c: Do not include output.h.
6932 * c-pragma.c: Likewise.
6933
c265f413
SA
69342012-06-04 Steven Bosscher <steven@gcc.gnu.org>
6935
6936 * error.c (dump_decl): Check pp_c_flag_gnu_v3.
6937 (decl_as_dwarf_string, lang_decl_dwarf_name): New functions.
6938 (lang_decl_name): Handle namespace decls.
6939
be7a421e
SB
69402012-05-31 Steven Bosscher <steven@gcc.gnu.org>
6941
6942 * c-ada-spec.c: Do not include output.h.
6943 * c-semantics.c: Likewise.
6944
65de6659
JM
69452012-05-29 Joseph Myers <joseph@codesourcery.com>
6946
6947 * c-common.c: Fix typo.
6948
ca5f4331
MM
69492012-05-29 Michael Matz <matz@suse.de>
6950
6951 * c-common.h (c_expand_decl): Remove prototype.
6952
4f7f7aca
MLI
69532012-05-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
6954
6955 * c.opt (Wmissing-braces): Use LangEnabledBy(C ObjC,Wall).
6956 * c-opts.c (c_common_handle_option): Remove code handling
6957 warn_missing_braces.
6958
4a792f9b
PC
69592012-05-28 Paolo Carlini <paolo.carlini@oracle.com>
6960
6961 PR c++/25137
6962 * c-opts.c (c_common_handle_option): For C++ -Wall doesn't enable
6963 -Wmissing_braces.
6964
650dc14a
DS
69652012-05-22 Dodji Seketeli <dodji@redhat.com>
6966
6967 PR c++/53322
6968 * c.opt (Wunused-local-typedefs): Use EnabledBy(Wunused).
6969
9b095bf1
MLI
69702012-05-17 Manuel López-Ibáñez <manu@gcc.gnu.org>
6971
6972 * c.opt (--pedantic-errors,-pedantic-errors): Do not handle here.
6973 * c-opts.c (c_common_handle_option): Do not handle explicitly
6974 Wreturn-type, Wwrite-strings, warn_ecpp, and -pedantic-errors.
6975
0b2c4be5
DS
69762012-05-16 Dodji Seketeli <dodji@redhat.com>
6977
6978 PR preprocessor/7263
6979 * c-lex.c (c_lex_with_flags): Pass a virtual location to the call
6980 to cpp_classify_number. For diagnostics, use the precise location
6981 instead of the global input_location.
6982
a1bde5af
PC
69832012-05-15 Paolo Carlini <paolo.carlini@oracle.com>
6984
d02924ef 6985 PR c++/11856
a1bde5af
PC
6986 * c-common.c (shorten_compare): Check c_inhibit_evaluation_warnings.
6987
d1ede5f4
BS
69882012-05-14 Bernd Schmidt <bernds@codesourcery.com>
6989
a1bde5af 6990 * c-common.c (DEF_ATTR_STRING): Define and undefine as necessary.
d1ede5f4 6991
f2bc201f
MLI
69922012-05-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
6993
6994 PR 53063
6995 * c.opt (Wc++0X-compat,Wdelete-non-virtual-dtor,Wjump-misses-init,
6996 Wreorder): Use LangEnabledBy.
6997 * c-opts.c (c_common_handle_option): Do not enable them
6998 explicitly. Call lang-specific generated functions.
6999 (c_common_post_options): Do not set them here.
7000
95744782
MLI
70012012-05-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
7002
7003 * c.opt (Wclobbered,Wempty-body,Wignored-qualifiers,
7004 Wmissing-field-initializers,Wmissing-parameter-type,
7005 Wold-style-declaration,Woverride-init): Use EnabledBy.
7006 * c-opts.c (c_common_post_options): Do not set here explicitly.
7007
7d5a5747
MLI
70082012-05-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
7009
7010 PR 53063
7011 * c-opts.c (c_common_handle_option): Use handle_generated_option
7012 to enable sub-options.
7013
5a3c9cf2
PC
70142012-05-10 Paolo Carlini <paolo.carlini@oracle.com>
7015
7016 PR c++/53158
7017 * c-common.c (warnings_for_convert_and_check): Use warning_at.
7018
3ac8781c
RG
70192012-05-10 Richard Guenther <rguenther@suse.de>
7020
7021 * c-common.c (c_sizeof_or_alignof_type): Remove assert and
7022 adjust commentary about TYPE_IS_SIZETYPE types.
7023
1e537948
MLI
70242012-05-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
7025
7026 PR c++/53261
7027 * c-common.c (warn_logical_operator): Check that argument of
7028 integer_zerop is not NULL.
7029
f2c4a785
MLI
70302012-05-05 Manuel López-Ibáñez <manu@gcc.gnu.org>
7031
7032 PR c/43772
7033 * c-common.c (warn_logical_operator): Do not warn if either side
7034 is already true or false.
7035
50f305ca
MLI
70362012-05-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
7037
7038 PR c/51712
7039 * c-common.c (expr_original_type): New.
7040 (shorten_compare): Do not warn for enumeration types.
7041
0c3641b0
MLI
70422012-05-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
7043
7044 * c.opt (fpermissive): Add Var(flag_permissive).
7045
7edaa4d2
MG
70462012-04-30 Marc Glisse <marc.glisse@inria.fr>
7047
7048 PR c++/51033
7049 * c-common.c (convert_vector_to_pointer_for_subscript): New function.
7050 * c-common.h (convert_vector_to_pointer_for_subscript): Declare it.
7051
b9c8da34
DS
70522012-04-30 Dodji Seketeli <dodji@redhat.com>
7053
7054 Add -Wvarargs option
7055 * c.opt (Wvarargs): Define new option.
7056
e6c69da0
MLI
70572012-04-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
7058
7059 * c-common.c (check_function_arguments): Replace
7060 Wmissing-format-attribute with Wsuggest-attribute=format.
7061
90137d8f
MLI
70622012-04-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
7063
7064 * c.opt (Wsuggest-attribute=format): New. Alias of
7065 Wmissing-format-attribute.
7066 * c-format.c (decode_format_type): Replace
7067 Wmissing-format-attribute with Wsuggest-attribute=format.
7068 (check_function_format): Likewise.
7069
9faeb493 70702012-04-27 Ollie Wild <aaw@google.com>
7f5f5f98
OW
7071
7072 * c-common.c: Add CPP_W_LITERAL_SUFFIX mapping.
7073 * c-opts.c (c_common_handle_option): Handle OPT_Wliteral_suffix.
7074 * c.opt: Add Wliteral-suffix.
7075
c1771a20
MLI
70762012-04-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
7077
7078 PR c/44774
7079 * c.opt (Wpedantic): New.
7080 (pedantic): Alias Wpedantic.
7081 * c-opts.c (c_common_handle_option): Replace -pedantic with -Wpedantic.
7082 (c_common_post_options): Likewise.
7083 (sanitize_cpp_opts): Likewise.
7084 * c-lex.c (interpret_float): Likewise.
7085 * c-format.c (check_format_types): Likewise.
7086 * c-common.c (pointer_int_sum): Likewise.
7087 (c_sizeof_or_alignof_type): Likewise.
7088 (c_add_case_label): Likewise.
7089 (c_do_switch_warnings): Likewise.
7090 * c-pragma.c (handle_pragma_float_const_decimal64): Likewise.
7091
04b391c1
JM
70922012-04-15 Jason Merrill <jason@redhat.com>
7093
7094 PR c++/52818
7095 * c-format.c (CPLUSPLUS_STD_VER): C++11 inherits from C99.
7096 (C_STD_NAME): Distinguish between C++98 and C++11.
7097
ac868f29
EB
70982012-04-11 Eric Botcazou <ebotcazou@adacore.com>
7099
7100 PR target/52624
7101 * c-common.h (uint16_type_node): Rename into...
7102 (c_uint16_type_node): ...this.
7103 * c-common.c (c_common_nodes_and_builtins): Adjust for above renaming.
7104 * c-cppbuiltin.c (builtin_define_stdint_macros): Likewise.
7105
fd4116f4
MLI
71062012-04-10 Manuel López-Ibáñez <manu@gcc.gnu.org>
7107
7108 * c-common.c (warn_if_unused_value): Move definition to here.
7109 * c-common.h (warn_if_unused_value): Move declaration to here.
7110
573ac65e
WB
71112012-03-23 William Bader <williambader@hotmail.com>
7112
7113 * c-lex.c (c_lex_with_flags): Avoid declarations after stmts.
7114
552b8185
JM
71152012-03-20 Jason Merrill <jason@redhat.com>
7116
7117 * c-common.h (enum cxx_dialect): Add cxx1y.
7118 * c-common.c (c_common_nodes_and_builtins): Use >= for cxx_dialect
7119 test.
7120 * c-cppbuiltin.c (c_cpp_builtins): Likewise.
7121 * c-opts.c (c_common_post_options): Likewise.
7122 (set_std_cxx1y): New.
7123 (c_common_handle_option): Call it.
7124 * c.opt (-std=c++1y, -std=gnu++1y): New flags.
7125
04398fa8
PC
71262012-03-19 Paolo Carlini <paolo.carlini@oracle.com>
7127
7128 PR c++/14710
7129 * c.opt ([Wuseless-cast]): Add.
7130
d2a12ae7
RG
71312012-03-16 Richard Guenther <rguenther@suse.de>
7132
7133 * c-pretty-print.c (pp_c_initializer_list): Adjust.
7134
a12bf402
MLI
71352012-03-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
7136
7137 PR c++/44783
7138 * c.opt (ftemplate-backtrace-limit) Add.
7139
5c30094f
RO
71402012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7141
7142 * c-cppbuiltin.c (c_cpp_builtins): Remove #pragma extern_prefix
7143 handling.
7144 * c-pragma.c (handle_pragma_extern_prefix): Remove.
7145 (init_pragma): Don't register extern_prefix.
7146
21fa2faf
RG
71472012-03-12 Richard Guenther <rguenther@suse.de>
7148
7149 * c-common.c (c_common_get_narrower): Use c_common_type_for_size.
7150 (builtin_type_for_size): Likewise.
7151
e3793c6f
JJ
71522012-02-13 Jakub Jelinek <jakub@redhat.com>
7153
7154 PR c++/52215
7155 * c-common.c (sync_resolve_params): Don't decide whether to convert
7156 or not based on TYPE_SIZE comparison, convert whenever arg_type
7157 is unsigned INTEGER_TYPE.
7158
93286335
PC
71592012-02-06 Paolo Carlini <paolo.carlini@oracle.com>
7160
7161 PR c/52118
7162 * c.opt ([Wunused-local-typedefs]): Fix description.
7163
7a421706
MS
71642012-01-24 Mike Stump <mikestump@comcast.net>
7165
7166 * c-common.c (c_common_type_for_mode): Match signed/unsigned types
7167 exactly.
7168
ba9b1f11
RG
71692012-01-18 Richard Guenther <rguenther@suse.de>
7170
7171 * c-opts.c (c_common_post_options): Reset LTO flags if
7172 we are about to generate a PCH.
7173
465406be
PC
71742012-01-17 Paolo Carlini <paolo.carlini@oracle.com>
7175
7176 PR c++/51777
7177 * c-pretty-print.c (pp_c_integer_constant): For unsigned constants
7178 use pp_unsigned_wide_integer.
7179
aee15221
RG
71802012-01-10 Richard Guenther <rguenther@suse.de>
7181
7182 PR middle-end/51806
7183 * c-opts.c (c_common_handle_option): Move -Werror handling
7184 to language independent code.
7185
5720c0dc
RG
71862012-01-05 Richard Guenther <rguenther@suse.de>
7187
7188 PR middle-end/51764
7189 * c.opt (Wmudflap, fmudflap, fmudflapth, fmudflapir): Move here
7190 from common.opt.
7191
73ac190a
PC
71922011-12-30 Paolo Carlini <paolo.carlini@oracle.com>
7193
7194 PR c++/51316
7195 * c-common.c (c_sizeof_or_alignof_type): In C++ allow for alignof
7196 of array types with an unknown bound.
7197
48b0b196
JM
71982011-12-20 Joseph Myers <joseph@codesourcery.com>
7199
7200 * c-common.c (flag_isoc99): Update comment to refer to C11.
7201 (flag_isoc1x): Change to flag_isoc11.
7202 * c-common.h (flag_isoc99): Update comment to refer to C11.
7203 (flag_isoc1x): Change to flag_isoc11.
7204 * c-cppbuiltin.c (cpp_atomic_builtins): Change comment to refer to
7205 C11.
7206 * c-opts.c (set_std_c1x): Change to set_std_c11.
7207 (c_common_handle_option): Handle OPT_std_c11 and OPT_std_gnu11.
7208 Call set_std_c11.
7209 (set_std_c89, set_std_c99, set_std_c11): Use flag_isoc11.
7210 (set_std_c1): Use CLK_STDC11 and CLK_GNUC11.
7211 * c.opt (std=c1x): Change to std=c11. Document as non-draft
7212 standard.
7213 (std=c1x, std=iso9899:2011): Add as aliases of std=c11.
7214 (std=gnu1x): Change to std=gnu11. Refer to non-draft standard.
7215 (std=gnu1x): Make alias of std=gnu11.
7216
d58d6eb5
JM
72172011-12-19 Jason Merrill <jason@redhat.com>
7218
7219 PR c++/51228
7220 * c-common.c (handle_transparent_union_attribute): Check the first
7221 field if the type is complete.
7222
b3908fcc
JW
72232011-12-15 Jonathan Wakely <jwakely.gcc@gmail.com>
7224
7225 PR libstdc++/51365
7226 * c-common.c (RID_IS_FINAL): Add.
7227 * c-common.h (RID_IS_FINAL): Add.
7228
fea3ca91
IS
72292011-11-30 Iain Sandoe <iains@gcc.gnu.org>
7230
7231 * c.opt (fgnu-runtime): Provide full description.
7232 (fnext-runtime): Likewise.
7233 * c-opts.c (OPT_fgnu_runtime, OPT_fnext_runtime) Remove.
7234
62bad7cd
AM
72352011-11-28 Andrew MacLeod <amacleod@redhat.com>
7236
7237 * c-cpp-builtin.c (cpp_atomic_builtins):New. Emit all atomic
7238 predefines in one place. Add LOCK_FREE predefines.
7239 (c_cpp_builtins): Move Legacy HAVE_SYNC predefines to
7240 new func.
7241
c466c4ff
AM
72422011-11-24 Andrew MacLeod <amacleod@redhat.com>
7243
7244 PR c/51256
9faeb493 7245 * c-common.c (get_atomic_generic_size): Check for various error
c466c4ff 7246 conditions
9faeb493
UB
7247 (resolve_overloaded_atomic_exchange,
7248 resolve_overloaded_atomic_compare_exchange,
c466c4ff
AM
7249 resolve_overloaded_atomic_load, resolve_overloaded_atomic_store): Return
7250 error_mark_node for error conditions.
9faeb493 7251
a5952633
RG
72522011-11-08 Richard Guenther <rguenther@suse.de>
7253
7254 PR middle-end/51010
7255 c-family/
7256
0a35513e
AH
72572011-11-07 Richard Henderson <rth@redhat.com>
7258 Aldy Hernandez <aldyh@redhat.com>
7259 Torvald Riegel <triegel@redhat.com>
7260
7261 Merged from transactional-memory.
7262
7263 * c-common.c (handle_tm_wrap_attribute,
7264 handle_tm_attribute, ignore_attribute, parse_tm_stmt_attr): New.
7265 (struct c_common_reswords): Added __transaction* keywords.
7266 (struct c_common_attribute_table): Added transaction* and tm_regparm
7267 attributes.
7268 * c-common.h: Added RID_TRANSACTION*. Added TM_ATTR* and TM_STMT*
7269 masks.
7270 (parse_tm_stmt_attr, tm_attr_to_mask, tm_mask_to_attr,
7271 find_tm_attribute): Declare.
7272
6d87092d
JM
72732011-11-07 Jason Merrill <jason@redhat.com>
7274
7275 PR c++/35688
7276 * c-common.c, c-common.h: Revert yesterday's changes.
7277
8e7860a1
JM
72782011-11-06 Jason Merrill <jason@redhat.com>
7279
7280 PR c++/35688
7281 * c-common.c (decl_has_visibility_attr): Split out from...
7282 (c_determine_visibility): ...here.
7283 * c-common.h: Declare it.
7284
d19fa6b5
JM
72852011-11-06 Joseph Myers <joseph@codesourcery.com>
7286
7287 * c-common.c (c_common_reswords): Add _Alignas and _Alignof.
7288 (c_sizeof_or_alignof_type): Diagnose alignof applied to a function
7289 type.
7290 (check_user_alignment): New. Split out of
7291 handle_aligned_attribute. Disallow integer constants with
7292 noninteger types. Conditionally allow zero.
7293 (handle_aligned_attribute): Use check_user_alignment.
7294 * c-common.h (RID_ALIGNAS, check_user_alignment): New.
7295
86951993
AM
72962011-11-06 Andrew MacLeod <amacleod@redhat.com>
7297 Richard Henderson <rth@redhat.com>
7298
7299 Merged from cxx-mem-model.
7300
7301 * c-cppbuiltin.c (c_cpp_builtins): Test both atomic and sync patterns.
9faeb493 7302 * c-common.c (sync_resolve_params, sync_resolve_return): Only tweak
86951993
AM
7303 parameters that are the same type size.
7304 (get_atomic_generic_size): New. Find size of generic
7305 atomic function parameters and do typechecking.
7306 (add_atomic_size_parameter): New. Insert size into parameter list.
7307 (resolve_overloaded_atomic_exchange): Restructure __atomic_exchange to
7308 either __atomic_exchange_n or external library call.
9faeb493 7309 (resolve_overloaded_atomic_compare_exchange): Restructure
86951993 7310 __atomic_compare_exchange to either _n variant or external library call.
9faeb493 7311 (resolve_overloaded_atomic_load): Restructure __atomic_load to either
86951993
AM
7312 __atomic_load_n or an external library call.
7313 (resolve_overloaded_atomic_store): Restructure __atomic_store to either
7314 __atomic_store_n or an external library call.
7315 (resolve_overloaded_builtin): Handle new __atomic builtins.
7316
cf9e9959
EB
73172011-11-04 Eric Botcazou <ebotcazou@adacore.com>
7318
7319 PR c++/50608
7320 * c-common.c (c_fully_fold_internal) <ADDR_EXPR>: Call fold_offsetof_1.
7321 (fold_offsetof_1): Make global. Remove STOP_REF argument and adjust.
7322 <INDIRECT_REF>: Return the argument.
7323 <ARRAY_REF>: Remove special code for negative offset.
7324 Call fold_build_pointer_plus instead of size_binop.
7325 (fold_offsetof): Remove STOP_REF argument and adjust.
7326 * c-common.h (fold_offsetof_1): Declare.
7327 (fold_offsetof): Remove STOP_REF argument.
7328
25339f10
JM
73292011-11-02 Paolo Carlini <paolo.carlini@oracle.com>
7330
7331 PR c++/50810
7332 * c-opts.c (c_common_handle_option): Enable -Wnarrowing as part
7333 of -Wall; include -Wnarrowing in -Wc++0x-compat; adjust default
7334 Wnarrowing for C++0x and C++98.
7335 * c.opt ([Wnarrowing]): Update.
7336
89401152
PC
73372011-11-01 Paolo Carlini <paolo.carlini@oracle.com>
7338
7339 PR c++/44277
7340 * c.opt: Add Wzero-as-null-pointer-constant.
7341
97e3ad20
JM
73422011-10-31 Jason Merrill <jason@redhat.com>
7343
15694fdd
JM
7344 * c.opt (-fdeduce-init-list): Off by default.
7345
97e3ad20
JM
7346 PR c++/50920
7347 * c-common.h (cxx_dialect): Add cxx11 and cxx03.
7348 * c.opt: Add -std=c++11, -std=gnu++11, -std=gnu++03,
7349 and -Wc++11-compat.
7350 * c-opts.c (set_std_cxx11): Rename from set_std_cxx0x.
7351
fb9120e3
RAV
73522011-10-27 Roberto Agostino Vitillo <ravitillo@lbl.gov>
7353
7354 PR c++/30066
7355 * c.opt (fvisibility-inlines-hidden): Description change.
7356
3ce4f9e4
ESR
73572011-10-26 Ed Smith-Rowland <3dw4rd@verizon.net>
7358
7359 Implement C++11 user-defined literals.
7360 * c-common.c (build_userdef_literal): New.
7361 * c-common.def: New tree code.
7362 * c-common.h (tree_userdef_literal): New tree struct and accessors.
7363 * c-lex.c (interpret_float): Add suffix parm.
7364 (c_lex_with_flags): Build literal tokens.
7365
5f53c243
PC
73662011-10-23 Paolo Carlini <paolo.carlini@oracle.com>
7367
7368 PR c++/50841
7369 Revert:
7370 2011-10-23 Paolo Carlini <paolo.carlini@oracle.com>
7371
7372 PR c++/50810
7373 * c-opts.c (c_common_handle_option): Enable -Wnarrowing as part
7374 of -Wall; include -Wnarrowing in -Wc++0x-compat; adjust default
7375 Wnarrowing for C++0x and C++98.
7376 * c.opt ([Wnarrowing]): Update.
7377
263734e1
PC
73782011-10-23 Paolo Carlini <paolo.carlini@oracle.com>
7379
7380 PR c++/50810
7381 * c-opts.c (c_common_handle_option): Enable -Wnarrowing as part
7382 of -Wall; include -Wnarrowing in -Wc++0x-compat; adjust default
7383 Wnarrowing for C++0x and C++98.
7384 * c.opt ([Wnarrowing]): Update.
7385
d2e312d7
PC
73862011-10-21 Paolo Carlini <paolo.carlini@oracle.com>
7387
7388 PR c++/45385
7389 * c-common.c (conversion_warning): Remove code looking for
7390 artificial operands.
7391
d17687f6
DS
73922011-10-18 Dodji Seketeli <dodji@redhat.com>
7393
7394 PR bootstrap/50760
7395 * c-lex.c (fe_file_change): Use LINEMAP_SYSP when
9faeb493 7396 !NO_IMPLICIT_EXTERN_C.
d17687f6 7397
fc8396e9
PC
73982011-10-17 Michael Spertus <mike_spertus@symantec.com>
7399
7400 * c-common.c (c_common_reswords): Add __bases,
7401 __direct_bases.
7402 * c-common.h: Add RID_BASES and RID_DIRECT_BASES.
7403
74042011-10-17 Paolo Carlini <paolo.carlini@oracle.com>
7405
7406 PR c++/50757
7407 * c.opt ([Wnonnull]): Add C++ and Objective-C++.
7408
847e697a
TT
74092011-10-15 Tom Tromey <tromey@redhat.com>
7410 Dodji Seketeli <dodji@redhat.com>
7411
7412 * c.opt (fdebug-cpp): New option.
7413 * c-opts.c (c_common_handle_option): Handle the option.
7414 * c-ppoutput.c (maybe_print_line_1): New static function. Takes an
7415 output stream in parameter. Factorized from ...
7416 (maybe_print_line): ... this. Dump location debug information when
7417 -fdebug-cpp is in effect.
7418 (print_line_1): New static function. Takes an output stream in
7419 parameter. Factorized from ...
7420 (print_line): ... here. Dump location information when -fdebug-cpp
7421 is in effect.
7422 (scan_translation_unit): Dump location information when
7423 -fdebug-cpp is in effect.
7424
92582b75
TT
74252011-10-15 Tom Tromey <tromey@redhat.com>
7426 Dodji Seketeli <dodji@redhat.com>
7427
7428 * c.opt (ftrack-macro-expansion): New option. Handle it with and
7429 without argument.
7430 * c-opts.c (c_common_handle_option)<case
7431 OPT_ftrack_macro_expansion_, case OPT_ftrack_macro_expansion>: New
7432 cases. Handle -ftrack-macro-expansion with and without argument.
7433
46427374
TT
74342011-10-15 Tom Tromey <tromey@redhat.com>
7435 Dodji Seketeli <dodji@redhat.com>
7436
7437 * c-ppoutput.c (scan_translation_unit, maybe_print_line)
7438 (print_line, cb_define, do_line_change): Adjust to avoid touching
7439 the internals of struct line_map. Use the public API instead.
7440 * c-pch.c (c_common_read_pch): Likewise.
7441 * c-lex.c (fe_file_change): Likewise.
7442
fc8396e9
PC
74432011-10-14 Paolo Carlini <paolo.carlini@oracle.com>
7444
7445 PR c++/17212
7446 * c.opt ([Wformat-zero-length]): Add C++ and Objective-C++.
7447
74482011-10-11 Paolo Carlini <paolo.carlini@oracle.com>
7449
7450 PR c++/33067
7451 * c-pretty-print.c (pp_c_floating_constant): Output
7452 max_digits10 (in the ISO C++ WG N1822 sense) decimal digits.
7453
e79983f4
MM
74542011-10-11 Michael Meissner <meissner@linux.vnet.ibm.com>
7455
7456 * c-common.c (def_builtin_1): Delete old interface with two
7457 parallel arrays to hold standard builtin declarations, and replace
7458 it with a function based interface that can support creating
7459 builtins on the fly in the future. Change all uses, and poison
7460 the old names. Make sure 0 is not a legitimate builtin index.
7461 * c-omp.c (c_finish_omp_barrier): Ditto.
7462 (c_finish_omp_taskwait): Ditto.
7463 (c_finish_omp_flush): Ditto.
7464
6637388f
TG
74652011-10-11 Tristan Gingold <gingold@adacore.com>
7466
7467 * c.opt: (fallow-parameterless-variadic-functions): New.
7468
3797cb21
DS
74692011-09-08 Dodji Seketeli <dodji@redhat.com>
7470
7471 PR c++/33255 - Support -Wunused-local-typedefs warning
7472 * c-common.h (struct c_language_function::local_typedefs): New
7473 field.
9faeb493
UB
7474 (record_locally_defined_typedef, maybe_record_typedef_use)
7475 (maybe_warn_unused_local_typedefs): Declare new functions.
3797cb21 7476 * c-common.c (record_locally_defined_typedef)
9faeb493
UB
7477 (maybe_record_typedef_use)
7478 (maybe_warn_unused_local_typedefs): Define new functions.
3797cb21
DS
7479 * c.opt: Declare new -Wunused-local-typedefs flag.
7480
693ddb1b
EB
74812011-09-06 Eric Botcazou <ebotcazou@adacore.com>
7482
7483 PR middle-end/50266
7484 * c-common.c (c_fully_fold_internal) <ADDR_EXPR>: Fold offsetof-like
7485 computations.
7486
830c740f
RG
74872011-09-05 Richard Guenther <rguenther@suse.de>
7488
7489 * c-common.c (complete_array_type): Use ssize_int (-1) instead
7490 of integer_minus_one_node for empty array upper bounds.
7491
892a371f
DS
74922011-08-28 Dodji Seketeli <dodji@redhat.com>
7493
7494 * c-pch.c (c_common_read_pch): Call linemap_add with LC_ENTER as
7495 it's the first time it's being called on this main TU.
7496
0e3fdb48
RB
74972011-08-24 Richard Guenther <rguenther@suse.de>
7498
7499 PR c/49396
7500 * c-cppbuiltin.c (c_cpp_builtins_optimize_pragma): Fix conditional.
7501
75022011-08-22 Gabriel Charette <gchare@google.com>
e3dfef44
GC
7503
7504 * c-opts.c (c_finish_options): Force BUILTINS_LOCATION for tokens
7505 defined in cpp_init_builtins and c_cpp_builtins.
7506
d4a83c10
JM
75072011-08-19 Joseph Myers <joseph@codesourcery.com>
7508
7509 * c-common.c (c_common_reswords): Add __builtin_complex.
7510 * c-common.h (RID_BUILTIN_COMPLEX): New.
7511
bbceee64
JM
75122011-08-18 Joseph Myers <joseph@codesourcery.com>
7513
7514 * c-common.c (c_common_reswords): Add _Noreturn.
7515 (keyword_is_function_specifier): Handle RID_NORETURN.
7516 * c-common.h (RID_NORETURN): New.
7517
3f8257db 75182011-08-10 Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
0e3a99ae
AS
7519
7520 * c-common.c (unsafe_conversion_p): New function. Check if it is
7521 unsafe to convert an expression to the type.
7522 (conversion_warning): Adjust, use unsafe_conversion_p.
7523 * c-common.h (unsafe_conversion_p): New function declaration.
7524
20906c66
JJ
75252011-08-02 Jakub Jelinek <jakub@redhat.com>
7526
7527 * c-common.h (c_finish_omp_atomic): Adjust prototype.
7528 (c_finish_omp_taskyield): New prototype.
7529 * c-omp.c (c_finish_omp_atomic): Add OPCODE, V, LHS1 and RHS1
7530 arguments. Handle OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD and
7531 OMP_ATOMIC_CAPTURE_NEW in addition to OMP_ATOMIC. If LHS1
7532 or RHS1 have side-effects, evaluate those too in the right spot,
7533 if it is a decl and LHS is also a decl, error out if they
7534 aren't the same.
7535 (c_finish_omp_taskyield): New function.
7536 * c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP to 201107.
7537 * c-pragma.c (omp_pragmas): Add taskyield.
7538 * c-pragma.h (enum pragma_kind): Add PRAGMA_OMP_TASKYIELD.
7539 (enum pragma_omp_clause): Add PRAGMA_OMP_CLAUSE_FINAL and
7540 PRAGMA_OMP_CLAUSE_MERGEABLE.
7541
770e5a2e
DS
75422011-07-25 Dodji Seketeli <dodji@redhat.com>
7543
7544 * c-common.h (set_underlying_type): Remove parm name from
7545 declaration.
7546
1baae426
RG
75472011-07-25 Romain Geissler <romain.geissler@gmail.com>
7548
7549 * c-pretty-print.h: Search c-common.h in c-family.
9faeb493 7550
fcb21722
JM
75512011-07-22 Jason Merrill <jason@redhat.com>
7552
76f86d00
JM
7553 PR c++/49793
7554 * c.opt (Wnarrowing): New.
7555
3a636414
JM
7556 PR c++/30112
7557 * c-common.h: Declare c_linkage_bindings.
7558 * c-pragma.c (handle_pragma_redefine_extname): Use it.
7559
fcb21722
JM
7560 PR c++/49813
7561 * c-opts.c (set_std_cxx0x): Set flag_isoc94 and flag_isoc99.
7562 * c-pretty-print.c (pp_c_cv_qualifiers): Check c_dialect_cxx as well
7563 as flag_isoc99 for 'restrict'.
7564 (pp_c_specifier_qualifier_list): Likewise for _Complex.
7565
02614448
ILT
75662011-07-21 Ian Lance Taylor <iant@google.com>
7567
7568 PR middle-end/49705
7569 * c-common.c (c_disable_warnings): New static function.
7570 (c_enable_warnings): New static function.
7571 (c_fully_fold_internal): Change local unused_p to bool. Call
7572 c_disable_warnings and c_enable_warnings rather than change
7573 c_inhibit_evaluation_warnings.
7574
34429675
JM
75752011-07-20 Jason Merrill <jason@redhat.com>
7576
7577 PR c++/6709 (DR 743)
7578 PR c++/42603 (DR 950)
7579 * c-common.h (CPP_KEYWORD, CPP_TEMPLATE_ID): Move from cp/parser.h.
7580 (CPP_NESTED_NAME_SPECIFIER, N_CP_TTYPES): Likewise.
7581 (CPP_DECLTYPE): New.
7582 * c-common.c (c_parse_error): Handle CPP_DECLTYPE.
7583
5d49b6a7
RG
75842011-07-19 Richard Guenther <rguenther@suse.de>
7585
7586 * c-common.c (pointer_int_sum): Use fold_build_pointer_plus.
7587 * c-omp.c (c_finish_omp_for): Likewise.
7588
e84a58ff
EB
75892011-07-12 Eric Botcazou <ebotcazou@adacore.com>
7590
7591 * c-ada-spec.c (dump_nested_types): Put semi-colon after empty loop
7592 body on the next line.
7593
329af3c7
JM
75942011-07-08 Jason Merrill <jason@redhat.com>
7595
4063e61b
JM
7596 PR c++/45437
7597 * c-omp.c (check_omp_for_incr_expr): Handle preevaluation.
7598
329af3c7
JM
7599 PR c++/49673
7600 * c-common.c (c_apply_type_quals_to_decl): Don't check
7601 TYPE_NEEDS_CONSTRUCTING.
7602
1a072294
RG
76032011-07-06 Richard Guenther <rguenther@suse.de>
7604
7605 * c-common.c (c_common_nodes_and_builtins):
7606 Merge calls to build_common_tree_nodes and build_common_tree_nodes_2.
7607
fce5dddd
RG
76082011-07-05 Richard Guenther <rguenther@suse.de>
7609
7610 * c-common.c (c_common_nodes_and_builtins): Build all common
7611 tree nodes first.
7612
45d439ac
JJ
76132011-06-27 Jakub Jelinek <jakub@redhat.com>
7614
56300785
JJ
7615 * c-common.h (c_tree_chain_next): New static inline function.
7616
45d439ac
JJ
7617 * c-common.c (check_builtin_function_arguments): Handle
7618 BUILT_IN_ASSUME_ALIGNED.
7619
e0a8ecf2
AM
76202011-06-21 Andrew MacLeod <amacleod@redhat.com>
7621
7622 * c-common.c: Add sync_ or SYNC__ to builtin names.
7623 * c-omp.c: Add sync_ or SYNC__ to builtin names.
dfb43cd5
PV
7624
76252011-06-20 Pierre Vittet <piervit@pvittet.com>
7626
7627 * c-pragma.h (pragma_handler_1arg, pragma_handler_2arg): New
7628 handler.
7629 (gen_pragma_handler): New union.
7630 (internal_pragma_handler): New type.
7631 (c_register_pragma_with_data)
7632 (c_register_pragma_with_expansion_and_data): New functions.
7633
7634 * c-pragma.c (registered_pragmas, c_register_pragma_1)
7635 (c_register_pragma, c_register_pragma_with_expansion)
7636 (c_invoke_pragma_handler): Changed to work with
7637 internal_pragma_handler.
7638 (c_register_pragma_with_data)
7639 (c_register_pragma_with_expansion_and_data): New functions.
7640
677f3fa8
JM
76412011-06-14 Joseph Myers <joseph@codesourcery.com>
7642
7643 * c-common.c: Include common/common-target.h.
7644 (handle_section_attribute): Use
7645 targetm_common.have_named_sections.
7646 * c-cppbuiltin.c: Include common/common-target.h.
7647 (c_cpp_builtins): Use targetm_common.except_unwind_info.
7648
d7fc8c14
RG
76492011-06-10 Richard Guenther <rguenther@suse.de>
7650
7651 * c-pretty-print.c (pp_c_type_specifier): Use pp_c_identifier
7652 to print a IDENTIFIER_NODE.
7653
10e48e39
RO
76542011-06-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7655 Joseph Myers <joseph@codesourcery.com>
7656
7657 * c.opt (fbuilding-libgcc): New option.
7658 * c-cppbuiltin.c (c_cpp_builtins): Define
7659 __LIBGCC_TRAMPOLINE_SIZE__ if flag_building_libgcc.
7660
6976ae51
JM
76612011-06-07 Jason Merrill <jason@redhat.com>
7662
3ff60975
JM
7663 * c-common.c (max_tinst_depth): Lower default to 900.
7664
6976ae51
JM
7665 * c-format.c (gcc_cxxdiag_char_table): Add 'S' format.
7666
009db074
RG
76672011-06-07 Richard Guenther <rguenther@suse.de>
7668
7669 * c-common.c (c_common_nodes_and_builtins): Do not set
7670 size_type_node or call set_sizetype.
7671
b4592b92
DS
76722011-06-07 Dodji Seketeli <dodji@redhat.com>
7673
7674 PR debug/49130
7675 * c-pretty-print.c (pp_c_integer_constant): Consider the canonical
9faeb493 7676 type when using pointer comparison to compare types.
b4592b92 7677
014ab419
JW
76782011-06-02 Jonathan Wakely <jwakely.gcc@gmail.com>
7679
7680 * c.opt: Add -Wdelete-non-virtual-dtor.
7681 * c-opts.c (c_common_handle_option): Include it in -Wall.
7682
4f60111f
NF
76832011-05-30 Nathan Froyd <froydnj@gcc.gnu.org>
7684
7685 PR bootstrap/49190
7686
7687 Revert:
7688 2011-05-26 Nathan Froyd <froydnj@codesourcery.com>
7689
7690 * c-common.h (struct c_common_identifier): Inherit from tree_typed,
7691 not tree_common.
7692
4cc4f2f4
JJ
76932011-05-27 Jakub Jelinek <jakub@redhat.com>
7694
7695 PR c++/49165
7696 * c-common.c (c_common_truthvalue_conversion) <case COND_EXPR>: For
7697 C++ don't call c_common_truthvalue_conversion on void type arms.
7698
38e01f9e
NF
76992011-05-27 Nathan Froyd <froydnj@codesourcery.com>
7700
7701 * c-common.h (struct stmt_tree_s) [x_cur_stmt_list]: Change to a VEC.
7702 (stmt_list_stack): Define.
7703 (cur_stmt_list): Adjust for new type of x_cur_stmt_list.
7704 * c-semantics.c (push_stmt_list, pop_stmt_list): Likewise.
7705
92e948a8
NF
77062011-05-26 Nathan Froyd <froydnj@codesourcery.com>
7707
7708 * c-common.c (warning_candidate_p): Check for BLOCKs.
7709
a2fc3e63
NF
77102011-05-26 Nathan Froyd <froydnj@codesourcery.com>
7711
7712 * c-common.h (struct c_common_identifier): Inherit from tree_typed,
7713 not tree_common.
7714
0957c029
JJ
77152011-05-25 Jakub Jelinek <jakub@redhat.com>
7716
7717 * c-common.c (def_fn_type): Remove extra va_end.
7718
828fb3ba
JM
77192011-05-23 Jason Merrill <jason@redhat.com>
7720
7721 PR c++/48106
7722 * c-common.c (c_common_get_narrower): New.
7723 (shorten_binary_op, shorten_compare, warn_for_sign_compare): Use it.
7724
dde05067
NF
77252011-05-23 Nathan Froyd <froydnj@codesourcery.com>
7726
7727 * c-common.h (check_function_arguments): Tweak prototype of
7728 check_function_arguments.
7729 * c-common.c (check_function_arguments): Likewise. Adjust
7730 calls to check_function_nonnull, check_function_format, and
7731 check_function_sentinel.
7732 (check_function_sentinel): Take a FUNCTION_TYPE rather than
7733 separate attributes and typelist arguments. Use
7734 FOREACH_FUNCTION_ARGS to iterate over argument types.
7735
3c0d13bf
PC
77362011-05-15 Paolo Carlini <paolo.carlini@oracle.com>
7737
7738 * c-common.c (c_common_reswords): Reorder.
7739 * c-common.h (rid): Likewise.
7740
8242dd04
NF
77412011-05-10 Nathan Froyd <froydnj@codesourcery.com>
7742
7743 * c-common.c (def_fn_type): Don't call build_function_type, call
7744 build_function_type_array or build_varargs_function_type_array
7745 instead.
7746 (c_common_nodes_and_builtins): Likewise.
7747
3d528853
NF
77482011-05-05 Nathan Froyd <froydnj@codesourcery.com>
7749
7750 * c-common.c (c_add_case_label): Omit the loc argument to
7751 build_case_label.
7752 * c-common.h (build_case_label): Remove.
7753 * c-semantics.c (build_case_label): Remove.
7754
a04a722b
JM
77552011-05-05 Joseph Myers <joseph@codesourcery.com>
7756
7757 * c-objc.h (objc_start_method_definition): Update prototype.
7758 * stub-objc.c (objc_start_method_definition): Add extra parameter.
7759
e19a18d4
NF
77602011-05-04 Nathan Froyd <froydnj@codesourcery.com>
7761
7762 * c-common.c (check_main_parameter_types): Reindent. Don't use
7763 TYPE_ARG_TYPES directly.
7764 (handle_nonnull_attribute): Likewise.
7765 (sync_resolve_params): Likewise.
7766 * c-format.c (handle_format_arg_attribute): Likewise. Adjust call
7767 to check_format_string.
7768 (handle_format_attribute): Likewise.
7769 (check_format_string): Take a function type to examine instead of
7770 a type list. Use a function_arg_iterator to step through argument
7771 types.
7772
c62c040f
RG
77732011-05-04 Richard Guenther <rguenther@suse.de>
7774
7775 * c-common.c (fix_string_type): Use size_int for index type bounds.
7776 (start_fname_decls): Do not pass NULL to build_int_cst.
7777 (c_init_attributes): Likewise.
7778 * c-lex.c (c_lex_with_flags): Likewise.
7779
c12ff9d8
JM
77802011-04-27 Jason Merrill <jason@redhat.com>
7781
7782 * c-common.c (make_tree_vector_from_list): New.
7783 * c-common.h: Declare it.
7784
304dfbe3
RG
77852011-04-26 Richard Guenther <rguenther@suse.de>
7786
7787 PR preprocessor/48248
7788 * c-ppoutput.c (maybe_print_line): Always optimize newlines
7789 for output size with -P.
7790
3c0d13bf
PC
77912011-04-25 Paolo Carlini <paolo.carlini@oracle.com>
7792
7793 * c-common.c (struct c_common_resword): Add __underlying_type.
7794 * c-common.h (enum rid): Add RID_UNDERLYING_TYPE.
7795
04695783
JM
77962011-04-20 Jim Meyering <meyering@redhat.com>
7797
7798 * c-format.c (init_dollar_format_checking): Remove useless
7799 if-before-free.
7800
0dc33c3c
NP
78012011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>
7802
7803 * c-objc.h (objc_get_interface_ivars): Removed.
3c0d13bf 7804 (objc_detect_field_duplicates): New.
0dc33c3c 7805 * stub-objc.c: Likewise.
3c0d13bf 7806
c59633d9
NP
78072011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>
7808
7809 * stub-objc.c (objc_declare_protocols): Renamed to
7810 objc_declare_protocol.
7811 * c-objc.h: Likewise.
3c0d13bf 7812
32dabdaf
NP
78132011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>
7814
7815 * stub-objc.c (objc_declare_class): Updated argument name.
7816
81f653d6
NF
78172011-04-12 Nathan Froyd <froydnj@codesourcery.com>
7818
7819 * c-common.h (c_common_init_ts): Declare.
7820 * c-common.c (c_common_init_ts): Define.
7821
eb345401
NP
78222011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>
7823
7824 * c-objc.h (objc_build_message_expr): Updated prototype.
7825 * stub-objc.c (objc_build_message_expr): Likewise.
9faeb493 7826
a358e188
MJ
78272011-04-12 Martin Jambor <mjambor@suse.cz>
7828
7829 * c-gimplify.c (c_genericize): Call cgraph_get_create_node instead
7830 of cgraph_node.
7831
e6313a78
RG
78322011-04-11 Richard Guenther <rguenther@suse.de>
7833
7834 * c-common.c (complete_array_type): Build a range type of
7835 proper type.
7836
dcf0c47e
NF
78372011-04-08 Nathan Froyd <froydnj@codesourcery.com>
7838
7839 * c-common.c (handle_sentinel_attribute): Don't use TYPE_ARG_TYPES.
7840 (handle_type_generic_attribute): Likewise.
7841
1ee44b26
JM
78422011-04-07 Jason Merrill <jason@redhat.com>
7843
7844 PR c++/48450
7845 * c-common.c (c_common_truthvalue_conversion): Don't ignore
7846 conversion from C++0x scoped enum.
7847
acce4e77
JM
78482011-04-06 Joseph Myers <joseph@codesourcery.com>
7849
7850 * c-target-def.h: New file.
7851 * c-target.def: New file.
7852 * c-target.h: New file.
7853 * c-common.c (targetcm): Don't define here.
7854 * c-common.h (default_handle_c_option): Declare.
7855 * c-format.c: Include c-target.h instead of target.h.
7856 * c-opts.c: Include c-target.h instead of target.h. Explicitly
7857 include tm.h.
7858 (default_handle_c_option): Move from targhooks.c.
7859
e2eefb55
JJ
78602011-03-29 Jakub Jelinek <jakub@redhat.com>
7861
7862 PR preprocessor/48248
7863 * c-ppoutput.c (print): Add src_file field.
7864 (init_pp_output): Initialize it.
7865 (maybe_print_line): Don't optimize by adding up to 8 newlines
7866 if map->to_file and print.src_file are different file.
7867 (print_line): Update print.src_file.
7868
ba78087b
KT
78692011-03-25 Kai Tietz <ktietz@redhat.com>
7870
7871 * c-ada-spec.c (compare_comment): Use filename_cmp
7872 instead of strcmp for filename.
7873
0edf1bb2
JL
78742011-03-25 Jeff Law <law@redhat.com>
7875
adfac8df 7876 * c-common.c (def_fn_type): Add missing va_end.
0edf1bb2 7877
c7dc8804
JM
78782011-03-25 Jason Merrill <jason@redhat.com>
7879
7880 * c.opt: Add -std=c++03.
7881
d1d879b1
EB
78822011-03-22 Eric Botcazou <ebotcazou@adacore.com>
7883
7884 * c-ada-spec.c (dump_ada_template): Skip non-class instances.
7885
3f8257db 78862011-03-17 Kai Tietz <ktietz@redhat.com>
62d784f7
KT
7887
7888 PR target/12171
5050afdf
KT
7889 * c-pretty-print.c (pp_c_specifier_qualifier_list):
7890 Display allowed attributes for function pointer types.
7891 (pp_c_attributes_display): New function to display
7892 attributes having affects_type_identity flag set to true.
7893 * c-pretty-print.h (pp_c_attributes_display): New prototype.
7894
62d784f7
KT
7895 * c-common.c (c_common_attribute_table):
7896 Add new element.
7897 (c_common_format_attribute_table): Likewise.
7898
82d37118
JM
78992011-03-18 Jason Merrill <jason@redhat.com>
7900
49a000c3
JM
7901 * c.opt (fconstexpr-depth): Add Var(max_constexpr_depth).
7902 * c-common.h: Don't declare it here.
7903 * c-common.c: Or define it here.
7904 * c-opts.c (c_common_handle_option): Or set it here.
7905
82d37118
JM
7906 PR c++/35315
7907 * c-common.c (handle_transparent_union_attribute): Don't
7908 make a duplicate type in C++.
7909
17bc631c
JM
79102011-03-15 Jason Merrill <jason@redhat.com>
7911
7912 * c-common.c (max_constexpr_depth): New.
7913 * c-common.h: Declare it.
7914 * c-opts.c (c_common_handle_option): Set it.
7915 * c.opt (fconstexpr-depth): New option.
7916
1b9b91a6
JM
79172011-03-11 Jason Merrill <jason@redhat.com>
7918
f231b5ff
JM
7919 * c-common.c (attribute_takes_identifier_p): Add missing const.
7920
1b9b91a6
JM
7921 PR c++/46803
7922 * c-common.c (attribute_takes_identifier_p): Assume that an
7923 unknown attribute takes an identifier.
7924
a19e4d44
NF
79252011-03-07 Nathan Froyd <froydnj@codesourcery.com>
7926
7927 PR c/47786
7928 * c-common.c (c_type_hash): Call list_length instead of iterating
7929 through DECL_CHAIN. Rename 'i' to 'n_elements'.
7930
982d62f6
JJ
79312011-02-19 Jakub Jelinek <jakub@redhat.com>
7932
7933 PR c/47809
7934 * c-common.c (c_fully_fold_internal): Handle VIEW_CONVERT_EXPR.
7935
0a256240
NP
79362011-02-17 Iain Sandoe <iains@gcc.gnu.org>
7937
7938 * c.opt (fobjc-abi-version=) New.
7939 (fobjc-nilcheck): New.
7940
ba9e6dd5
NF
79412011-02-03 Nathan Froyd <froydnj@codesourcery.com>
7942
7943 PR c++/46890
7944 * c-common.h (keyword_is_decl_specifier): Declare.
7945 * c-common.c (keyword_is_decl_specifier): Define.
7946 (keyword_is_function_specifier): New function.
7947
7273813a
JJ
79482011-01-26 Jakub Jelinek <jakub@redhat.com>
7949
7950 PR c/47473
7951 * c-lex.c (interpret_float): If CPP_N_IMAGINARY, ensure
7952 EXCESS_PRECISION_EXPR is created with COMPLEX_TYPE instead of
7953 REAL_TYPE.
7954
908ef79b
AC
79552011-01-26 Arnaud Charlet <charlet@adacore.com>
7956
7957 * c-ada-spec.c (dump_generic_ada_node): Avoid dereferencing null type.
7958
237e9384
JJ
79592011-01-26 Jakub Jelinek <jakub@redhat.com>
7960
7961 PR pch/47430
7962 * c-opts.c (c_common_post_options): Call c_common_no_more_pch
7963 after init_c_lex if pch_file is set.
7964
47ea1edf
DK
79652011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
7966
d4dba752 7967 PR c++/43601
47ea1edf
DK
7968 * c.opt (-fkeep-inline-dllexport): New switch.
7969
2aa9c6ae
RG
79702011-01-12 Richard Guenther <rguenther@suse.de>
7971
7972 PR middle-end/32511
7973 * c-common.c (handle_weak_attribute): Warn instead of error
7974 on declaring an inline function weak.
7975
7bd11157
TT
79762011-01-05 Tom Tromey <tromey@redhat.com>
7977
7978 * c-common.h (lvalue_error): Update.
7979 * c-common.c (lvalue_error): Add 'loc' argument. Call error_at,
7980 not error.
7981
0e66e494 79822010-12-29 Nicola Pero <nicola.pero@meta-innovation.com>
9faeb493 7983
b4f588c4
NP
7984 PR objc/47075
7985 * c-objc.h (objc_finish_message_expr): Added argument to
7986 prototype.
7987
f4da8dce
NF
79882010-12-22 Nathan Froyd <froydnj@codesourcery.com>
7989
7990 * c-common.c (handle_nonnull_attribute, handle_sentinel_attribute):
7991 Use prototype_p.
7992
46270f14
NP
79932010-12-18 Nicola Pero <nicola.pero@meta-innovation.com>
7994
7995 * c-objc.h (objc_maybe_warn_exceptions): New.
9faeb493 7996 * stub-objc.c (objc_maybe_warn_exceptions): New.
46270f14 7997
4816c593
NF
79982010-12-10 Nathan Froyd <froydnj@codesourcery.com>
7999
8000 * c-common.h (readonly_error): Declare.
8001 * c-common.c (readonly_error): Define.
8002
7a6daeb0
NF
80032010-12-09 Nathan Froyd <froydnj@codesourcery.com>
8004
8005 * c-common.h (invalid_indirection_error): Declare.
8006 * c-common.c (invalid_indirection_error): Define.
8007
892f6119
RG
80082010-12-03 Richard Guenther <rguenther@suse.de>
8009
8010 PR c/46745
8011 * c-pretty-print.c (pp_c_postfix_expression): Handle MEM_REF.
8012 (pp_c_unary_expression): Likewise.
8013 (pp_c_expression): Likewise.
8014
6c39e757
NP
80152010-11-30 Nicola Pero <nicola.pero@meta-innovation.com>
8016
8017 * c-common.h (objc_finish_function): New.
8018 (objc_non_volatilized_type): Removed.
8019 (objc_type_quals_match): Removed.
8020 * stub-objc.c (objc_finish_function): New.
8021 (objc_non_volatilized_type): Removed.
8022 (objc_type_quals_match): Removed.
9faeb493 8023
7c475d11
JM
80242010-11-30 Joseph Myers <joseph@codesourcery.com>
8025
8026 * c-common.h (parse_optimize_options): Declare.
8027 * c-cppbuiltin.c, c-format.c, c-gimplify.c, c-lex.c, c-omp.c,
8028 c-pch.c, c-pragma.c, c-semantics.c: Don't include toplev.h.
8029
71f3e391
JM
80302010-11-29 Joseph Myers <joseph@codesourcery.com>
8031
8032 * c-opts.c (check_deps_environment_vars): Use getenv instead of
8033 GET_ENVIRONMENT.
8034 * c-pch.c (O_BINARY): Don't define here.
8035 * c-pragma.h: Include "cpplib.h" instead of <cpplib.h>.
8036
d5fabb58
JM
80372010-11-25 Joseph Myers <joseph@codesourcery.com>
8038
8039 * c-cppbuiltin.c (c_cpp_builtins): Pass &global_options to
8040 targetm.except_unwind_info.
8041
299404a1
JM
80422010-11-23 Joseph Myers <joseph@codesourcery.com>
8043
8044 * c-opts.c (c_common_handle_option): Pass location to
8045 set_struct_debug_option.
8046
c98cd5bf
JM
80472010-11-23 Joseph Myers <joseph@codesourcery.com>
8048
8049 * c-common.c (visibility_options): Move from ../opts.c.
8050 * c-common.h (struct visibility_flags, visibility_options):
8051 Declare here.
8052 * c-opts.c (finish_options): Rename to c_finish_options.
8053 (c_common_init): Update call to finish_options.
8054
a9546771
NP
80552010-11-22 Nicola Pero <nicola.pero@meta-innovation.com>
8056
8057 PR objc/34033
8058 * c-lex.c (lex_string): Check that each string in an Objective-C
8059 string concat sequence starts with either one or zero '@', and
8060 that there are no spurious '@' signs at the end.
8061
24a57808
JM
80622010-11-20 Joseph Myers <joseph@codesourcery.com>
8063
8064 * c-pragma.c: Remove conditionals on HANDLE_PRAGMA_PACK,
8065 HANDLE_PRAGMA_PACK_PUSH_POP, HANDLE_PRAGMA_WEAK and
8066 HANDLE_PRAGMA_VISIBILITY.
8067 * c-pragma.h (HANDLE_PRAGMA_WEAK, HANDLE_PRAGMA_PACK,
8068 HANDLE_PRAGMA_VISIBILITY): Don't define.
8069 (HANDLE_SYSV_PRAGMA, HANDLE_PRAGMA_PACK_PUSH_POP): Don't test.
8070
a9aa2c3a
NF
80712010-11-20 Nathan Froyd <froydnj@codesourcery.com>
8072
8073 PR c++/16189
8074 PR c++/36888
8075 PR c++/45331
8076 * c-common.h (keyword_begins_type_specifier): Declare.
8077 (keyword_is_storage_class_specifier): Declare.
8078 (keyword_is_type_qualifier): Declare.
8079 * c-common.c (keyword_begins_type_specifier): New function.
8080 (keyword_is_storage_class_specifier): New function.
8081 (keyword_is_type_qualifier): Declare.
8082
5386338c
JM
80832010-11-19 Joseph Myers <joseph@codesourcery.com>
8084
8085 PR c/46547
8086 * c-common.c (in_late_binary_op): Define.
8087 (c_common_truthvalue_conversion): Check in_late_binary_op before
8088 calling c_save_expr.
8089 * c-common.h (in_late_binary_op): Declare.
8090
69ccdddb
JM
80912010-11-19 Joseph Myers <joseph@codesourcery.com>
8092
8093 * c-opts.c (c_common_handle_option): Update calls to
8094 set_struct_debug_option.
8095
6b192a09
NP
80962010-11-19 Nicola Pero <nicola.pero@meta-innovation.com>
8097
8098 * c-common.h (objc_declare_protocols): Added additional argument.
8099 * stub-objc.c (objc_declare_protocol): Same change.
9faeb493 8100
fb52b50a
NF
81012010-11-18 Nathan Froyd <froydnj@codesourcery.com>
8102
8103 PR c/33193
8104 * c-common.h (build_real_imag_expr): Declare.
8105 * c-semantics.c (build_real_imag_expr): Define.
8106
b37421c6
JM
81072010-11-17 Joseph Myers <joseph@codesourcery.com>
8108
8109 * c-opts.c (c_common_parse_file): Take no arguments.
8110 * c-common.h (c_common_parse_file): Update prototype.
8111
07078664
JJ
81122010-11-16 Jakub Jelinek <jakub@redhat.com>
8113
8114 PR c++/46401
8115 * c-common.c (warning_candidate_p): Don't track non-const calls
8116 or STRING_CSTs.
8117
c6a13190
ILT
81182010-11-15 Ian Lance Taylor <iant@google.com>
8119
8120 * c-lex.c (init_c_lex): Set macro debug callbacks if
8121 flag_dump_go_spec is set.
8122
925e8657
NP
81232010-11-15 Nicola Pero <nicola.pero@meta-innovation.com>
8124
8125 * c-common.h (objc_build_incr_expr_for_property_ref): New.
8126 * stub-objc.c (objc_build_incr_expr_for_property_ref): New.
8127
bb0a9581
NF
81282010-11-15 Nathan Froyd <froydnj@codesourcery.com>
8129
8130 PR preprocessor/45038
8131 * c-cppbuiltin.c (c_cpp_builtins): Use different format for C++
8132 dialects.
8133
c5fa0890
JM
81342010-11-12 Joseph Myers <joseph@codesourcery.com>
8135
8136 * c-common.h (c_family_lang_mask): Declare.
8137 * c-opts.c (c_family_lang_mask): Make extern.
8138 * c-pragma.c (handle_pragma_diagnostic): Use
8139 control_warning_option.
8140
a4d8c676
JM
81412010-11-12 Joseph Myers <joseph@codesourcery.com>
8142
8143 * c-common.c (parse_optimize_options): Update call to
8144 decode_options.
8145 * c-common.h (c_common_handle_option): Update prototype.
8146 * c-opts.c (c_common_handle_option): Take location_t parameter and
8147 pass it to other functions.
8148
f954bd2c
JM
81492010-11-11 Joseph Myers <joseph@codesourcery.com>
8150
8151 * c-opts.c (warning_as_error_callback): Remove.
8152 (c_common_initialize_diagnostics): Don't call
8153 register_warning_as_error_callback.
8154 (c_common_handle_option): Handle -Werror=normalized= here.
8155
d8a07487
JM
81562010-11-10 Joseph Myers <joseph@codesourcery.com>
8157
8158 * c-common.c (handle_mode_attribute): Use %' and word "signedness"
8159 in diagnostic.
8160 * c-opts.c (c_common_parse_file): Start diagnostics with lowercase
8161 letter.
8162 * c-pragma.c (handle_pragma_target, handle_pragma_optimize):
8163 Remove trailing '.' from diagnostics.
8164 * c.opt (Wwrite-strings_: Avoid '`' in help text.
8165
d5478783
JM
81662010-11-10 Joseph Myers <joseph@codesourcery.com>
8167
8168 * c-common.c (parse_optimize_options): Pass global_dc to
8169 decode_options.
8170 * c-opts.c (c_common_handle_option): Pass &global_options to
8171 set_Wstrict_aliasing.
8172 * c.opt (v): Don't mark Common or document here.
8173
91ebb981
IS
81742010-11-06 Iain Sandoe <iains@gcc.gnu.org>
8175
8176 PR target/44981
8177 * c-format.c (format_type): New type gcc_objc_string_format_type.
8178 (valid_stringptr_type_p): New.
8179 (handle_format_arg_attribute): Use valid_stringptr_type_p ().
9faeb493 8180 (check_format_string): Pass expected type, use
91ebb981
IS
8181 valid_stringptr_type_p (), check that the format string types are
8182 consistent with the format specification.
8183 (decode_format_attr): Warn if NSString is used outside objective-c.
8184 (format_types_orig): Add NSString.
8185 (format_name): New.
8186 (format_flags): New.
8187 (check_format_arg): Handle format strings requiring an external parser.
8188 first_target_format_type: New variable.
8189 (handle_format_attribute): Set up first_target_format_type, pass the
8190 expected format arg string type to check_format_string().
8191 * c-common.h (FMT_FLAG_PARSE_ARG_CONVERT_EXTERNAL): New flag.
8192 * stub-objc.c (objc_string_ref_type_p): New.
8193 (objc_check_format_arg): New.
8194
bede2adc
NP
81952010-11-04 Nicola Pero <nicola.pero@meta-innovation.com>
8196
9faeb493 8197 Fixed using the Objective-C 2.0 dot-syntax with class names.
bede2adc
NP
8198 * c-common.h (objc_build_class_component_ref): New.
8199 * stub-objc.c (objc_build_class_component_ref): New.
8200
9a179d01
NP
82012010-11-03 Nicola Pero <nicola.pero@meta-innovation.com>
8202
8203 * c.opt (Wproperty-assign-default): New option.
8204
22d8d616
NP
82052010-11-03 Nicola Pero <nicola.pero@meta-innovation.com>
8206
8207 Implemented -fobjc-std=objc1 flag.
8208 * c.opt (fobjc-std=objc1): New option.
8209
2debdb4f
NP
82102010-11-01 Nicola Pero <nicola.pero@meta-innovation.com>
8211
8212 Implemented format and noreturn attributes for Objective-C methods.
8213 * c-common.c (handle_noreturn_attribute): Recognize 'noreturn'
8214 attribute for Objective-C methods.
8215
ec52b111
JM
82162010-10-31 Jason Merrill <jason@redhat.com>
8217
8218 * c-common.c (conversion_warning, warn_for_collisions_1): Use
8219 EXPR_LOC_OR_HERE.
8220
46a88c12
NP
82212010-10-30 Nicola Pero <nicola.pero@meta-innovation.com>
8222
8223 Implemented Objective-C 2.0 @property, @synthesize and @dynamic.
8224 * c-common.h (enum rid): Removed RID_COPIES and RID_IVAR.
8225 (objc_add_property_declaration): Removed arguments for copies and
8226 ivar.
8227 (objc_build_getter_call): Renamed to
8228 objc_maybe_build_component_ref.
8229 (objc_build_setter_call): Renamed to objc_maybe_build_modify_expr.
8230 (objc_is_property_ref): New.
8231 * c-common.c (c_common_reswords): Removed copies and ivar.
8232 * stub-objc.c (objc_add_property_declaration): Removed arguments
8233 for copies and ivar.
8234 (objc_build_getter_call): Renamed to
8235 objc_maybe_build_component_ref.
8236 (objc_build_setter_call): Renamed to objc_maybe_build_modify_expr.
8237 (objc_is_property_ref): New.
9faeb493 8238
1e4bf85b
AC
82392010-10-29 Arnaud Charlet <charlet@adacore.com>
8240 Matthew Gingell <gingell@adacore.com>
8241
8242 * c-ada-spec.c (separate_class_package): New function.
8243 (pp_ada_tree_identifier): Prefix references to C++ classes with the
8244 name of their enclosing package.
8245 (print_ada_declaration): Use separate_class_package.
8246
81f0bab2
JM
82472010-10-27 Jason Merrill <jason@redhat.com>
8248
2b08f2c5
JM
8249 * c-common.c (c_common_reswords): Add __is_literal_type.
8250 * c-common.h (enum rid): Add RID_IS_LITERAL_TYPE.
8251
81f0bab2
JM
8252 * c-common.c (check_case_value): Remove special C++ code.
8253
200290f2
NP
82542010-10-27 Nicola Pero <nicola.pero@meta-innovation.com>
8255
8256 * c-common.h (enum rid): Added RID_READWRITE, RID_ASSIGN,
8257 RID_RETAIN, RID_COPY and RID_NONATOMIC. Updated RID_FIRST_PATTR
8258 and RID_LAST_PATTR.
8259 (objc_add_property_declaration): Added additional arguments.
8260 (objc_property_attribute_kind): Removed.
8261 (objc_set_property_attr): Removed.
8262 * c-common.c (c_common_reswords): Added readwrite, assign, retain,
8263 copy and nonatomic.
8264 * stub-objc.c (objc_add_property_declaration): Added additional
8265 arguments.
8266 (objc_set_property_attr): Removed.
9faeb493 8267
f614132b
NP
82682010-10-27 Nicola Pero <nicola.pero@meta-innovation.com>
8269
8270 * c-common.h (objc_add_property_variable): Renamed to
8271 objc_add_property_declaration. Added location argument.
8272 * stub-objc.c (objc_add_property_variable): Same change.
b1726d6c 8273
b8a18805
NP
82742010-10-23 Nicola Pero <nicola.pero@meta-innovation.com>
8275
8276 * c-common.h (objc_maybe_printable_name): New.
8277 * stub-objc.c (objc_maybe_printable_name): New.
8278
3f8257db
JJ
82792010-10-22 Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
8280 Andrew Pinski <pinskia@gmail.com>
30cd1c5d
AS
8281
8282 * c-common.h (c_common_mark_addressable_vec): Declare.
8283 * c-common.c (c_common_mark_addressable_vec): New function.
8284
249a82c4
NP
82852010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>
8286
8287 * c-common.h (objc_set_method_type): Removed.
8288 (objc_add_method_declaration): Added boolean argument.
8289 (objc_start_method_definition): Same change.
8290 (objc_build_method_signature): Same change.
8291 * stub-objc.c (objc_set_method_type): Removed.
8292 (objc_add_method_declaration): Added boolean argument.
8293 (objc_start_method_definition): Same change.
8294 (objc_build_method_signature): Same change.
8295
977e30bc
NP
82962010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>
8297
8298 * c-common.h (finish_file): Removed.
8299 (objc_write_global_declarations): New.
8300 * c-opts.c (c_common_parse_file): Do not call finish_file.
8301 * stub-objc.c (objc_write_global_declarations): New.
9faeb493 8302
da57d1b9
NP
83032010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
8304
8305 Implemented parsing @synthesize and @dynamic for
8306 Objective-C/Objective-C++.
8307 * c-common.h (enum rid): Add RID_AT_SYNTHESIZE and RID_AT_DYNAMIC.
8308 (objc_add_synthesize_declaration): New.
8309 (objc_add_dynamic_declaration): New.
8310 * c-common.c (c_common_reswords): Add synthesize and dynamic.
8311 * stub-objc.c (objc_add_synthesize_declaration): New.
8312 (objc_add_dynamic_declaration): New.
9faeb493 8313
0069111f
MM
83142010-10-18 Michael Meissner <meissner@linux.vnet.ibm.com>
8315
8316 PR target/46041
8317 * c-cppbuiltin.c (mode_has_fma): Move function here from
8318 builtins.c. Don't use the fma optab, instead just use the
8319 HAVE_fma* macros, so that __FP_FAST_FMA* will be defined when
8320 using -save-temps.
8321
e426b47b
NP
83222010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
8323
8324 Merge from 'apple/trunk' branch on FSF servers.
0069111f 8325
3f8257db 8326 2005-11-08 Fariborz Jahanian <fjahanian@apple.com>
e426b47b 8327
9faeb493 8328 Radar 4330422
e426b47b
NP
8329 * c-common.h (objc_non_volatilized_type): New declaration
8330 * stub-objc.c (objc_non_volatilized_type): New stub.
8331
90fbfdc3
NP
83322010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>
8333
e426b47b 8334 Merge from 'apple/trunk' branch on FSF servers.
90fbfdc3 8335
3f8257db 8336 2006-03-27 Fariborz Jahanian <fjahanian@apple.com>
90fbfdc3 8337
9faeb493 8338 Radar 4133425
90fbfdc3 8339 * c-common.h (objc_diagnose_private_ivar): New decl.
0069111f 8340 * stub-objc.c (objc_diagnose_private_ivar): New stub.
90fbfdc3 8341
c37d8c30
IS
83422010-10-17 Iain Sandoe <iains@gcc.gnu.org>
8343
8344 * c-common.c (c_common_reswords): Add package, RID_AT_PACKAGE.
8345 * c-common.h (enum rid): Add RID_AT_PACKAGE.
8346 (objc_ivar_visibility_kind): New enum.
8347 (objc_set_visibility): Adjust prototype to use visibility enum.
0069111f 8348 * stub-objc.c (objc_set_visibility): Adjust stub to use
c37d8c30
IS
8349 visibility enum.
8350
1b1562a5
MM
83512010-10-14 Michael Meissner <meissner@linux.vnet.ibm.com>
8352
8353 * c-cppbuiltin.c (builtin_define_float_constants): Emit
8354 __FP_FAST_FMA, __FP_FAST_FMAF, and __FP_FAST_FMAL if the machine
8355 has the appropriate fma builtins.
8356 (c_cpp_builtins): Adjust call to builtin_define_float_constants.
8357
668ea4b1
IS
83582010-10-14 Iain Sandoe <iains@gcc.gnu.org>
8359
1b1562a5 8360 merge from FSF apple 'trunk' branch.
3f8257db 8361 2006 Fariborz Jahanian <fjahanian@apple.com>
1b1562a5 8362
668ea4b1
IS
8363 Radars 4436866, 4505126, 4506903, 4517826
8364 * c-common.c (c_common_resword): Define @property and its attributes.
8365 * c-common.h: Define property attribute enum entries.
8366 (OBJC_IS_PATTR_KEYWORD): New.
8367 (objc_property_attribute_kind): New enum.
8368 Declare objc_set_property_attr (), objc_add_property_variable (),
8369 objc_build_getter_call () and objc_build_setter_call ().
8370 * stub-objc.c (objc_set_property_attr): New stub.
8371 (objc_add_property_variable): Likewise.
8372 (objc_build_getter_call): Likewise.
8373 (objc_build_setter_call) Likewise.
1b1562a5 8374
a1178b30
IS
83752010-10-13 Iain Sandoe <iains@gcc.gnu.org>
8376
1b1562a5 8377 merge from FSF apple 'trunk' branch.
3f8257db 8378 2006-04-26 Fariborz Jahanian <fjahanian@apple.com>
a1178b30
IS
8379
8380 Radar 3803157 (method attributes)
8381 * c-common.c (handle_deprecated_attribute): Recognize
8382 objc methods as valid declarations.
8383 * c-common.h: Declare objc_method_decl ().
1b1562a5 8384 * stub-objc.c (objc_method_decl): New stub.
a1178b30 8385
a75bfaa6
JM
83862010-10-08 Joseph Myers <joseph@codesourcery.com>
8387
8388 * c-common.c (parse_optimize_options): Call
8389 decode_cmdline_options_to_array_default_mask before
8390 decode_options. Update arguments to decode_options.
8391 * c-common.h (c_common_init_options_struct): Declare.
8392 * c-opts.c (c_common_init_options_struct): New. Split out from
8393 c_common_init_options.
8394
f05b9d93
NP
83952010-10-06 Nicola Pero <nicola.pero@meta-innovation.com>
8396
8397 Implemented fast enumeration for Objective-C.
8398 * c-common.h (objc_finish_foreach_loop): New.
8399 * stub-objc.c (objc_finish_foreach_loop): New.
8400
1ebe4b4f
JM
84012010-10-05 Joseph Myers <joseph@codesourcery.com>
8402
8403 * c-common.h (struct diagnostic_context): Don't declare here.
8404 (c_common_initialize_diagnostics): Declare using
8405 diagnostic_context typedef.
8406 * c-opts.c (c_common_handle_option): Pass global_dc to
8407 handle_generated_option.
8408
d4d24ba4
JM
84092010-10-04 Joseph Myers <joseph@codesourcery.com>
8410
8411 * c-opts.c (c_common_handle_option): Pass &global_options_set to
8412 handle_generated_option.
8413
478a1c5b
ILT
84142010-10-03 Ian Lance Taylor <iant@google.com>
8415
8416 * c.opt (-fplan9-extensions): New option.
8417
82a1c2fe
FXC
84182010-10-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8419
8420 * c-cppbuiltin.c (define__GNUC__, builtin_define_type_precision):
8421 Remove.
8422 (c_cpp_builtins): Call functions from cppbuiltin.c instead
8423 of duplicating code.
8424
92902b1b
IS
84252010-09-30 Iain Sandoe <iains@gcc.gnu.org>
8426
8427 * c-common.c: Add two new entries for @optional
8428 and @required keywords.
8429
8430 merge from FSF 'apple/trunk' branch.
3f8257db 8431 2006-01-30 Fariborz Jahanian <fjahanian@apple.com>
92902b1b
IS
8432
8433 Radar 4386773
8434 * c-common.h (RID_AT_OPTIONAL, RID_AT_REQUIRED): Two new
8435 objective-c keywords.
8436 (objc_set_method_opt): New declaration.
8437 * stub-objc.c (objc_set_method_opt): New stub.
9faeb493 8438
46625112
JM
84392010-09-30 Joseph Myers <joseph@codesourcery.com>
8440
8441 * c-common.c (handle_optimize_attribute): Pass &global_options to
8442 cl_optimization_save and cl_optimization_restore.
8443 * c-opts.c (c_common_handle_option): Pass &global_options to
8444 handle_generated_option.
8445 * c-pragma.c (handle_pragma_diagnostic): Use option_flag_var.
8446 (handle_pragma_pop_options, handle_pragma_reset_options): Pass
8447 &global_options to cl_optimization_restore.
8448
49b91f05
NP
84492010-09-30 Nicola Pero <nicola.pero@meta-innovation.com>
8450
8451 * c-lex.c (c_lex_with_flags): Updated comments for CPP_AT_NAME
8452 Objective-C/Objective-C++ keywords.
8453
13ed556f 84542010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>
a6341d57 8455
9faeb493
UB
8456 Merge from 'apple/trunk' branch on FSF servers.
8457
3f8257db 8458 2005-10-04 Fariborz Jahanian <fjahanian@apple.com>
a6341d57
NP
8459
8460 Radar 4281748
8461 * c-common.h (objc_check_global_decl): New declaration.
8462 * stub-objc.c (objc_check_global_decl): New stub.
8463
f0036cca
JM
84642010-09-29 Joseph Myers <joseph@codesourcery.com>
8465
8466 * c.opt: Don't use VarExists.
8467
e3339d0f
JM
84682010-09-29 Joseph Myers <joseph@codesourcery.com>
8469
8470 * c-common.c (c_cpp_error): Update names of diagnostic_context
8471 members.
8472 * c-cppbuiltin.c (c_cpp_builtins_optimize_pragma): Update names of
8473 cl_optimization members.
8474 * c-opts.c (warning_as_error_callback, c_common_handle_option,
8475 sanitize_cpp_opts, finish_options): Update names of cpp_options
8476 members.
8477
1973201f
NP
84782010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>
8479
8480 * c-common.h (OBJC_IS_CXX_KEYWORD): New macro. Updated comments.
8481 (objc_is_reserved_word): Removed.
8482 * c-common.c: Updated comments.
8483 * c-lex.c (c_lex_with_flags): Use OBJC_IS_CXX_KEYWORD instead of
8484 objc_is_reserved_word.
8485 * stub-objc.c (objc_is_reserved_word): Removed.
8486
f7e71da5
IS
84872010-09-28 Iain Sandoe <iains@gcc.gnu.org>
8488
9faeb493 8489 * c-common.h (objc_add_method_declaration): Adjust prototype to
f7e71da5
IS
8490 include attributes.
8491 (objc_start_method_definition): Likewise.
8492 (objc_build_keyword_decl): Likewise.
8493 * stub-objc.c:(objc_add_method_declaration): Handle attributes.
8494 (objc_start_method_definition): Likewise.
8495 (objc_build_keyword_decl): Likewise.
8496
c165dca7
IS
84972010-09-28 Iain Sandoe <iains@gcc.gnu.org>
8498
8499 * c-common.h (objc_start_class_interface): Adjust prototype.
8500 (objc_start_category_interface): Likewise.
8501 (objc_start_protocol): Likewise.
8502 * stub-objc.c (objc_start_protocol): Adjust for extra argument.
8503 (objc_start_class_interface): Likewise.
8504 (objc_start_category_interface): Likewise.
8505
7458026b
ILT
85062010-09-27 Ian Lance Taylor <iant@google.com>
8507
8508 * c-common.c (c_common_attribute_table): Add no_split_stack.
8509 (handle_no_split_stack_attribute): New static function.
8510
b581b85b
NP
85112010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
8512
9faeb493 8513 Merge from 'apple/trunk' branch on FSF servers.
b581b85b 8514
3f8257db 8515 2005-12-15 Fariborz Jahanian <fjahanian@apple.com>
b581b85b 8516
9faeb493 8517 Radar 4229905
b581b85b
NP
8518 * c-common.h (objc_have_common_type): New declaration.
8519 * stub-objc.c (objc_have_common_type): New stub.
8520
8521 2005-06-22 Ziemowit Laski <zlaski@apple.com>
8522
8523 Radar 4154928
8524 * c-common.h (objc_common_type): New prototype.
9faeb493 8525 * stub-objc.c (objc_common_type): New stub.
b581b85b 8526
46a4da10
JH
85272010-09-24 Jan Hubicka <jh@suse.cz>
8528
8529 * c-common.c (handle_leaf_attribute): New function.
8530 (struct attribute_spec c_common_att): Add leaf.
8531
e200444e
JM
85322010-09-22 Joseph Myers <joseph@codesourcery.com>
8533
8534 * c.opt (-all-warnings, -ansi, -assert, -assert=, -comments,
8535 -comments-in-macros, -define-macro, -define-macro=, -dependencies,
8536 -dump, -dump=, -imacros, -imacros=, -include, -include=,
8537 -include-barrier, -include-directory, -include-directory=,
8538 -include-directory-after, -include-directory-after=,
8539 -include-prefix, -include-prefix=, -include-with-prefix,
8540 -include-with-prefix=, -include-with-prefix-after,
8541 -include-with-prefix-after=, -include-with-prefix-before,
8542 -include-with-prefix-before=, -no-integrated-cpp,
8543 -no-line-commands, -no-standard-includes, -no-warnings, -output,
8544 -output=, -pedantic, -pedantic-errors, -preprocess,
8545 -print-missing-file-dependencies, -trace-includes, -traditional,
8546 -traditional-cpp, -trigraphs, -undefine-macro, -undefine-macro=,
8547 -user-dependencies, -verbose, -write-dependencies,
8548 -write-user-dependencies, no-integrated-cpp, traditional): New.
8549
29a80ea6
NP
85502010-09-21 Nicola Pero <nicola.pero@meta-innovation.com>
8551
8552 PR objc/23710
ac1fc2fc
NP
8553 * c-common.h (objc_start_method_definition): Return bool instead
8554 of void.
8555 * stub-objc.c (objc_start_method_definition): Return bool instead
8556 of void.
8557
85582010-09-21 Nicola Pero <nicola.pero@meta-innovation.com>
8559
8560 PR objc/25965
8561 * c-common.h (objc_get_interface_ivars): New declaration.
8562 * stub-objc.c (objc_get_interface_ivars): New stub.
29a80ea6 8563
de621752
ILT
85642010-09-15 Ian Lance Taylor <iant@google.com>
8565
8566 * c-common.c (parse_optimize_options): Do not capitalize warning
06730c5d 8567 messages. Remove period at end of warning message.
de621752 8568
ba885ec5
NS
85692010-09-09 Nathan Sidwell <nathan@codesourcery.com>
8570
8571 * c-common.c (handle_alias_ifunc_attribute): New, broken out of ...
8572 (handle_alias_attribute): ... here.
8573 (handle_ifunc_attribute): New.
8574
c5ee1358
MM
85752010-09-06 Mark Mitchell <mark@codesourcery.com>
8576
8577 * c-common.h (do_warn_double_promotion): Declare.
8578 * c-common.c (do_warn_double_promotion): Define.
8579
0a0b3574
MM
85802010-09-05 Mark Mitchell <mark@codesourcery.com>
8581
8582 * c.opt (Wdouble-promotion): New.
8583
d1779886
JM
85842010-09-02 Joseph Myers <joseph@codesourcery.com>
8585
8586 * c.opt (falt-external-templates, fhuge-objects, fvtable-gc,
8587 fvtable-thunks, fxref): Mark no longer supported in help text.
8588
2d2bd949
JM
85892010-09-02 Joseph Myers <joseph@codesourcery.com>
8590
8591 * c.opt (Wimport, fall-virtual, falt-external-templates,
8592 fdefault-inline, fenum-int-equiv, fexternal-templates,
8593 fguiding-decls, fhonor-std, fhuge-objects, flabels-ok,
8594 fname-mangling-version-, fnew-abi, fnonnull-objects,
8595 foptional-diags, fsquangle, fstrict-prototype, fthis-is-variable,
8596 fvtable-gc, fvtable-thunks, fxref): Mark with Ignore and Warn as
8597 applicable.
8598 (fhandle-exceptions): Mark with Alias and Warn.
8599 * c-opts.c (c_common_handle_option): Don't handle options marked
8600 as ignored.
8601
5de8299c
JM
86022010-09-02 Joseph Myers <joseph@codesourcery.com>
8603
8604 * c.opt (Wcomments, Werror-implicit-function-declaration,
8605 ftemplate-depth-, std=c89, std=c9x, std=gnu89, std=gnu9x,
8606 std=iso9899:1990, std=iso9899:1999, std=iso9899:199x): Mark as
8607 aliases.
8608 * c-common.c (option_codes): Use OPT_Wcomment instead of
8609 OPT_Wcomments.
8610 * c-opts.c (warning_as_error_callback, c_common_handle_option):
8611 Don't handle options marked as aliases.
8612
0ceb0201
RG
86132010-08-25 Richard Guenther <rguenther@suse.de>
8614
8615 * c-common.c (c_common_get_alias_set): Remove special
8616 handling for pointers.
8617
ac47786e
NF
86182010-08-20 Nathan Froyd <froydnj@codesourcery.com>
8619
8620 * c-common.c: Use FOR_EACH_VEC_ELT.
8621 * c-gimplify.c: Likewise.
8622 * c-pragma.c: Likewise.
8623
c878765b
JM
86242010-08-16 Joseph Myers <joseph@codesourcery.com>
8625
8626 * c.opt (MDX): Change back to MD. Mark NoDriverArg instead of
8627 RejectDriver.
8628 (MMDX): Change back to MMD. Mark NoDriverArg instead of
8629 RejectDriver.
8630 * c-opts.c (c_common_handle_option): Use OPT_MD and OPT_MMD
8631 instead of OPT_MDX and OPT_MMDX.
8632
603349bf
JM
86332010-08-16 Joseph Myers <joseph@codesourcery.com>
8634
8635 * c.opt (MDX, MMDX, lang-asm): Mark RejectDriver.
8636
644fa7ac
JM
86372010-08-12 Joseph Myers <joseph@codesourcery.com>
8638
8639 * c.opt (MD, MMD): Change to MDX and MMDX.
8640 * c-opts.c (c_common_handle_option): Use OPT_MMD and OPT_MMDX.
8641
481e1176
JM
86422010-08-11 Joseph Myers <joseph@codesourcery.com>
8643
8644 * c-opts.c (c_common_handle_option): Call handle_generated_option
8645 instead of handle_option.
8646
ac8dc9f7
NF
86472010-08-08 Nathan Froyd <froydnj@codesourcery.com>
8648
8649 * c-pragma.c (add_to_renaming_pragma_list): Fix call to VEC_safe_push.
8650 (maybe_apply_renaming_pragma): Delete unneeded declarations.
8651
4f8c876d
NF
86522010-08-08 Nathan Froyd <froydnj@codesourcery.com>
8653
8654 * c-pragma.c (pending_redefinition): Declare. Declare a VEC of it.
8655 (pending_redefine_extname): Change type to a VEC.
8656 (add_to_renaming_pragma_list): Update for new type of
8657 pending_redefine_extname.
ac8dc9f7 8658 (maybe_apply_renaming_pragma): Likewise.
4f8c876d 8659
3b0c690e
AC
86602010-08-04 Arnaud Charlet <charlet@adacore.com>
8661
8662 * c-ada-spec.c (dump_ada_template): Mark underlying instance type as
8663 visited.
8664 (dump_generic_ada_node): Code clean up. Use TREE_VISITED flag to
8665 decide whether a type has already been declared/seen.
8666 Do not go to the original type.
8667 (dump_nested_types): New parameter forward.
8668 Generate forward declaration if needed and mark type as visited.
8669 (print_ada_declaration): Call dump_nested_types if not already done.
8670 Mark types as visited.
8671
1890bccc
JM
86722010-08-03 Joseph Myers <joseph@codesourcery.com>
8673
8674 * c.opt (-print-pch-checksum): Remove option.
8675 * c-opts.c (c_common_handle_option): Don't handle
8676 OPT_print_pch_checksum.
8677
5f20c657
JM
86782010-07-27 Joseph Myers <joseph@codesourcery.com>
8679
8680 * c-common.h (c_common_handle_option): Update prototype and return
8681 value type.
8682 * c-opts.c (c_common_handle_option): Update prototype and return
8683 value type. Update calls to handle_option and
8684 enable_warning_as_error.
8685
f551f80c
JJ
86862010-07-27 Jakub Jelinek <jakub@redhat.com>
8687
8688 PR c/45079
8689 * c-pretty-print.c (pp_c_expression): Handle C_MAYBE_CONST_EXPR.
8690
61ff2bdc
JM
86912010-07-27 Joseph Myers <joseph@codesourcery.com>
8692
8693 * c-common.h (c_common_missing_argument): Remove.
8694 * c-opts.c (c_common_missing_argument): Remove.
8695 * c.opt (A, D, F, I, MD, MMD, MQ, MT, U, fconstant-string-class=,
8696 idirafter, imacros, include, isysroot, isystem, iquote): Add
8697 MissingArgError.
8698 * c-objc-common.h (LANG_HOOKS_MISSING_ARGUMENT): Remove.
8699
7a9bf9a4
JM
87002010-07-27 Joseph Myers <joseph@codesourcery.com>
8701
8702 * c-common.h (c_common_option_lang_mask,
8703 c_common_initialize_diagnostics, c_common_complain_wrong_lang_p):
8704 New.
8705 (c_common_init_options): Update prototype.
8706 * c-opts.c (c_common_option_lang_mask): New.
8707 (c_common_initialize_diagnostics): Split out of
8708 c_common_init_options.
8709 (accept_all_c_family_options, c_common_complain_wrong_lang_p):
8710 New.
8711 (c_common_init_options): Update prototype. Use decoded options in
8712 search for -lang-asm.
8713
910ad8de
NF
87142010-07-15 Nathan Froyd <froydnj@codesourcery.com>
8715
8716 * c-common.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
8717 * c-format.c: Likewise.
8718
718f9c0f
MLI
87192010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
8720
8721 * c-common.h: Include diagnostic-core.h. Error if already
8722 included.
8723 * c-semantics.c: Do not define GCC_DIAG_STYLE here.
8724
4d451982
MLI
87252010-07-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
8726
adfac8df 8727 * c-common.c (IN_GCC_FRONTEND): Do not undef.
4d451982
MLI
8728 Do not include expr.h
8729 (vector_mode_valid_p): Move here.
8730
119fe915
SB
87312010-06-21 DJ Delorie <dj@redhat.com>
8732
8733 * c-pragma.c (handle_pragma_diagnostic): Add push/pop,
8734 allow these pragmas anywhere.
8735
87362010-06-14 Jakub Jelinek <jakub@redhat.com>
8737
8738 PR bootstrap/44509
8739 * c-cppbuiltin.c: Include gt-c-family-c-cppbuiltin.h.
8740 (lazy_hex_fp_values, lazy_hex_fp_value_count): Add GTY(()) markers.
8741 (lazy_hex_fp_value, builtin_define_with_hex_fp_value): Use
8742 ggc_strdup instead of xstrdup.
8743
87442010-06-10 Jakub Jelinek <jakub@redhat.com>
8745
8746 * c-cppbuiltin.c: Include cpp-id-data.h.
8747 (lazy_hex_fp_values, lazy_hex_fp_value_count): New variables.
8748 (lazy_hex_fp_value): New function.
8749 (builtin_define_with_hex_fp_value): Provide definitions lazily.
8750
6662d794
MLI
87512010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
8752
8753 * c-gimplify.c: Do not include tree-flow.h
8754
38f8b050
JR
87552010-06-29 Joern Rennecke <joern.rennecke@embecosm.com>
8756
8757 PR other/44034
8758 * c-common.c: Rename targetm member:
8759 targetm.enum_va_list -> targetm.enum_va_list_p
8760
9589f23e
AS
87612010-06-28 Anatoly Sokolov <aesok@post.ru>
8762
8763 * c-common.c (shorten_compare): Adjust call to force_fit_type_double.
8764
3b06d379
SB
87652010-06-28 Steven Bosscher <steven@gcc.gnu.org>
8766
8767 * c-cppbuiltin.c: Do not include except.h.
8768
d166d4c3
AK
87692010-06-24 Andi Kleen <ak@linux.intel.com>
8770
9faeb493
UB
8771 * c-common.c (warn_for_omitted_condop): New.
8772 * c-common.h (warn_for_omitted_condop): Add prototype.
d166d4c3 8773
70cb8be6
JM
87742010-06-21 Joseph Myers <joseph@codesourcery.com>
8775
8776 * c.opt (lang-objc): Remove.
8777 * c-opts.c (c_common_handle_option): Don't handle OPT_lang_objc.
8778
a4c97feb
JR
87792010-06-21 Joern Rennecke <joern.rennecke@embecosm.com>
8780
8781 * c-opts.c: Include "tm_p.h".
8782
6e2f1956
JM
87832010-06-20 Joseph Myers <joseph@codesourcery.com>
8784
8785 * c-common.c (parse_optimize_options): Update call to
8786 decode_options.
8787
bc87224e
NF
87882010-06-18 Nathan Froyd <froydnj@codesourcery.com>
8789
8790 * c-common.c (record_types_used_by_current_var_decl): Adjust for
8791 new type of types_used_by_cur_var_decl.
8792
b49cf425
JR
87932010-06-17 Joern Rennecke <joern.rennecke@embecosm.com>
8794
8795 PR bootstrap/44512
8796 * c-cppbuiltin.c (builtin_define_with_hex_fp_value): Add cast
8797 for C++ standard compliance.
8798
59f9c2ed
JM
87992010-06-16 Jason Merrill <jason@redhat.com>
8800
8801 * c.opt: Add -Wnoexcept.
8802
33766b66
RG
88032010-06-16 Richard Guenther <rguenther@suse.de>
8804
8805 PR c/44555
8806 * c-common.c (c_common_truthvalue_conversion): Remove
8807 premature and wrong optimization concering ADDR_EXPRs.
8808
eff7e30c
AC
88092010-06-15 Arnaud Charlet <charlet@adacore.com>
8810
8811 * c-ada-spec.c (dump_sloc): Remove column info.
8812 (is_simple_enum): New function.
8813 (dump_generic_ada_node, print_ada_declaration): Map C enum types to Ada
8814 enum types when relevant.
8815
6312e84d
MLI
88162010-06-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
8817
9faeb493 8818 * c-common.c (conversion_warning): Warn at expression
6312e84d
MLI
8819 location.
8820
1cb42611
JM
88212010-06-10 Joseph Myers <joseph@codesourcery.com>
8822
8823 * c-opts.c (c_common_handle_option): Don't handle
8824 OPT_fshow_column.
8825
a9429e29
LB
88262010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
8827
8828 * c-pragma.c (push_alignment): Use typed GC allocation.
8829 (handle_pragma_push_options): Likewise.
8830
8831 * c-common.c (parse_optimize_options): Likewise.
8832
8833 * c-common.h (struct sorted_fields_type): Add variable_size GTY
8834 option.
8835
5498f011
JM
88362010-06-07 Joseph Myers <joseph@codesourcery.com>
8837
8838 * c-common.c (flag_preprocess_only, flag_undef, flag_no_builtin,
8839 flag_no_nonansi_builtin, flag_short_double, flag_short_wchar,
8840 flag_lax_vector_conversions, flag_ms_extensions, flag_no_asm,
8841 flag_signed_bitfields, warn_strict_null_sentinel,
8842 flag_nil_receivers, flag_zero_link, flag_replace_objc_classes,
8843 flag_gen_declaration, flag_no_gnu_keywords,
8844 flag_implement_inlines, flag_implicit_templates,
8845 flag_implicit_inline_templates, flag_optional_diags,
8846 flag_elide_constructors, flag_default_inline, flag_rtti,
8847 flag_conserve_space, flag_access_control, flag_check_new,
8848 flag_new_for_scope, flag_weak, flag_working_directory,
8849 flag_use_cxa_atexit, flag_use_cxa_get_exception_ptr,
8850 flag_enforce_eh_specs, flag_threadsafe_statics,
8851 flag_pretty_templates): Remove.
8852 * c-common.h (flag_preprocess_only, flag_nil_receivers,
8853 flag_objc_exceptions, flag_objc_sjlj_exceptions, flag_zero_link,
8854 flag_replace_objc_classes, flag_undef, flag_no_builtin,
8855 flag_no_nonansi_builtin, flag_short_double, flag_short_wchar,
8856 flag_lax_vector_conversions, flag_ms_extensions, flag_no_asm,
8857 flag_const_strings, flag_signed_bitfields, flag_gen_declaration,
8858 flag_no_gnu_keywords, flag_implement_inlines,
8859 flag_implicit_templates, flag_implicit_inline_templates,
8860 flag_optional_diags, flag_elide_constructors, flag_default_inline,
8861 flag_rtti, flag_conserve_space, flag_access_control,
8862 flag_check_new, flag_new_for_scope, flag_weak,
8863 flag_working_directory, flag_use_cxa_atexit,
8864 flag_use_cxa_get_exception_ptr, flag_enforce_eh_specs,
8865 flag_threadsafe_statics, flag_pretty_templates,
8866 warn_strict_null_sentinel): Remove.
8867 * c.opt (E, Wstrict-null-sentinel, faccess-control, fasm,
8868 fbuiltin, fcheck-new, fconserve-space, felide-constructors,
8869 fenforce-eh-specs, ffor-scope, fgnu-keywords, fimplement-inlines,
8870 fimplicit-inline-templates, fimplicit-templates,
8871 flax-vector-conversions, fms-extensions, fnil-receivers,
8872 fnonansi-builtins, fpretty-templates, freplace-objc-classes,
8873 frtti, fshort-double, fshort-enums, fshort-wchar,
8874 fsigned-bitfields, fsigned-char, fstats, fthreadsafe-statics,
8875 funsigned-bitfields, funsigned-char, fuse-cxa-atexit,
8876 fuse-cxa-get-exception-ptr, fweak, fworking-directory, fzero-link,
8877 gen-decls, undef): Use Var.
8878 (fdefault-inline, foptional-diags): Document as doing nothing.
8879 * c-opts.c (c_common_handle_option): Remove cases for options now
8880 using Var. Mark ignored options as such.
8881
39dabefd
SB
88822010-06-05 Steven Bosscher <steven@gcc.gnu.org>
8883
9faeb493 8884 * c-common.c: Moved to here from parent directory.
39dabefd
SB
8885 * c-common.def: Likewise.
8886 * c-common.h: Likewise.
8887 * c-cppbuiltin.c: Likewise.
8888 * c-dump.c: Likewise.
8889 * c-format.c: Likewise.
8890 * c-format.h : Likewise.
8891 * c-gimplify.c: Likewise.
8892 * c-lex.c: Likewise.
8893 * c-omp.c: Likewise.
8894 * c.opt: Likewise.
8895 * c-opts.c: Likewise.
8896 * c-pch.c: Likewise.
8897 * c-ppoutput.c: Likewise.
8898 * c-pragma.c: Likewise.
8899 * c-pragma.h: Likewise.
8900 * c-pretty-print.c: Likewise.
8901 * c-pretty-print.h: Likewise.
8902 * c-semantics.c: Likewise.
8903 * stub-objc.c: Likewise.
8904
8905 * c-common.c: Include gt-c-family-c-common.h.
8906 * c-pragma.c: Include gt-c-family-c-pragma.h.
8907\f
85ec4feb 8908Copyright (C) 2010-2018 Free Software Foundation, Inc.
39dabefd
SB
8909
8910Copying and distribution of this file, with or without modification,
8911are permitted in any medium without royalty provided the copyright
8912notice and this notice are preserved.