]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/c-family/ChangeLog
Daily bump.
[thirdparty/gcc.git] / gcc / c-family / ChangeLog
CommitLineData
77886428
CP
12016-05-02 Cesar Philippidis <cesar@codesourcery.com>
2
3 * c-common.h (enum c_omp_region_type): Define.
4
697e0b28
RS
52016-05-02 Richard Sandiford <richard.sandiford@arm.com>
6
7 * c-common.c (shorten_compare): Use wi::to_wide.
8
e7ff0319
CP
92016-04-29 Cesar Philippidis <cesar@codesourcery.com>
10
11 PR middle-end/70626
12 * c-common.h (c_oacc_split_loop_clauses): Add boolean argument.
13 * c-omp.c (c_oacc_split_loop_clauses): Use it to duplicate
14 reduction clauses in acc parallel loops.
15
2fff3db8
MP
162016-04-29 Marek Polacek <polacek@redhat.com>
17
18 PR c/70852
19 * c-common.c (warn_for_memset): Check domain before accessing it.
20
509063eb
DV
212016-04-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
22
23 PR/69089
24 * c-common.c (handle_aligned_attribute): Allow 0 as an argument to the
25 "aligned" attribute.
26
b632761d
JM
272016-04-28 Jason Merrill <jason@redhat.com>
28
29 * c-lex.c (c_common_has_attribute): Handle nodiscard.
30
174f6622
ES
312016-04-28 Eduard Sanou <dhole@openmailbox.org>
32 Matthias Klose <doko@debian.org>
33
34 * c-common.c (get_source_date_epoch): New function, gets the environment
35 variable SOURCE_DATE_EPOCH and parses it as long long with error
36 handling.
37 * c-common.h (get_source_date_epoch): Prototype.
38 * c-lex.c (c_lex_with_flags): set parse_in->source_date_epoch.
39
6bc2bb18
RB
402015-04-27 Ryan Burn <contact@rnburn.com>
41
42 PR c++/69024
43 PR c++/68997
44 * cilk.c (cilk_ignorable_spawn_rhs_op): Change to external linkage.
45 (cilk_recognize_spawn): Renamed from recognize_spawn and change to
46 external linkage.
47 (cilk_detect_and_unwrap): Corresponding changes.
48 (extract_free_variables): Don't extract free variables from
49 AGGR_INIT_EXPR slot.
50 * c-common.h (cilk_ignorable_spawn_rhs_op): Prototype.
51 (cilk_recognize_spawn): Likewise.
52
c1e1f433
BS
532016-04-27 Bernd Schmidt <bschmidt@redhat.com>
54
55 * c.opt (Wmemset-elt-size): New option.
56 * c-common.c (warn_for_memset): New function.
57 * c-common.h (warn_for_memset): Declare.
58
d067e05f
JM
592016-04-25 Jason Merrill <jason@redhat.com>
60
61 * c-common.c (handle_unused_attribute): Accept CONST_DECL.
62 No longer static.
63 * c-common.h: Declare it.
64 * c-lex.c (c_common_has_attribute): Add maybe_unused.
65
9aa36ae5
JM
662016-04-22 Jason Merrill <jason@redhat.com>
67
68 * c-cppbuiltin.c (c_cpp_builtins): Fix __cpp_range_based_for.
69
477d4906
IV
702016-04-20 Ilya Verbin <ilya.verbin@intel.com>
71
72 PR c++/69363
73 * c-cilkplus.c (c_finish_cilk_clauses): Remove function.
74 * c-common.h (c_finish_cilk_clauses): Remove declaration.
75
fe37c7af
MM
762016-04-18 Michael Matz <matz@suse.de>
77
78 * c-common.c (handle_aligned_attribute): Use SET_TYPE_ALIGN
79 and SET_DECL_ALIGN.
80
23f2660f
EB
812016-04-17 Eric Botcazou <ebotcazou@adacore.com>
82
83 * c-ada-spec.c (get_underlying_decl): Return the typedef, if any.
84 (dump_generic_ada_node) <POINTER_TYPE>: Clean up handling of access
85 to incomplete types.
86 (dump_nested_type): Remove redundant tests and tidy up.
87 (print_ada_declaration): Also set TREE_VISITED on the declaration of
88 a type which is the typedef of an original type.
89
1e77281b
MP
902016-04-15 Marek Polacek <polacek@redhat.com>
91
92 PR c/70651
93 * c-common.c (build_va_arg): Change two asserts into errors and return
94 error_mark_node.
95
b3a77f21
MP
962016-04-13 Marek Polacek <polacek@redhat.com>
97
98 PR c++/70639
99 * c-indentation.c (should_warn_for_misleading_indentation): Bail out
100 for switch statements, too.
101
322b8466
JM
1022016-03-28 Jason Merrill <jason@redhat.com>
103
104 * c-cppbuiltin.c (c_cpp_builtins): Update __cpp_range_based_for.
105
fbdb6baf
MP
1062016-03-23 Marek Polacek <polacek@redhat.com>
107
108 PR c++/69884
109 * c.opt (Wignored-attributes): New option.
110
5c240f4d
DM
1112016-03-22 David Malcolm <dmalcolm@redhat.com>
112
113 PR c/69993
114 * c-indentation.c (warn_for_misleading_indentation): Rewrite the
115 diagnostic text, reversing the order of the warning and note so
116 that they appear in source order.
117
14ba7b28
MP
1182016-03-17 Marek Polacek <polacek@redhat.com>
119
120 PR c/69407
121 * c-common.c (resolve_overloaded_builtin): Set TREE_USED for the fetch
122 operations.
123
08a1cadc
JM
1242016-03-14 Jason Merrill <jason@redhat.com>
125
2aaeea19
JM
126 * c-cppbuiltin.c (c_cpp_builtins): Set __cpp_hex_float.
127
08a1cadc
JM
128 * c-cppbuiltin.c (c_cpp_builtins): Bump __cpp_range_based_for.
129
c06d25bb
RB
1302016-03-09 Richard Biener <rguenther@suse.de>
131
132 PR c/70143
133 * c-common.c (strict_aliasing_warning): Add back
134 alias_sets_conflict_p check.
135
80aac5c8
JM
1362016-03-08 Jason Merrill <jason@redhat.com>
137
138 * c-opts.c (set_std_cxx1z): Don't enable concepts.
139
64b23c13
DM
1402016-03-04 David Malcolm <dmalcolm@redhat.com>
141
142 PR c/68187
143 * c-indentation.c (get_visual_column): Move code to determine next
144 tab stop to...
145 (next_tab_stop): ...this new function.
146 (line_contains_hash_if): Delete function.
147 (detect_preprocessor_logic): Delete function.
148 (get_first_nws_vis_column): New function.
149 (detect_intervening_unindent): New function.
150 (should_warn_for_misleading_indentation): Replace call to
151 detect_preprocessor_logic with a call to
152 detect_intervening_unindent.
153
729526f5
DM
1542016-03-04 David Malcolm <dmalcolm@redhat.com>
155
156 PR c/68187
157 * c-indentation.c (should_warn_for_misleading_indentation): When
158 suppressing warnings about cases where the guard and body are on
159 the same column, only use the first non-whitespace column in place
160 of the guard token column when dealing with "else" clauses.
161 When rejecting aligned BODY and NEXT, loosen the requirement
162 from equality with the first non-whitespace of guard to simply
163 that they not be indented relative to it.
164
e9a35493
RB
1652016-03-04 Richard Biener <rguenther@suse.de>
166
167 PR c++/70054
168 * c-common.c (strict_aliasing_warning): Use alias_set_subset_of
169 instead of alias_sets_conflict_p.
170
1be56bc5
MP
1712016-03-01 Marek Polacek <polacek@redhat.com>
172
173 PR c++/69795
174 * c-common.c (reject_gcc_builtin): Check for FUNCTION_DECL rather than
175 any DECL.
176
35886f0b
MS
1772016-02-22 Martin Sebor <msebor@redhat.com>
178
179 PR middle-end/69780
180 * c-common.c (check_builtin_function_arguments): Validate and
181 reject invalid arguments to __builtin_alloca_with_align.
182
4246c8da
MW
1832016-02-20 Mark Wielaard <mjw@redhat.com>
184
185 PR c/28901
186 * c.opt (Wunused-const-variable): Turn into Alias for...
187 (Wunused-const-variable=): New option.
188
268be88c
BE
1892016-02-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
190
191 PR c++/69865
192 * c-opts.c (c_common_post_options): Move call to set_std_cxx14 from
193 here...
194 (c_common_init_options): ...to here.
195 (set_std_cxx98): Initialize flag_isoc94 and flag_isoc99.
196
871b3f47
JJ
1972016-02-19 Jakub Jelinek <jakub@redhat.com>
198
199 PR c++/69826
200 * c-pragma.c (c_pp_lookup_pragma): Handle PRAGMA_CILK_GRAINSIZE.
201 (init_pragma): Register PRAGMA_CILK_GRAINSIZE even for
202 flag_preprocess_only.
203
bf14eba2
JJ
2042016-02-16 Jakub Jelinek <jakub@redhat.com>
205
206 PR c/69835
207 * c.opt (Wnonnull-compare): Enable for -Wall.
208
ba6b3795
JJ
2092016-02-15 Jakub Jelinek <jakub@redhat.com>
210
211 PR c++/69797
212 * c-common.c (sync_resolve_size): Diagnose too few arguments
213 even when params is non-NULL empty vector.
214
a011cd92
BS
2152016-02-08 Bernd Schmidt <bschmidt@redhat.com>
216
217 PR target/60410
218 * c.opt (fshort-double): Remove.
219
46cb9332
MS
2202016-02-05 Martin Sebor <msebor@redhat.com>
221
222 PR c++/69662
223 * c.opt (Warning options): Update -Wplacement-new to take
224 an optional argument.
225
e1b81f2b
JJ
2262016-02-01 Jakub Jelinek <jakub@redhat.com>
227
228 PR preprocessor/69543
229 PR c/69558
230 * c-pragma.c (handle_pragma_diagnostic): Pass input_location
231 instead of loc to control_warning_option.
232
b6adbb9f
NS
2332016-02-01 Nathan Sidwell <nathan@codesourcery.com>
234
235 * c.opt (fopenacc-dim=): New option.
236
5d70666e
RB
2372016-01-27 Ryan Burn <contact@rnburn.com>
238
239 PR cilkplus/69267
240 * cilk.c (cilk_gimplify_call_params_in_spawned_fn): Change to use
241 gimplify_arg. Removed superfluous post_p argument.
242 * c-family.h (cilk_gimplify_call_params_in_spawned_fn): Removed
243 superfluous post_p argument.
244 * c-gimplify.c (c_gimplify_expr): Likewise.
245
01e1dea3
DM
2462016-01-26 David Malcolm <dmalcolm@redhat.com>
247
248 PR other/69006
249 * c-opts.c (c_diagnostic_finalizer): Replace invocation of
250 pp_newline_and_flush with pp_flush.
251
9f04a53e
MS
2522016-01-20 Martin Sebor <msebor@redhat.com>
253
254 PR c/69405
255 * c-common.c (sync_resolve_size): Avoid printing diagnostic about
256 an incompatible argument when the argument isn't a valid tree node.
257
7f26f7df
JM
2582016-01-18 Jason Merrill <jason@redhat.com>
259
260 PR c++/68767
261 * c-common.c (check_function_arguments_recurse): Fold the whole
262 COND_EXPR, not just the condition.
263
f62bf092
TV
2642016-01-18 Tom de Vries <tom@codesourcery.com>
265
266 * c-omp.c (c_oacc_split_loop_clauses): Don't copy OMP_CLAUSE_REDUCTION,
267 classify as loop clause.
268
e0a575ff
JJ
2692016-01-15 Jakub Jelinek <jakub@redhat.com>
270
271 PR bootstrap/68271
272 * c-pragma.c (c_register_pragma_1): Adjust comment to note that
273 C++ FE no longer has limit on number of pragmas.
274
2752015-01-14 Ryan Burn <contact@rnburn.com>
b6e3db06
RB
276
277 PR c++/69048
278 * cilk.c (create_cilk_wrapper_body): Call fold_build_cleanup_point_expr
c47eaca6 279 to add missing cleanup point.
b6e3db06 280
c7df95d8
DM
2812016-01-14 David Malcolm <dmalcolm@redhat.com>
282
283 PR c++/68819
284 * c-indentation.c (get_visual_column): Add location_t param.
285 Handle the column number being zero by effectively disabling the
286 warning, with an "inform".
287 (should_warn_for_misleading_indentation): Add location_t argument
288 for all uses of get_visual_column.
289
21efdd80
PP
2902016-01-10 Patrick Palka <ppalka@gcc.gnu.org>
291
292 PR c++/69029
293 * c-indentation.c (should_warn_for_misleading_indentation):
294 Don't warn about do-while statements.
295
7a127fa7
MS
2962016-01-07 Martin Sebor <msebor@redhat.com>
297
298 PR c/68966
299 * c-common.c (sync_resolve_size): Reject first argument when it's
300 a pointer to _Bool.
301
c589e975
DM
3022016-01-05 David Malcolm <dmalcolm@redhat.com>
303
304 PR c/69122
305 * c-indentation.c (get_visual_column): Remove default argument.
306 (should_warn_for_misleading_indentation): For the multiline case,
307 update call to get_visual_column for next_stmt_exploc so that it
308 captures the location of the first non-whitespace character in the
309 relevant line. Don't issue warnings if there is non-whitespace
310 before the next statement.
311
818ab71a
JJ
3122016-01-04 Jakub Jelinek <jakub@redhat.com>
313
314 Update copyright years.
315
745e411d
DM
3162015-12-21 David Malcolm <dmalcolm@redhat.com>
317
318 * c-common.c (binary_op_error): Convert first param from
319 location_t to rich_location * and use it when emitting an error.
320 * c-common.h (binary_op_error): Convert first param from
321 location_t to rich_location *.
322
de67c4c3
DM
3232015-12-16 David Malcolm <dmalcolm@redhat.com>
324
325 * c-common.h (conflict_marker_get_final_tok_kind): New prototype.
326 * c-lex.c (conflict_marker_get_final_tok_kind): New function.
327
4a38b02b
IV
3282015-12-15 Ilya Verbin <ilya.verbin@intel.com>
329
330 * c-common.c (c_common_attribute_table): Handle "omp declare target
331 link" attribute.
332
54d62f51
JJ
3332015-12-14 Jakub Jelinek <jakub@redhat.com>
334
335 PR c/68833
336 * c.opt (Wmissing-format-attribute, Wnormalized): Add Warning option.
337
8d4227c8
TB
3382014-12-12 Tobias Burnus <burnus@net-b.de>
339
340 PR fortran/68815
341 * c-format.c (gcc_gfc_char_table): Add 'q' flag to remaining
342 specifiers (%d, %i,%u and %c).
343
f6069ccc
DM
3442015-12-10 David Malcolm <dmalcolm@redhat.com>
345
346 * c.opt (Wmisleading-indentation): Add to -Wall for C and C++.
347
63bbf46d
JJ
3482015-12-08 Jakub Jelinek <jakub@redhat.com>
349
350 PR c/48088
351 PR c/68657
352 * c.opt (Wfloat-conversion, Wsign-conversion): Add Warning.
353 * c-pragma.c (handle_pragma_diagnostic): Adjust
354 control_warning_option caller.
355
f79520bb
DM
3562015-12-07 David Malcolm <dmalcolm@redhat.com>
357
358 * c-common.c (c_cpp_error): Update for change to
359 rich_location::set_range.
360
b3d5bc62
JJ
3612015-12-04 Paolo Bonzini <bonzini@gnu.org>
362
363 * c-common.c (maybe_warn_shift_overflow): Warn on all overflows if
364 shifting 1 out of the sign bit.
365
3662015-12-04 Kirill Yukhin <kirill.yukhin@intel.com>
367
368 * c-common.c (c_common_attribute_table[]): Update max arguments
369 count for "simd" attribute.
370 (handle_simd_attribute): Parse "notinbranch" and "inbranch" arguments.
371
6eb4a537
JJ
3722015-12-03 Jakub Jelinek <jakub@redhat.com>
373
374 PR preprocessor/57580
375 * c-ppoutput.c (print): Change printed field to bool.
376 Move src_file last for smaller padding.
377 (init_pp_output): Set print.printed to false instead of 0.
378 (scan_translation_unit): Fix up formatting. Set print.printed
379 to true after printing something other than newline.
380 (scan_translation_unit_trad): Set print.printed to true instead of 1.
381 (maybe_print_line_1): Set print.printed to false instead of 0.
382 (print_line_1): Likewise.
383 (do_line_change): Set print.printed to true instead of 1.
384 (cb_define, dump_queued_macros, cb_include, cb_def_pragma,
385 dump_macro): Set print.printed to false after printing newline.
386
4250754e
JM
3872015-12-02 Jason Merrill <jason@redhat.com>
388
f479b43d
JM
389 * c-common.c (fold_for_warn): New.
390 (warn_logical_operator, warn_tautological_cmp)
391 (check_function_arguments_recurse, maybe_warn_bool_compare): Use it.
392
4250754e
JM
393 * c-common.c (c_disable_warnings, c_enable_warnings, c_fully_fold)
394 (c_fully_fold_internal, decl_constant_value_for_optimization):
395 Move to c/c-fold.c.
396 * c-common.h: Don't declare decl_constant_value_for_optimization.
397
e9e32ee6
JM
3982015-12-02 Joseph Myers <joseph@codesourcery.com>
399
400 PR c/68162
401 * c-common.h (c_build_qualified_type): Add extra default
402 arguments.
403
37d5ad46
JB
4042015-12-01 Julian Brown <julian@codesourcery.com>
405 Cesar Philippidis <cesar@codesourcery.com>
406 James Norris <James_Norris@mentor.com>
407
408 * c-pragma.c (oacc_pragmas): Add PRAGMA_OACC_HOST_DATA.
409 * c-pragma.h (pragma_kind): Add PRAGMA_OACC_HOST_DATA.
410 (pragma_omp_clause): Add PRAGMA_OACC_CLAUSE_USE_DEVICE.
411
f07862c7
EB
4122015-11-30 Eric Botcazou <ebotcazou@adacore.com>
413
414 * c-ada-spec.c (print_ada_macros): Remove redundant blank line.
415 (decl_sloc_common): Delete and move bulk of processing to...
416 (decl_sloc): ...here.
417 (pp_ada_tree_identifier): Remove reference to QUAL_UNION_TYPE.
418 (dump_ada_double_name): Remove S parameter and compute the suffix.
419 (dump_ada_array_type): Add PARENT parameter. Simplify computation of
420 element type and deal with an anonymous one.
421 (dump_ada_template): Use RECORD_OR_UNION_TYPE_P macro.
422 (dump_generic_ada_node): Tweak. Adjust call to dump_ada_array_type
423 and remove reference to QUAL_UNION_TYPE.
424 (dump_nested_types): Make 2 passes on the fields and move bulk to...
425 (dump_nested_type): ...here. New function extracted from above.
426 Generate a full declaration for anonymous element type of arrays.
427 (print_ada_declaration): Really skip anonymous declarations. Remove
428 references to QUAL_UNION_TYPE. Adjust call to dump_ada_array_type.
429 Clean up processing of declarations of array types and objects.
430 (print_ada_struct_decl): Remove reference to QUAL_UNION_TYPE.
431 Remove obsolete code and tidy up.
432
75c8aac3
JH
4332015-11-29 Jan Hubicka <hubicka@ucw.cz>
434
435 PR c/67581
436 * c-common.c (handle_transparent_union_attribute): Update
437 also type variants.
438
b58d3df2
ML
4392015-11-27 Martin Liska <mliska@suse.cz>
440
441 PR c++/68312
442 * array-notation-common.c (cilkplus_extract_an_triplets):
443 Release vector of vectors.
444 * cilk.c (gimplify_cilk_spawn): Free allocated memory.
445
89a01fcf
EB
4462015-11-26 Eric Botcazou <ebotcazou@adacore.com>
447
448 PR c++/68527
449 * c-ada-spec.c (dump_nested_types): Add guard for error_mark_node.
450 (print_ada_struct_decl): Likewise.
451
cc5c5226
IZ
4522015-11-23 Igor Zamyatin <igor.zamyatin@intel.com>
453
454 PR c++/68001
455 * c-gimplify.c (c_gimplify_expr): Stop the process if see an error.
456 * cilk.c (recognize_spawn): Determine location in a more precise
457 way.
458
269adb9d
JM
4592015-11-19 Jason Merrill <jason@redhat.com>
460
461 * c-common.c (shorten_compare): But look through macros from
462 system headers.
463
d0eccfcd
JM
4642015-11-18 Jason Merrill <jason@redhat.com>
465
466 * c-common.c (shorten_compare): Don't -Wtype-limits if the
467 non-constant operand comes from a macro.
468
3e44547c
JM
4692015-11-17 Jason Merrill <jason@redhat.com>
470
471 PR bootstrap/68346
472 * c-common.c (warn_tautological_cmp): Fold before checking for
473 constants.
474
0f62c7a0
MP
4752015-11-16 Marek Polacek <polacek@redhat.com>
476
477 PR c++/68362
478 * c-common.c (check_case_bounds): Fold low and high cases.
479
a868811e
MP
4802015-11-16 Marek Polacek <polacek@redhat.com>
481
482 * c-ada-spec.c (dump_ada_template): Use RECORD_OR_UNION_TYPE_P.
483 * c-common.c (c_common_get_alias_set): Likewise.
484 (handle_visibility_attribute): Likewise.
485
fff77217
KY
4862015-11-16 Kirill Yukhin <kirill.yukhin@intel.com>
487
488 * c-common.c (handle_simd_attribute): New.
489 (struct attribute_spec): Add entry for "simd".
490 (handle_simd_attribute): New.
491
269e63b7
KT
4922015-11-13 Kai Tietz <ktietz70@googlemail.com>
493
494 * c-lex.c (interpret_float): Use fold_convert.
495
ebedc9a3
DM
4962015-11-13 David Malcolm <dmalcolm@redhat.com>
497
498 * c-common.c (c_fully_fold_internal): Capture existing souce_range,
499 and store it on the result.
500 * c-opts.c (c_common_init_options): Set
501 global_dc->colorize_source_p.
502
6e232ba4
JN
5032015-11-12 James Norris <jnorris@codesourcery.com>
504 Joseph Myers <joseph@codesourcery.com>
505
506 * c-pragma.c (oacc_pragmas): Add entry for declare directive.
507 * c-pragma.h (enum pragma_kind): Add PRAGMA_OACC_DECLARE.
508 (enum pragma_omp_clause): Add PRAGMA_OACC_CLAUSE_DEVICE_RESIDENT and
509 PRAGMA_OACC_CLAUSE_LINK.
510
e78bede6
MP
5112015-11-11 Marek Polacek <polacek@redhat.com>
512
513 PR c/68107
514 PR c++/68266
515 * c-common.c (valid_array_size_p): New function.
516 * c-common.h (valid_array_size_p): Declare.
517
4ac93c7c
DH
5182015-11-11 Dominique d'Humieres <dominiq@lps.ens.fr>
519
520 PR bootstrap/68271
521 * c-pragma.c (c_register_pragma_1): Update the gcc_assert to 256.
522
69f293c9
AM
5232015-11-11 Andrew MacLeod <amacleod@redhat.com>
524
525 * array-notation-common.c: Remove unused header files.
526 * c-ada-spec.c: Likewise.
527 * c-cilkplus.c: Likewise.
528 * c-common.c: Likewise.
529 * c-cppbuiltin.c: Likewise.
530 * c-dump.c: Likewise.
531 * c-format.c: Likewise.
532 * c-gimplify.c: Likewise.
533 * c-indentation.c: Likewise.
534 * c-lex.c: Likewise.
535 * c-omp.c: Likewise.
536 * c-opts.c: Likewise.
537 * c-pch.c: Likewise.
538 * c-ppoutput.c: Likewise.
539 * c-pragma.c: Likewise.
540 * c-pretty-print.c: Likewise.
541 * c-semantics.c: Likewise.
542 * c-ubsan.c: Likewise.
543 * cilk.c: Likewise.
544 * stub-objc.c: Likewise.
545
3a40d81d
NS
5462015-11-09 Thomas Schwinge <thomas@codesourcery.com>
547 Cesar Philippidis <cesar@codesourcery.com>
548 James Norris <jnorris@codesourcery.com>
549 Julian Brown <julian@codesourcery.com>
550 Nathan Sidwell <nathan@codesourcery.com>
551
552 * c-pragma.c (oacc_pragmas): Add "routine".
553 * c-pragma.h (pragma_kind): Add PRAGMA_OACC_ROUTINE.
554
ee45a32d
EB
5552015-11-08 Eric Botcazou <ebotcazou@adacore.com>
556
557 * c-common.c (c_common_attributes): Add scalar_storage_order.
558 (handle_scalar_storage_order_attribute): New function.
559 * c-pragma.c (global_sso): New variable.
560 (maybe_apply_pragma_scalar_storage_order): New function.
561 (handle_pragma_scalar_storage_order): Likewise.
562 (init_pragma): Register scalar_storage_order.
563 * c-pragma.h (maybe_apply_pragma_scalar_storage_order): Declare.
564 * c.opt (Wscalar-storage-order): New warning.
565 (fsso-struct=): New option.
566
eb11eb15
MS
5672015-11-08 Martin Sebor <msebor@redhat.com>
568
569 * c.opt (Wplacement-new): Add a period to the end of a sentence.
570
0aad0198
RS
5712015-11-07 Richard Sandiford <richard.sandiford@arm.com>
572
573 * c-common.c: Don't undef DEF_BUILTIN.
574
8a645150
DM
5752015-11-06 David Malcolm <dmalcolm@redhat.com>
576
577 * c-common.c (c_cpp_error): Convert parameter from location_t to
578 rich_location *. Eliminate the "column_override" parameter and
579 the call to diagnostic_override_column.
580 Update the "done_lexing" clause to set range 0
581 on the rich_location, rather than overwriting a location_t.
582 * c-common.h (c_cpp_error): Convert parameter from location_t to
583 rich_location *. Eliminate the "column_override" parameter.
584
7a5e4956
CP
5852015-11-05 Cesar Philippidis <cesar@codesourcery.com>
586 Thomas Schwinge <thomas@codesourcery.com>
587 James Norris <jnorris@codesourcery.com>
588
589 * c-omp.c (c_oacc_split_loop_clauses): Make TILE, GANG, WORKER, VECTOR,
590 AUTO, SEQ, INDEPENDENT and PRIVATE loop clauses. Associate REDUCTION
591 clauses with parallel and kernels and loops.
592 * c-pragma.h (enum pragma_omp_clause): Add entries for
593 PRAGMA_OACC_CLAUSE_{INDEPENDENT,TILE,DEFAULT}.
594 * pt.c (tsubst_omp_clauses): Add support for OMP_CLAUSE_{NUM_GANGS,
595 NUM_WORKERS,VECTOR_LENGTH,GANG,WORKER,VECTOR,ASYNC,WAIT,TILE,AUTO,
596 INDEPENDENT,SEQ}.
597 (tsubst_expr): Add support for OMP_CLAUSE_{KERNELS,PARALLEL,LOOP}.
598
e2f5cc96
MS
5992015-11-05 Martin Sebor <msebor@redhat.com>
600
601 PR c++/67942
602 * c.opt (-Wplacement-new): New option.
603
e01d41e5
JJ
6042015-11-05 Jakub Jelinek <jakub@redhat.com>
605
606 * c-common.h (c_finish_omp_atomic): Add TEST argument.
607 (c_omp_check_loop_iv, c_omp_check_loop_iv_exprs): New prototypes.
608 * c-omp.c (c_finish_omp_atomic): Add TEST argument. Don't call
609 save_expr or create_tmp_var* if TEST is true.
610 (c_finish_omp_for): Store OMP_FOR_ORIG_DECLS always.
611 Don't call add_stmt here.
612 (struct c_omp_check_loop_iv_data): New type.
613 (c_omp_check_loop_iv_r, c_omp_check_loop_iv,
614 c_omp_check_loop_iv_exprs): New functions.
615 (c_omp_split_clauses): Adjust for lastprivate being allowed on
616 distribute.
617 (c_omp_declare_simd_clauses_to_numbers): Change
618 OMP_CLAUSE_LINEAR_VARIABLE_STRIDE OMP_CLAUSE_LINEAR_STEP into numbers.
619 (c_omp_declare_simd_clauses_to_decls): Similarly change those
620 from numbers to PARM_DECLs.
621
595278be
MM
6222015-11-04 Mikhail Maltsev <maltsevm@gmail.com>
623
624 * c-omp.c (c_omp_split_clauses): Remove conditional compilation. Use
625 flag_checking.
626
c85158de
MS
6272015-11-03 Bernd Schmidt <bschmidt@redhat.com>
628
629 PR c++-common/67882
b3d5bc62
JJ
630 * c-common.h (fold_offsetof_1): Add argument.
631 * c-common.c (fold_offsetof_1): Diagnose more invalid
c85158de
MS
632 offsetof expressions that reference elements past the end of
633 an array.
634
4bf9e5a8
TS
6352015-11-03 Thomas Schwinge <thomas@codesourcery.com>
636 Chung-Lin Tang <cltang@codesourcery.com>
637
638 * c-pragma.c (oacc_pragmas): Add "atomic".
639 * c-pragma.h (pragma_kind): Add PRAGMA_OACC_ATOMIC.
640
3b1661a9
ES
6412015-10-30 Evgeny Stupachenko <evstupac@gmail.com>
642
643 * c-common.c (handle_target_clones_attribute): New.
644 (c_common_attribute_table): Add handle_target_clones_attribute.
645 (handle_always_inline_attribute): Add check on target_clones attribute.
646 (handle_target_attribute): Ditto.
647
2adfab87
AM
6482015-10-29 Andrew MacLeod <amacleod@redhat.com>
649
650 * array-notation-common.c: Reorder #include's and remove duplicates.
651 * c-ada-spec.c: Likewise.
652 * c-cilkplus.c: Likewise.
653 * c-common.c: Likewise.
654 * c-cppbuiltin.c: Likewise.
655 * c-dump.c: Likewise.
656 * c-format.c: Likewise.
657 * c-gimplify.c: Likewise.
658 * c-indentation.c: Likewise.
659 * c-lex.c: Likewise.
660 * c-omp.c: Likewise.
661 * c-opts.c: Likewise.
662 * c-pch.c: Likewise.
663 * c-ppoutput.c: Likewise.
664 * c-pragma.c: Likewise.
665 * c-pretty-print.c: Likewise.
666 * c-semantics.c: Likewise.
667 * c-ubsan.c: Likewise.
668 * cilk.c: Likewise.
669 * stub-objc.c: Likewise.
670
d90ec4f2
JM
6712015-10-28 Jason Merrill <jason@redhat.com>
672
673 * c-common.c (pointer_int_sum): Fold the MULT_EXPR.
674
88bae6f4
TS
6752015-10-27 Thomas Schwinge <thomas@codesourcery.com>
676 James Norris <jnorris@codesourcery.com>
677 Cesar Philippidis <cesar@codesourcery.com>
678
679 PR c/64765
680 PR c/64880
681 * c-common.h (c_oacc_split_loop_clauses): Declare function.
682 * c-omp.c (c_oacc_split_loop_clauses): New function.
683
b1726d6c
MS
6842015-10-21 Martin Sebor <msebor@redhat.com>
685
686 PR driver/68043
687 * c.opt: End each sentence that describes an option with a period.
688
fa60eeb9
MP
6892015-10-20 Marek Polacek <polacek@redhat.com>
690
691 * array-notation-common.c (is_cilkplus_vector_p): Define.
692 * c-common.h (is_cilkplus_vector_p): Declare.
693
95979049
MP
6942015-10-20 Marek Polacek <polacek@redhat.com>
695
696 * c.opt (std=gnu++11): Do not describe as experimental.
697 (std=gnu++14): Likewise.
698
2a9fb712
JM
6992015-10-19 Jason Merrill <jason@redhat.com>
700
701 * c-cppbuiltin.c (c_cpp_builtins): Define
702 __cpp_nontype_template_args.
703
13b380a3
JM
7042015-10-19 Jason Merrill <jason@redhat.com>
705
706 * c-cppbuiltin.c (c_cpp_builtins): Define
707 __cpp_enumerator_attributes, __cpp_fold_expressions,
708 __cpp_unicode_characters.
709
d9a6bd32
JJ
7102015-10-13 Jakub Jelinek <jakub@redhat.com>
711 Aldy Hernandez <aldyh@redhat.com>
712
713 * c-common.c (enum c_builtin_type): Define DEF_FUNCTION_TYPE_9,
714 DEF_FUNCTION_TYPE_10 and DEF_FUNCTION_TYPE_11.
715 (c_define_builtins): Likewise.
716 * c-common.h (enum c_omp_clause_split): Add
717 C_OMP_CLAUSE_SPLIT_TASKLOOP.
718 (c_finish_omp_critical, c_finish_omp_ordered): Add CLAUSES argument.
719 (c_finish_omp_for): Add ORIG_DECLV argument.
720 * c-cppbuiltin.c (c_cpp_builtins): Predefine _OPENMP as
721 201511 instead of 201307.
722 * c-omp.c (c_finish_omp_critical): Add CLAUSES argument, set
723 OMP_CRITICAL_CLAUSES to it.
724 (c_finish_omp_ordered): Add CLAUSES argument, set
725 OMP_ORDERED_CLAUSES to it.
726 (c_finish_omp_for): Add ORIG_DECLV argument, set OMP_FOR_ORIG_DECLS
727 to it if OMP_FOR. Clear DECL_INITIAL on the IVs.
728 (c_omp_split_clauses): Handle OpenMP 4.5 combined/composite
729 constructs and new OpenMP 4.5 clauses. Clear
730 OMP_CLAUSE_SCHEDULE_SIMD if not combined with OMP_SIMD. Add
731 verification code.
732 * c-pragma.c (omp_pragmas_simd): Add taskloop.
733 * c-pragma.h (enum pragma_kind): Add PRAGMA_OMP_TASKLOOP.
734 (enum pragma_omp_clause): Add
735 PRAGMA_OMP_CLAUSE_{DEFAULTMAP,GRAINSIZE,HINT,{IS,USE}_DEVICE_PTR}
736 and PRAGMA_OMP_CLAUSE_{LINK,NOGROUP,NUM_TASKS,PRIORITY,SIMD,THREADS}.
737
624d31fe
RS
7382015-10-05 Richard Sandiford <richard.sandiford@arm.com>
739
740 * c-lex.c (interpret_float): Use real_equal instead of
741 REAL_VALUES_EQUAL.
742
b8fd7909
JM
7432015-10-04 Jason Merrill <jason@redhat.com>
744
745 Implement N4514, C++ Extensions for Transactional Memory.
746 * c-common.c (c_common_reswords): Add C++ TM TS keywords.
747 (c_common_attribute_table): Add transaction_safe_dynamic.
748 transaction_safe now affects type identity.
749 (handle_tm_attribute): Handle transaction_safe_dynamic.
750 * c-common.h (enum rid): Add RID_ATOMIC_NOEXCEPT,
751 RID_ATOMIC_CANCEL, RID_SYNCHRONIZED.
752 (OBJC_IS_CXX_KEYWORD): Add RID_SYNCHRONIZED.
753 (D_TRANSMEM): New.
754 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_transactional_memory.
755 * c-pretty-print.c (pp_c_attributes_display): Don't print
756 transaction_safe in C++.
757
12651878
MP
7582015-10-02 Marek Polacek <polacek@redhat.com>
759
760 * c.opt (Wduplicated-cond): Don't enable by -Wall anymore.
761
3e3b8d63
MP
7622015-10-02 Marek Polacek <polacek@redhat.com>
763
764 PR c/64249
765 * c-common.c (warn_duplicated_cond_add_or_warn): New function.
766 * c-common.h (warn_duplicated_cond_add_or_warn): Declare.
767 * c.opt (Wduplicated-cond): New option.
768
0d1a8f75
JM
7692015-10-01 Joseph Myers <joseph@codesourcery.com>
770
771 * c.opt (std=c11): Do not describe as experimental.
772 (std=gnu11): Likewise.
773 (std=iso9899:2011): Likewise.
774
3e32ee19
NS
7752015-09-28 Nathan Sidwell <nathan@codesourcery.com>
776
777 * c-common.c (DEF_FUNCTION_TYPE_VAR_6): New.
778 (DEF_FUNCTION_TYPE_VAR_11): Delete.
779
974348ee
MP
7802015-09-25 Marek Polacek <polacek@redhat.com>
781
782 * c-ubsan.c (ubsan_instrument_division): Remove unnecessary code.
783 (ubsan_instrument_shift): Likewise.
784
15dbc1a6
MP
7852015-09-25 Marek Polacek <polacek@redhat.com>
786
787 PR sanitizer/64906
788 * c-ubsan.c (ubsan_instrument_division): Also pre-evaluate OP1.
789
6b95d7cc
PP
7902015-09-24 Patrick Palka <ppalka@gcc.gnu.org>
791
792 * c-indentation.c (should_warn_for_misleading_indentation):
793 Compare next_stmt_vis_column with guard_line_first_nws instead
794 of with guard_line_vis_column.
795
c1822f9c
MLI
7962015-09-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
797
798 PR c/49654
799 PR c/49655
800 * c-pragma.c (handle_pragma_diagnostic): Detect non-warning
801 options and options not valid for the current language.
802
d5398058
PP
8032015-09-22 Patrick Palka <ppalka@gcc.gnu.org>
804
805 * c-indentation.c (should_warn_for_misleading_indentation):
806 Float out and consolidate the calls to get_visual_column that
807 are passed guard_exploc as an argument. Compare
808 next_stmt_vis_column with guard_line_first_nws instead of with
809 body_line_first_nws.
810
6b333269
NS
8112015-09-22 Nathan Sidwell <nathan@codesourcery.com>
812
813 * c.opt (Wmultiple-inheritance, Wvirtual-inheritance, Wtemplates,
814 Wnamespaces): New C++ warnings.
815
a75f1574
JM
8162015-09-22 Jason Merrill <jason@redhat.com>
817
818 * c-common.h (abi_compat_version_crosses): New.
819 (warn_abi_version): Declare.
820 * c-common.c: Define it.
821 * c-opts.c (c_common_post_options): Handle it.
822 flag_abi_compat_version defaults to 8.
823
bdaaa8b7
VV
8242015-09-21 Ville Voutilainen <ville.voutilainen@gmail.com>
825
826 Complete the implementation of N4230, Nested namespace definition.
827 * c-cppbuiltin.c: Add __cpp_namespace_attributes and
828 __cpp_nested_namespace_definitions.
829
eaa797e8
MLI
8302015-09-18 Manuel López-Ibáñez <manu@gcc.gnu.org>
831
832 * c-pragma.c (handle_pragma_diagnostic): Fix wrong return.
833
c4914de6
MLI
8342015-09-18 Manuel López-Ibáñez <manu@gcc.gnu.org>
835
836 * c-pragma.c (handle_pragma_diagnostic): Use explicit location
837 when warning.
838 * c-pragma.h (pragma_lex): Add optional loc argument.
839
fcb87c50
MM
8402015-09-16 Mikhail Maltsev <maltsevm@gmail.com>
841
842 * c-format.c (check_format_arg): Adjust to use common block size in all
843 object pools.
844
31bdd08a
DM
8452015-09-15 David Malcolm <dmalcolm@redhat.com>
846
847 * c-format.c (location_from_offset): Update for change in
848 signature of location_get_source_line.
849 * c-indentation.c (get_visual_column): Likewise.
850 (line_contains_hash_if): Likewise.
851
aa9f4b4c
MP
8522015-09-14 Marek Polacek <polacek@redhat.com>
853
854 * c-opts.c (c_common_post_options): Set C++ standard earlier, before
855 setting various warnings.
856
aa256c4a
MP
8572015-09-14 Marek Polacek <polacek@redhat.com>
858
859 * c-common.c (warn_for_sign_compare): Cast to unsigned when shifting
860 a negative value.
861
0f876f22
MW
8622015-09-11 Mark Wielaard <mjw@redhat.com>
863
864 PR c/28901
865 * c.opt (Wunused-variable): Option from common.opt.
866 (Wunused-const-variable): New option.
867
273aa49e
PC
8682015-09-09 Paolo Carlini <paolo.carlini@oracle.com>
869
870 PR c++/53184
871 * c.opt ([Wsubobject-linkage]): Add.
872
1807ffc1
MS
8732015-09-03 Martin Sebor <msebor@redhat.com>
874
875 PR c/66516
876 * c-common.h (c_decl_implicit, reject_gcc_builtin): Declare new
877 functions.
878 * c-common.c (reject_gcc_builtin): Define.
879
38942840
BI
8802015-09-02 Balaji V. Iyer <balaji.v.iyer@intel.com>
881
882 PR middle-end/60586
883 * c-common.h (cilk_gimplify_call_params_in_spawned_fn): New
884 prototype.
885 * c-gimplify.c (c_gimplify_expr): Added a call to the function
886 cilk_gimplify_call_params_in_spawned_fn.
887 * cilk.c (cilk_gimplify_call_params_in_spawned_fn): New function.
888 (gimplify_cilk_spawn): Removed EXPR_STMT and CLEANUP_POINT_EXPR
889 unwrapping.
890
c316b5e4
MP
8912015-08-25 Marek Polacek <polacek@redhat.com>
892
893 PR middle-end/67330
894 * c-common.c (handle_weak_attribute): Don't check whether the
895 visibility can be changed here.
896
584a7c46
MLI
8972015-08-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
898
899 * c-lex.c (c_lex_with_flags): Use explicit locations.
900
a79683d5
TS
9012015-08-18 Trevor Saunders <tbsaunde@tbsaunde.org>
902
903 * c-ada-spec.h, c-common.c, c-common.h, c-format.c, c-format.h,
904 c-objc.h, c-ppoutput.c, c-pragma.c, c-pragma.h: Remove useless
905
61717a45
FXC
9062015-08-18 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
907
908 PR middle-end/36757
909 * c-common.c (check_builtin_function_arguments): Add check
910 for BUILT_IN_SIGNBIT argument.
911
329524f5
PC
9122015-08-18 Paolo Carlini <paolo.carlini@oracle.com>
913
914 PR c++/67160
915 * c-cppbuiltin.c (c_cpp_builtins): Fix __cpp_static_assert value
916 in c++1z mode.
917
4ee55665
MP
9182015-08-17 Marek Polacek <polacek@redhat.com>
919
920 * c-pretty-print.c (pp_c_cv_qualifiers): Remove code dealing
921 with whitespaces before qualifier names.
922
b893e375
MP
9232015-08-12 Marek Polacek <polacek@redhat.com>
924
925 PR c++/55095
926 * c-common.c (maybe_warn_shift_overflow): Properly handle
927 left-shifting 1 into the sign bit.
928
c2d89095
MLI
9292015-08-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
930
931 * c.opt (Wchkp): Use LangEnabledBy instead of EnabledBy.
932
971e17ff
AS
9332015-08-06 Andrew Sutton <andrew.n.sutton@gmail.com>
934 Braden Obrzut <admin@maniacsvault.net>
935 Jason Merrill <jason@redhat.com>
936
937 Add C++ Concepts TS support.
938 * c-common.c (c_common_reswords): Add __is_same_as, concept, requires.
939 * c-common.h (enum rid): Add RID_IS_SAME_AS, RID_CONCEPT, RID_REQUIRES.
940 (D_CXX_CONCEPTS, D_CXX_CONCEPTS_FLAGS): New.
941 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_concepts.
942 * c-opts.c (set_std_cxx1z): Set flag_concepts.
943 * c.opt (fconcepts): New.
944
b3d5bc62
JJ
9452015-08-02 Martin Sebor <msebor@redhat.com>
946
947 * c.opt (-Wframe-address): New warning option.
948
8ebca419
PP
9492015-08-02 Patrick Palka <ppalka@gcc.gnu.org>
950
951 * c-indentation.c (should_warn_for_misleading_indentation):
952 Improve heuristics.
953
1a1e101f
PP
9542015-08-02 Patrick Palka <ppalka@gcc.gnu.org>
955
956 * c-indentation.c (get_visual_column): Add parameter first_nws,
957 use it. Update comment documenting the function.
958 (is_first_nonwhitespace_on_line): Remove.
959 (should_warn_for_misleading_indentation): Replace usage of
960 of is_first_nonwhitespace_on_line with get_visual_column.
961
992118a1
PP
9622015-08-02 Patrick Palka <ppalka@gcc.gnu.org>
963
964 * c-indentation.h (struct token_indent_info): Define.
965 (get_token_indent_info): Define.
966 (warn_for_misleading_information): Declare.
967 * c-common.h (warn_for_misleading_information): Remove.
968 * c-identation.c (warn_for_misleading_indentation):
969 Change declaration to take three token_indent_infos. Adjust
970 accordingly.
971 * c-identation.c (should_warn_for_misleading_indentation):
972 Likewise. Bail out early if the body is a compound statement.
973 (guard_tinfo_to_string): Define.
974
e8fa3817
JM
9752015-07-30 Jason Merrill <jason@redhat.com>
976
977 * c-pretty-print.c (unary_expression) [INDIRECT_REF]: Don't print
978 '*' for reference decay.
979
173864e8
MP
9802015-07-30 Marek Polacek <polacek@redhat.com>
981
982 * c-common.c (warn_tautological_cmp): Bail for float types.
983
f2afe6dd
MP
9842015-07-27 Marek Polacek <polacek@redhat.com>
985
986 PR bootstrap/67030
987 * c-common.c (warn_tautological_cmp): Don't warn for macro expansion.
988
05b28fd6
MP
9892015-07-27 Marek Polacek <polacek@redhat.com>
990
991 PR c++/66555
992 PR c/54979
993 * c-common.c (find_array_ref_with_const_idx_r): New function.
994 (warn_tautological_cmp): New function.
995 * c-common.h (warn_tautological_cmp): Declare.
996 * c.opt (Wtautological-compare): New option.
997
5a5062b8
MP
9982015-07-23 Marek Polacek <polacek@redhat.com>
999
1000 * c-ubsan.c (ubsan_instrument_division): Use unshare_expr throughout.
1001 (ubsan_instrument_shift): Likewise.
1002
dc891fe7
MP
10032015-07-23 Marek Polacek <polacek@redhat.com>
1004
1005 PR sanitizer/66908
1006 * c-ubsan.c: Include gimplify.h.
1007 (ubsan_instrument_division): Unshare OP0 and OP1.
1008 (ubsan_instrument_shift): Likewise.
1009
451b5e48
MP
10102015-07-20 Marek Polacek <polacek@redhat.com>
1011 Richard Sandiford <richard.sandiford@arm.com>
1012
1013 PR c++/55095
1014 * c-common.c (c_fully_fold_internal): Warn about left shift overflows.
1015 Use EXPR_LOC_OR_LOC.
1016 (maybe_warn_shift_overflow): New function.
1017 * c-common.h (maybe_warn_shift_overflow): Declare.
1018 * c-opts.c (c_common_post_options): Set warn_shift_overflow.
1019 * c.opt (Wshift-overflow): New option.
1020
fb0b2914
ML
10212015-07-16 Martin Liska <mliska@suse.cz>
1022
1023 * c-format.c (static void check_format_info_main): Use
1024 object_allocator instead of pool_allocator.
1025 (check_format_arg): Likewise.
1026 (check_format_info_main): Likewise.
1027
903f5c23
AM
10282015-07-15 Andrew MacLeod <amacleod@redhat.com>
1029
1030 * c-opts.c: Remove multiline #include comment.
1031
026c3cfd
AH
10322015-07-12 Aldy Hernandez <aldyh@redhat.com>
1033
1034 * c-common.c: Fix double word typos.
1035
bb49ee66
EB
10362015-07-10 Eric Botcazou <ebotcazou@adacore.com>
1037
1038 * c-ada-spec.h (cpp_operation): Revert latest change.
1039 * c-ada-spec.c (print_ada_declaration): Likewise. Skip implicit
1040 constructors and destructors.
1041
1916bcb5
AM
10422015-07-09 Andrew MacLeod <amacleod@redhat.com>
1043
1044 * c-common.h: Adjust includes for flags.h changes.
1045 * stub-objc.c: Likewise.
026c3cfd 1046
a9dcd529
EB
10472015-07-08 Eric Botcazou <ebotcazou@adacore.com>
1048
1049 * c-ada-spec.h (cpp_operation): Add IS_CONSTEXPR.
1050 * c-ada-spec.c (print_ada_declaration): Skip constexpr constructors.
1051
b03b462f
JJ
10522015-07-08 Jakub Jelinek <jakub@redhat.com>
1053
1054 * c-omp.c (c_omp_declare_simd_clauses_to_numbers): If all clauses
1055 are to be removed, return NULL rather than original clauses list.
1056
c7131fb2
AM
10572015-07-07 Andrew MacLeod <amacleod@redhat.com>
1058
1059 * array-notation-common.c: Adjust includes.
1060 * c-ada-spec.c: Likewise.
1061 * c-cilkplus.c: Likewise.
1062 * c-common.h: Likewise.
1063 * c-cppbuiltin.c: Likewise.
1064 * c-dump.c: Likewise.
1065 * c-format.c: Likewise.
1066 * c-gimplify.c: Likewise.
1067 * c-indentation.c: Likewise.
1068 * c-lex.c: Likewise.
1069 * c-omp.c: Likewise.
1070 * c-opts.c: Likewise.
1071 * c-pch.c: Likewise.
1072 * c-ppoutput.c: Likewise.
1073 * c-pragma.c: Likewise.
1074 * c-pretty-print.c: Likewise.
1075 * c-semantics.c: Likewise.
1076 * c-ubsan.c: Likewise.
1077 * cilk.c: Likewise.
1078 * stub-objc.c: Likewise.
1079
2a7fb83f
EB
10802015-07-07 Eric Botcazou <ebotcazou@adacore.com>
1081
1082 * c-ada-spec.h (cpp_operation): Add IS_MOVE_CONSTRUCTOR.
1083 * c-ada-spec.c (print_ada_declaration): Skip move constructors.
1084
a03c9bf1
JM
10852015-07-01 Jason Merrill <jason@redhat.com>
1086
36a85135
JM
1087 * c-common.h (D_CXX11): Rename from D_CXX0X.
1088 (RID_FIRST_CXX11, RID_LAST_CXX11): Rename from *_CXX0X.
1089 * c-common.c: Adjust.
1090
e7fa68d5
JM
1091 * c-opts.c (c_common_post_options): Default to C++14.
1092
a03c9bf1
JM
1093 * c-opts.c (c_common_post_options): Highest ABI level is now 10.
1094
fe95b036
ESR
10952015-06-30 Edward Smith-Rowland <3dw4rd@verizon.net>
1096
1097 Implement N4197 - Adding u8 character literals
b3d5bc62 1098 * c-ada-spec.c (print_ada_macros): Treat CPP_UTF8CHAR like
a64be36b 1099 CPP_CHAR.
b3d5bc62 1100 * c-common.c (c_parse_error): Print CPP_UTF8CHAR and
a64be36b 1101 CPP_UTF8CHAR_USERDEF tokens.
b3d5bc62 1102 * c-lex.c (c_lex_with_flags): Treat CPP_UTF8CHAR_USERDEF
a64be36b
EB
1103 and CPP_UTF8CHAR tokens.
1104 (lex_charconst): Treat CPP_UTF8CHAR token.
fe95b036 1105
da2e71c9
MLI
11062015-06-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
1107
1108 PR fortran/66605
1109 * c-common.c (do_warn_unused_parameter): Move here.
1110 * c-common.h (do_warn_unused_parameter): Declare.
1111
b155cfd9
MP
11122015-06-29 Marek Polacek <polacek@redhat.com>
1113
1114 PR c/66322
1115 * c-common.c (check_case_bounds): Add bool * parameter. Set
1116 OUTSIDE_RANGE_P.
1117 (c_add_case_label): Add bool * parameter. Pass it down to
1118 check_case_bounds.
1119 (c_do_switch_warnings): Add bool parameters. Implement -Wswitch-bool
1120 warning here.
1121 * c-common.h (c_add_case_label, c_do_switch_warnings): Update
1122 declarations.
1123
31521951
MP
11242015-06-27 Marek Polacek <polacek@redhat.com>
1125
1126 * c-common.c (check_main_parameter_types): Use VECTOR_TYPE_P
1127 or VECTOR_INTEGER_TYPE_P throughout.
1128 * c-gimplify.c: Likewise.
1129
22d03525
MP
11302015-06-26 Marek Polacek <polacek@redhat.com>
1131
1132 * array-notation-common.c (find_rank): Use INDIRECT_REF_P.
1133 * c-common.c (c_fully_fold_internal): Likewise.
1134 (c_alignof_expr): Likewise.
1135 * c-pretty-print.c (c_pretty_printer::postfix_expression): Likewise.
1136 * c-ubsan.c (ubsan_instrument_bounds): Likewise.
b1726d6c 1137 * cilk.c (create_parm_list): Likewise.
22d03525 1138
af05e6e5
MP
11392015-06-26 Marek Polacek <polacek@redhat.com>
1140
1141 * c-common.c (handle_unused_attribute): Use VAR_OR_FUNCTION_DECL_P.
1142
f0889939
AM
11432015-06-25 Andrew MacLeod <amacleod@redhat.com>
1144
1145 * c-common.c: Remove ipa-ref.h and plugin-api.h from include list.
1146 * c-gimplify.c: Likewise.
1147 * c-pragma.c: Likewise.
1148 * c-ubsan.c: Likewise.
1149 * cilk.c: Likewise.
1150
ca752f39
RS
11512015-06-25 Richard Sandiford <richard.sandiford@arm.com>
1152
1153 * c-common.c (c_type_hasher): Inherit from ggc_ptr_hash rather than
1154 ggc_hasher.
1155
16a16ec7
AM
11562015-06-25 Andrew MacLeod <amacleod@redhat.com>
1157
1158 * cilk.c: Move calls.h after tm.h in the include chain.
1159
0ae9bd27
MP
11602015-06-25 Marek Polacek <polacek@redhat.com>
1161
1162 * array-notation-common.c: Use VAR_P throughout.
1163 * c-ada-spec.c: Likewise.
1164 * c-common.c: Likewise.
1165 * c-format.c: Likewise.
1166 * c-gimplify.c: Likewise.
1167 * c-omp.c: Likewise.
1168 * c-pragma.c: Likewise.
1169 * c-pretty-print.c: Likewise.
1170 * cilk.c: Likewise.
1171
62f9079a
MP
11722015-06-25 Marek Polacek <polacek@redhat.com>
1173
1174 * cilk.c (extract_free_variables): Use is_global_var.
1175
0fa16060
RS
11762015-06-23 Richard Sandiford <richard.sandiford@arm.com>
1177
1178 * c-common.c: Don't include target-def.h.
1179
a68ae2e1
MP
11802015-06-23 Marek Polacek <polacek@redhat.com>
1181
1182 * c-common.c (warn_logical_operator): Use tree_int_cst_equal
1183 when comparing INTEGER_CSTs.
1184
c6a2f2d9
PMR
11852015-06-22 Pierre-Marie de Rodat <derodat@adacore.com>
1186
1187 * c-ada-spec.h (cpp_operation): Add HAS_DEPENDENT_TEMPLATE_ARGS.
1188 * c-ada-spec.c (collect_ada_nodes): Skip NAMESPACE_DECL
1189 (dump_ada_template): Skip partially specialized types.
1190
6b4db501
MM
11912015-06-22 Mikhail Maltsev <maltsevm@gmail.com>
1192
1193 * c-common.c (scalar_to_vector): Use std::swap instead of manually
1194 swapping.
1195
abb226c9
AM
11962015-06-17 Andrew MacLeod <amacleod@redhat.com>
1197
1198 * array-notation-common.c: Do not include input.h, line-map.h or is-a.h.
1199 * c-ada-spec.c: Likewise.
1200 * c-cilkplus.c: Likewise.
1201 * c-common.c: Likewise.
1202 * c-common.h: Likewise.
1203 * c-cppbuiltin.c: Likewise.
1204 * c-dump.c: Likewise.
1205 * c-format.c: Likewise.
1206 * c-gimplify.c: Likewise.
1207 * c-indentation.c: Likewise.
1208 * c-lex.c: Likewise.
1209 * c-omp.c: Likewise.
1210 * c-opts.c: Likewise.
1211 * c-pch.c: Likewise.
1212 * c-ppoutput.c: Likewise.
1213 * c-pragma.c: Likewise.
1214 * c-pretty-print.c: Likewise.
1215 * c-semantics.c: Likewise.
1216 * c-ubsan.c: Likewise.
1217 * cilk.c: Likewise.
1218 * stub-objc.c: Likewise.
1219
076fecad
PP
12202015-06-13 Patrick Palka <ppalka@gcc.gnu.org>
1221
1222 PR c++/65168
1223 * c-common.c (c_common_truthvalue_conversion): Warn when
1224 converting an address of a reference to a truth value.
1225
13fdf2e2
AM
12262015-06-08 Andrew MacLeod <amacleod@redhat.com>
1227
1228 * array-notation-common.c : Adjust include files.
1229 * c-ada-spec.c : Likewise.
1230 * c-cilkplus.c : Likewise.
1231 * c-common.c : Likewise.
1232 * c-common.h : Likewise.
1233 * c-cppbuiltin.c : Likewise.
1234 * c-dump.c : Likewise.
1235 * c-format.c : Likewise.
1236 * c-gimplify.c : Likewise.
1237 * c-indentation.c : Likewise.
1238 * c-lex.c : Likewise.
1239 * c-omp.c : Likewise.
1240 * c-opts.c : Likewise.
1241 * c-pch.c : Likewise.
1242 * c-ppoutput.c : Likewise.
1243 * c-pragma.c : Likewise.
1244 * c-pretty-print.c : Likewise.
1245 * c-semantics.c : Likewise.
1246 * c-ubsan.c : Likewise.
1247 * cilk.c : Likewise.
1248 * stub-objc.c : Likewise.
1249
a1661b90
MP
12502015-06-08 Marek Polacek <polacek@redhat.com>
1251
1252 PR c/66415
1253 * c-format.c (location_from_offset): Return LOC if LINE is null.
1254
d7438551
AH
12552015-06-05 Aldy Hernandez <aldyh@redhat.com>
1256
1257 * c-common.h (c_parse_final_cleanups): New prototype.
1258 * c-opts.c (c_common_parse_file): Call c_parse_final_cleanups.
1259
b3d5bc62
JJ
12602015-06-04 Sriraman Tallam <tmsriram@google.com>
1261
1262 * c-common.c (noplt): New attribute.
1263 (handle_noplt_attribute): New handler.
1264
ecb9f223
AM
12652015-06-04 Andrew MacLeod <amacleod@redhat.com>
1266
1267 * array-notation-common.c: Adjust includes for restructured coretypes.h.
1268 * c-ada-spec.c: Likewise.
1269 * c-cilkplus.c: Likewise.
1270 * c-common.c: Likewise.
1271 * c-common.h: Likewise.
1272 * c-cppbuiltin.c: Likewise.
1273 * c-dump.c: Likewise.
1274 * c-format.c: Likewise.
1275 * c-gimplify.c: Likewise.
1276 * c-indentation.c: Likewise.
1277 * c-lex.c: Likewise.
1278 * c-omp.c: Likewise.
1279 * c-opts.c: Likewise.
1280 * c-pch.c: Likewise.
1281 * c-ppoutput.c: Likewise.
1282 * c-pragma.c: Likewise.
1283 * c-pretty-print.c: Likewise.
1284 * c-semantics.c: Likewise.
1285 * c-ubsan.c: Likewise.
1286 * cilk.c: Likewise.
1287 * stub-objc.c: Likewise.
1288
6ac48155
DM
12892015-06-02 David Malcolm <dmalcolm@redhat.com>
1290
1291 PR c/66220:
1292 * c-indentation.c (should_warn_for_misleading_indentation): Use
1293 expand_location rather than expand_location_to_spelling_point.
1294 Don't warn if the guarding statement is more indented than the
1295 next/body stmts.
1296
773ce42e
DM
12972015-06-02 David Malcolm <dmalcolm@redhat.com>
1298
1299 * c-indentation.c (warn_for_misleading_indentation): Bail out
1300 immediately if -Wmisleading-indentation isn't enabled.
1301
4fef8379
ML
13022015-06-01 Martin Liska <mliska@suse.cz>
1303
1304 * c-format.c (check_format_arg):Use new type-based pool allocator.
1305 (check_format_info_main) Likewise.
1306
1edfb384
EB
13072015-05-31 Eric Botcazou <ebotcazou@adacore.com>
1308
1309 * c-ada-spec.c (is_tagged_type): Test for TYPE_METHODS on main variant.
1310 (has_nontrivial_methods): Likewise.
1311
9677ef52
MP
13122015-05-25 Marek Polacek <polacek@redhat.com>
1313
1314 * c-ubsan.c (ubsan_instrument_shift): Use type0.
1315
fd5c817a
MP
13162015-05-22 Marek Polacek <polacek@redhat.com>
1317
1318 PR c/47043
1319 * c-common.c (handle_deprecated_attribute): Allow CONST_DECL.
1320
a2f45fe6 13212015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
581edfa3
TS
1322
1323 * c-cppbuiltin.c (c_cpp_builtins): Use if instead of #if with
1324 STACK_GROWS_DOWNWARD.
1325
a2f45fe6 13262015-05-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
62f9f30b
TS
1327
1328 * c-cppbuiltin.c (c_cpp_builtins): Check the value of
1329 STACK_GROWS_DOWNWARD rather than if it is defined.
1330
0fee2ac2 13312015-05-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
b1726d6c 1332
0fee2ac2
MLI
1333 PR c/52952
1334 * c-format.c (location_column_from_byte_offset): New.
1335 (location_from_offset): New.
1336 (struct format_wanted_type): Add offset_loc field.
1337 (check_format_info): Move handling of location for extra arguments
1338 closer to the point of warning.
1339 (check_format_info_main): Pass the result of location_from_offset
1340 to warning_at.
1341 (format_type_warning): Pass the result of location_from_offset
1342 to warning_at.
1343
cf4ef6f7
MP
13442015-05-20 Marek Polacek <polacek@redhat.com>
1345
1346 * c-omp.c (check_omp_for_incr_expr): Use BINARY_CLASS_P.
1347
3a65ee74
MP
13482015-05-20 Marek Polacek <polacek@redhat.com>
1349
1350 * c-ada-spec.c (dump_sloc): Use DECL_P.
1351
21b634ae
MP
13522015-05-20 Marek Polacek <polacek@redhat.com>
1353
1354 * c-pragma.c: Use VAR_OR_FUNCTION_DECL_P throughout.
1355 * c-common.c: Likewise.
1356
0e50b624
DM
13572015-05-19 David Malcolm <dmalcolm@redhat.com>
1358
1359 * c-common.h (fe_file_change): Strengthen param from
1360 const line_map * to const line_map_ordinary *.
1361 (pp_file_change): Likewise.
1362 * c-lex.c (fe_file_change): Likewise.
1363 (cb_define): Use linemap_check_ordinary when invoking
1364 SOURCE_LINE.
1365 (cb_undef): Likewise.
1366 * c-opts.c (c_finish_options): Use linemap_check_ordinary when
1367 invoking cb_file_change.
1368 (c_finish_options): Likewise.
1369 (push_command_line_include): Likewise.
1370 (cb_file_change): Strengthen param "new_map" from
1371 const line_map * to const line_map_ordinary *.
1372 * c-ppoutput.c (cb_define): Likewise for local "map".
1373 (pp_file_change): Likewise for param "map" and local "from".
1374
fab27f52
MM
13752015-05-19 Mikhail Maltsev <maltsevm@gmail.com>
1376
1377 * c-common.c (shorten_compare): Use std::swap instead of explicit swaps.
1378
2fe1d762
TV
13792015-05-18 Tom de Vries <tom@codesourcery.com>
1380
1381 * c-common.c (build_va_arg_1): New function.
1382 (build_va_arg): Add address operator to va_list operand if necessary.
1383
7a37fa90
MM
13842015-05-15 Mikhail Maltsev <maltsevm@gmail.com>
1385
1386 PR c/48956
1387 * c-common.c (int_safely_convertible_to_real_p): Define.
1388 (unsafe_conversion_p): Check conversions involving complex types.
1389 (conversion_warning): Add new warning message for conversions which
1390 discard imaginary component.
1391 * c-common.h: (enum conversion_safety): Add new enumerator for such
1392 conversions.
1393
3aa3c9fc
MP
13942015-05-14 Marek Polacek <polacek@redhat.com>
1395
1396 PR c/66066
1397 PR c/66127
1398 * c-common.c (c_fully_fold): Pass false down to c_fully_fold_internal.
1399 (c_fully_fold_internal): Fold C_MAYBE_CONST_EXPRs with
1400 C_MAYBE_CONST_EXPR_INT_OPERANDS set. Add FOR_INT_CONST argument and
1401 use it. If FOR_INT_CONST, require that all evaluated operands be
1402 INTEGER_CSTs.
1403
c3388e62
DM
14042015-05-12 David Malcolm <dmalcolm@redhat.com>
1405
1406 * c-common.h (warn_for_misleading_indentation): New prototype.
1407 * c-indentation.c: New file.
1408 * c.opt (Wmisleading-indentation): New option.
1409
c7b38fd5
TV
14102015-05-12 Tom de Vries <tom@codesourcery.com>
1411
1412 PR tree-optimization/66010
1413 * c-common.c (build_va_arg): Don't mark ap addressable unless necessary.
1414
381bf11e
JM
14152015-05-09 Jason Merrill <jason@redhat.com>
1416
edff0c06
JM
1417 * c-opts.c (c_common_post_options): Also clear
1418 cpp_opts->cpp_warn_cxx11_compat.
1419
129211bc
JM
1420 * c-common.h (enum cxx_dialect): Add cxx_unset.
1421 * c-common.c (cxx_dialect): Initialize to cxx_unset.
1422 * c-opts.c (c_common_post_options): Set C++ dialect to C++98 if unset.
1423
381bf11e
JM
1424 * c.opt (std=c++14): Remove Undocumented flag and experimental warning.
1425 (std=gnu++0x): Mark as Undocumented.
1426 (std=gnu++1y): Add deprecated message.
1427
fe191308
JM
14282015-05-08 Jason Merrill <jason@redhat.com>
1429
765189ff
JM
1430 * c.opt (Wc++11-compat): Make primary. Rename var warn_cxx11_compat.
1431 * c-opts.c: Adjust.
1432
fe191308
JM
1433 * c.opt (Wc++0x-compat): Also set cpp_warn_cxx11_compat.
1434
755e528f
MP
14352015-05-08 Marek Polacek <polacek@redhat.com>
1436
1437 PR c/64918
1438 * c.opt (Woverride-init-side-effects): New option.
1439
0173bd2a
MP
14402015-05-07 Marek Polacek <polacek@redhat.com>
1441
1442 PR c/65179
1443 * c-common.c (c_fully_fold_internal): Warn when left shifting a
1444 negative value.
1445 * c.opt (Wshift-negative-value): New option.
1446 * c-opts.c (c_common_post_options): Set warn_shift_negative_value
1447 when -Wextra and C99/C++11 mode.
1448
e0f0d3b9
MP
14492015-05-07 Marek Polacek <polacek@redhat.com>
1450 Martin Uecker <uecker@eecs.berkeley.edu>
1451
1452 * c-ubsan.c (ubsan_instrument_bounds): Don't skip instrumenting
1453 flexible member array-like members if SANITIZE_BOUNDS_STRICT.
1454
8243e2a9
JM
14552015-05-05 Jason Merrill <jason@redhat.com>
1456
1457 * c.opt (Wterminate): New.
1458
577cd070
MP
14592015-04-30 Marek Polacek <polacek@redhat.com>
1460
1461 * c-common.c (maybe_warn_bool_compare): When comparing with 0/1,
1462 require that the non-constant be of a boolean type.
1463
0373796b
JT
14642015-04-29 Josh Triplett <josh@joshtriplett.org>
1465
e0f0d3b9
MP
1466 * c-common.c (handle_section_attribute): Refactor to reduce
1467 nesting and distinguish between error cases.
0373796b 1468
716c0ba6
MP
14692015-04-29 Marek Polacek <polacek@redhat.com>
1470
1471 PR c/64610
1472 * c-common.c (maybe_warn_bool_compare): Warn when comparing a boolean
1473 with 0/1.
1474
8848828b
JJ
14752015-04-29 Jakub Jelinek <jakub@redhat.com>
1476
1477 * c-common.h (omp_clause_mask): Unconditionally define as a class.
1478 Use uint64_t instead of unsigned HOST_WIDE_INT and 64 instead of
1479 HOST_BITS_PER_WIDE_INT.
1480
ecd0e562
TV
14812015-04-28 Tom de Vries <tom@codesourcery.com>
1482
1483 PR tree-optimization/65887
1484 * c-common.c (build_va_arg): Mark va_arg ap argument as addressable.
1485
2a877204 14862015-04-28 Eric Botcazou <ebotcazou@adacore.com>
e0f0d3b9 1487 Pierre-Marie de Rodat <derodat@adacore.com>
2a877204
EB
1488
1489 * c-ada-spec.c (in_function): Delete.
1490 (dump_generic_ada_node): Do not change in_function and remove the
1491 redundant code dealing with it.
1492 (print_ada_declaration): Do not change in_function. Use INDENT_INCR.
1493 (print_ada_methods): Output the static member functions in a nested
1494 package after the regular methods as well as associated renamings.
1495
4853031e
MP
14962015-04-24 Marek Polacek <polacek@redhat.com>
1497
1498 PR c/65830
1499 * c-common.c (c_fully_fold_internal): Use OPT_Wshift_count_negative
1500 and OPT_Wshift_count_overflow.
1501
8c2b7f79
MP
1502 PR c/63357
1503 * c-common.c (warn_logical_operator): Warn if the operands have the
1504 same expressions.
1505
b8787813
MP
15062015-04-24 Marek Polacek <polacek@redhat.com>
1507
1508 PR c/61534
1509 * c-common.c (warn_logical_operator): Bail if either operand comes
1510 from a macro expansion.
1511
8fba1830
BRF
15122015-04-10 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1513
1514 PR target/55143
1515 * c-common.c (c_default_pointer_mode): Add definition.
1516 * c-common.h (c_default_pointer_mode): Add declaration.
1517
17958621
JJ
15182015-03-11 Jakub Jelinek <jakub@redhat.com>
1519
1520 * c-common.c (c_common_nodes_and_builtins): Don't call xstrdup
1521 on record_builtin_type argument.
1522
7ccb1a11
JJ
15232015-03-10 Jakub Jelinek <jakub@redhat.com>
1524
1525 PR c/65120
1526 * c-common.c (warn_logical_not_parentheses): Don't warn for
1527 !x == 0 or !x != 0.
1528
04fd785e
MP
15292015-03-07 Marek Polacek <polacek@redhat.com>
1530
1531 PR sanitizer/65280
1532 * c-ubsan.c (ubsan_instrument_bounds): Check for COMPONENT_REF
1533 before trying to figure out whether we have a flexible array member.
1534
a4e26206
EB
15352015-03-06 Eric Botcazou <ebotcazou@adacore.com>
1536 Jonathan Wakely <jwakely.gcc@gmail.com>
1537
1538 * c-ada-spec.c (dump_ada_double_name): Fix pasto.
1539
0d2489f4
EB
15402015-03-05 Eric Botcazou <ebotcazou@adacore.com>
1541
1542 PR ada/65319
1543 * c-ada-spec.c (print_destructor): Remove obsolete code.
1544
83ed54d7
EB
15452015-03-01 Eric Botcazou <ebotcazou@adacore.com>
1546
1547 * c-ada-spec.c (is_tagged_type): Add guard for DECL_VINDEX.
1548 (dump_template_types): Adjust DECL_TEMPLATE_INSTANTIATIONS and
1549 DECL_TEMPLATE_RESULT emulations.
1550 (dump_ada_template)): Add guard for TYPE_METHODS.
1551
7631f0e2
MP
15522015-02-27 Marek Polacek <polacek@redhat.com>
1553
1554 PR c/65040
1555 * c.opt (Wformat-signedness): Don't enable by -Wformat=2.
1556
d1783ae5
KT
15572015-02-27 Kai Tietz <ktietz@redhat.com>
1558
1559 PR c/35330
1560 * c-pragma.c (handle_pragma_weak): Do not try to create
1561 weak/alias of declarations not being function, or variable
1562 declarations.
1563
56a9f6bc
TS
15642015-02-24 Thomas Schwinge <thomas@codesourcery.com>
1565
1566 PR libgomp/64625
1567 * c-common.c (DEF_FUNCTION_TYPE_VAR_8, DEF_FUNCTION_TYPE_VAR_12):
1568 Remove macros.
1569 (DEF_FUNCTION_TYPE_VAR_7, DEF_FUNCTION_TYPE_VAR_11): New macros.
1570
3d5cb23d
MP
15712015-02-16 Marek Polacek <polacek@redhat.com>
1572
1573 PR c/65066
1574 * c-format.c (check_format_types): Handle null param.
1575
fa008882
MP
15762015-02-13 Marek Polacek <polacek@redhat.com>
1577
1578 PR c/65040
1579 * c-format.c (check_format_types): Don't warn about different
1580 signedness if the original value is in the range of WANTED_TYPE.
1581
785f21af
JM
15822015-02-12 Jason Merrill <jason@redhat.com>
1583
1584 PR c++/64956
1585 * c-opts.c (c_common_post_options): Change flag_abi_version from 0
1586 to the current highest version.
1587 * c-cppbuiltin.c (c_cpp_builtins): Assert that it isn't 0.
1588
4886ec8e
JJ
15892015-02-04 Jakub Jelinek <jakub@redhat.com>
1590
1591 PR c/64824
1592 PR c/64868
1593 * c-omp.c (c_finish_omp_atomic): Use TRUNC_DIV_EXPR
1594 instead of RDIV_EXPR. Use build_binary_op instead of
1595 build2_loc.
1596
40fecdd6
JM
15972015-01-30 Joseph Myers <joseph@codesourcery.com>
1598
1599 * c-opts.c, c-pch.c, cppspec.c: All callers of fatal_error changed
1600 to pass input_location as first argument.
1601
a0c88d06
TV
16022015-01-23 Tom de Vries <tom@codesourcery.com>
1603
1604 PR libgomp/64672
1605 * c.opt (fopenacc): Mark as LTO option.
1606
1506ae0e
TV
16072015-01-23 Tom de Vries <tom@codesourcery.com>
1608
1609 PR libgomp/64707
1610 * c.opt (fopenmp): Mark as LTO option.
1611
31be63ab
JJ
16122015-01-21 Jakub Jelinek <jakub@redhat.com>
1613
1614 PR c/63307
b1726d6c 1615 * cilk.c (fill_decls_vec): Only put decls into vector v.
31be63ab
JJ
1616 (compare_decls): Fix up formatting.
1617
16182015-01-21 Igor Zamyatin <igor.zamyatin@intel.com>
1619
1620 PR c/63307
1621 * cilk.c: Include vec.h.
1622 (struct cilk_decls): New structure.
1623 (wrapper_parm_cb): Split this function to...
1624 (fill_decls_vec): ...this...
1625 (create_parm_list): ...and this.
1626 (compare_decls): New function.
1627 (for_local_cb): Remove.
1628 (wrapper_local_cb): Ditto.
1629 (build_wrapper_type): For now first traverse and fill vector of
1630 declarations then sort it and then deal with sorted vector.
1631 (cilk_outline): Ditto.
1632 (declare_one_free_variable): Ditto.
1633
6875457f
JM
16342015-01-21 Jason Merrill <jason@redhat.com>
1635
1636 PR c++/64629
1637 * c-format.c (check_format_arg): Call decl_constant_value.
1638
185c9e56
ML
16392015-01-19 Martin Liska <mliska@suse.cz>
1640
1641 * c-common.c (handle_noicf_attribute): New function.
1642
41dbbb37
TS
16432015-01-15 Thomas Schwinge <thomas@codesourcery.com>
1644 Bernd Schmidt <bernds@codesourcery.com>
1645 James Norris <jnorris@codesourcery.com>
1646 Cesar Philippidis <cesar@codesourcery.com>
1647 Ilmir Usmanov <i.usmanov@samsung.com>
1648 Jakub Jelinek <jakub@redhat.com>
1649
1650 * c.opt (fopenacc): New option.
1651 * c-cppbuiltin.c (c_cpp_builtins): Conditionally define _OPENACC.
1652 * c-common.c (DEF_FUNCTION_TYPE_VAR_8, DEF_FUNCTION_TYPE_VAR_12):
1653 New macros.
1654 * c-common.h (c_finish_oacc_wait): New prototype.
1655 * c-omp.c: Include "omp-low.h" and "gomp-constants.h".
1656 (c_finish_oacc_wait): New function.
1657 * c-pragma.c (oacc_pragmas): New variable.
1658 (c_pp_lookup_pragma, init_pragma): Handle it.
1659 * c-pragma.h (enum pragma_kind): Add PRAGMA_OACC_CACHE,
1660 PRAGMA_OACC_DATA, PRAGMA_OACC_ENTER_DATA, PRAGMA_OACC_EXIT_DATA,
1661 PRAGMA_OACC_KERNELS, PRAGMA_OACC_LOOP, PRAGMA_OACC_PARALLEL,
1662 PRAGMA_OACC_UPDATE, PRAGMA_OACC_WAIT.
1663 (enum pragma_omp_clause): Add PRAGMA_OACC_CLAUSE_ASYNC,
1664 PRAGMA_OACC_CLAUSE_AUTO, PRAGMA_OACC_CLAUSE_COLLAPSE,
1665 PRAGMA_OACC_CLAUSE_COPY, PRAGMA_OACC_CLAUSE_COPYIN,
1666 PRAGMA_OACC_CLAUSE_COPYOUT, PRAGMA_OACC_CLAUSE_CREATE,
1667 PRAGMA_OACC_CLAUSE_DELETE, PRAGMA_OACC_CLAUSE_DEVICE,
1668 PRAGMA_OACC_CLAUSE_DEVICEPTR, PRAGMA_OACC_CLAUSE_FIRSTPRIVATE,
1669 PRAGMA_OACC_CLAUSE_GANG, PRAGMA_OACC_CLAUSE_HOST,
1670 PRAGMA_OACC_CLAUSE_IF, PRAGMA_OACC_CLAUSE_NUM_GANGS,
1671 PRAGMA_OACC_CLAUSE_NUM_WORKERS, PRAGMA_OACC_CLAUSE_PRESENT,
1672 PRAGMA_OACC_CLAUSE_PRESENT_OR_COPY,
1673 PRAGMA_OACC_CLAUSE_PRESENT_OR_COPYIN,
1674 PRAGMA_OACC_CLAUSE_PRESENT_OR_COPYOUT,
1675 PRAGMA_OACC_CLAUSE_PRESENT_OR_CREATE, PRAGMA_OACC_CLAUSE_PRIVATE,
1676 PRAGMA_OACC_CLAUSE_REDUCTION, PRAGMA_OACC_CLAUSE_SELF,
1677 PRAGMA_OACC_CLAUSE_SEQ, PRAGMA_OACC_CLAUSE_VECTOR,
1678 PRAGMA_OACC_CLAUSE_VECTOR_LENGTH, PRAGMA_OACC_CLAUSE_WAIT,
1679 PRAGMA_OACC_CLAUSE_WORKER.
1680
5434dc07
MD
16812015-01-14 Marcos Diaz <marcos.diaz@tallertechnologies.com>
1682
1683 * c-cppbuiltin.c (c_cpp_builtins): New cpp define __SSP_EXPLICIT__
1684 for the new option fstack-protector_explicit.
1685 * c-common.c (c_common_attribute_table): Add stack_protect attribute.
1686 (handle_stack_protect_attribute): New function.
1687
de1b5c17
MU
16882015-01-13 Martin Uecker <uecker@eecs.berkeley.edu>
1689
1690 * c.opt: New option -Warray-bounds=.
1691
adfac8df
JJ
16922015-01-09 Michael Collison <michael.collison@linaro.org>
1693
1694 * array-notation-common.c: Include hash-set.h, machmode.h,
1695 vec.h, double-int.h, input.h, alias.h, symtab.h, options.h
1696 fold-const.h, wide-int.h, and inchash.h due to flattening of tree.h.
1697 * c-ada-spec.c: Ditto.
1698 * c-cilkplus.c: Ditto.
1699 * c-common.c: Include input.h due to flattening of tree.h.
1700 Define macro GCC_C_COMMON_C.
1701 * c-common.h: Flatten tree.h header files into c-common.h.
1702 Remove include of tree-core.h.
1703 * c-cppbuiltin.c: Include hash-set.h, machmode.h,
1704 vec.h, double-int.h, input.h, alias.h, symtab.h, options.h
1705 fold-const.h, wide-int.h, and inchash.h due to
1706 flattening of tree.h.
1707 * c-dump.c: Ditto.
1708 * c-format.c: Flatten tree.h header files into c-common.h.
1709 * c-cppbuiltin.c: Include hash-set.h, machmode.h,
1710 vec.h, double-int.h, input.h, alias.h, symtab.h, options.h
1711 fold-const.h, wide-int.h, and inchash.h due to
1712 flattening of tree.h.
1713 * c-dump.c: Include hash-set.h, machmode.h,
1714 vec.h, double-int.h, input.h, alias.h, symtab.h, options.h
1715 fold-const.h, wide-int.h, and inchash.h due to
1716 flattening of tree.h.
1717 * c-format.c: Include hash-set.h, machmode.h,
1718 vec.h, double-int.h, input.h, alias.h, symtab.h, options.h
1719 fold-const.h, wide-int.h, inchash.h and real.h due to
1720 flattening of tree.h.
1721 * c-gimplify.c: Include hash-set.h, machmode.h,
1722 vec.h, double-int.h, input.h, alias.h, symtab.h, options.h
1723 fold-const.h, wide-int.h, and inchash.h due to
1724 flattening of tree.h.
1725 * cilk.c: Ditto.
1726 * c-lex.c: Ditto.
1727 * c-omp.c: Ditto.
1728 * c-opts.c: Ditto.
1729 * c-pch.c: Ditto.
1730 * c-ppoutput.c: Ditto.
1731 * c-pragma.c: Ditto.
1732 * c-pretty-print.c: Ditto.
1733 * c-semantics.c: Ditto.
1734 * c-ubsan.c: Ditto.
1735 * stub-objc.c: Ditto.
1736
f5481fc4
JM
17372015-01-08 Jason Merrill <jason@redhat.com>
1738
1739 * c-ubsan.c (ubsan_maybe_instrument_array_ref): Use
1740 do_ubsan_in_current_function.
1741 (ubsan_maybe_instrument_reference_or_call): Likewise.
1742 * c-ubsan.h: Declare it.
1743
de35aa66
MS
17442015-01-08 Mike Stump <mikestump@comcast.net>
1745
1746 * c-common.c (c_common_attribute_table): Add no_sanitize_thread.
1747
4a9a42ab
MP
17482015-01-07 Marek Polacek <polacek@redhat.com>
1749
1750 PR c/64440
1751 * c-common.c (c_fully_fold_internal): Warn for division and modulo
1752 if orig_op1 isn't INTEGER_CST, op1 is INTEGER_CST and is zero.
1753
2f42e5de
TS
17542015-01-05 Trevor Saunders <tsaunders@mozilla.com>
1755
1756 PR c++/31397
1757 * c.opt (Wsuggest-override): New option.
1758
5624e564
JJ
17592015-01-05 Jakub Jelinek <jakub@redhat.com>
1760
1761 Update copyright years.
1762
5bd012f8
MP
17632015-01-05 Marek Polacek <polacek@redhat.com>
1764
1765 PR c/64423
1766 * c-common.c (warn_array_subscript_with_type_char): Add location_t
1767 parameter. Use it.
1768 * c-common.h (warn_array_subscript_with_type_char): Update
1769 declaration.
1770
a7fa8d18
ESR
17712014-12-20 Edward Smith-Rowland <3dw4rd@verizon.net>
1772
1773 * c-cppbuiltin.c (__cpp_sized_deallocation): Uncomment and move macro.
1774 Control macro with flag_sized_deallocation.
1775
768952be
MU
17762014-12-20 Martin Uecker <uecker@eecs.berkeley.edu>
1777
1778 * c.opt (Wdiscarded-array-qualifiers): New option.
1779
1f8d3e84
JJ
17802014-12-19 Jakub Jelinek <jakub@redhat.com>
1781
1782 PR preprocessor/63831
1783 * c-cppbuiltin.c (c_cpp_builtins): Don't define __has_attribute
1784 and __has_cpp_attribute here.
1785 * c-ppoutput.c (init_pp_output): Set cb->has_attribute to
1786 c_common_has_attribute.
1787 * c-common.h (c_common_has_attribute): New prototype.
1788 * c-lex.c (init_c_lex): Set cb->has_attribute to
1789 c_common_has_attribute instead of cb_has_attribute.
1790 (get_token_no_padding): New function.
1791 (cb_has_attribute): Renamed to ...
1792 (c_common_has_attribute): ... this. No longer static. Use
1793 get_token_no_padding, require ()s, don't build TREE_LIST
1794 unnecessarily, fix up formatting, adjust diagnostics, call
1795 init_attributes.
1796
20b06add
JM
17972014-12-15 Jason Merrill <jason@redhat.com>
1798
1799 * c.opt (-fsized-deallocation, -Wc++14-compat): New.
1800 (-Wsized-deallocation): New.
1801 * c-opts.c (c_common_post_options): -fsized-deallocation defaults
1802 to on in C++14 and up.
1803
94a073b2
JM
18042014-12-11 Jason Merrill <jason@redhat.com>
1805
acaa5911
JM
1806 * c-cppbuiltin.c (c_cpp_builtins): Enable C++14 __cpp_constexpr.
1807
94a073b2
JM
1808 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_runtime_arrays if
1809 we aren't complaining about VLAs.
1810
7fb66c15
MP
18112014-12-06 Marek Polacek <polacek@redhat.com>
1812
1813 PR tree-optimization/64183
1814 * c-gimplify.c (c_gimplify_expr): Don't convert the RHS of a
1815 shift-expression if it is integer_type_node. Use types_compatible_p.
1816
b731b390
JJ
18172014-11-29 Jakub Jelinek <jakub@redhat.com>
1818
1819 * c-common.c (convert_vector_to_pointer_for_subscript): Remove NULL
1820 last argument from create_tmp_var_raw and create_tmp_var calls.
1821 * cilk.c (gimplify_cilk_spawn): Likewise.
1822 * c-omp.c (c_finish_omp_atomic): Likewise.
1823
6a4da643
MP
18242014-11-28 Marek Polacek <polacek@redhat.com>
1825
1826 * c-ubsan.c (ubsan_instrument_shift): Use op1_utype for MINUS_EXPR
1827 instead of unsigned_type_node.
1828
541e35a6
MP
18292014-11-28 Marek Polacek <polacek@redhat.com>
1830
1831 PR c/63862
1832 * c-ubsan.c (ubsan_instrument_shift): Change the type of a MINUS_EXPR
1833 to op1_utype.
1834 * c-gimplify.c (c_gimplify_expr): Convert right operand of a shift
1835 expression to unsigned_type_node.
1836
dcc97066
MW
18372014-11-20 Mark Wielaard <mjw@redhat.com>
1838
1839 PR debug/38757
1840 * c-opts.c (set_std_c89): Set lang_hooks.name.
1841 (set_std_c99): Likewise.
1842 (set_std_c11): Likewise.
1843 (set_std_cxx98): Likewise.
1844 (set_std_cxx11): Likewise.
1845 (set_std_cxx14): Likewise.
1846 (set_std_cxx1z): Likewise.
1847
aa7da51a
JJ
18482014-11-21 Jakub Jelinek <jakub@redhat.com>
1849
1850 PR target/63764
1851 * c-common.h (convert_vector_to_pointer_for_subscript): Change
1852 return type to bool.
009a3480 1853 * c-common.c: Include gimple-expr.h.
aa7da51a
JJ
1854 (convert_vector_to_pointer_for_subscript): Change return type to
1855 bool. If *vecp is not lvalue_p and has VECTOR_TYPE, return true
1856 and copy it into a TARGET_EXPR and use that instead of *vecp
1857 directly.
1858
538dd0b7
DM
18592014-11-19 David Malcolm <dmalcolm@redhat.com>
1860
1861 Merger of git branch "gimple-classes-v2-option-3".
1862 * ChangeLog.gimple-classes: New.
1863 * c-gimplify.c (add_block_to_enclosing): Strengthen local "stack"
1864 from being just a vec<gimple> to a vec<gbind *>.
1865
c39a5e99
JJ
18662014-11-18 Jakub Jelinek <jakub@redhat.com>
1867
1868 PR sanitizer/63813
1869 * c-ubsan.c (ubsan_maybe_instrument_reference_or_call): Change type
1870 argument to ptype, set type to TREE_TYPE (ptype). Don't call
1871 get_pointer_alignment for non-pointers. Use ptype, or if it is
1872 reference type, corresponding pointer type, as type of kind
1873 argument.
1874 (ubsan_maybe_instrument_reference,
1875 ubsan_maybe_instrument_member_call): Adjust callers.
1876
8537a4a9
MP
18772014-11-15 Marek Polacek <polacek@redhat.com>
1878
1879 PR middle-end/63884
1880 * array-notation-common.c (is_sec_implicit_index_fn): Return false
1881 for NULL fndecl.
1882 (extract_array_notation_exprs): Return for NULL node.
1883
2079956a
JM
18842014-11-12 Joseph Myers <joseph@codesourcery.com>
1885
1886 * c-cppbuiltin.c (c_cpp_builtins_optimize_pragma): Define and
1887 undefine __NO_MATH_ERRNO__ based on changes to -fmath-errno state.
1888
1304953e
JJ
18892014-11-12 Jakub Jelinek <jakub@redhat.com>
1890
1891 PR c/59708
1892 * c-common.c (check_builtin_function_arguments): Handle
1893 BUILT_IN_{ADD,SUB,MUL}_OVERFLOW.
1894
e5e44252
AK
18952014-11-10 Andi Kleen <ak@linux.intel.com>
1896
1897 PR c/60804
1898 * c-common.h (check_no_cilk): Declare.
1899 * cilk.c (get_error_location): New function.
1900 (check_no_cilk): Dito.
1901
e64b984d
AK
19022014-11-10 Andi Kleen <ak@linux.intel.com>
1903
1904 * cilk.c (recognize_spawn): Use expression location
1905 for error message.
1906
13c21655
PC
19072014-11-10 Paolo Carlini <paolo.carlini@oracle.com>
1908
1909 * c.opt ([Wshift-count-negative, Wshift-count-overflow]): Add.
1910
42fd12b1
ESR
19112014-11-10 Edward Smith-Rowland <3dw4rd@verizon.net>
1912
1913 * c-cppbuiltin.c (__has_attribute, __has_cpp_attribute): New macros;
1914 (__cpp_rtti, __cpp_exceptions): New macros for C++98;
1915 (__cpp_range_based_for, __cpp_initializer_lists,
1916 __cpp_delegating_constructors, __cpp_nsdmi,
1917 __cpp_inheriting_constructors, __cpp_ref_qualifiers): New macros
1918 for C++11; (__cpp_attribute_deprecated): Remove in favor of
1919 __has_cpp_attribute.
1920 * c-lex.c (cb_has_attribute): New callback CPP function;
1921 (init_c_lex): Set has_attribute callback.
1922
6f450181
RB
19232014-11-04 Richard Biener <rguenther@suse.de>
1924
1925 * c-common.c (shorten_compare): Do not shorten mixed
1926 DFP and non-DFP compares.
1927
26f0e1d6
ESR
19282014-11-01 Edward Smith-Rowland <3dw4rd@verizon.net>
1929
1930 * g++.dg/cpp1y/feat-cxx11.C: Commentary and rearrangement of tests.
1931 * g++.dg/cpp1y/feat-cxx11-neg.C: Add aggregate NSDMI test.
1932 Commentary and rearrangement of tests.
1933 * g++.dg/cpp1y/feat-cxx14.C: Enable aggregate NSDMI test.
1934 Commentary and rearrangement of tests.
1935 * g++.dg/cpp1y/feat-cxx98-neg.C: Ditto
1936 * g++.dg/cpp1y/feat-cxx98.C: Commentary.
1937
ef4bddc2
RS
19382014-10-29 Richard Sandiford <richard.sandiford@arm.com>
1939
1940 * c-common.c, c-common.h, c-cppbuiltin.c, c-lex.c: Remove redundant
1941 enum from machine_mode.
1942
c582198b
AM
19432014-10-28 Andrew MacLeod <amacleod@redhat.com>
1944
adfac8df
JJ
1945 * c-common.c: Adjust include files.
1946 * c-gimplify.c: Ditto.
1947 * cilk.c: Ditto.
1948 * c-pragma.c: Ditto.
1949 * c-ubsan.c: Ditto.
c582198b 1950
60393bbc
AM
19512014-10-27 Andrew MacLeod <amacleod@redhat.com>
1952
1953 * c-gimplify.c: Adjust include files.
1954
d723bb7c
MLI
19552014-10-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
1956
1957 PR c++/53061
1958 * c-opts.c (c_common_diagnostics_set_defaults): Renamed from
1959 c_common_initialize_diagnostics.
1960 * c-common.h: Likewise.
1961
90f3520e
MP
19622014-10-24 Marek Polacek <polacek@redhat.com>
1963
1964 PR c/56980
1965 * c-pretty-print.c (c_pretty_printer::simple_type_specifier): Don't
1966 print "struct"/"union"/"enum" for typedefed names.
1967
59d7607a
MP
19682014-10-23 Marek Polacek <polacek@redhat.com>
1969
1970 * c-ubsan.c (ubsan_instrument_shift): Perform the MINUS_EXPR
1971 in unsigned type.
1972
d95a2703
JJ
19732014-10-22 Jakub Jelinek <jakub@redhat.com>
1974 Yury Gribov <y.gribov@samsung.com>
1975
1976 * c-ubsan.c (ubsan_instrument_division, ubsan_instrument_shift,
1977 ubsan_instrument_vla): Check bits in flag_sanitize_recover bitmask
1978 instead of flag_sanitize_recover as bool flag.
1979
8e6ef852
KY
19802014-10-21 Kirill Yukhin <kirill.yukhin@intel.com>
1981
1982 * cilk.c: Revert previous change.
1983
948cf550
IZ
19842014-10-20 Igor Zamyatin <igor.zamyatin@intel.com>
1985
1986 PR c/63307
1987 * cilk.c: Include vec.h.
1988 (struct cilk_decls): New structure.
1989 (wrapper_parm_cb): Split this function to...
1990 (fill_decls_vec): ...this...
1991 (create_parm_list): ...and this.
1992 (compare_decls): New function.
1993 (for_local_cb): Remove.
1994 (wrapper_local_cb): Ditto.
1995 (build_wrapper_type): For now first traverse and fill vector of
1996 declarations then sort it and then deal with sorted vector.
1997 (cilk_outline): Ditto.
1998 (declare_one_free_variable): Ditto.
1999
92574c7c
MP
20002014-10-17 Marek Polacek <polacek@redhat.com>
2001
2002 * c-opts.c (c_common_post_options): Set warn_implicit_int.
2003 * c.opt (Wimplicit-int): Initialize to -1.
2004
83685514
AM
20052014-10-16 Andrew MacLeod <amacleod@redhat.com>
2006
2007 * c-pragma.c: Adjust include files.
2008 * c-semantics.c: Likewise.
2009
5b8300ea
DD
20102014-10-16 DJ Delorie <dj@redhat.com>
2011
2012 * c-cppbuiltin.c (cpp_atomic_builtins): Don't assume pointers are
2013 multiples of bytes.
2014
5f83e90b
JM
20152014-10-14 Jason Merrill <jason@redhat.com>
2016
2017 PR c++/63455
2018 * c-common.h (CPP_PREPARSED_EXPR): New.
2019 (N_CP_TTYPES): Adjust.
2020
d73326ca
MP
20212014-10-15 Marek Polacek <polacek@redhat.com>
2022
2023 * c-opts.c (c_common_init_options): Make -std=gnu11 the default for C.
2024
78a7c317
DD
20252014-10-14 DJ Delorie <dj@redhat.com>
2026
2027 * c-pretty-print.c (pp_c_integer_constant): Check for all __intN
2028 types, not just __int128.
2029 * c-cppbuiltin.c (c_cpp_builtins): Add builtins for all __intN
2030 types, not just __int128.
2031 (cpp_atomic_builtins): Round pointer sizes up.
2032 (type_suffix): Use type precision, not specific types.
2033 * c-common.c (c_common_reswords): Remove __int128 special case.
2034 (c_common_type_for_size): Check for all __intN types, not just
2035 __int128.
2036 (c_common_type_for_mode): Likewise.
2037 (c_common_signed_or_unsigned_type): Likewise.
2038 (c_build_bitfield_integer_type): Likewise.
2039 (c_common_nodes_and_builtins): Likewise.
2040 (keyword_begins_type_specifier): Likewise.
2041 * c-common.h (rid): Remove RID_INT128 and add RID_INT_N_* for all
2042 __intN variants.
2043
2a22f99c
TS
20442014-10-12 Trevor Saunders <tsaunders@mozilla.com>
2045
2046 * c-common.c: Use hash_table instead of hashtab.
2047
2a8ef767
ESR
20482014-10-06 Edward Smith-Rowland <3dw4rd@verizon.net>
2049
adfac8df 2050 * c-cppbuiltin.c: Move __cpp_attribute_deprecated to the
2a8ef767
ESR
2051 C++11 section.
2052
3c9aabbd
MG
20532014-10-03 Marc Glisse <marc.glisse@inria.fr>
2054
2055 PR c++/54427
2056 PR c++/57198
2057 PR c++/58845
2058 * c-common.c (warn_logical_operator): Punt for vectors.
2059
a15f7cb8
ESR
20602014-10-01 Edward Smith-Rowland <3dw4rd@verizon.net>
2061
2062 Implement SD-6: SG10 Feature Test Recommendations
2063 * c-cppbuiltin.c (c_cpp_builtins()): Define language feature
2064 macros and the __has_header macro.
2065
8d0cf15e
JM
20662014-09-30 Jason Merrill <jason@redhat.com>
2067
dd5d5481
JM
2068 * c-common.h (enum rid): Add RID_IS_TRIVIALLY_ASSIGNABLE and
2069 RID_IS_TRIVIALLY_CONSTRUCTIBLE.
2070 * c-common.c (c_common_reswords): Add __is_trivially_copyable.
2071
b752325e
JM
2072 * c-common.h (enum rid): Add RID_IS_TRIVIALLY_COPYABLE.
2073 * c-common.c (c_common_reswords): Add __is_trivially_copyable.
2074
8d0cf15e
JM
2075 * c-common.h (enum rid): Remove RID_IS_CONVERTIBLE_TO.
2076 * c-common.c (c_common_reswords): Remove __is_convertible_to.
2077
083e891e
MP
20782014-09-24 Marek Polacek <polacek@redhat.com>
2079
2080 PR c/61405
2081 PR c/53874
2082 * c-common.h (struct c_common_resword): Don't define CPP_KEYWORD.
2083
7861b648
AK
20842014-09-23 Andi Kleen <ak@linux.intel.com>
2085
2086 * c-common.c (handle_no_reorder_attribute): New function.
2087 (c_common_attribute_table): Add no_reorder attribute.
2088
9a79452d
JM
20892014-09-22 Joseph Myers <joseph@codesourcery.com>
2090
2091 * c-cppbuiltin.c (c_cpp_builtins): Define
2092 __LIBGCC_*_EXCESS_PRECISION__ macros for supported floating-point
2093 modes.
2094
dd69f047
JM
20952014-09-18 Joseph Myers <joseph@codesourcery.com>
2096
2097 * c-cppbuiltin.c (c_cpp_builtins): Define __LIBGCC_*_FUNC_EXT__
2098 for supported floating-point modes.
2099
737a4826
MLI
21002014-09-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
2101
2102 * c.opt (Wpsabi): Use LangEnabledBy.
2103 * c-opts.c (c_common_handle_option): Do not handle here.
2104
8cc4b7a2
JM
21052014-09-12 Joseph Myers <joseph@codesourcery.com>
2106
2107 * c-cppbuiltin.c (c_cpp_builtins): Define __LIBGCC_HAS_%s_MODE__
2108 macros for floating-point modes.
2109
179b5a55
MG
21102014-09-11 Marc Glisse <marc.glisse@inria.fr>
2111
2112 PR target/58757
2113 * c-cppbuiltin.c (builtin_define_float_constants): Correct
2114 __*_DENORM_MIN__ without denormals.
2115
570a11fe
JJ
21162014-09-10 Jakub Jelinek <jakub@redhat.com>
2117
2118 * c-ubsan.c (ubsan_instrument_division, ubsan_instrument_shift,
2119 ubsan_instrument_vla, ubsan_instrument_return): Adjust
2120 ubsan_create_data callers.
2121 (ubsan_instrument_bounds): Don't emit UBSAN_BOUNDS at all if
2122 index is constant or BIT_AND_EXPR with constant mask and is
2123 small enough for the bound.
2124 * c-gimplify.c (ubsan_walk_array_refs_r): For ADDR_EXPR of
2125 ARRAY_REF, make sure the inner ARRAY_REF is not walked again.
2126
b559c810
MLI
21272014-09-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
2128
2129 * c.opt: Add CppReason to various flags.
2130 (Wdate-time): Re-sort.
2131 * c-common.c: Include c-common.h earlier.
2132 (struct reason_option_codes_t): Delete.
2133 (c_option_controlling_cpp_error): Prefix global type and struct
2134 with cpp_.
2135
1ef33fd4
MLI
21362014-09-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
2137
2138 * c.opt (Wnormalized): New.
2139 (Wnormalized=): Use Enum and Reject Negative.
2140 * c-opts.c (c_common_handle_option): Do not handle Wnormalized here.
2141
66bb34c0
JM
21422014-09-08 Joseph Myers <joseph@codesourcery.com>
2143
2144 * c-cppbuiltin.c (c_cpp_builtins): Define macros for mantissa
2145 digits of floating-point modes if -fbuilding-libgcc.
2146
53d68b9f
JM
21472014-09-05 Joseph Myers <joseph@codesourcery.com>
2148
2149 * c-cppbuiltin.c (c_cpp_builtins): Also define
2150 __LIBGCC_EH_TABLES_CAN_BE_READ_ONLY__,
2151 __LIBGCC_EH_FRAME_SECTION_NAME__, __LIBGCC_JCR_SECTION_NAME__,
2152 __LIBGCC_CTORS_SECTION_ASM_OP__, __LIBGCC_DTORS_SECTION_ASM_OP__,
2153 __LIBGCC_TEXT_SECTION_ASM_OP__, __LIBGCC_INIT_SECTION_ASM_OP__,
2154 __LIBGCC_INIT_ARRAY_SECTION_ASM_OP__,
2155 __LIBGCC_STACK_GROWS_DOWNWARD__,
2156 __LIBGCC_DONT_USE_BUILTIN_SETJMP__,
2157 __LIBGCC_DWARF_ALT_FRAME_RETURN_COLUMN__,
2158 __LIBGCC_DWARF_FRAME_REGISTERS__,
2159 __LIBGCC_EH_RETURN_STACKADJ_RTX__, __LIBGCC_JMP_BUF_SIZE__,
2160 __LIBGCC_STACK_POINTER_REGNUM__ and
2161 __LIBGCC_VTABLE_USES_DESCRIPTORS__ for -fbuilding-libgcc.
2162 (builtin_define_with_value): Handle backslash-escaping in string
2163 macro values.
2164
f65586dc
RB
21652014-09-05 Richard Biener <rguenther@suse.de>
2166
2167 PR middle-end/63148
2168 * c-format.c (check_format_arg): Properly handle
2169 effectively signed POINTER_PLUS_EXPR offset.
2170
2b71f4a4
MLI
21712014-09-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
2172
2173 * c.opt (Wc90-c99-compat,Wc++-compat,Wcomment,Wendif-labels,
2174 Winvalid-pch,Wlong-long,Wmissing-include-dirs,Wmultichar,Wpedantic,
2175 (Wdate-time,Wtraditional,Wundef,Wvariadic-macros): Add CPP, Var
2176 and Init.
2177 * c-opts.c (c_common_handle_option): Do not handle here.
2178 (sanitize_cpp_opts): Likewise.
2179 * c-common.c (struct reason_option_codes_t): Handle
2180 CPP_W_C90_C99_COMPAT and CPP_W_PEDANTIC.
2181
d2e4feca
MP
21822014-09-03 Marek Polacek <polacek@redhat.com>
2183
2184 * c.opt (Wlogical-not-parentheses): Enable by -Wall.
2185
9a771876
JJ
21862014-09-02 Jakub Jelinek <jakub@redhat.com>
2187 Balaji V. Iyer <balaji.v.iyer@intel.com>
2188 Igor Zamyatin <igor.zamyatin@intel.com>
2189
2190 * c-cilkplus.c (cilk_for_number_of_iterations): New function.
2191 * c-common.c (c_common_reswords): Added _Cilk_for.
2192 * c-common.h (enum rid): Added RID_CILK_FOR.
2193 (cilk_for_number_of_iterations): Add declaration.
2194 * c-omp.c (c_finish_omp_for): Added checks for CILK_SIMD and
2195 CILK_FOR.
2196 * c-pragma.c (init_pragma): Register "grainsize" pragma.
2197 * c-pragma.h (enum pragma_kind): Add PRAGMA_CILK_GRAINSIZE.
2198
81b5d104
MLI
21992014-08-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
2200
2201 * c.opt (Wbuiltin-macro-redefined,Wdeprecated,Wendif-labels,
2202 Winvalid-pch,Wliteral-suffix,Wmissing-include-dirs,Wtrigraphs,
2203 Wundef): Use CPP, Var and Init.
2204 * c-opts.c (c_common_handle_option): Do not handle the above flags here.
2205
b753b37b
MLI
22062014-08-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
2207
2208 * c.opt (Wbuiltin-macro-redefined): Use CPP, Var and Init.
2209 * c-opts.c (c_common_handle_option): Do not handle here.
2210
028aee17
JM
22112014-08-25 Jason Merrill <jason@redhat.com>
2212
2213 * c.opt: Change -std=c++1y and -std=gnu++1y to be aliases for
2214 -std=c++14 and -std=gnu++14, rather than the reverse.
2215 * c-opts.c (c_common_handle_option): Change OPT_std_c__1y and
2216 OPT_std_gnu__1y to OPT_std_c__14 and OPT_std_gnu__14.
2217 * c-common.h (cxx_dialect): Remove cxx1y.
2218
e4276ba5
ESR
22192014-08-23 Edward Smith-Rowland <3dw4rd@verizon.net>
2220
2221 * c-common.h (enum cxx_dialect): Add cxx14.
2222 * c-opts.c (set_std_cxx1y): Rename to set_std_cxx14; Use cxx14.
2223 * c-ubsan.c (ubsan_instrument_shift): Change comment and logic from
2224 cxx_dialect == cxx11 || cxx_dialect == cxx1y to cxx_dialect >= cxx11.
2225
a545cacd
JM
22262014-08-22 Jason Merrill <jason@redhat.com>
2227
2228 * c.opt (std=gnu++17): Fix alias.
2229
59ea0364
MP
22302014-08-22 Marek Polacek <polacek@redhat.com>
2231
2232 PR c++/62199
2233 * c-common.c (warn_logical_not_parentheses): Don't check LHS. Don't
2234 check for vector types. Drop LHS argument.
2235 * c-common.h (warn_logical_not_parentheses): Adjust.
2236
596e808c
MLI
22372014-08-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
2238
2239 * c.opt (Wcomment): Use CPP, Var and LangEnabledBy.
2240 (Wmultichar): Likewise.
2241 (Wdate-time): Use C-family languages instead of Common. Use CPP
2242 and Var.
2243 * c-opts.c (c_common_handle_option): Do not handle the above
2244 options here.
2245 (sanitize_cpp_opts): Likewise.
2246
18767f65
MLI
22472014-08-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
2248
2249 PR fortran/44054
2250 * c-opts.c: Include tree-diagnostics.h.
2251 (c_diagnostic_finalizer): New.
2252 (c_common_initialize_diagnostics): Use it.
2253
b4413594
MLI
22542014-08-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
2255
2256 PR preprocessor/51303
2257 * c-common.c (struct reason_option_codes_t option_codes):
2258 Add CPP_W_MISSING_INCLUDE_DIRS. Sort alphabetically.
2259
43f9a13c
MLI
22602014-08-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
2261
2262 PR c/60975
2263 PR c/53063
2264 * c.opt (Wvariadic-macros): Use CPP and LangEnabledBy.
2265 * c-opts.c (c_common_handle_option): Call cpp_handle_option_auto.
2266 (c_common_post_options): Call init_global_opts_from_cpp.
2267 (sanitize_cpp_opts): Do not handle Wvariadic-macros here.
2268
04159acf
MP
22692014-08-19 Marek Polacek <polacek@redhat.com>
2270
2271 PR c++/62153
2272 * c-common.c (maybe_warn_bool_compare): New function.
2273 * c-common.h (maybe_warn_bool_compare): Declare.
2274 * c.opt (Wbool-compare): New option.
2275
35aff4fb
MP
22762014-08-19 Marek Polacek <polacek@redhat.com>
2277
2278 * c.opt (Wc99-c11-compat): New option.
2279
177cce46
MP
22802014-08-19 Marek Polacek <polacek@redhat.com>
2281
2282 * c-opts.c (sanitize_cpp_opts): Make warn_long_long be set according
2283 to warn_c90_c99_compat.
2284 * c.opt (Wc90-c99-compat, Wdeclaration-after-statement): Initialize
2285 to -1.
2286
6ae9194f
MLI
22872014-08-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
2288 Steven Bosscher <steven@gcc.gnu.org>
2289
2290 PR c/52952
2291 * c-format.c: Add extra_arg_loc and format_string_loc to struct
2292 format_check_results.
2293 (check_function_format): Use true and add comment for boolean
2294 argument.
2295 (finish_dollar_format_checking): Use explicit location when warning.
2296 (check_format_info): Likewise.
2297 (check_format_arg): Set extra_arg_loc and format_string_loc.
2298 (check_format_info_main): Use explicit location when warning.
2299 (check_format_types): Pass explicit location.
2300 (format_type_warning): Likewise.
2301
8e54f6d3
MLI
23022014-08-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
2303
2304 PR fortran/44054
2305 * c-format.c: Handle Fortran flags.
2306
cd4e76fc
IZ
23072014-08-12 Igor Zamyatin <igor.zamyatin@intel.com>
2308
2309 PR other/61962
2310 * array-notation-common.c (find_rank): Added handling for other
2311 types of references.
2312
f3bede71
MP
23132014-08-10 Marek Polacek <polacek@redhat.com>
2314
2315 PR c/51849
2316 * c-opts.c (sanitize_cpp_opts): Pass warn_c90_c99_compat to libcpp.
2317 * c.opt (Wc90-c99-compat): Add option.
2318
9f25a338
TS
23192014-08-07 Trevor Saunders <tsaunders@mozilla.com>
2320
2321 * c-gimplify.c, cilk.c: Remove includes of pointer-set.h.
2322
62e4eb35
MP
23232014-08-03 Marek Polacek <polacek@redhat.com>
2324
2325 * c-common.c (check_case_value): Add location_t parameter. Use it.
2326 (c_add_case_label): Pass loc to check_case_value.
2327
b787e7a2
TS
23282014-08-02 Trevor Saunders <tsaunders@mozilla.com>
2329
2330 * cilk.c: Use hash_map instead of pointer_map.
2331
6e2830c3
TS
23322014-08-02 Trevor Saunders <tsaunders@mozilla.com>
2333
2334 * c-gimplify.c: Use hash_set instead of pointer_set.
2335
a7ee52fb
IZ
23362014-08-01 Igor Zamyatin <igor.zamyatin@intel.com>
2337
2338 PR middle-end/61455
2339 * array-notation-common.c (extract_array_notation_exprs): Handling
2340 of DECL_EXPR added.
2341
944fa280
JJ
23422014-08-01 Jakub Jelinek <jakub@redhat.com>
2343
2344 * c-common.h (min_align_of_type): Removed prototype.
2345 * c-common.c (min_align_of_type): Removed.
2346 * c-ubsan.h (ubsan_maybe_instrument_reference,
2347 ubsan_maybe_instrument_member_call): New prototypes.
2348 * c-ubsan.c: Include stor-layout.h and builtins.h.
2349 (ubsan_maybe_instrument_reference_or_call,
2350 ubsan_maybe_instrument_reference, ubsan_maybe_instrument_call): New
2351 functions.
2352
b4dfdc11
MG
23532014-07-31 Marc Glisse <marc.glisse@inria.fr>
2354
2355 PR c++/60517
2356 * c.opt (-Wreturn-local-addr): Move to common.opt.
2357
a41844e5
JM
23582014-07-30 Jason Merrill <jason@redhat.com>
2359
2360 PR c++/61659
2361 PR c++/61687
2362 Revert:
2363 * c.opt (-fuse-all-virtuals): New.
2364
976d5a22
TT
23652014-07-30 Tom Tromey <tromey@redhat.com>
2366
2367 PR c/59855
2368 * c.opt (Wdesignated-init): New option.
2369 * c-common.c (c_common_attribute_table): Add "designated_init".
2370 (handle_designated_init): New function.
2371
cdc94aca
MP
23722014-07-24 Marek Polacek <polacek@redhat.com>
2373
2374 PR c/57653
2375 * c-opts.c (c_finish_options): If -imacros is in effect, return.
2376
f41373b6
DS
23772014-07-16 Dodji Seketeli <dodji@redhat.com>
2378
2379 PR preprocessor/60723 - missing system-ness marks for macro tokens
2380 * c-ppoutput.c (struct print::prev_was_system_token): New data
2381 member.
2382 (init_pp_output): Initialize it.
2383 (maybe_print_line_1, maybe_print_line, print_line_1, print_line)
2384 (do_line_change): Return a flag saying if a line marker was
2385 emitted or not.
2386 (scan_translation_unit): Detect if the system-ness of the token we
2387 are about to emit is different from the one of the previously
2388 emitted token. If so, emit a line marker. Avoid emitting useless
2389 adjacent line markers. Avoid emitting line markers for tokens
2390 originating from the expansion of built-in macros.
2391 (scan_translation_unit_directives_only): Adjust.
2392
4d661eaa
MP
23932014-07-15 Marek Polacek <polacek@redhat.com>
2394
2395 * c-ubsan.c (ubsan_instrument_bounds): Don't instrument if
2396 TYPE_MAX_VALUE is NULL.
2397
b108f48f
JJ
23982014-07-14 Jakub Jelinek <jakub@redhat.com>
2399
2400 PR middle-end/61294
2401 * c.opt (Wmemset-transposed-args): New warning.
2402
c0221884
JM
24032014-07-10 Jason Merrill <jason@redhat.com>
2404
2405 PR c++/61659
2406 PR c++/61687
2407 * c.opt (-fuse-all-virtuals): New.
2408
63dfbb95
RB
24092014-07-09 Richard Biener <rguenther@suse.de>
2410
2411 PR c-family/61741
2412 * c-gimplify.c (c_gimplify_expr): Gimplify self-modify expressions
2413 using unsigned arithmetic if overflow does not wrap instead of
2414 if overflow is undefined.
2415
773ec47f
MP
24162014-07-06 Marek Polacek <polacek@redhat.com>
2417
2418 PR c/6940
2419 * c.opt (Wsizeof-array-argument): New option.
2420
00a7ba58
JJ
24212014-07-03 Jakub Jelinek <jakub@redhat.com>
2422
b1726d6c 2423 * c-ada-spec.c (dump_ada_nodes): Don't call qsort if
00a7ba58
JJ
2424 comments->count <= 1, as comments->entries might be NULL.
2425
52ec0ea3
MP
24262014-07-01 Marek Polacek <polacek@redhat.com>
2427
2428 * c.opt (Wint-conversion): New option.
2429
d5c3d343
MP
24302014-07-01 Marek Polacek <polacek@redhat.com>
2431
2432 PR c/58286
2433 * c.opt (Wincompatible-pointer-types): New option.
2434
6e7ceb17
PC
24352014-06-30 Paolo Carlini <paolo.carlini@oracle.com>
2436
2437 PR c++/51400
2438 * c-common.c (handle_noreturn_attribute, handle_const_attribute):
2439 Do not discard TYPE_QUALS of type.
2440
da73100b
JM
24412014-06-26 Jason Merrill <jason@redhat.com>
2442
2443 * c-common.h (enum cxx_dialect): Add cxx1z.
2444 * c.opt (std=c++1z, std=c++17, std=gnu++1z, std=gnu++17): New.
2445 * c-opts.c (c_common_handle_option, set_std_cxx1z): Handle it.
2446
08eedf75
TJ
24472014-06-26 Teresa Johnson <tejohnson@google.com>
2448
2449 * c-common.h (get_dump_info): Declare.
2450 * c-gimplify.c (c_genericize): Use saved dump files.
2451 * c-opts.c (c_common_parse_file): Begin and end dumps
2452 once around parsing invocation.
2453 (get_dump_info): New function.
2454
7b56b2f8
MP
24552014-06-23 Marek Polacek <polacek@redhat.com>
2456 Andrew MacLeod <amacleod@redhat.com>
2457
2458 PR c/61553
2459 * c-common.c (get_atomic_generic_size): Don't segfault if the
2460 type doesn't have a size.
2461
0e37a2f3
MP
24622014-06-20 Marek Polacek <polacek@redhat.com>
2463
2464 * c-gimplify.c: Include "c-ubsan.h" and "pointer-set.h".
2465 (ubsan_walk_array_refs_r): New function.
2466 (c_genericize): Instrument array bounds.
2467 * c-ubsan.c: Include "internal-fn.h".
2468 (ubsan_instrument_division): Mark instrumented arrays as having
2469 side effects. Adjust ubsan_type_descriptor call.
2470 (ubsan_instrument_shift): Likewise.
2471 (ubsan_instrument_vla): Adjust ubsan_type_descriptor call.
2472 (ubsan_instrument_bounds): New function.
2473 (ubsan_array_ref_instrumented_p): New function.
2474 (ubsan_maybe_instrument_array_ref): New function.
2475 * c-ubsan.h (ubsan_instrument_bounds): Declare.
2476 (ubsan_array_ref_instrumented_p): Declare.
2477 (ubsan_maybe_instrument_array_ref): Declare.
2478
24792014-06-20 Hale Wang <hale.wang@arm.com>
dd6fe7d4
HW
2480
2481 PR lto/61123
2482 * c.opt (fshort-enums): Add to LTO.
2483 * c.opt (fshort-wchar): Likewise.
2484
5c3d09f7
MP
24852014-06-16 Marek Polacek <polacek@redhat.com>
2486
2487 PR c/60439
2488 * c.opt (Wswitch-bool): Add Var.
2489
9cf32741
JJ
24902014-06-12 Jakub Jelinek <jakub@redhat.com>
2491
2492 PR middle-end/61486
2493 * c-omp.c (c_omp_split_clauses): Don't crash on firstprivate in
2494 #pragma omp target teams or
2495 #pragma omp {,target }teams distribute simd.
2496
62984918
JM
24972014-06-12 Jason Merrill <jason@redhat.com>
2498
2499 * c.opt (Wabi=, fabi-compat-version): New.
2500 * c-opts.c (c_common_handle_option): Handle -Wabi=.
2501 (c_common_post_options): Handle flag_abi_compat_version default.
2502 Disallow -fabi-compat-version=1.
2503 * c-common.h (abi_version_crosses): New.
2504
f961457f
JH
25052014-06-11 Jan Hubicka <hubicka@ucw.cz>
2506
adfac8df 2507 * c-common.c (handle_section_attribute): Update handling for
f961457f
JH
2508 section names that are no longer trees.
2509
92d28cbb
JJ
25102014-06-10 Jakub Jelinek <jakub@redhat.com>
2511
2512 PR fortran/60928
2513 * c-pragma.c (omp_pragmas_simd): Move PRAGMA_OMP_TASK...
2514 (omp_pragmas): ... back here.
2515
742938c9
MP
25162014-06-05 Marek Polacek <polacek@redhat.com>
2517
2518 PR c/49706
2519 * c-common.c (warn_logical_not_parentheses): New function.
2520 * c-common.h (warn_logical_not_parentheses): Declare.
2521 * c.opt (Wlogical-not-parentheses): New option.
2522
9d548dfb
MP
25232014-06-04 Marek Polacek <polacek@redhat.com>
2524
2525 PR c/30020
2526 * c-common.c (check_case_bounds): Add location parameter.
2527 Use it.
2528 (c_add_case_label): Pass loc to check_case_bounds.
2529
fedfecef
MP
25302014-06-03 Marek Polacek <polacek@redhat.com>
2531
2532 PR c/60439
2533 * c.opt (Wswitch-bool): New option.
2534
f6a7cffc
TS
25352014-05-22 Thomas Schwinge <thomas@codesourcery.com>
2536
040d18b6
TS
2537 * c-common.h (c_omp_sharing_predetermined, c_omp_remap_decl):
2538 Remove prototypes.
2539 (record_types_used_by_current_var_decl): Move prototype to where
2540 it belongs.
2541
f6a7cffc
TS
2542 * c-common.c (DEF_FUNCTION_TYPE_0, DEF_FUNCTION_TYPE_6)
2543 (DEF_FUNCTION_TYPE_7, DEF_FUNCTION_TYPE_8)
2544 (DEF_FUNCTION_TYPE_VAR_5): Cosmetic fixes.
2545
632f2871
RS
25462014-05-21 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
2547
2548 * c-common.h (CTI_VOID_ZERO, void_zero_node): Delete.
2549 * c-common.c (c_common_nodes_and_builtins): Don't initialize
2550 void_zero_node.
2551 * c-pretty-print.c (pp_c_void_constant): New function.
2552 (c_pretty_printer::constant, c_pretty_printer::primary_expression)
2553 (c_pretty_printer::expression): Handle VOID_CST.
2554 * cilk.c (extract_free_variables): Likewise.
2555 * c-ubsan.c (ubsan_instrument_division, ubsan_instrument_shift)
2556 (ubsan_instrument_vla): Use void_node instead of void_zero_node.
2557
766090c2
TS
25582014-05-17 Trevor Saunders <tsaunders@mozilla.com>
2559
2560 * c-common.h (sorted_fields_type): Remove variable_size GTY attribute.
2561 * c-pragma.c (push_alignment): Adjust.
2562 (handle_pragma_push_options): Likewise.
2563
661a0813
MP
25642014-05-09 Marek Polacek <polacek@redhat.com>
2565
2566 PR c/50459
2567 * c-common.c (check_user_alignment): Return -1 if alignment is error
2568 node.
2569 (handle_aligned_attribute): Don't call default_conversion on
2570 FUNCTION_DECLs.
2571 (handle_vector_size_attribute): Likewise.
2572 (handle_tm_wrap_attribute): Handle case when wrap_decl is error node.
2573 (handle_sentinel_attribute): Call default_conversion and allow even
2574 integral types as an argument.
2575
2793eeab
MP
25762014-05-08 Marek Polacek <polacek@redhat.com>
2577
2578 PR c/61053
2579 * c-common.c (min_align_of_type): New function factored out from...
2580 (c_sizeof_or_alignof_type): ...here.
2581 * c-common.h (min_align_of_type): Declare.
2582
f827930a
MP
25832014-05-08 Marek Polacek <polacek@redhat.com>
2584
2585 PR c/61077
2586 * c-common.c (check_main_parameter_types): Warn for _Atomic-qualified
2587 parameter type of main.
2588
ca49b74e
DD
25892014-05-07 DJ Delorie <dj@redhat.com>
2590
2591 * c-cppbuiltin.c (print_bits_of_hex): New.
2592 (builtin_define_type_minmax): Print values using hex so as not to
2593 require a pre-computed list of string values.
2594
1d60af08
KZ
25952014-05-06 Kenneth Zadeck <zadeck@naturalbridge.com>
2596 Mike Stump <mikestump@comcast.net>
2597 Richard Sandiford <rdsandiford@googlemail.com>
2598
2599 * c-ada-spec.c: Include wide-int.h.
2600 (ADA_HOST_WIDE_INT_PRINT_DOUBLE_HEX): Remove.
2601 (dump_generic_ada_node): Use wide-int interfaces.
2602 * c-common.c: Include wide-int-print.h.
2603 (shorten_compare): Use wide-int interfaces and tree_int_cst_lt.
2604 (pointer_int_sum): Use wide-int interfaces.
2605 (c_common_nodes_and_builtins): Use make_int_cst.
2606 (match_case_to_enum_1): Use tree_fits_uhwi_p and tree_fits_shwi_p.
2607 (handle_alloc_size_attribute): Use wide-int interfaces.
2608 (get_nonnull_operand): Likewise.
2609 * c-format.c (get_constant): Use tree_fits_uhwi_p.
2610 * c-lex.c: Include wide-int.h.
2611 (narrowest_unsigned_type): Take a widest_int rather than two
2612 HOST_WIDE_INTs.
2613 (narrowest_signed_type): Likewise.
2614 (interpret_integer): Update accordingly. Use wide-int interfaces.
2615 (lex_charconst): Use wide-int interfaces.
2616 * c-pretty-print.c: Include wide-int.h.
2617 (pp_c_integer_constant): Use wide-int interfaces.
2618 * cilk.c (declare_one_free_variable): Use tree_int_cst_lt instead of
2619 INT_CST_LT_UNSIGNED.
2620
b15458be
RB
26212014-05-06 Richard Biener <rguenther@suse.de>
2622
2623 * c-opts.c (c_common_post_options): For -freestanding,
2624 -fno-hosted and -fno-builtin disable pattern recognition
2625 if not enabled explicitely.
2626
6577374e
MP
26272014-05-02 Marek Polacek <polacek@redhat.com>
2628
2629 * c.opt (Wsizeof-pointer-memaccess): Describe option.
2630
d00887e8
MP
26312014-05-01 Marek Polacek <polacek@redhat.com>
2632
2633 PR c/43245
2634 * c.opt (Wdiscarded-qualifiers): Add.
2635
f8ed5150
MP
26362014-04-30 Marek Polacek <polacek@redhat.com>
2637
2638 * c-ubsan.c (ubsan_instrument_division): Handle REAL_TYPEs. Perform
2639 INT_MIN / -1 sanitization only for integer types.
2640
45484dcf
MP
26412014-04-25 Marek Polacek <polacek@redhat.com>
2642
2643 PR c/18079
2644 * c-common.c (handle_noinline_attribute): Warn if the attribute
2645 conflicts with always_inline attribute.
2646 (handle_always_inline_attribute): Warn if the attribute conflicts
2647 with noinline attribute.
2648
38e514c0
MP
26492014-04-25 Marek Polacek <polacek@redhat.com>
2650
2651 PR c/60156
2652 * c-common.c (check_main_parameter_types): Warn about variadic main.
2653
44875f92
MS
26542014-04-24 Mike Stump <mikestump@comcast.net>
2655
2656 * c.opt (Wshadow-ivar): Default to on.
2657
dcaaa5a0
DP
26582014-04-24 Dimitris Papavasiliou <dpapavas@gmail.com>
2659
2660 * c.opt (Wshadow-ivar, flocal-ivars, fivar-visibility): Add.
2661
c07d7c02
MP
26622014-04-23 Marek Polacek <polacek@redhat.com>
2663
2664 * c-common.c (handle_tm_wrap_attribute): Tweak error message.
2665
1c33c9b7
JJ
26662014-04-22 Jakub Jelinek <jakub@redhat.com>
2667
2668 PR sanitizer/60275
2669 * c-ubsan.c (ubsan_instrument_return): Return __builtin_trap ()
2670 if flag_sanitize_undefined_trap_on_error.
2671 (ubsan_instrument_division, ubsan_instrument_shift,
2672 ubsan_instrument_vla): Likewise. Use __ubsan_handle_*_abort ()
2673 if !flag_sanitize_recover.
2674
793c625f
MG
26752014-04-22 Marc Glisse <marc.glisse@inria.fr>
2676
2677 PR libstdc++/43622
2678 * c-common.c (registered_builtin_types): Make non-static.
2679 * c-common.h (registered_builtin_types): Declare.
2680
b0f1bf36
RB
26812014-04-14 Richard Biener <rguenther@suse.de>
2682 Marc Glisse <marc.glisse@inria.fr>
2683
2684 PR c/60819
2685 * c-common.c (convert_vector_to_pointer_for_subscript): Properly
2686 apply may-alias the scalar pointer type when applicable.
2687
3b07fa4a
IZ
26882014-04-12 Igor Zamyatin <igor.zamyatin@intel.com>
2689
2690 PR middle-end/60467
2691 * cilk.c (cilk_set_spawn_marker): Remove FUNCTION_DECL
2692 as possible argument for Cilk_spawn.
2693
cbbd2b1c
TB
26942014-04-11 Tobias Burnus <burnus@net-b.de>
2695
2696 PR c/60194
2697 * c.opt (Wformat-signedness): Add
2698 * c-format.c(check_format_types): Use it.
2699
6415bd5d
JM
27002014-04-11 Jason Merrill <jason@redhat.com>
2701
2702 PR c++/57926
2703 * c-common.c (sync_resolve_size, get_atomic_generic_size): Call
2704 default_conversion for an array argument.
2705
6525783a
MP
27062014-04-08 Marek Polacek <polacek@redhat.com>
2707
2708 PR sanitizer/60745
2709 * c-ubsan.c: Include asan.h.
2710 (ubsan_instrument_return): Call initialize_sanitizer_builtins.
2711
880a467b
NS
27122014-04-03 Nathan Sidwell <nathan@codesourcery.com>
2713
2714 * c.opt (Wnon-virtual-dtor): Auto set when Weffc++.
2715
7b59ff2d
MP
27162014-04-02 Marek Polacek <polacek@redhat.com>
2717
2718 * c-common.h (c_expand_expr): Remove declaration.
2719
8edbfaa6
JJ
27202014-03-28 Jakub Jelinek <jakub@redhat.com>
2721
2722 PR c++/60689
2723 * c-common.c (add_atomic_size_parameter): When creating new
2724 params vector, push the size argument first.
2725
07d72e1d
JJ
27262014-03-26 Jakub Jelinek <jakub@redhat.com>
2727
2728 * c-ubsan.c (ubsan_instrument_division, ubsan_instrument_shift,
2729 ubsan_instrument_vla, ubsan_instrument_return): Adjust
2730 ubsan_create_data callers.
2731
b35e0fa0
JJ
27322014-03-22 Jakub Jelinek <jakub@redhat.com>
2733
2734 PR debug/60603
2735 * c-opts.c (c_finish_options): Restore cb_file_change call to
2736 <built-in>.
2737
39a1ebb3
JJ
27382014-03-13 Jakub Jelinek <jakub@redhat.com>
2739
2740 PR middle-end/36282
2741 * c-pragma.c (apply_pragma_weak): Only look at
2742 TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (decl)) if
2743 DECL_ASSEMBLER_NAME_SET_P (decl).
2744 (maybe_apply_pending_pragma_weaks): Exit early if
2745 vec_safe_is_empty (pending_weaks) rather than only when
2746 !pending_weaks.
2747 (maybe_apply_pragma_weak): Likewise. If !DECL_ASSEMBLER_NAME_SET_P,
2748 set assembler name back to NULL afterwards.
2749
a07f6ed2
JM
27502014-03-11 Jason Merrill <jason@redhat.com>
2751
2752 * c.opt: Add -std=gnu++14.
2753
75b107f5
IB
27542014-03-11 Ian Bolton <ian.bolton@arm.com>
2755
2756 * c-opts.c (c_common_post_options): Don't override
2757 -ffp-contract=fast if unsafe-math-optimizations is on.
2758
f42c637e
PM
27592014-03-08 Paulo Matos <paulo@matos-sorge.com>
2760
2761 * c.opt: Enable LTO FE for fshort-double.
2762
70e24808
JM
27632014-03-07 Jason Merrill <jason@redhat.com>
2764
2765 * c.opt: Add -std=c++14.
2766
3af9c5e9
MP
27672014-03-06 Marek Polacek <polacek@redhat.com>
2768
2769 PR c/60197
2770 * cilk.c (contains_cilk_spawn_stmt): New function.
2771 (contains_cilk_spawn_stmt_walker): Likewise.
2772 (recognize_spawn): Give error on invalid use of _Cilk_spawn.
2773 * c-common.h (contains_cilk_spawn_stmt): Add declaration.
2774
b3bdf019
JJ
27752014-03-03 Jakub Jelinek <jakub@redhat.com>
2776
2777 * c-pragma.c (c_pp_lookup_pragma): Handle PRAGMA_CILK_SIMD.
2778 (init_pragma): Call cpp_register_deferred_pragma for PRAGMA_CILK_SIMD
2779 even when flag_preprocess_only.
2780
ca7e759d
JM
27812014-02-26 Jason Merrill <jason@redhat.com>
2782
2783 PR c++/59231
2784 PR c++/11586
2785 * c-common.c (shorten_compare): Don't check
2786 c_inhibit_evaluation_warnings.
2787
28e41874
JJ
27882014-02-19 Jakub Jelinek <jakub@redhat.com>
2789
cca615af
JJ
2790 PR c/37743
2791 * c-common.c (c_common_nodes_and_builtins): When initializing
2792 c_uint{16,32,64}_type_node, also set corresponding
2793 uint{16,32,64}_type_node to the same value.
2794
28e41874
JJ
2795 PR c++/60267
2796 * c-pragma.c (init_pragma): Don't call cpp_register_deferred_pragma
2797 for PRAGMA_IVDEP if flag_preprocess_only.
2798
c2bf53a1
JJ
27992014-02-12 Jakub Jelinek <jakub@redhat.com>
2800
2801 PR c/60101
2802 * c-common.c (merge_tlist): If copy is true, call new_tlist,
2803 if false, add ADD itself, rather than vice versa.
2804 (verify_tree): For COND_EXPR, don't call merge_tlist with non-zero
2805 copy. For SAVE_EXPR, only call merge_tlist once.
2806
8fcbce72
JJ
28072014-02-08 Jakub Jelinek <jakub@redhat.com>
2808
2809 PR middle-end/60092
2810 * c-common.c (handle_alloc_size_attribute): Use tree_fits_uhwi_p
2811 and tree_to_uhwi.
2812 (handle_alloc_align_attribute, handle_assume_aligned_attribute): New
2813 functions.
2814 (c_common_attribute_table): Add alloc_align and assume_aligned
2815 attributes.
2816
0a756a3f
MP
28172014-02-06 Marek Polacek <polacek@redhat.com>
2818
2819 PR c/60087
2820 * c-common.c (warn_for_sign_compare): Call warning_at with location
2821 instead of warning.
2822
7ec4847a
MP
28232014-02-05 Marek Polacek <polacek@redhat.com>
2824
2825 PR c/53123
2826 * c-omp.c (c_finish_omp_atomic): Remove unreachable return
2827 statement.
2828
66f20604
MP
28292014-02-04 Marek Polacek <polacek@redhat.com>
2830
2831 PR c/60036
2832 * c-common.c (conversion_warning): Unwrap C_MAYBE_CONST_EXPR and/or
2833 SAVE_EXPR.
2834
5d77fb19
MG
28352014-02-03 Marc Glisse <marc.glisse@inria.fr>
2836
2837 PR c++/53017
2838 PR c++/59211
2839 * c-common.c (handle_aligned_attribute, handle_alloc_size_attribute,
2840 handle_vector_size_attribute, handle_nonnull_attribute): Call
2841 default_conversion on the attribute argument.
2842 (handle_nonnull_attribute): Increment the argument number.
2843
81e5eca8
MP
28442014-01-31 Marek Polacek <polacek@redhat.com>
2845
2846 PR c/59963
2847 * c-common.c (add_atomic_size_parameter): Pass vNULL to
2848 build_function_call_vec.
2849 (resolve_overloaded_builtin): Likewise.
2850 * c-common.h (build_function_call_vec): Adjust declaration.
2851
68fca595
MP
28522014-01-30 Marek Polacek <polacek@redhat.com>
2853
2854 PR c/59940
2855 * c-common.h (unsafe_conversion_p): Adjust declaration.
2856 (warnings_for_convert_and_check): Likewise.
2857 (convert_and_check): Likewise.
2858 * c-common.c (unsafe_conversion_p): Add location parameter. Call
2859 expansion_point_location_if_in_system_header on it.
2860 (warnings_for_convert_and_check): Add location parameter. Call
2861 expansion_point_location_if_in_system_header on it. Use it.
2862 (convert_and_check): Add location parameter. Use it.
2863 (conversion_warning): Likewise.
2864 (c_add_case_label): Adjust convert_and_check calls.
2865 (scalar_to_vector): Adjust unsafe_conversion_p calls.
2866
b72271b9
BI
28672014-01-24 Balaji V. Iyer <balaji.v.iyer@intel.com>
2868
2869 * c-common.c (c_define_builtins): Replaced flag_enable_cilkplus with
2870 flag_cilkplus.
2871 * c-pragma.c (init_pragma): Likewise.
2872 * c.opt: Likewise.
2873
393e8e8b
MP
28742014-01-23 Marek Polacek <polacek@redhat.com>
2875
2876 PR c/59846
2877 * c-common.c (shorten_compare): Add location_t parameter.
2878 * c-common.h (shorten_binary_op): Adjust declaration.
2879
f04dda30
MP
28802014-01-23 Marek Polacek <polacek@redhat.com>
2881
2882 PR c/58346
2883 * c-common.c (pointer_to_zero_sized_aggr_p): New function.
2884 * c-common.h: Declare it.
2885
621955cb
EB
28862014-01-20 Eric Botcazou <ebotcazou@adacore.com>
2887
2888 * c-ada-spec.h (dump_ada_specs): Revert prototype change.
2889 * c-ada-spec.c (dump_ads): Likewise.
2890 (cpp_check): Likewise.
2891 (dump_ada_specs): Likewise.
2892
28932014-01-15 Laurent Alfonsi <laurent.alfonsi@st.com>
67bf2939
LA
2894
2895 PR c++/49718
2896 * c-common.c (handle_no_instrument_function_attribute): Allow
2897 no_instrument_function attribute in class member
2898 definition/declaration.
2899
241f845a
JJ
29002014-01-15 Jakub Jelinek <jakub@redhat.com>
2901
2902 PR c/58943
2903 * c-omp.c (c_finish_omp_atomic): Set in_late_binary_op around
2904 build_modify_expr with non-NOP_EXPR opcode. Handle return from it
2905 being COMPOUND_EXPR.
2906 (c_finish_omp_for): Handle incr being COMPOUND_EXPR with first
2907 operand a SAVE_EXPR and second MODIFY_EXPR.
2908
e83b8e2e
JJ
29092014-01-09 Jakub Jelinek <jakub@redhat.com>
2910
2911 PR target/58115
2912 * c-pch.c (c_common_write_pch): Call
2913 prepare_target_option_nodes_for_pch.
2914
23a5b65a
RS
29152014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
2916
2917 Update copyright years
2918
f9030485
RS
29192014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
2920
2921 * array-notation-common.c, c-cilkplus.c: Use the standard form for
2922 the copyright notice.
2923
f2aa696b
EB
29242013-12-28 Eric Botcazou <ebotcazou@adacore.com>
2925
2926 * c-ada-spec.c (print_constructor): New function.
2927 (print_destructor): Retrieve the origin of the destructor.
2928 (print_ada_declaration): Revamp handling of constructors/destructors.
2929
1f26ac87
JM
29302013-12-23 Stuart Hastings <stuart@apple.com>
2931 Bill Maddox <maddox@google.com>
2932 Jason Merrill <jason@redhat.com>
2933
2934 * c.opt: Add -fdeclone-ctor-dtor.
2935 * c-opts.c (c_common_post_options): Default to on iff -Os.
2936
41958c28
BI
29372013-12-18 Balaji V. Iyer <balaji.v.iyer@intel.com>
2938
2939 * c-common.c (c_common_attribute_table): Added "cilk simd function"
2940 attribute.
2941 * c-pragma.h (enum pragma_cilk_clause): Remove.
2942 (enum pragma_omp_clause): Added the following fields:
2943 PRAGMA_CILK_CLAUSE_NOMASK, PRAGMA_CILK_CLAUSE_MASK,
2944 PRAGMA_CILK_CLAUSE_VECTORLENGTH, PRAGMA_CILK_CLAUSE_NONE,
2945 PRAGMA_CILK_CLAUSE_LINEAR, PRAGMA_CILK_CLAUSE_PRIVATE,
2946 PRAGMA_CILK_CLAUSE_FIRSTPRIVATE, PRAGMA_CILK_CLAUSE_LASTPRIVATE,
2947 PRAGMA_CILK_CLAUSE_UNIFORM.
2948
b1726d6c 2949
12893402
BI
29502013-12-11 Balaji V. Iyer <balaji.v.iyer@intel.com>
2951
2952 * cilk.c (cilk_outline): Made this function non-static.
2953 (gimplify_cilk_spawn): Removed pre_p and post_p arguments.
2954 (create_cilk_wrapper): Added a new parameter: a function pointer.
2955 (c_install_body_w_frame_cleanup): Remove
2956 (extract_free_variables): Added VEC_INIT_EXPR and CONSTRUCTOR case.
2957 * c-common.h (cilk_outline): New prototype.
2958 (gimplify_cilk_spawn): Removed two parameters.
2959 (cilk_install_body_with_frame_cleanup): New prototype.
2960 * c-gimplify.c (c_gimplify_expr): Added MODIFY_EXPR, CALL_EXPR and
2961 CILK_SPAWN_STMT case.
2962
085b42ed
BS
29632013-12-11 Bernd Schmidt <bernds@codesourcery.com>
2964
2ce064c3
BS
2965 * c-common.c (c_fully_fold_internal): Handle ADDR_SPACE_CONVERT_EXPR.
2966
085b42ed
BS
2967 * c-common.h (enum c_tree_index): Remove CTI_INT_ARRAY_TYPE.
2968 (int_array_type_node): Remove.
2969 * c-common.c (c_common_nodes_and_builtins): Don't build it.
2970
9e36c9ed
MP
29712013-12-05 Marek Polacek <polacek@redhat.com>
2972
2973 PR c/52023
2974 * c-common.c (c_sizeof_or_alignof_type): Move a declaration into
2975 [ADJUST_FIELD_ALIGN].
2976
296674db
JM
29772013-12-04 Joseph Myers <joseph@codesourcery.com>
2978
2979 PR c/52023
2980 * c-common.c (c_sizeof_or_alignof_type): Add parameter min_alignof
2981 and check field alignment if set.
2982 * c-common.h (c_sizeof_or_alignof_type): Update prototype.
2983 (c_sizeof, c_alignof): Update calls to c_sizeof_or_alignof_type.
2984
b1726d6c 29852013-12-04 Jakub Jelinek <jakub@redhat.com>
31e071ae
MP
2986 Marek Polacek <polacek@redhat.com>
2987
2988 * c-gimplify.c (c_gimplify_expr): If doing the integer-overflow
2989 sanitization, call unsigned_type_for only when !TYPE_OVERFLOW_WRAPS.
2990
d7947e19
L
29912013-11-29 H.J. Lu <hongjiu.lu@intel.com>
2992
2993 PR c/59309
2994 * cilk.c (gimplify_cilk_spawn): Properly handle function without
2995 arguments.
2996
fad7652e
JJ
29972013-11-29 Jakub Jelinek <jakub@redhat.com>
2998
2999 PR c/59280
3000 * c-common.c (get_priority): If TREE_VALUE (args) is IDENTIFIER_NODE,
3001 goto invalid. If it is error_mark_node, don't issue further
3002 diagnostics.
3003
8b5e1202
SO
30042013-11-28 Sergey Ostanevich <sergos.gnu@gmail.com>
3005
3006 * c.opt (Wopenmp-simd): New.
3007
0a508bb6
JJ
30082013-11-22 Jakub Jelinek <jakub@redhat.com>
3009
3010 * c-ubsan.h (ubsan_instrument_return): New prototype.
3011 * c-ubsan.c (ubsan_instrument_return): New function.
3012
2fb9a547
AM
30132013-11-22 Andrew MacLeod <amacleod@redhat.com>
3014
3015 * c-common.c: Add required include files from gimple.h.
3016 * c-gimplify.c: Likewise
3017 * cilk.c: Likewise
3018
8400e75e
DM
30192013-11-22 David Malcolm <dmalcolm@redhat.com>
3020
3021 * c-common.c (unsafe_conversion_p): Remove use of
3022 EXPR_LOC_OR_HERE macro.
3023 (conversion_warning): Likewise.
3024 (warnings_for_convert_and_check): Likewise.
3025 (warn_for_collisions_1): Likewise.
3026 (shorten_compare): Likewise, and remove use of in_system_header
3027 macro, using the location from the former.
3028 * c-lex.c (dump_one_header): Remove use of input_filename macro.
3029 (cb_def_pragma): Remove use of in_system_header macro.
3030 (lex_string): Likewise.
3031 * c-pragma.c (handle_pragma_float_const_decimal64): Likewise.
3032
eb1ce453
KZ
30332013-11-20 Kenneth Zadeck <zadeck@naturalbridge.com>
3034 Mike Stump <mikestump@comcast.net>
3035 Richard Sandiford <rdsandiford@googlemail.com>
3036
3037 * c-ada-spec.c (is_simple_enum): Use tree_to_shwi and tree_to_uhwi
3038 instead of TREE_INT_CST_LOW, in cases where there is a protecting
3039 tree_fits_shwi_p or tree_fits_uhwi_p.
3040 (dump_generic_ada_node): Likewise.
3041 * c-format.c (check_format_arg): Likewise.
3042 * c-pretty-print.c (pp_c_integer_constant): Likewise.
3043
6b3b8c27
KZ
30442013-11-20 Kenneth Zadeck <zadeck@naturalbridge.com>
3045
3046 * c-common.c (check_function_arguments_recurse): Use tree_to_uhwi.
3047
49b0aa18
JC
30482013-11-19 Joshua J Cogliati <jrincayc@yahoo.com>
3049
3050 PR c/53001
3051 * c-common.c (unsafe_conversion_p): Make this function
3052 return an enumeration with more detail.
3053 (conversion_warning): Use the new return type of
3054 unsafe_conversion_p to separately warn either about conversions
3055 that lower floating point number precision or about the other
3056 kinds of conversions.
3057 * c-common.h (enum conversion_safety): New enumeration.
3058 (unsafe_conversion_p): switching return type to
3059 conversion_safety enumeration.
3060 * c.opt: Adding new warning -Wfloat-conversion and
3061 enabling it with -Wconversion.
3062
b826515a
BS
30632013-11-19 Basile Starynkevitch <basile@starynkevitch.net>
3064
3065 * c-opts.c: Include plugin.h.
3066 (cb_file_change): Invoke plugin event PLUGIN_INCLUDE_FILE.
3067
b9a55b13
MP
30682013-11-19 Marek Polacek <polacek@redhat.com>
3069
3070 * c-ubsan.c (ubsan_instrument_division): Adjust ubsan_create_data
3071 call.
3072 (ubsan_instrument_shift): Likewise.
3073 (ubsan_instrument_vla): Likewise.
3074
7d362f6c
RS
30752013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
3076
3077 * c-common.c (convert_vector_to_pointer_for_subscript): Remove
3078 cast to unsigned type.
3079
386b1f1f
RS
30802013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
3081
3082 * c-common.c (fold_offsetof_1): Use tree_to_uhwi rather than
3083 tree_low_cst.
3084 (complete_array_type): Update comment to refer to tree_to_[su]hwi
3085 rather than tree_low_cst.
3086
ae7e9ddd
RS
30872013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
3088
3089 * c-common.c, c-cppbuiltin.c: Replace tree_low_cst (..., 1) with
3090 tree_to_uhwi throughout.
3091
9439e9a1
RS
30922013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
3093
3094 * c-common.c, c-format.c, c-omp.c, c-pretty-print.c: Replace
3095 tree_low_cst (..., 0) with tree_to_shwi throughout.
3096
cc269bb6
RS
30972013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
3098
3099 * c-ada-spec.c, c-common.c, c-pretty-print.c: Replace
3100 host_integerp (..., 1) with tree_fits_uhwi_p throughout.
3101
9541ffee
RS
31022013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
3103
3104 * c-ada-spec.c, c-common.c, c-format.c, c-pretty-print.c: Replace
3105 host_integerp (..., 0) with tree_fits_shwi_p throughout.
3106
c02065fc
AH
31072013-11-15 Aldy Hernandez <aldyh@redhat.com>
3108
3109 * c-cilkplus.c: New file.
3110 * c-common.c (readonly_error): Add location argument.
3111 * c-common.h (readonly_error): Same.
3112 (c_finish_cilk_clauses): Protoize.
3113 (c_check_cilk_loop): Same.
3114 c-omp.c (c_finish_omp_for): Handle CILK_SIMD nodes.
3115 Do not fail on error_mark_node.
3116 Abstract increment canonicalization to here...
3117 (c_omp_for_incr_canonicalize_ptr): New.
3118 c-pragma.c (init_pragma): Register "simd" pragma.
3119 c-pragma.h (enum pragma_kind): Add PRAGMA_CILK_SIMD.
3120 (enum pragma_cilk_clause): New.
3121
9cc65f15
RS
31222013-11-15 Richard Sandiford <rdsandiford@googlemail.com>
3123
3124 * c-pretty-print.c (pp_c_character_constant): Remove unnecessary
3125 wchar_type and host_integerp checks.
3126
18f429e2
AM
31272013-11-14 Andrew MacLeod <amacleod@redhat.com>
3128
3129 * c-common.c: Likewise.
3130 * c-gimplify.c: Likewise.
3131 * cilk.c: Likewise.
3132
d8a2d370
DN
31332013-11-14 Diego Novillo <dnovillo@google.com>
3134
3135 * c-common.c: Include fold-const.h.
3136 Include stor-layout.h.
3137 Include calls.h.
3138 Include stringpool.h.
3139 Include attribs.h.
3140 Include varasm.h.
3141 Include trans-mem.h.
3142 * c-cppbuiltin.c: Include stor-layout.h.
3143 Include stringpool.h.
3144 * c-format.c: Include stringpool.h.
3145 * c-lex.c: Include stringpool.h.
3146 Include stor-layout.h.
3147 * c-pragma.c: Include stringpool.h.
3148 Include attribs.h.
3149 Include varasm.h.
3150 Include gcc-symtab.h.
3151 * c-pretty-print.c: Include stor-layout.h.
3152 Include attribs.h.
3153 * cilk.c: Include stringpool.h.
3154 Include calls.h.
3155
38b7bc7f
JM
31562013-11-13 Joseph Myers <joseph@codesourcery.com>
3157
3158 * c-common.h (enum rid): Add RID_AUTO_TYPE.
3159 * c-common.c (c_common_reswords): Add __auto_type.
3160 (keyword_begins_type_specifier): Handle RID_AUTO_TYPE.
3161
45b0be94
AM
31622013-11-12 Andrew MacLeod <amacleod@redhat.com>
3163
18f429e2
AM
3164 * c-common.c: Include gimplify.h.
3165 * c-gimplify.c: Likewise.
3166 * cilk.c: Likewise.
3167 * c-omp.c: Include gimple-expr.h instead of gimple.h.
3168 * c-ubsan.c: Don't include gimple.h.
45b0be94 3169
582d9b50
JM
31702013-11-12 Joseph Myers <joseph@codesourcery.com>
3171
3172 * c-common.c (c_common_reswords): Add _Thread_local.
3173
6b28e197
JM
31742013-11-09 Joseph Myers <joseph@codesourcery.com>
3175
3176 * c-common.c (atomic_size_supported_p): New function.
3177 (resolve_overloaded_atomic_exchange)
3178 (resolve_overloaded_atomic_compare_exchange)
3179 (resolve_overloaded_atomic_load, resolve_overloaded_atomic_store):
3180 Use it instead of comparing size with a local list of sizes.
3181
267bac10
JM
31822013-11-07 Andrew MacLeod <amacleod@redhat.com>
3183 Joseph Myers <joseph@codesourcery.com>
3184
3185 * c-common.h (enum rid): Add RID_ATOMIC.
3186 * c-common.c (c_common_reswords): Add _Atomic.
3187 (sync_resolve_params): Use TYPE_MAIN_VARIANT on pointer argument.
3188 (keyword_is_type_qualifier): Accept RID_ATOMIC.
3189 * c-format.c (check_format_types): Check for extra _Atomic
3190 qualifiers in format argument.
3191 * c-pretty-print.c (pp_c_cv_qualifiers): Handle atomic qualifier.
3192 (pp_c_type_qualifier_list): Mention _Atomic in comment.
3193
5157b91e
TB
31942013-11-06 Tobias Burnus <burnus@net-b.de>
3195
3196 * c-common.c (reason_option_codes_t): Add CPP_W_DATE_TIME.
3197
6dbe0958
JM
31982013-11-06 Joseph Myers <joseph@codesourcery.com>
3199
3200 * c-opts.c (c_common_post_options): Set -ffp-contract=off in C
3201 standards modes.
3202 * c-cppbuiltin.c (cpp_iec_559_value): Consider -ffp-contract=fast
3203 to mean lack of IEEE 754 support.
3204
e8ff5196
TB
32052013-11-05 Tobias Burnus <burnus@net-b.de>
3206
3207 * c.opt (-Wdate-time): New option
3208 * c-opts.c (sanitize_cpp_opts): Pass on to libcpp.
3209
254a0760
JM
32102013-11-05 Joseph Myers <joseph@codesourcery.com>
3211
3212 * c-cppbuiltin.c (cpp_iec_559_value): Test
3213 flag_excess_precision_cmdline not flag_excess_precision.
3214
6d7f7e0a
TB
32152013-11-05 Tobias Burnus <burnus@net-b.de>
3216
3217 * c.opt (fopenmp-simd): New option.
3218 * c-pragma.c (omp_pragmas): Move pragmas which can contain simd to ...
3219 (omp_pragmas): ... this new struct.
3220 (c_pp_lookup_pragma): Also walk omp_pragmas.
3221 (init_pragma): Init pragmas for -fopenmp-simd.
3222
55a7f02f
MP
32232013-11-04 Marek Polacek <polacek@redhat.com>
3224
3225 PR c++/58979
3226 * c-common.c (invalid_indirection_error): Handle RO_ARROW_STAR case.
3227
9193fb05
JM
32282013-11-04 Joseph Myers <joseph@codesourcery.com>
3229
3230 * c-cppbuiltin.c (cpp_iec_559_value, cpp_iec_559_complex_value):
3231 New functions.
3232 (c_cpp_builtins): Define __GCC_IEC_559 and __GCC_IEC_559_COMPLEX.
3233
94159ecf
EB
32342013-11-04 Eric Botcazou <ebotcazou@adacore.com>
3235
3236 * c-ada-spec.h (cpp_operation): Add IS_TRIVIAL.
3237 (dump_ada_specs): Adjust prototype of second callback.
3238 * c-ada-spec.c (cpp_check): New global variable.
3239 (dump_ada_nodes): Remove cpp_check parameter and do not pass it down.
3240 (print_generic_ada_decl): Likewise.
3241 (has_static_fields): Change return type to bool and add guard.
3242 (has_nontrivial_methods): New predicate.
3243 (is_tagged_type): Change return type to bool.
3244 (separate_class_package): Call has_nontrivial_methods.
3245 (pp_ada_tree_identifier): Minor tweaks.
3246 (dump_ada_function_declaration): Adjust calls to dump_generic_ada_node.
3247 (dump_ada_array_domains): Likewise.
3248 (dump_ada_array_type): Likewise.
3249 (dump_template_types): Remove cpp_check parameter and do not pass it to
3250 dump_generic_ada_node.
3251 (dump_ada_template): Likewise.
3252 (dump_generic_ada_node): Remove cpp_check parameter and do not pass it
3253 recursively.
3254 (print_ada_methods): Change return type to integer. Remove cpp_check
3255 parameter and do not pass it down.
3256 (dump_nested_types): Remove cpp_check parameter and do not pass it to
3257 dump_generic_ada_node.
3258 (print_ada_declaration): Likewise. Test RECORD_OR_UNION_TYPE_P before
3259 accessing methods.
3260 (print_ada_struct_decl): Remove cpp_check parameter and do not pass it
3261 down. Use has_nontrivial_methods to recognize C++ classes. Use return
3262 value of print_ada_methods.
3263 (dump_ads): Rename cpp_check parameter to check and adjust prototype.
3264 Set cpp_check to it before invoking dump_ada_nodes.
3265 (dump_ada_specs): Likewise.
3266
b906f4ca
MP
32672013-11-03 Marek Polacek <polacek@redhat.com>
3268
3269 * c-ubsan.c: Don't include hash-table.h.
3270 (ubsan_instrument_vla): New function.
3271 * c-ubsan.h: Declare it.
3272
5e20cdc9
DM
32732013-10-31 David Malcolm <dmalcolm@redhat.com>
3274
3275 Automated part of renaming of symtab_node_base to symtab_node.
3276
3277 Patch autogenerated by rename_symtab.py from
3278 https://github.com/davidmalcolm/gcc-refactoring-scripts
3279 revision 58bb219cc090b2f4516a9297d868c245495ee622
3280
3281 * c-pragma.c (maybe_apply_pending_pragma_weaks): Rename
3282 symtab_node_base to symtab_node.
3283
7057e645
ESR
32842013-10-31 Edward Smith-Rowland <3dw4rd@verizon.net>
3285
3286 Implement C++14 digit separators.
3287 * c-lex.c (interpret_float): Remove digit separators from scratch string
3288 before building real literal.
3289
193ea7bc
JJ
32902013-10-30 Jakub Jelinek <jakub@redhat.com>
3291
3292 * cilk.c (create_cilk_helper_decl): Use HOST_WIDE_INT_PRINT_DEC.
3293
939b37da
BI
32942013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
3295
3296 * c-common.c (c_common_reswords[]): Added _Cilk_spawn and _Cilk_sync
3297 fields.
3298 (c_define_builtins): Called cilk_init_builtins if Cilk Plus is
3299 enabled.
3300 * c-common.h (enum rid): Added RID_CILK_SPAWN and RID_CILK_SYNC.
3301 (insert_cilk_frame): New prototype.
3302 (cilk_init_builtins): Likewise.
3303 (gimplify_cilk_spawn): Likewise.
3304 (c_cilk_install_body_w_frame_cleanup): Likewise.
3305 (cilk_detect_spawn_and_unwrap): Likewise.
3306 (cilk_set_spawn_marker): Likewise.
3307 (build_cilk_sync): Likewise.
3308 (build_cilk_spawn): Likewise.
3309 * cilk.c: New file.
3310
67348ccc
DM
33112013-10-29 David Malcolm <dmalcolm@redhat.com>
3312
3313 Patch autogenerated by refactor_symtab.py from
3314 https://github.com/davidmalcolm/gcc-refactoring-scripts
3315 revision 58bb219cc090b2f4516a9297d868c245495ee622
3316
3317 * c-gimplify.c (c_genericize): Update for conversion of symtab types
3318 to a true class hierarchy.
3319 * c-pragma.c (maybe_apply_pending_pragma_weaks): Likewise.
3320
d570872d
RS
33212013-10-27 Richard Sandiford <rdsandiford@googlemail.com>
3322
3323 * c-lex.c (interpret_integer): Remove call to cpp_num_sign_extend.
3324
98906124
JL
33252013-10-26 Jeff Law <law@redhat.com>
3326
adfac8df
JJ
3327 * c-common.c (c_define_builtins): Remove mudflap support.
3328 * c.opt: Ignore and warn for mudflap options.
98906124 3329
d73749df 33302013-10-24 Tobias Burnus <burnus@net-b.de>
8170608b
TB
3331
3332 PR other/33426
3333 * c-pragma.c (init_pragma) Add #pragma ivdep handling.
3334 * c-pragma.h (pragma_kind): Add PRAGMA_IVDEP.
3335
3f04b1bb
JM
33362013-10-23 Jason Merrill <jason@redhat.com>
3337
3338 * c-format.c (gcc_cxxdiag_char_table): Add %X.
3339
acf0174b
JJ
33402013-10-11 Jakub Jelinek <jakub@redhat.com>
3341
acd15a28
JJ
3342 * c-common.h (omp_clause_mask::operator !=): New method.
3343 * c-omp.c (c_omp_split_clauses): Use if ((mask & something) != 0)
3344 instead of if (mask & something) tests everywhere.
3345
acf0174b
JJ
3346 * c-cppbuiltin.c (c_cpp_builtins): Predefine _OPENMP to
3347 201307 instead of 201107.
3348 * c-common.c (DEF_FUNCTION_TYPE_8): Define.
3349 (c_common_attribute_table): Add "omp declare target" and
3350 "omp declare simd" attributes.
3351 (handle_omp_declare_target_attribute,
3352 handle_omp_declare_simd_attribute): New functions.
3353 * c-omp.c: Include c-pragma.h.
3354 (c_finish_omp_taskgroup): New function.
3355 (c_finish_omp_atomic): Add swapped argument, if true,
3356 build the operation first with rhs, lhs arguments and use NOP_EXPR
3357 build_modify_expr.
3358 (c_finish_omp_for): Add code argument, pass it down to make_code.
3359 (c_omp_split_clauses): New function.
3360 (c_split_parallel_clauses): Removed.
3361 (c_omp_declare_simd_clause_cmp, c_omp_declare_simd_clauses_to_numbers,
3362 c_omp_declare_simd_clauses_to_decls): New functions.
3363 * c-common.h (omp_clause_mask): New type.
3364 (OMP_CLAUSE_MASK_1): Define.
3365 (omp_clause_mask::omp_clause_mask, omp_clause_mask::operator &=,
3366 omp_clause_mask::operator |=, omp_clause_mask::operator ~,
3367 omp_clause_mask::operator |, omp_clause_mask::operator &,
3368 omp_clause_mask::operator <<, omp_clause_mask::operator >>,
3369 omp_clause_mask::operator ==): New methods.
3370 (enum c_omp_clause_split): New.
3371 (c_finish_omp_taskgroup): New prototype.
3372 (c_finish_omp_atomic): Add swapped argument.
3373 (c_finish_omp_for): Add code argument.
3374 (c_omp_split_clauses): New prototype.
3375 (c_split_parallel_clauses): Removed.
3376 (c_omp_declare_simd_clauses_to_numbers,
3377 c_omp_declare_simd_clauses_to_decls): New prototypes.
3378 * c-pragma.c (omp_pragmas): Add new OpenMP 4.0 constructs.
3379 * c-pragma.h (enum pragma_kind): Add PRAGMA_OMP_CANCEL,
3380 PRAGMA_OMP_CANCELLATION_POINT, PRAGMA_OMP_DECLARE_REDUCTION,
3381 PRAGMA_OMP_DISTRIBUTE, PRAGMA_OMP_END_DECLARE_TARGET, PRAGMA_OMP_SIMD,
3382 PRAGMA_OMP_TARGET, PRAGMA_OMP_TASKGROUP and PRAGMA_OMP_TEAMS.
3383 Remove PRAGMA_OMP_PARALLEL_FOR and PRAGMA_OMP_PARALLEL_SECTIONS.
3384 (enum pragma_omp_clause): Add PRAGMA_OMP_CLAUSE_ALIGNED,
3385 PRAGMA_OMP_CLAUSE_DEPEND, PRAGMA_OMP_CLAUSE_DEVICE,
3386 PRAGMA_OMP_CLAUSE_DIST_SCHEDULE, PRAGMA_OMP_CLAUSE_FOR,
3387 PRAGMA_OMP_CLAUSE_FROM, PRAGMA_OMP_CLAUSE_INBRANCH,
3388 PRAGMA_OMP_CLAUSE_LINEAR, PRAGMA_OMP_CLAUSE_MAP,
3389 PRAGMA_OMP_CLAUSE_NOTINBRANCH, PRAGMA_OMP_CLAUSE_NUM_TEAMS,
3390 PRAGMA_OMP_CLAUSE_PARALLEL, PRAGMA_OMP_CLAUSE_PROC_BIND,
3391 PRAGMA_OMP_CLAUSE_SAFELEN, PRAGMA_OMP_CLAUSE_SECTIONS,
3392 PRAGMA_OMP_CLAUSE_SIMDLEN, PRAGMA_OMP_CLAUSE_TASKGROUP,
3393 PRAGMA_OMP_CLAUSE_THREAD_LIMIT, PRAGMA_OMP_CLAUSE_TO and
3394 PRAGMA_OMP_CLAUSE_UNIFORM.
3395
826cacfe
MG
33962013-10-09 Marc Glisse <marc.glisse@inria.fr>
3397
3398 PR tree-optimization/20318
3399 * c-common.c (handle_returns_nonnull_attribute): New function.
3400 (c_common_attribute_table): Add returns_nonnull.
3401
2284b034
MG
34022013-10-03 Marc Glisse <marc.glisse@inria.fr>
3403
3404 PR c++/19476
3405 * c.opt (fcheck-new): Move to common.opt.
3406
b56e9788
MP
34072013-09-25 Marek Polacek <polacek@redhat.com>
3408 Jakub Jelinek <jakub@redhat.com>
3409
3410 PR sanitizer/58413
3411 * c-ubsan.c (ubsan_instrument_shift): Don't instrument
3412 an expression if we can prove it is correct.
3413 (ubsan_instrument_division): Likewise. Remove unnecessary
3414 check.
3415
ce6923c5
MP
34162013-09-18 Marek Polacek <polacek@redhat.com>
3417
3418 PR sanitizer/58411
3419 * c-common.c (handle_no_sanitize_undefined_attribute): New function.
3420 Declare it.
3421 (struct attribute_spec c_common_att): Add no_sanitize_undefined.
3422
fb5610fb
IS
34232013-09-14 Iain Sandoe <iain@codesourcery.com>
3424
3425 PR target/48094
3426 * c.opt (fgnu-runtime, fnext-runtime, fobjc-abi-version,
3427 fobjc-gc, freplace-objc-classes): Accept for LTO.
3428
88b0e79e
JC
34292013-09-13 Jacek Caban <jacek@codeweavers.com>
3430
3431 * c-target.def: New hook
3432
c9b0866a
PC
34332013-09-09 Paolo Carlini <paolo.carlini@oracle.com>
3434
3435 PR c++/43452
3436 * c.opt (Wdelete-incomplete): Add.
3437
0af94e6f
JR
34382013-09-08 Joern Rennecke <joern.rennecke@embecosm.com>
3439
3440 * c-common.c (same_scalar_type_ignoring_signedness): Delete.
3441 (vector_types_compatible_elements_p): New function.
3442 * c-common.h: (same_scalar_type_ignoring_signedness): Delete
3443 declaration.
3444 (vector_types_compatible_elements_p): Declare.
3445
7c26172c
GDR
34462013-09-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
3447
3448 * c-pretty-print.h (c_pretty_printer::simple_type_specifier): Now
3449 a virtual member function.
3450 (pp_simple_type_specifier): Remove.
3451 (pp_c_type_specifier): Likewise.
3452 * c-pretty-print.c (c_pretty_printer::simple_type_specifier):
3453 Rename from pp_c_type_specifier. Adjust.
3454 (c_pretty_printer::c_pretty_printer): Do not assign to
3455 simple_type_specifier.
3456
20059c8b
GDR
34572013-09-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
3458
3459 * c-pretty-print.h (c_pretty_printer::type_id): Now a virtual
3460 member function.
3461 (c_pretty_printer::storage_class_specifier): Likewise.
3462 (c_pretty_printer::initializer): Likewise.
3463 (pp_declaration): Remove.
3464 (pp_declaration_specifiers): Likewise.
3465 (pp_abstract_declarator): Likewise.
3466 (pp_declarator): Likewise.
3467 (pp_type_id): Likewise.
3468 (pp_statement): Likewise.
3469 (pp_constant): Likewise.
3470 (pp_id_expression): Likewise.
3471 (pp_primary_expression): Likewise.
3472 (pp_unary_expression): Likewise.
3473 (pp_multiplicative_expression): Likewise.
3474 (pp_conditional_expression): Likewise.
3475 (pp_assignment_expression): Likewise.
3476 (pp_expression): Likewise.
3477 (pp_c_type_id): Likewise.
3478 (pp_c_storage_class_specifier): Likewise.
3479 * c-pretty-print.c (pp_c_type_cast): Tidy.
3480 (pp_c_pointer): Likewise.
3481 (pp_c_type_specifier): Likewise.
3482 (pp_c_parameter_type_list): Likewise.
3483 (pp_c_function_definition): Likewise.
3484 (pp_c_init_declarator): Likewise.
3485 (pp_c_initializer_list): Likewise.
3486 (pp_c_constructor_elts): Likewise.
3487 (c_pretty_printer::direct_abstract_declarator): Likewise.
3488 (c_pretty_printer::declaration_specifiers): Likewise.
3489 (c_pretty_printer::primary_expression): Likewise.
3490 (c_pretty_printer::postfix_expression): Likewise.
3491 (c_pretty_printer::type_id): Rename from pp_c_type_id.
3492 (c_pretty_printer::storage_class_specifier): Rename from
3493 pp_c_storage_class_specifier.
3494 (c_pretty_printer::initializer): Rename from pp_c_initializer.
3495 (c_pretty_printer::c_pretty_printer): Do not assign to type_id,
3496 storage_class_specifier, initializer, offset_list, flags.
3497
de5a5fa1
MP
34982013-08-30 Marek Polacek <polacek@redhat.com>
3499
3500 * c-ubsan.c: New file.
3501 * c-ubsan.h: New file.
3502
8f0e4d72
GDR
35032013-08-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
3504
3505 * c-pretty-print.h (c_pretty_printer::declaration): Now a virtual
3506 member function.
3507 (c_pretty_printer::declaration_specifiers): Likewise.
3508 (c_pretty_printer::declarator): Likewise.
3509 (c_pretty_printer::abstract_declarator): Likewise.
3510 (c_pretty_printer::direct_abstract_declarator): Likewise.
3511 (c_pretty_printer::direct_declarator): Likewise.
3512 (c_pretty_printer::function_specifier): Likewise.
3513 (pp_declaration): Adjust.
3514 (pp_declaration_specifiers): Likewise.
3515 (pp_abstract_declarator): Likewise.
3516 (pp_direct_declarator): Likewise.
3517 (pp_function_specifier): Likewise.
3518 (pp_direct_abstract_declarator): Remove as unused.
3519 (pp_c_declaration): Remove.
3520 (pp_c_declaration_specifiers): Likewise.
3521 (pp_c_declarator): Likewise.
3522 (pp_c_direct_declarator): Likewise.
3523 (pp_c_function_specifier): Likewise.
3524 (pp_c_direct_abstract_declarator): Likewise.
3525 * c-pretty-print.c (c_pretty_printer::abstract_declarator): Rename
3526 from pp_c_abstract_declarator. Adjust.
3527 (c_pretty_printer::direct_abstract_declarator): Rename from
3528 pp_c_direct_abstract_declarator. Adjust.
3529 (c_pretty_printer::function_specifier): Rename from
3530 pp_c_function_specifier. Adjust.
3531 (c_pretty_printer::declaration_specifiers): Rename from
3532 pp_c_declaration_specifiers. Adjust.
3533 (c_pretty_printer::direct_declarator): Rename from
3534 pp_c_direct_declarator. Adjust.
3535 (c_pretty_printer::declarator): Rename from pp_c_declarator. Adjust.
3536 (c_pretty_printer::declaration): Rename from pp_c_declaration. Adjust.
3537 (c_pretty_printer::c_pretty_printer): Do not assign to
3538 declaration, declaration_specifiers, declarator,
3539 direct_declarator, direct_abstract_declarator, function_specifier.
3540
00d34d3a
GDR
35412013-08-26 Gabriel Dos Reis <gdre@integrable-solutions.net>
3542
3543 * c-pretty-print.h (c_pretty_printer::unary_expression): Now a
3544 virtual member function.
3545 (c_pretty_printer::multiplicative_expression): Likewise.
3546 (c_pretty_printer::conditional_expression): Likewise.
3547 (c_pretty_printer::assignment_expression): Likewise.
3548 (c_pretty_printer::expression): Likewise.
3549 (pp_unary_expression): Adjust.
3550 (pp_multiplicative_expression): Likewise.
3551 (pp_assignment_expression): Likewise.
3552 (pp_conditional_expression): Likewise.
3553 (pp_expression): Likewise.
3554 * c-pretty-print.c (c_pretty_printer::unary_expression): Rename
3555 from pp_c_unary_expression. Adjust.
3556 (c_pretty_printer::multiplicative_expression): Rename from
3557 pp_c_multiplicative_expression. Adjust.
3558 (c_pretty_printer::conditional_expression): Rename from
3559 pp_c_conditional_expression. Adjust.
3560 (c_pretty_printer::assignment_expression): Rename from
3561 pp_c_assignment_expression. Adjust.
3562 (c_pretty_printer::expression): Rename from pp_c_expression. Adjust.
3563 (c_pretty_printer::c_pretty_printer): Do not assign to
3564 unary_expression, multiplicative_expression,
3565 conditional_expression, expression.
3566
fb22178f
GDR
35672013-08-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
3568
3569 * c-pretty-print.h (c_pretty_printer::postfix_expression): Now a
3570 virtual member function.
3571 (pp_postfix_expression): Adjust.
3572 (pp_c_postfix_expression): Remove.
3573 * c-pretty-print.c (c_pretty_printer::postfix_expression): Rename
3574 from pp_c_postfix_expression. Adjust.
3575 (c_pretty_printer::c_pretty_printer): Do not assign to
3576 postfix_expression.
3577
7ecc2600
GDR
35782013-08-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
3579
3580 * c-pretty-print.h (c_pretty_printer::primary_expression): Now a
3581 virtua member function.
3582 (pp_primary_expression): Adjust.
3583 (pp_c_primary_expression): Remove.
3584 * c-pretty-print.c (c_pretty_printer::primary_expression): Rename
3585 from pp_c_primary_expression. Adjust.
3586 (pp_c_initializer_list): Use pp_primary_expression.
3587 (c_pretty_printer::c_pretty_printer): Do not assign to
3588 primary_expression.
3589
0691175f
GDR
35902013-08-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
3591
3592 * c-pretty-print.h (c_pretty_printer::translate_string): Declare.
3593 * c-pretty-print.c (M_): Remove.
3594 (c_pretty_printer::translate_string): Define.
3595 (pp_c_type_specifier): Use it.
3596 (pp_c_primary_expression): Likewise.
3597 (pp_c_expression): Likewise.
3598
66dfe4c4
GDR
35992013-08-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
3600
3601 * c-pretty-print.h (c_pretty_printer::id_expression): Now a
3602 virtual function.
3603 (pp_c_id_expression): Remove.
3604 (pp_id_expression): Adjust.
3605 * c-pretty-print.c (c_pretty_printer::id_expression): Rename from
3606 pp_c_id_expression. Adjust.
3607 (pp_c_postfix_expression): Use pp_id_expression.
3608 (c_pretty_printer::c_pretty_printer): Do not assign to id_expression.
3609
ca43e9d5
GDR
36102013-08-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
3611
3612 * c-pretty-print.h (c_pretty_printer::constant): Now a virtual
3613 member function.
3614 (pp_constant): Adjust.
3615 (pp_c_constant): Remove.
3616 * c-pretty-print.c (c_pretty_printer::constant): Rename from
3617 pp_c_constant. Adjust.
3618 (pp_c_constant)
3619 (pp_c_primary_expression): Call pp_constant in lieu of pp_c_constant.
3620 (c_pretty_printer::c_pretty_printer): Remove assignment to constant.
3621
da6ca2b5
GDR
36222013-08-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
3623
3624 * c-pretty-print.h (pp_c_pretty_printer_init): Remove.
3625 (c_pretty_printer::c_pretty_printer): Declare.
3626 * c-pretty-print.c (pretty_printer::c_pretty_printer): Rename from
3627 c_pretty_printer_init. Adjust.
3628 (print_c_tree): Do not call c_pretty_printer_init.
3629 * c-ada-spec.c (dump_ads): Remove call to pp_construct.
3630
65a372f4
AC
36312013-08-09 Arnaud Charlet <charlet@adacore.com>
3632
3633 * c-ada-spec.c (print_ada_declaration): Prevent accessing null asm name
3634
fd9b0f32
PC
36352013-08-05 Paolo Carlini <paolo.carlini@oracle.com>
3636
3637 PR c++/58080
3638 * c-common.c (pointer_int_sum): Add bool parameter.
3639 * c-common.h (pointer_int_sum): Adjust declaration.
3640
e0aec1e9
GDR
36412013-08-05 Gabriel Dos Reis <gdr@integrable-solutions.net>
3642
3643 * c-pretty-print.c (print_c_tree): Simplify. Use non-static local
3644 c_pretty_printer variable.
3645
b066401f
GDR
36462013-08-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
3647
3648 * c-pretty-print.h (c_pretty_printer): Derive from pretty_printer.
3649 (pp_base): Remove.
3650 (pp_c_base): Likewise. Adjust users.
3651 * c-pretty-print.c (pp_c_maybe_whitespace): Adjust.
3652 (pp_c_whitespace): Do not call pp_base.
3653 (pp_c_left_paren): Likewise.
3654 (pp_c_right_paren): Likewise.
3655 (pp_c_left_brace): Likewise.
3656 (pp_c_right_brace): Likewise.
3657 (pp_c_left_bracket): Likewise.
3658 (pp_c_right_bracket): Likewise.
3659 (pp_c_dot): Likewise.
3660 (pp_c_ampersand): Likewise.
3661 (pp_c_star): Likewise.
3662 (pp_c_arrow): Likewise.
3663 (pp_c_semicolon): Likewise.
3664 (pp_c_complement): Likewise.
3665 (pp_c_exclamation): Likewise.
3666 (pp_c_direct_declarator): Likewise.
3667 (pp_c_ws_string): Likewise.
3668 (pp_c_identifier): Likewise.
3669 (pp_c_statement): Likewise.
3670 (print_c_tree): Likewise.
3671
65e5a578
ESR
36722013-08-04 Ed Smith-Rowland <3dw4rd@verizon.net>
3673
3674 PR c++/58072
3675 * c-common.c (c_parse_error): Catch user-defined literal tokens and
3676 provide useful error strings.
3677
137a1a27
GDR
36782013-08-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
3679
3680 * c-ada-spec.c (pp_ada_tree_identifier): Use specialized pretty
3681 printer functions instead of pp_string or operators and punctuators.
3682 (dump_generic_ada_node): Likewise.
3683 * c-pretty-print.c (pp_c_type_specifier): Likewise.
3684 (pp_c_relational_expression): Likewise.
3685 (pp_c_logical_or_expression): Likewise.
3686
07838b13
GDR
36872013-08-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
3688
3689 * c-ada-spec.c (print_ada_macros): Use specialized pretty printer
3690 functions instead of pp_character.
3691 (pp_ada_tree_identifier): Likewise.
3692 (dump_ada_double_name): Likewise.
3693 (dump_ada_function_declaration): Likewise.
3694 (dump_ada_array_domains): Likewise.
3695 (dump_template_types): Likewise.
3696 (dump_generic_ada_node): Likewise.
3697 (print_ada_declaration): Likewise.
3698 (print_ada_struct_decl): Likewise.
3699 * c-pretty-print.c (pp_c_integer_constant): Likewise.
3700
433cc7b0
TT
37012013-07-23 Tom Tromey <tromey@redhat.com>
3702
3703 * c-common.h (enum rid) <RID_GENERIC>: New constant.
3704 * c-common.c (c_common_reswords): Add _Generic.
3705
688010ba
OB
37062013-07-21 OndÅ\99ej Bílka <neleai@seznam.cz>
3707
3708 * c-common.c: Fix typos.
3709 * c-common.h: Likewise.
3710
2a99e5e6
LL
37112013-07-13 Lubos Lunak <l.lunak@suse.cz>
3712
3713 PR c++/55203
3714 * c-common.c (c_common_attribute_table): Add warn_unused.
3715 (handle_warn_unused_attribute): New.
3716
c26302d5
JJ
37172013-07-10 Jakub Jelinek <jakub@redhat.com>
3718
3719 * c-ppoutput.c (scan_translation_unit): Call account_for_newlines
3720 for all CPP_TOKEN_FLD_STR tokens, not just CPP_COMMENT.
3721
dfeadaa0
PC
37222013-07-10 Paolo Carlini <paolo.carlini@oracle.com>
3723
3724 PR c++/57869
3725 * c.opt: Add Wconditionally-supported.
3726
6a2fa4b2
GS
37272013-07-08 Graham Stott <graham.stott@btinternet.com>
3728
adfac8df 3729 * array-notation-common.c (length_mismatch_in_expr_p): Delete
6a2fa4b2
GS
3730 unused variables l_length and l_node.
3731
ecdbd01a 37322013-07-04 Joern Rennecke <joern.rennecke@embecosm.com>
40d3d530
JR
3733
3734 PR c/57821
3735 * c-common.c (complete_array_type): Delay folding first index
3736 like other indices. When folding, check for index overflow.
3737
bedc293e
MG
37382013-06-27 Marc Glisse <marc.glisse@inria.fr>
3739
3740 PR c++/57509
3741 * c-common.h (c_build_vec_perm_expr): New complain argument.
3742 * c-common.c (c_build_vec_perm_expr): Likewise.
3743 Use save_expr also in C++.
3744
604b2bfc
GDR
37452013-06-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
3746
3747 * c-common.c (c_common_nodes_and_builtins): Use cxx11 in lieu of cxx0x.
3748 * c-cppbuiltin.c (c_cpp_builtins): Likewise.
3749 * c-opts.c (c_common_post_options): Likewise.
3750
dfeadaa0 37512013-06-21 Balaji V. Iyer <balaji.v.iyer@intel.com>
713b46fa
BI
3752
3753 * array-notation-common.c (length_mismatch_in_expr): Changed the
3754 parameter type's from a dynamic array to a vec_tree. Also removed
3755 the size parameters.
3756 * c-common.h (length_mismatch_in_expr_p): Fixed prototype's as per
3757 the change above.
3758
2ce86d2e
BI
37592013-06-21 Balaji V. Iyer <balaji.v.iyer@intel.com>
3760
3761 * c-common.h (struct cilkplus_an_parts): New structure.
3762 (struct cilkplus_an_loop_parts): Likewise.
3763 (cilkplus_extract_an_triplets): New prototype.
3764 (fix_sec_implicit_args): Likewise.
3765 * array-notation-common.c (cilkplus_extract_an_triplets): New function.
3766 (fix_sec_implicit_args): Likewise.
604b2bfc 3767
07a6825b
BI
37682013-06-20 Balaji V. Iyer <balaji.v.iyer@intel.com>
3769
3770 * array-notation-common.c (find_inv_trees): Removed an unwanted
3771 typecasting.
3772 * c-common.h (struct inv_list::additional_tcodes): Changed type from
3773 enum rid to enum tree_code.
3774
08346abd
JH
37752013-06-11 Jan Hubicka <jh@suse.cz>
3776
3777 * c-common.c (handle_alias_ifunc_attribute): Do not set
3778 DECL_EXTERNAL for weakref variables.
3779 * c-pragma.c (handle_pragma_weak): Make sure aliases
3780 are not declared as external.
3781
d60f1706
BI
37822013-06-07 Balaji V. Iyer <balaji.v.iyer@intel.com>
3783
3784 * array-notation-common.c (length_mismatch_in_expr_p): Moved this
3785 function from c/c-array-notation.c.
3786 (is_cilkplus_reduce_builtin): Likewise.
3787 (find_rank): Likewise.
3788 (extract_array_notation_exprs): Likewise.
3789 (replace_array_notations): Likewise.
3790 (find_inv_trees): Likewise.
3791 (replace_inv_trees): Likewise.
3792 (contains_array_notation_expr): Likewise.
3793 (find_correct_array_notation_type): Likewise.
3794 * c-common.h (struct inv_list): Moved this struct from the file
3795 c/c-array-notation.c and added a new field called additional tcodes.
3796 (length_mismatch_in_expr_p): New prototype.
3797 (is_cilkplus_reduce_builtin): Likewise.
3798 (find_rank): Likewise.
3799 (extract_array_notation_exprs): Likewise.
3800 (replace_array_notation): Likewise.
3801 (find_inv_trees): Likewise.
3802 (replace_inv_trees): Likewise.
3803 (find_correct_array_notation_type): Likewise.
dfeadaa0 3804
36536d79
BI
38052013-05-28 Balaji V. Iyer <balaji.v.iyer@intel.com>
3806
3807 * c-common.c (c_define_builtins): When cilkplus is enabled, the
3808 function array_notation_init_builtins is called.
3809 (c_common_init_ts): Added ARRAY_NOTATION_REF as typed.
3810 * c-common.def (ARRAY_NOTATION_REF): New tree.
3811 * c-common.h (build_array_notation_expr): New function declaration.
3812 (build_array_notation_ref): Likewise.
3813 (extract_sec_implicit_index_arg): New extern declaration.
3814 (is_sec_implicit_index_fn): Likewise.
3815 (ARRAY_NOTATION_CHECK): New define.
3816 (ARRAY_NOTATION_ARRAY): Likewise.
3817 (ARRAY_NOTATION_START): Likewise.
3818 (ARRAY_NOTATION_LENGTH): Likewise.
3819 (ARRAY_NOTATION_STRIDE): Likewise.
3820 * c-pretty-print.c (pp_c_postifix_expression): Added a new case for
3821 ARRAY_NOTATION_REF.
3822 (pp_c_expression): Likewise.
3823 * c.opt (flag_enable_cilkplus): New flag.
3824 * array-notation-common.c: New file.
3825
f7716d57
JJ
38262013-05-14 Jakub Jelinek <jakub@redhat.com>
3827
3828 PR c++/57274
3829 * c-common.c (verify_tree): Don't recurse into SIZEOF_EXPR.
3830
a5e0cd1d
MG
38312013-05-10 Marc Glisse <marc.glisse@inria.fr>
3832
3833 * c-common.c (vector_types_convertible_p): No TYPE_PRECISION for
3834 vectors.
3835
f6bc1c4a
HS
38362013-05-07 Han Shen <shenhan@google.com>
3837
3838 * c-cppbuiltin.c (c_cpp_builtins): Added "__SSP_STRONG__=3".
3839
3f12f6e9
SKS
38402013-04-29 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
3841
3842 * c-common.c (check_user_alignment): Emit error for negative values.
3843
61949153
PC
38442013-04-24 Paolo Carlini <paolo.carlini@oracle.com>
3845
3846 * c-opts.c (set_std_cxx11): Use CLK_CXX1Y and CLK_GNUCXX1Y.
3847
e93e18e9
PC
38482013-04-24 Paolo Carlini <paolo.carlini@oracle.com>
3849
3850 * c-cppbuiltin.c (c_cpp_builtins): Do not define
3851 __GXX_EXPERIMENTAL_CXX1Y__.
3852
44d90fe1
PC
38532013-04-24 Paolo Carlini <paolo.carlini@oracle.com>
3854 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3855
3856 * c.opt ([Wpointer-arith]): Enabled by -Wpedantic, as documented.
3857 * c-common.c (pointer_int_sum): Change -Wpointer-arith pedwarns
3858 to simply use OPT_Wpointer_arith.
3859 (c_sizeof_or_alignof_type): Likewise.
3860
13f39b2e
PC
38612013-04-24 Paolo Carlini <paolo.carlini@oracle.com>
3862
3863 * c-cppbuiltin.c (c_cpp_builtins): Define __GXX_EXPERIMENTAL_CXX1Y__.
3864
4b84d650
JJ
38652013-04-12 Jakub Jelinek <jakub@redhat.com>
3866
3867 * c-format.c (gcc_diag_char_table, gcc_tdiag_char_table,
3868 gcc_cdiag_char_table, gcc_cxxdiag_char_table): Add %r and %R format
3869 specifiers.
3870
fb037b5d
SB
38712013-04-07 Steven Bosscher <steven@gcc.gnu.org>
3872
3873 * c-pragma.c (add_to_renaming_pragma_list): Fix leading comment.
3874
4e856798
PC
38752013-04-03 Paolo Carlini <paolo.carlini@oracle.com>
3876
3877 * c-common.c (pointer_int_sum): Remove dead code.
3878
4b1baac8
RS
38792013-03-09 Richard Sandiford <rdsandiford@googlemail.com>
3880
3881 PR middle-end/56524
3882 * c-common.c (handle_optimize_attribute): Don't call
3883 save_optabs_if_changed.
3884
0b50e654
JJ
38852013-03-05 Jakub Jelinek <jakub@redhat.com>
3886
3887 PR middle-end/56461
3888 * c-pch.c (pch_init): Free target_validity at the end.
3889
48c41403
JJ
38902013-03-04 Jakub Jelinek <jakub@redhat.com>
3891
3892 * c-pretty-print.c (pp_c_pretty_printer_init): Clear pp->flags.
3893
e664c61c
KS
38942013-02-28 Konstantin Serebryany <konstantin.s.serebryany@gmail.com>
3895 Jakub Jelinek <jakub@redhat.com>
3896
3897 PR sanitizer/56454
3898 * c-common.c (handle_no_sanitize_address_attribute): New function.
3899 (c_common_attribute_table): Add no_sanitize_address attribute.
3900 (handle_no_address_safety_analysis_attribute): Add
3901 no_sanitize_address attribute, not no_address_safety_analysis
3902 attribute.
3903
a475fd3d 39042013-02-18 Aldy Hernandez <aldyh@redhat.com>
135204dd
AH
3905
3906 PR target/52555
3907 * c-common.c (handle_optimize_attribute): Call
3908 save_optabs_if_changed.
3909
f6007d99
JJ
39102013-02-18 Jakub Jelinek <jakub@redhat.com>
3911 Steven Bosscher <steven@gcc.gnu.org>
3912
3913 PR pch/54117
3914 * c-opts.c (c_common_post_options): If debug info is enabled
3915 and non-dwarf*, refuse to load PCH files and when writing PCH
3916 file warn.
3917
cf35e2b1
JJ
39182013-02-05 Jakub Jelinek <jakub@redhat.com>
3919
3920 PR middle-end/56167
3921 * c-common.c (handle_error_attribute): Fix condition.
3922
32887460
JJ
39232013-01-30 Jakub Jelinek <jakub@redhat.com>
3924
3925 PR c++/55742
3926 * c-common.c (handle_target_attribute): Revert 2012-12-26 change.
3927
5af057d8
JM
39282013-01-18 Jason Merrill <jason@redhat.com>
3929
3930 PR target/54908
3931 * c.opt (-fextern-tls-init): New.
3932 * c-opts.c (c_common_post_options): Handle it.
3933
cc83c823
JJ
39342013-01-09 Jakub Jelinek <jakub@redhat.com>
3935
3936 PR c/48418
3937 * c-common.c (c_fully_fold_internal): Warn for LSHIFT_EXPR and
3938 RSHIFT_EXPR, if orig_op1 isn't INTEGER_CST, op1 is INTEGER_CST
3939 and is either negative or bigger or equal to type precision
3940 of the first operand.
3941
a859517f
MP
39422012-12-03 Marek Polacek <polacek@redhat.com>
3943
3944 PR c/55570
3945 * c-common.c (check_user_alignment): Swap order of tests,
3946 check TREE_CODE first.
3947
2d7aa578
ESR
39482012-11-29 Ed Smith-Rowland <3dw4rd@verizon.net>
3949
3950 PR c++/52654
3951 * c-common.h (overflow_type): New enum.
3952 (build_userdef_literal): Add overflow_type argument.
3953 (tree_userdef_literal): Add overflow_type.
3954 (USERDEF_LITERAL_OVERFLOW): New access macro.
3955 * c-common.c (build_userdef_literal): Add overflow_type
3956 argument.
3957 * c-lex.c (c_lex_with_flags): Add overflow_type to
3958 build_userdef_literal calls.
3959 (interpret_integer, interpret_float): Add overflow_type argument.
3960
cc3c4f62
RB
39612012-11-28 Richard Biener <rguenther@suse.de>
3962
3963 PR c/35634
3964 * c-gimplify.c (c_gimplify_expr): Gimplify self-modify expressions
3965 here and use a type with proper overflow behavior for types that would
3966 need to be promoted for the arithmetic.
3967
77bc5132
JJ
39682012-11-23 Jakub Jelinek <jakub@redhat.com>
3969
3970 PR sanitizer/55435
3971 * c-common.c (handle_no_address_safety_analysis_attribute): New
3972 function.
3973 (c_common_attribute_table): Add no_address_safety_analysis.
3974
5dc99c46
SB
39752012-11-16 Simon Baldwin <simonb@google.com>
3976
3977 * c.opt: Add f[no-]canonical-system-headers.
3978 * c-opts.c (c_common_handle_option): Handle
3979 OPT_fcanonical_system_headers.
3980
a4a0016d
ESR
39812012-11-09 Ed Smith-Rowland <3dw4rd@verizon.net>
3982
3983 PR c++/54413
3984 * c-opts.c (c_common_handle_option): Set new flags.
3985 * c.opt: Describe new flags.
3986
7dbb85a7
JM
39872012-11-09 Jason Merrill <jason@redhat.com>
3988
3989 * c.opt (Wabi-tag): New.
3990
ad7bac31
AK
39912012-11-09 Andi Kleen <ak@linux.intel.com>
3992
3993 PR 55139
3994 * c-common.c (get_atomic_generic_size): Mask with
3995 MEMMODEL_MASK
3996
7332899a
MLI
39972012-11-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
3998
3999 PR c/53063
4000 * c.opt (Wformat): Make it Alias Wformat=1.
4001 (Wformat-contains-nul,Wformat-extra-args,Wformat-nonliteral,
4002 Wformat-security,Wformat-y2k,Wformat-zero-length): Use
4003 LangEnabledBy.
4004 (Wformat=): RejectNegative. Use LangEnabledBy.
4005 (Wnonnull): Use LangEnabledBy.
4006 * c-opts.c (c_common_handle_option): Do not handle Wformat here.
4007 * c-format.c (set_Wformat): Delete.
4008 (decode_format_attr): Replace OPT_Wformat with OPT_Wformat_.
4009 (maybe_read_dollar_number): Likewise.
4010 (avoid_dollar_number): Likewise.
4011 (finish_dollar_format_checking): Likewise.
4012 (check_format_info): Likewise.
4013 (check_format_info_main): Likewise.
4014 (check_format_types): Likewise.
4015 (format_type_warning): Likewise.
4016 * c-common.c (int): Likewise.
4017 (check_function_sentinel): Likewise.
4018 * c-common.h (warn_format,set_Wformat): Do not declare here.
4019
34a180a6
MLI
40202012-11-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
4021
4022 PR c/53063
4023 * c.opt(Warray-bounds,Wdelete-non-virtual-dtor,Wenum-compare,
4024 Wmain,Woverlength-strings, Wunknown-pragmas,Wunused-macros):
4025 Use LangEnabledBy.
4026 (Wswitch,Wswitch-default,Wswitch-enum): Likewise. Move here from
4027 common.opt.
4028 (Wvariadic-macros): Init(1).
4029 * c-opts.c (c_common_handle_option): Do not handle them
4030 explicitly.
4031 (c_common_post_options): Likewise.
4032 (sanitize_cpp_opts): warn_unused_macros is now
4033 cpp_warn_unused_macros.
4034 (push_command_line_include): Likewise.
4035 * c-common.c (warn_unknown_pragmas): Do not define.
4036 * c-common.h (warn_unknown_pragmas): Do not declare.
4037
3f46d6a5
MLI
40382012-11-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
4039
4040 PR c/51294
4041 * c-common.c (conversion_warning): Handle conditional expressions.
4042
880661a4
JW
40432012-10-29 Jonathan Wakely <jwakely.gcc@gmail.com>
4044
4045 PR c++/54930
4046 * c.opt (Wreturn_local_addr): Define new option.
4047
4514a96b
JM
40482012-10-25 Jason Merrill <jason@redhat.com>
4049
f14edc1a
JM
4050 * c.opt (Wvirtual-move-assign): New.
4051
4514a96b
JM
4052 * c.opt (Winherited-variadic-ctor): New.
4053
93100c6b
MG
40542012-10-25 Marc Glisse <marc.glisse@inria.fr>
4055
4056 PR c++/54427
4057 * c-common.c (scalar_to_vector): Handle VEC_COND_EXPR.
4058
1efcb8c6
JM
40592012-10-23 Joseph Myers <joseph@codesourcery.com>
4060
4061 * c-common.h (pch_cpp_save_state): Declare.
4062 * c-target.def (c_preinclude): New hook.
4063 * c-opts.c (done_preinclude): New.
4064 (push_command_line_include): Handle default preincluded header.
4065 (cb_file_change): Call pch_cpp_save_state when calling
4066 push_command_line_include.
4067 * c-pch.c (pch_ready_to_save_cpp_state, pch_cpp_state_saved)
4068 (pch_cpp_save_state): New.
4069 (pch_init): Call pch_cpp_save_state conditionally, instead of
4070 calling cpp_save_state.
4071
4a0ae68e
MLI
40722012-10-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
4073
4074 PR c/53063
4075 PR c/40989
4076 * c.opt (Waddress,Wchar-subscripts,Wsign-conversion,Wimplicit,
4077 Wimplicit-function-declaration,Wimplicit-int,Wsizeof-pointer-memaccess,
4078 Wnarrowing,Wparentheses,Wpointer-sign,Wreturn-type,Wsequence-point,
4079 Wsign-compare,Wuninitialized,Wmaybe-uninitialized,Wunused,
4080 Wvolatile-register-var): Add LangEnabledBy or EnabledBy.
4081 * c-opts.c (c_common_handle_option): Remove explicit handling from
4082 here.
4083 (c_common_post_options): Likewise.
4084
67e4210b
EB
40852012-10-18 Eric Botcazou <ebotcazou@adacore.com>
4086
4087 * c-ada-spec.c (LOCATION_COL): Delete.
4088 (compare_location): New function.
4089 (compare_node): Use it.
4090 (compare_comment): Likewise.
4091
65d4f2cd
MLI
40922012-10-16 Manuel López-Ibáñez <manu@gcc.gnu.org>
4093
4094 PR c/53063
4095 PR c/40989
4096 * c.opt (Wstrict-aliasing=,Wstrict-overflow=): Use LangEnabledBy.
4097 * c-opts.c (c_common_handle_option): Do not set them here. Add
4098 comment.
4099 (c_common_post_options): Likewise.
4100
909881cb
EB
41012012-10-16 Eric Botcazou <ebotcazou@adacore.com>
4102
4103 * c-ada-spec.c (ADA_HOST_WIDE_INT_PRINT_DOUBLE_HEX): Define.
4104 (dump_generic_ada_node) <INTEGER_CST>: Deal with sizetype specially.
4105 Remove POINTER_TYPE handling, add large unsigned handling and use
4106 ADA_HOST_WIDE_INT_PRINT_DOUBLE_HEX for big numbers.
4107
3a785c97
JJ
41082012-10-12 Jakub Jelinek <jakub@redhat.com>
4109
4110 PR c/54381
4111 * c-common.h (sizeof_pointer_memaccess_warning): Adjust prototype.
4112 * c-common.c (sizeof_pointer_memaccess_warning): Take array of 3
4113 locs and array of 3 trees instead of just single loc and single
4114 sizeof_arg tree. Handle __builtin___*_chk builtins too, and
4115 also stpncpy, bcopy, bcmp, bzero, snprintf and vsnprintf builtins.
4116 For *cmp* builtins that take two sources strings report warnings
4117 about first and second source, not about destination and source.
4118
5e54f81d
MG
41192012-10-12 Marc Glisse <marc.glisse@inria.fr>
4120
4121 PR c++/53055
4122 * c-common.h (enum ref_operator) [RO_ARROW_STAR]: New.
4123
f5b02f1e
EB
41242012-10-11 Eric Botcazou <ebotcazou@adacore.com>
4125
4126 * c-ada-spec.c (dump_ada_template): Bail out for template declarations
4127 declaring something coming from another file.
4128
b46dbc6c
AC
41292012-10-10 Arnaud Charlet <charlet@adacore.com>
4130
f5b02f1e 4131 PR ada/54845
b46dbc6c
AC
4132 * c-ada-spec.c (print_ada_struct_decl): Increase buf size.
4133
5d9de0d0
PC
41342012-10-09 Paolo Carlini <paolo.carlini@oracle.com>
4135
4136 PR c++/54194
4137 * c-common.c (warn_about_parentheses): Add location_t parameter;
4138 use EXPR_LOC_OR_LOC.
4139 * c-common.h: Update declaration.
4140
a212e43f
MG
41412012-10-09 Marc Glisse <marc.glisse@inria.fr>
4142
4143 PR c++/54427
4144 * c-common.c (scalar_to_vector): Moved from c-typeck.c. Support
4145 more operations. Make error messages optional.
4146 * c-common.h (enum stv_conv): Moved from c-typeck.c.
4147 (scalar_to_vector): Declare.
4148
b1db7f91
JM
41492012-10-08 Jason Merrill <jason@redhat.com>
4150
4151 * c-common.c (c_common_reswords): Add thread_local.
4152
e28d52cf
DS
41532012-10-08 Dodji Seketeli <dodji@redhat.com>
4154
4155 PR c++/53528 C++11 attribute support
4156 * c-common.h (bitfield_p, cxx_fundamental_alignment_p): Declare
4157 new functions.
4158 * c-common.c (check_cxx_fundamental_alignment_constraints): New
4159 static function.
4160 (handle_aligned_attribute): In choose strictest alignment
4161 among many. Use new check_cxx_fundamental_alignment_constraints.
4162 (handle_transparent_union_attribute): In c++11 attribute syntax,
4163 don't look through typedefs.
4164
3b78de56
AC
41652012-10-04 Arnaud Charlet <charlet@adacore.com>
4166
4167 * c-ada-spec.c (print_ada_declaration): Remove handling of TDF_RAW.
4168 * c.opt (-fdump-ada-spec, -fdump-ada-spec-slim): Move switch definition
4169 out of dumpfile.h.
4170
6040bb5f
DC
41712012-09-25 Dehao Chen <dehao@google.com>
4172
4173 PR middle-end/54645
3b78de56 4174 * c-pch.c (c_common_read_pch): Rebuild the location_adhoc_data
6040bb5f
DC
4175 map when read in the pch.
4176
0b07a57e
AC
41772012-09-18 Arnaud Charlet <charlet@adacore.com>
4178
4179 * c-ada-spec.c: Style fixes.
4180
da5182be
TQ
41812012-09-18 Thomas Quinot <quinot@adacore.com>
4182
4183 * c.opt (-fada-spec-parent): Define new command line switch.
4184 * c-ada-spec.c (get_ada_package): When -fada-spec-parent
4185 is specified, generate binding spec as a child of the specified unit.
4186
0ccb505d
PC
41872012-09-13 Paolo Carlini <paolo.carlini@oracle.com>
4188 Manuel López-Ibáñez <manu@gcc.gnu.org>
4189
4190 PR c++/53210
4191 * c.opt ([Winit-self]): Enabled by -Wall in C++.
4192
c583af79
AC
41932012-08-23 Arnaud Charlet <charlet@adacore.com>
4194
4195 * c-ada-spec.c (dump_generic_ada_node): Fix handling of name_only
4196 for pointers, and add missing Convention C pragma.
4197 (print_ada_struct_decl): Add missing aliased keyword.
4198 (dump_ads): Add pragma Ada_2005 and Style_Checks (Off).
4199
1a4049e7
JJ
42002012-08-17 Jakub Jelinek <jakub@redhat.com>
4201
4202 * c-common.c (sizeof_pointer_memaccess_warning): New function.
4203 * c.opt (-Wsizeof-pointer-memaccess): Add new option.
4204 * c-opts.c (c_common_handle_option): Enable it for -Wall.
4205 * c-common.h (sizeof_pointer_memaccess_warning): Add prototype.
4206 * c-common.def (SIZEOF_EXPR): Moved here from cp-tree.def.
4207
70b5e7dc
RG
42082012-08-10 Richard Guenther <rguenther@suse.de>
4209
4210 * c-pretty-print.c (pp_c_expression): Handle anonymous SSA names.
4211
f8923f7e
SB
42122012-08-07 Steven Bosscher <steven@gcc.gnu.org>
4213
4214 * c-pretty-print.c (pp_c_function_definition): Use pp_newline_and_flush
4215 instead of separate pp_newline and pp_flush.
4216 (print_c_tree): Likewise.
4217
e45abe1f
RH
42182012-07-26 Richard Henderson <rth@redhat.com>
4219
4220 * c-common.c (handle_hot_attribute): Allow labels.
4221 (handle_cold_attribute): Likewise.
4222
332f1d24
JJ
42232012-07-20 Jakub Jelinek <jakub@redhat.com>
4224
4225 PR c++/28656
4226 * c-common.c (check_function_nonnull): Handle multiple nonnull
4227 attributes properly.
4228
7ee2468b
SB
42292012-07-16 Steven Bosscher <steven@gcc.gnu.org>
4230
4231 * c-gimplify.c: Include dumpfile.h instead of tree-dump.h.
4232 * c-ada-spec.c: Likewise.
4233 * c-dump.c (dump_stmt): Move to cp/dump.c, the only user.
4234
ee7b28eb
SB
42352012-07-14 Steven Bosscher <steven@gcc.gnu.org>
4236
4237 * c-pch.c (CHECK_NO_ASM_OUT_DURING_PCH): Do not define.
4238 Remove code conditional on it.
4239
6bdf3519
SB
42402012-07-11 Steven Bosscher <steven@gcc.gnu.org>
4241
4242 * c-gimplify.c: Do not include basic-block.h.
4243 * c-common.c: Do not include linfuncs.h.
4244
532aafad
SB
42452012-07-08 Steven Bosscher <steven@gcc.gnu.org>
4246
4247 * c-common.h: Include tree.h.
4248
8d0d1915
JM
42492012-07-02 Jason Merrill <jason@redhat.com>
4250
4251 PR c++/53524
4252 * c-common.c (get_priority): Call default_conversion.
4253
fbc873ad
UB
42542012-07-01 Uros Bizjak <ubizjak@gmail.com>
4255
4256 * c-pch.c (c_common_write_pch): Remove unused variables.
4257
d4a10d0a
SB
42582012-06-29 Steven Bosscher <steven@gcc.gnu.org>
4259
4260 * cppspec.c: Moved from gcc/ to here.
4261
6f3a2e23
KT
42622012-06-27 Kai Tietz <ktietz@redhat.com>
4263
4264 PR preprocessor/37215
4265 * c-ppoutput.c (preprocess_file): Check for nonempty buffer.
4266
8ca92d04
SB
42672012-06-21 Steven Bosscher <steven@gcc.gnu.org>
4268
4269 * c-common.h (c_common_print_pch_checksum): Remove.
4270 * c-pch.c: Do not include output.h.
4271 (CHECK_NO_ASM_OUT_DURING_PCH): Define and add FIXME.
4272 (asm_out_file): Define iff CHECK_NO_ASM_OUT_DURING_PCH isdefined.
4273 (asm_file_startpos): Define iff CHECK_NO_ASM_OUT_DURING_PCH is defined.
4274 (struct c_pch_header): Remove.
4275 (get_ident): Update gpch version.
4276 (pch_init): Do not print executable_checksum to asm_out_file.
4277 Do not fail if there is no asm_out_file to read back from. Set
4278 asm_file_startpos only if CHECK_NO_ASM_OUT_DURING_PCH is defined.
4279 (c_common_write_pch): Verify that nothing was written to asm_out_file
4280 since pch_init was called. Do not write a c_pch_header, and do not
4281 copy from asm_out_file to the PCH.
4282 (c_common_read_pch): Do not read a c_pch_header, and do not restore
4283 the content of asm_out_file from the PCH.
4284 (c_common_print_pch_checksum): Remove.
4285 * c-opts.c (c_common_init): Print out executable_checksum directly.
4286
70f42967
SB
42872012-06-19 Steven Bosscher <steven@gcc.gnu.org>
4288
4289 * c-target.def (objc_declare_unresolved_class_reference,
4290 objc_declare_class_definition): Add new hooks.
4291
a8781821
SB
42922012-06-19 Steven Bosscher <steven@gcc.gnu.org>
4293
4294 * c-lex.c: Do not include output.h.
4295 (cb_ident): Try to put out .ident with targetm.asm_out.output_ident.
4296 Remove uses of ASM_OUTPUT_IDENT.
4297
9e1a8dd1
RR
42982012-06-15 Marc Glisse <marc.glisse@inria.fr>
4299
4300 PR c++/51033
4301 * c-common.h (c_build_vec_perm_expr): Move decl here.
4302 * c-common.c (c_build_vec_perm_expr): Move definition
4303 here.
4304
6f07a821
SB
43052012-06-06 Steven Bosscher <steven@gcc.gnu.org>
4306
4307 * c.opt (fconserve-space): Turn into a no-op.
4308
9faeb493 43092012-06-04 Sterling Augustine <saugustine@google.com>
c265f413
SA
4310
4311 * c-pretty-print.h (pp_c_flag_gnu_v3): New enumerator.
4312 * c-pretty-print.c (pp_c_specifier_qualifier_list): Check it at
4313 both the start and end of the function.
4314
a4b7d13c
SB
43152012-06-04 Steven Bosscher <steven@gcc.gnu.org>
4316
4317 * c-common.c: Do not include output.h.
4318 * c-pragma.c: Likewise.
4319
c265f413
SA
43202012-06-04 Steven Bosscher <steven@gcc.gnu.org>
4321
4322 * error.c (dump_decl): Check pp_c_flag_gnu_v3.
4323 (decl_as_dwarf_string, lang_decl_dwarf_name): New functions.
4324 (lang_decl_name): Handle namespace decls.
4325
be7a421e
SB
43262012-05-31 Steven Bosscher <steven@gcc.gnu.org>
4327
4328 * c-ada-spec.c: Do not include output.h.
4329 * c-semantics.c: Likewise.
4330
65de6659
JM
43312012-05-29 Joseph Myers <joseph@codesourcery.com>
4332
4333 * c-common.c: Fix typo.
4334
ca5f4331
MM
43352012-05-29 Michael Matz <matz@suse.de>
4336
4337 * c-common.h (c_expand_decl): Remove prototype.
4338
4f7f7aca
MLI
43392012-05-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
4340
4341 * c.opt (Wmissing-braces): Use LangEnabledBy(C ObjC,Wall).
4342 * c-opts.c (c_common_handle_option): Remove code handling
4343 warn_missing_braces.
4344
4a792f9b
PC
43452012-05-28 Paolo Carlini <paolo.carlini@oracle.com>
4346
4347 PR c++/25137
4348 * c-opts.c (c_common_handle_option): For C++ -Wall doesn't enable
4349 -Wmissing_braces.
4350
650dc14a
DS
43512012-05-22 Dodji Seketeli <dodji@redhat.com>
4352
4353 PR c++/53322
4354 * c.opt (Wunused-local-typedefs): Use EnabledBy(Wunused).
4355
9b095bf1
MLI
43562012-05-17 Manuel López-Ibáñez <manu@gcc.gnu.org>
4357
4358 * c.opt (--pedantic-errors,-pedantic-errors): Do not handle here.
4359 * c-opts.c (c_common_handle_option): Do not handle explicitly
4360 Wreturn-type, Wwrite-strings, warn_ecpp, and -pedantic-errors.
4361
0b2c4be5
DS
43622012-05-16 Dodji Seketeli <dodji@redhat.com>
4363
4364 PR preprocessor/7263
4365 * c-lex.c (c_lex_with_flags): Pass a virtual location to the call
4366 to cpp_classify_number. For diagnostics, use the precise location
4367 instead of the global input_location.
4368
a1bde5af
PC
43692012-05-15 Paolo Carlini <paolo.carlini@oracle.com>
4370
d02924ef 4371 PR c++/11856
a1bde5af
PC
4372 * c-common.c (shorten_compare): Check c_inhibit_evaluation_warnings.
4373
d1ede5f4
BS
43742012-05-14 Bernd Schmidt <bernds@codesourcery.com>
4375
a1bde5af 4376 * c-common.c (DEF_ATTR_STRING): Define and undefine as necessary.
d1ede5f4 4377
f2bc201f
MLI
43782012-05-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
4379
4380 PR 53063
4381 * c.opt (Wc++0X-compat,Wdelete-non-virtual-dtor,Wjump-misses-init,
4382 Wreorder): Use LangEnabledBy.
4383 * c-opts.c (c_common_handle_option): Do not enable them
4384 explicitly. Call lang-specific generated functions.
4385 (c_common_post_options): Do not set them here.
4386
95744782
MLI
43872012-05-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
4388
4389 * c.opt (Wclobbered,Wempty-body,Wignored-qualifiers,
4390 Wmissing-field-initializers,Wmissing-parameter-type,
4391 Wold-style-declaration,Woverride-init): Use EnabledBy.
4392 * c-opts.c (c_common_post_options): Do not set here explicitly.
4393
7d5a5747
MLI
43942012-05-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
4395
4396 PR 53063
4397 * c-opts.c (c_common_handle_option): Use handle_generated_option
4398 to enable sub-options.
4399
5a3c9cf2
PC
44002012-05-10 Paolo Carlini <paolo.carlini@oracle.com>
4401
4402 PR c++/53158
4403 * c-common.c (warnings_for_convert_and_check): Use warning_at.
4404
3ac8781c
RG
44052012-05-10 Richard Guenther <rguenther@suse.de>
4406
4407 * c-common.c (c_sizeof_or_alignof_type): Remove assert and
4408 adjust commentary about TYPE_IS_SIZETYPE types.
4409
1e537948
MLI
44102012-05-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
4411
4412 PR c++/53261
4413 * c-common.c (warn_logical_operator): Check that argument of
4414 integer_zerop is not NULL.
4415
f2c4a785
MLI
44162012-05-05 Manuel López-Ibáñez <manu@gcc.gnu.org>
4417
4418 PR c/43772
4419 * c-common.c (warn_logical_operator): Do not warn if either side
4420 is already true or false.
4421
50f305ca
MLI
44222012-05-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
4423
4424 PR c/51712
4425 * c-common.c (expr_original_type): New.
4426 (shorten_compare): Do not warn for enumeration types.
4427
0c3641b0
MLI
44282012-05-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
4429
4430 * c.opt (fpermissive): Add Var(flag_permissive).
4431
7edaa4d2
MG
44322012-04-30 Marc Glisse <marc.glisse@inria.fr>
4433
4434 PR c++/51033
4435 * c-common.c (convert_vector_to_pointer_for_subscript): New function.
4436 * c-common.h (convert_vector_to_pointer_for_subscript): Declare it.
4437
b9c8da34
DS
44382012-04-30 Dodji Seketeli <dodji@redhat.com>
4439
4440 Add -Wvarargs option
4441 * c.opt (Wvarargs): Define new option.
4442
e6c69da0
MLI
44432012-04-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
4444
4445 * c-common.c (check_function_arguments): Replace
4446 Wmissing-format-attribute with Wsuggest-attribute=format.
4447
90137d8f
MLI
44482012-04-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
4449
4450 * c.opt (Wsuggest-attribute=format): New. Alias of
4451 Wmissing-format-attribute.
4452 * c-format.c (decode_format_type): Replace
4453 Wmissing-format-attribute with Wsuggest-attribute=format.
4454 (check_function_format): Likewise.
4455
9faeb493 44562012-04-27 Ollie Wild <aaw@google.com>
7f5f5f98
OW
4457
4458 * c-common.c: Add CPP_W_LITERAL_SUFFIX mapping.
4459 * c-opts.c (c_common_handle_option): Handle OPT_Wliteral_suffix.
4460 * c.opt: Add Wliteral-suffix.
4461
c1771a20
MLI
44622012-04-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
4463
4464 PR c/44774
4465 * c.opt (Wpedantic): New.
4466 (pedantic): Alias Wpedantic.
4467 * c-opts.c (c_common_handle_option): Replace -pedantic with -Wpedantic.
4468 (c_common_post_options): Likewise.
4469 (sanitize_cpp_opts): Likewise.
4470 * c-lex.c (interpret_float): Likewise.
4471 * c-format.c (check_format_types): Likewise.
4472 * c-common.c (pointer_int_sum): Likewise.
4473 (c_sizeof_or_alignof_type): Likewise.
4474 (c_add_case_label): Likewise.
4475 (c_do_switch_warnings): Likewise.
4476 * c-pragma.c (handle_pragma_float_const_decimal64): Likewise.
4477
04b391c1
JM
44782012-04-15 Jason Merrill <jason@redhat.com>
4479
4480 PR c++/52818
4481 * c-format.c (CPLUSPLUS_STD_VER): C++11 inherits from C99.
4482 (C_STD_NAME): Distinguish between C++98 and C++11.
4483
ac868f29
EB
44842012-04-11 Eric Botcazou <ebotcazou@adacore.com>
4485
4486 PR target/52624
4487 * c-common.h (uint16_type_node): Rename into...
4488 (c_uint16_type_node): ...this.
4489 * c-common.c (c_common_nodes_and_builtins): Adjust for above renaming.
4490 * c-cppbuiltin.c (builtin_define_stdint_macros): Likewise.
4491
fd4116f4
MLI
44922012-04-10 Manuel López-Ibáñez <manu@gcc.gnu.org>
4493
4494 * c-common.c (warn_if_unused_value): Move definition to here.
4495 * c-common.h (warn_if_unused_value): Move declaration to here.
4496
573ac65e
WB
44972012-03-23 William Bader <williambader@hotmail.com>
4498
4499 * c-lex.c (c_lex_with_flags): Avoid declarations after stmts.
4500
552b8185
JM
45012012-03-20 Jason Merrill <jason@redhat.com>
4502
4503 * c-common.h (enum cxx_dialect): Add cxx1y.
4504 * c-common.c (c_common_nodes_and_builtins): Use >= for cxx_dialect
4505 test.
4506 * c-cppbuiltin.c (c_cpp_builtins): Likewise.
4507 * c-opts.c (c_common_post_options): Likewise.
4508 (set_std_cxx1y): New.
4509 (c_common_handle_option): Call it.
4510 * c.opt (-std=c++1y, -std=gnu++1y): New flags.
4511
04398fa8
PC
45122012-03-19 Paolo Carlini <paolo.carlini@oracle.com>
4513
4514 PR c++/14710
4515 * c.opt ([Wuseless-cast]): Add.
4516
d2a12ae7
RG
45172012-03-16 Richard Guenther <rguenther@suse.de>
4518
4519 * c-pretty-print.c (pp_c_initializer_list): Adjust.
4520
a12bf402
MLI
45212012-03-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
4522
4523 PR c++/44783
4524 * c.opt (ftemplate-backtrace-limit) Add.
4525
5c30094f
RO
45262012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4527
4528 * c-cppbuiltin.c (c_cpp_builtins): Remove #pragma extern_prefix
4529 handling.
4530 * c-pragma.c (handle_pragma_extern_prefix): Remove.
4531 (init_pragma): Don't register extern_prefix.
4532
21fa2faf
RG
45332012-03-12 Richard Guenther <rguenther@suse.de>
4534
4535 * c-common.c (c_common_get_narrower): Use c_common_type_for_size.
4536 (builtin_type_for_size): Likewise.
4537
e3793c6f
JJ
45382012-02-13 Jakub Jelinek <jakub@redhat.com>
4539
4540 PR c++/52215
4541 * c-common.c (sync_resolve_params): Don't decide whether to convert
4542 or not based on TYPE_SIZE comparison, convert whenever arg_type
4543 is unsigned INTEGER_TYPE.
4544
93286335
PC
45452012-02-06 Paolo Carlini <paolo.carlini@oracle.com>
4546
4547 PR c/52118
4548 * c.opt ([Wunused-local-typedefs]): Fix description.
4549
7a421706
MS
45502012-01-24 Mike Stump <mikestump@comcast.net>
4551
4552 * c-common.c (c_common_type_for_mode): Match signed/unsigned types
4553 exactly.
4554
ba9b1f11
RG
45552012-01-18 Richard Guenther <rguenther@suse.de>
4556
4557 * c-opts.c (c_common_post_options): Reset LTO flags if
4558 we are about to generate a PCH.
4559
465406be
PC
45602012-01-17 Paolo Carlini <paolo.carlini@oracle.com>
4561
4562 PR c++/51777
4563 * c-pretty-print.c (pp_c_integer_constant): For unsigned constants
4564 use pp_unsigned_wide_integer.
4565
aee15221
RG
45662012-01-10 Richard Guenther <rguenther@suse.de>
4567
4568 PR middle-end/51806
4569 * c-opts.c (c_common_handle_option): Move -Werror handling
4570 to language independent code.
4571
5720c0dc
RG
45722012-01-05 Richard Guenther <rguenther@suse.de>
4573
4574 PR middle-end/51764
4575 * c.opt (Wmudflap, fmudflap, fmudflapth, fmudflapir): Move here
4576 from common.opt.
4577
73ac190a
PC
45782011-12-30 Paolo Carlini <paolo.carlini@oracle.com>
4579
4580 PR c++/51316
4581 * c-common.c (c_sizeof_or_alignof_type): In C++ allow for alignof
4582 of array types with an unknown bound.
4583
48b0b196
JM
45842011-12-20 Joseph Myers <joseph@codesourcery.com>
4585
4586 * c-common.c (flag_isoc99): Update comment to refer to C11.
4587 (flag_isoc1x): Change to flag_isoc11.
4588 * c-common.h (flag_isoc99): Update comment to refer to C11.
4589 (flag_isoc1x): Change to flag_isoc11.
4590 * c-cppbuiltin.c (cpp_atomic_builtins): Change comment to refer to
4591 C11.
4592 * c-opts.c (set_std_c1x): Change to set_std_c11.
4593 (c_common_handle_option): Handle OPT_std_c11 and OPT_std_gnu11.
4594 Call set_std_c11.
4595 (set_std_c89, set_std_c99, set_std_c11): Use flag_isoc11.
4596 (set_std_c1): Use CLK_STDC11 and CLK_GNUC11.
4597 * c.opt (std=c1x): Change to std=c11. Document as non-draft
4598 standard.
4599 (std=c1x, std=iso9899:2011): Add as aliases of std=c11.
4600 (std=gnu1x): Change to std=gnu11. Refer to non-draft standard.
4601 (std=gnu1x): Make alias of std=gnu11.
4602
d58d6eb5
JM
46032011-12-19 Jason Merrill <jason@redhat.com>
4604
4605 PR c++/51228
4606 * c-common.c (handle_transparent_union_attribute): Check the first
4607 field if the type is complete.
4608
b3908fcc
JW
46092011-12-15 Jonathan Wakely <jwakely.gcc@gmail.com>
4610
4611 PR libstdc++/51365
4612 * c-common.c (RID_IS_FINAL): Add.
4613 * c-common.h (RID_IS_FINAL): Add.
4614
fea3ca91
IS
46152011-11-30 Iain Sandoe <iains@gcc.gnu.org>
4616
4617 * c.opt (fgnu-runtime): Provide full description.
4618 (fnext-runtime): Likewise.
4619 * c-opts.c (OPT_fgnu_runtime, OPT_fnext_runtime) Remove.
4620
62bad7cd
AM
46212011-11-28 Andrew MacLeod <amacleod@redhat.com>
4622
4623 * c-cpp-builtin.c (cpp_atomic_builtins):New. Emit all atomic
4624 predefines in one place. Add LOCK_FREE predefines.
4625 (c_cpp_builtins): Move Legacy HAVE_SYNC predefines to
4626 new func.
4627
c466c4ff
AM
46282011-11-24 Andrew MacLeod <amacleod@redhat.com>
4629
4630 PR c/51256
9faeb493 4631 * c-common.c (get_atomic_generic_size): Check for various error
c466c4ff 4632 conditions
9faeb493
UB
4633 (resolve_overloaded_atomic_exchange,
4634 resolve_overloaded_atomic_compare_exchange,
c466c4ff
AM
4635 resolve_overloaded_atomic_load, resolve_overloaded_atomic_store): Return
4636 error_mark_node for error conditions.
9faeb493 4637
a5952633
RG
46382011-11-08 Richard Guenther <rguenther@suse.de>
4639
4640 PR middle-end/51010
4641 c-family/
4642
0a35513e
AH
46432011-11-07 Richard Henderson <rth@redhat.com>
4644 Aldy Hernandez <aldyh@redhat.com>
4645 Torvald Riegel <triegel@redhat.com>
4646
4647 Merged from transactional-memory.
4648
4649 * c-common.c (handle_tm_wrap_attribute,
4650 handle_tm_attribute, ignore_attribute, parse_tm_stmt_attr): New.
4651 (struct c_common_reswords): Added __transaction* keywords.
4652 (struct c_common_attribute_table): Added transaction* and tm_regparm
4653 attributes.
4654 * c-common.h: Added RID_TRANSACTION*. Added TM_ATTR* and TM_STMT*
4655 masks.
4656 (parse_tm_stmt_attr, tm_attr_to_mask, tm_mask_to_attr,
4657 find_tm_attribute): Declare.
4658
6d87092d
JM
46592011-11-07 Jason Merrill <jason@redhat.com>
4660
4661 PR c++/35688
4662 * c-common.c, c-common.h: Revert yesterday's changes.
4663
8e7860a1
JM
46642011-11-06 Jason Merrill <jason@redhat.com>
4665
4666 PR c++/35688
4667 * c-common.c (decl_has_visibility_attr): Split out from...
4668 (c_determine_visibility): ...here.
4669 * c-common.h: Declare it.
4670
d19fa6b5
JM
46712011-11-06 Joseph Myers <joseph@codesourcery.com>
4672
4673 * c-common.c (c_common_reswords): Add _Alignas and _Alignof.
4674 (c_sizeof_or_alignof_type): Diagnose alignof applied to a function
4675 type.
4676 (check_user_alignment): New. Split out of
4677 handle_aligned_attribute. Disallow integer constants with
4678 noninteger types. Conditionally allow zero.
4679 (handle_aligned_attribute): Use check_user_alignment.
4680 * c-common.h (RID_ALIGNAS, check_user_alignment): New.
4681
86951993
AM
46822011-11-06 Andrew MacLeod <amacleod@redhat.com>
4683 Richard Henderson <rth@redhat.com>
4684
4685 Merged from cxx-mem-model.
4686
4687 * c-cppbuiltin.c (c_cpp_builtins): Test both atomic and sync patterns.
9faeb493 4688 * c-common.c (sync_resolve_params, sync_resolve_return): Only tweak
86951993
AM
4689 parameters that are the same type size.
4690 (get_atomic_generic_size): New. Find size of generic
4691 atomic function parameters and do typechecking.
4692 (add_atomic_size_parameter): New. Insert size into parameter list.
4693 (resolve_overloaded_atomic_exchange): Restructure __atomic_exchange to
4694 either __atomic_exchange_n or external library call.
9faeb493 4695 (resolve_overloaded_atomic_compare_exchange): Restructure
86951993 4696 __atomic_compare_exchange to either _n variant or external library call.
9faeb493 4697 (resolve_overloaded_atomic_load): Restructure __atomic_load to either
86951993
AM
4698 __atomic_load_n or an external library call.
4699 (resolve_overloaded_atomic_store): Restructure __atomic_store to either
4700 __atomic_store_n or an external library call.
4701 (resolve_overloaded_builtin): Handle new __atomic builtins.
4702
cf9e9959
EB
47032011-11-04 Eric Botcazou <ebotcazou@adacore.com>
4704
4705 PR c++/50608
4706 * c-common.c (c_fully_fold_internal) <ADDR_EXPR>: Call fold_offsetof_1.
4707 (fold_offsetof_1): Make global. Remove STOP_REF argument and adjust.
4708 <INDIRECT_REF>: Return the argument.
4709 <ARRAY_REF>: Remove special code for negative offset.
4710 Call fold_build_pointer_plus instead of size_binop.
4711 (fold_offsetof): Remove STOP_REF argument and adjust.
4712 * c-common.h (fold_offsetof_1): Declare.
4713 (fold_offsetof): Remove STOP_REF argument.
4714
25339f10
JM
47152011-11-02 Paolo Carlini <paolo.carlini@oracle.com>
4716
4717 PR c++/50810
4718 * c-opts.c (c_common_handle_option): Enable -Wnarrowing as part
4719 of -Wall; include -Wnarrowing in -Wc++0x-compat; adjust default
4720 Wnarrowing for C++0x and C++98.
4721 * c.opt ([Wnarrowing]): Update.
4722
89401152
PC
47232011-11-01 Paolo Carlini <paolo.carlini@oracle.com>
4724
4725 PR c++/44277
4726 * c.opt: Add Wzero-as-null-pointer-constant.
4727
97e3ad20
JM
47282011-10-31 Jason Merrill <jason@redhat.com>
4729
15694fdd
JM
4730 * c.opt (-fdeduce-init-list): Off by default.
4731
97e3ad20
JM
4732 PR c++/50920
4733 * c-common.h (cxx_dialect): Add cxx11 and cxx03.
4734 * c.opt: Add -std=c++11, -std=gnu++11, -std=gnu++03,
4735 and -Wc++11-compat.
4736 * c-opts.c (set_std_cxx11): Rename from set_std_cxx0x.
4737
fb9120e3
RAV
47382011-10-27 Roberto Agostino Vitillo <ravitillo@lbl.gov>
4739
4740 PR c++/30066
4741 * c.opt (fvisibility-inlines-hidden): Description change.
4742
3ce4f9e4
ESR
47432011-10-26 Ed Smith-Rowland <3dw4rd@verizon.net>
4744
4745 Implement C++11 user-defined literals.
4746 * c-common.c (build_userdef_literal): New.
4747 * c-common.def: New tree code.
4748 * c-common.h (tree_userdef_literal): New tree struct and accessors.
4749 * c-lex.c (interpret_float): Add suffix parm.
4750 (c_lex_with_flags): Build literal tokens.
4751
5f53c243
PC
47522011-10-23 Paolo Carlini <paolo.carlini@oracle.com>
4753
4754 PR c++/50841
4755 Revert:
4756 2011-10-23 Paolo Carlini <paolo.carlini@oracle.com>
4757
4758 PR c++/50810
4759 * c-opts.c (c_common_handle_option): Enable -Wnarrowing as part
4760 of -Wall; include -Wnarrowing in -Wc++0x-compat; adjust default
4761 Wnarrowing for C++0x and C++98.
4762 * c.opt ([Wnarrowing]): Update.
4763
263734e1
PC
47642011-10-23 Paolo Carlini <paolo.carlini@oracle.com>
4765
4766 PR c++/50810
4767 * c-opts.c (c_common_handle_option): Enable -Wnarrowing as part
4768 of -Wall; include -Wnarrowing in -Wc++0x-compat; adjust default
4769 Wnarrowing for C++0x and C++98.
4770 * c.opt ([Wnarrowing]): Update.
4771
d2e312d7
PC
47722011-10-21 Paolo Carlini <paolo.carlini@oracle.com>
4773
4774 PR c++/45385
4775 * c-common.c (conversion_warning): Remove code looking for
4776 artificial operands.
4777
d17687f6
DS
47782011-10-18 Dodji Seketeli <dodji@redhat.com>
4779
4780 PR bootstrap/50760
4781 * c-lex.c (fe_file_change): Use LINEMAP_SYSP when
9faeb493 4782 !NO_IMPLICIT_EXTERN_C.
d17687f6 4783
fc8396e9
PC
47842011-10-17 Michael Spertus <mike_spertus@symantec.com>
4785
4786 * c-common.c (c_common_reswords): Add __bases,
4787 __direct_bases.
4788 * c-common.h: Add RID_BASES and RID_DIRECT_BASES.
4789
47902011-10-17 Paolo Carlini <paolo.carlini@oracle.com>
4791
4792 PR c++/50757
4793 * c.opt ([Wnonnull]): Add C++ and Objective-C++.
4794
847e697a
TT
47952011-10-15 Tom Tromey <tromey@redhat.com>
4796 Dodji Seketeli <dodji@redhat.com>
4797
4798 * c.opt (fdebug-cpp): New option.
4799 * c-opts.c (c_common_handle_option): Handle the option.
4800 * c-ppoutput.c (maybe_print_line_1): New static function. Takes an
4801 output stream in parameter. Factorized from ...
4802 (maybe_print_line): ... this. Dump location debug information when
4803 -fdebug-cpp is in effect.
4804 (print_line_1): New static function. Takes an output stream in
4805 parameter. Factorized from ...
4806 (print_line): ... here. Dump location information when -fdebug-cpp
4807 is in effect.
4808 (scan_translation_unit): Dump location information when
4809 -fdebug-cpp is in effect.
4810
92582b75
TT
48112011-10-15 Tom Tromey <tromey@redhat.com>
4812 Dodji Seketeli <dodji@redhat.com>
4813
4814 * c.opt (ftrack-macro-expansion): New option. Handle it with and
4815 without argument.
4816 * c-opts.c (c_common_handle_option)<case
4817 OPT_ftrack_macro_expansion_, case OPT_ftrack_macro_expansion>: New
4818 cases. Handle -ftrack-macro-expansion with and without argument.
4819
46427374
TT
48202011-10-15 Tom Tromey <tromey@redhat.com>
4821 Dodji Seketeli <dodji@redhat.com>
4822
4823 * c-ppoutput.c (scan_translation_unit, maybe_print_line)
4824 (print_line, cb_define, do_line_change): Adjust to avoid touching
4825 the internals of struct line_map. Use the public API instead.
4826 * c-pch.c (c_common_read_pch): Likewise.
4827 * c-lex.c (fe_file_change): Likewise.
4828
fc8396e9
PC
48292011-10-14 Paolo Carlini <paolo.carlini@oracle.com>
4830
4831 PR c++/17212
4832 * c.opt ([Wformat-zero-length]): Add C++ and Objective-C++.
4833
48342011-10-11 Paolo Carlini <paolo.carlini@oracle.com>
4835
4836 PR c++/33067
4837 * c-pretty-print.c (pp_c_floating_constant): Output
4838 max_digits10 (in the ISO C++ WG N1822 sense) decimal digits.
4839
e79983f4
MM
48402011-10-11 Michael Meissner <meissner@linux.vnet.ibm.com>
4841
4842 * c-common.c (def_builtin_1): Delete old interface with two
4843 parallel arrays to hold standard builtin declarations, and replace
4844 it with a function based interface that can support creating
4845 builtins on the fly in the future. Change all uses, and poison
4846 the old names. Make sure 0 is not a legitimate builtin index.
4847 * c-omp.c (c_finish_omp_barrier): Ditto.
4848 (c_finish_omp_taskwait): Ditto.
4849 (c_finish_omp_flush): Ditto.
4850
6637388f
TG
48512011-10-11 Tristan Gingold <gingold@adacore.com>
4852
4853 * c.opt: (fallow-parameterless-variadic-functions): New.
4854
3797cb21
DS
48552011-09-08 Dodji Seketeli <dodji@redhat.com>
4856
4857 PR c++/33255 - Support -Wunused-local-typedefs warning
4858 * c-common.h (struct c_language_function::local_typedefs): New
4859 field.
9faeb493
UB
4860 (record_locally_defined_typedef, maybe_record_typedef_use)
4861 (maybe_warn_unused_local_typedefs): Declare new functions.
3797cb21 4862 * c-common.c (record_locally_defined_typedef)
9faeb493
UB
4863 (maybe_record_typedef_use)
4864 (maybe_warn_unused_local_typedefs): Define new functions.
3797cb21
DS
4865 * c.opt: Declare new -Wunused-local-typedefs flag.
4866
693ddb1b
EB
48672011-09-06 Eric Botcazou <ebotcazou@adacore.com>
4868
4869 PR middle-end/50266
4870 * c-common.c (c_fully_fold_internal) <ADDR_EXPR>: Fold offsetof-like
4871 computations.
4872
830c740f
RG
48732011-09-05 Richard Guenther <rguenther@suse.de>
4874
4875 * c-common.c (complete_array_type): Use ssize_int (-1) instead
4876 of integer_minus_one_node for empty array upper bounds.
4877
892a371f
DS
48782011-08-28 Dodji Seketeli <dodji@redhat.com>
4879
4880 * c-pch.c (c_common_read_pch): Call linemap_add with LC_ENTER as
4881 it's the first time it's being called on this main TU.
4882
0e3fdb48
RB
48832011-08-24 Richard Guenther <rguenther@suse.de>
4884
4885 PR c/49396
4886 * c-cppbuiltin.c (c_cpp_builtins_optimize_pragma): Fix conditional.
4887
48882011-08-22 Gabriel Charette <gchare@google.com>
e3dfef44
GC
4889
4890 * c-opts.c (c_finish_options): Force BUILTINS_LOCATION for tokens
4891 defined in cpp_init_builtins and c_cpp_builtins.
4892
d4a83c10
JM
48932011-08-19 Joseph Myers <joseph@codesourcery.com>
4894
4895 * c-common.c (c_common_reswords): Add __builtin_complex.
4896 * c-common.h (RID_BUILTIN_COMPLEX): New.
4897
bbceee64
JM
48982011-08-18 Joseph Myers <joseph@codesourcery.com>
4899
4900 * c-common.c (c_common_reswords): Add _Noreturn.
4901 (keyword_is_function_specifier): Handle RID_NORETURN.
4902 * c-common.h (RID_NORETURN): New.
4903
0e3a99ae
AS
49042011-08-10 Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
4905
4906 * c-common.c (unsafe_conversion_p): New function. Check if it is
4907 unsafe to convert an expression to the type.
4908 (conversion_warning): Adjust, use unsafe_conversion_p.
4909 * c-common.h (unsafe_conversion_p): New function declaration.
4910
20906c66
JJ
49112011-08-02 Jakub Jelinek <jakub@redhat.com>
4912
4913 * c-common.h (c_finish_omp_atomic): Adjust prototype.
4914 (c_finish_omp_taskyield): New prototype.
4915 * c-omp.c (c_finish_omp_atomic): Add OPCODE, V, LHS1 and RHS1
4916 arguments. Handle OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD and
4917 OMP_ATOMIC_CAPTURE_NEW in addition to OMP_ATOMIC. If LHS1
4918 or RHS1 have side-effects, evaluate those too in the right spot,
4919 if it is a decl and LHS is also a decl, error out if they
4920 aren't the same.
4921 (c_finish_omp_taskyield): New function.
4922 * c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP to 201107.
4923 * c-pragma.c (omp_pragmas): Add taskyield.
4924 * c-pragma.h (enum pragma_kind): Add PRAGMA_OMP_TASKYIELD.
4925 (enum pragma_omp_clause): Add PRAGMA_OMP_CLAUSE_FINAL and
4926 PRAGMA_OMP_CLAUSE_MERGEABLE.
4927
770e5a2e
DS
49282011-07-25 Dodji Seketeli <dodji@redhat.com>
4929
4930 * c-common.h (set_underlying_type): Remove parm name from
4931 declaration.
4932
1baae426
RG
49332011-07-25 Romain Geissler <romain.geissler@gmail.com>
4934
4935 * c-pretty-print.h: Search c-common.h in c-family.
9faeb493 4936
fcb21722
JM
49372011-07-22 Jason Merrill <jason@redhat.com>
4938
76f86d00
JM
4939 PR c++/49793
4940 * c.opt (Wnarrowing): New.
4941
3a636414
JM
4942 PR c++/30112
4943 * c-common.h: Declare c_linkage_bindings.
4944 * c-pragma.c (handle_pragma_redefine_extname): Use it.
4945
fcb21722
JM
4946 PR c++/49813
4947 * c-opts.c (set_std_cxx0x): Set flag_isoc94 and flag_isoc99.
4948 * c-pretty-print.c (pp_c_cv_qualifiers): Check c_dialect_cxx as well
4949 as flag_isoc99 for 'restrict'.
4950 (pp_c_specifier_qualifier_list): Likewise for _Complex.
4951
02614448
ILT
49522011-07-21 Ian Lance Taylor <iant@google.com>
4953
4954 PR middle-end/49705
4955 * c-common.c (c_disable_warnings): New static function.
4956 (c_enable_warnings): New static function.
4957 (c_fully_fold_internal): Change local unused_p to bool. Call
4958 c_disable_warnings and c_enable_warnings rather than change
4959 c_inhibit_evaluation_warnings.
4960
34429675
JM
49612011-07-20 Jason Merrill <jason@redhat.com>
4962
4963 PR c++/6709 (DR 743)
4964 PR c++/42603 (DR 950)
4965 * c-common.h (CPP_KEYWORD, CPP_TEMPLATE_ID): Move from cp/parser.h.
4966 (CPP_NESTED_NAME_SPECIFIER, N_CP_TTYPES): Likewise.
4967 (CPP_DECLTYPE): New.
4968 * c-common.c (c_parse_error): Handle CPP_DECLTYPE.
4969
5d49b6a7
RG
49702011-07-19 Richard Guenther <rguenther@suse.de>
4971
4972 * c-common.c (pointer_int_sum): Use fold_build_pointer_plus.
4973 * c-omp.c (c_finish_omp_for): Likewise.
4974
e84a58ff
EB
49752011-07-12 Eric Botcazou <ebotcazou@adacore.com>
4976
4977 * c-ada-spec.c (dump_nested_types): Put semi-colon after empty loop
4978 body on the next line.
4979
329af3c7
JM
49802011-07-08 Jason Merrill <jason@redhat.com>
4981
4063e61b
JM
4982 PR c++/45437
4983 * c-omp.c (check_omp_for_incr_expr): Handle preevaluation.
4984
329af3c7
JM
4985 PR c++/49673
4986 * c-common.c (c_apply_type_quals_to_decl): Don't check
4987 TYPE_NEEDS_CONSTRUCTING.
4988
1a072294
RG
49892011-07-06 Richard Guenther <rguenther@suse.de>
4990
4991 * c-common.c (c_common_nodes_and_builtins):
4992 Merge calls to build_common_tree_nodes and build_common_tree_nodes_2.
4993
fce5dddd
RG
49942011-07-05 Richard Guenther <rguenther@suse.de>
4995
4996 * c-common.c (c_common_nodes_and_builtins): Build all common
4997 tree nodes first.
4998
45d439ac
JJ
49992011-06-27 Jakub Jelinek <jakub@redhat.com>
5000
56300785
JJ
5001 * c-common.h (c_tree_chain_next): New static inline function.
5002
45d439ac
JJ
5003 * c-common.c (check_builtin_function_arguments): Handle
5004 BUILT_IN_ASSUME_ALIGNED.
5005
e0a8ecf2
AM
50062011-06-21 Andrew MacLeod <amacleod@redhat.com>
5007
5008 * c-common.c: Add sync_ or SYNC__ to builtin names.
5009 * c-omp.c: Add sync_ or SYNC__ to builtin names.
dfb43cd5
PV
5010
50112011-06-20 Pierre Vittet <piervit@pvittet.com>
5012
5013 * c-pragma.h (pragma_handler_1arg, pragma_handler_2arg): New
5014 handler.
5015 (gen_pragma_handler): New union.
5016 (internal_pragma_handler): New type.
5017 (c_register_pragma_with_data)
5018 (c_register_pragma_with_expansion_and_data): New functions.
5019
5020 * c-pragma.c (registered_pragmas, c_register_pragma_1)
5021 (c_register_pragma, c_register_pragma_with_expansion)
5022 (c_invoke_pragma_handler): Changed to work with
5023 internal_pragma_handler.
5024 (c_register_pragma_with_data)
5025 (c_register_pragma_with_expansion_and_data): New functions.
5026
677f3fa8
JM
50272011-06-14 Joseph Myers <joseph@codesourcery.com>
5028
5029 * c-common.c: Include common/common-target.h.
5030 (handle_section_attribute): Use
5031 targetm_common.have_named_sections.
5032 * c-cppbuiltin.c: Include common/common-target.h.
5033 (c_cpp_builtins): Use targetm_common.except_unwind_info.
5034
d7fc8c14
RG
50352011-06-10 Richard Guenther <rguenther@suse.de>
5036
5037 * c-pretty-print.c (pp_c_type_specifier): Use pp_c_identifier
5038 to print a IDENTIFIER_NODE.
5039
10e48e39
RO
50402011-06-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5041 Joseph Myers <joseph@codesourcery.com>
5042
5043 * c.opt (fbuilding-libgcc): New option.
5044 * c-cppbuiltin.c (c_cpp_builtins): Define
5045 __LIBGCC_TRAMPOLINE_SIZE__ if flag_building_libgcc.
5046
6976ae51
JM
50472011-06-07 Jason Merrill <jason@redhat.com>
5048
3ff60975
JM
5049 * c-common.c (max_tinst_depth): Lower default to 900.
5050
6976ae51
JM
5051 * c-format.c (gcc_cxxdiag_char_table): Add 'S' format.
5052
009db074
RG
50532011-06-07 Richard Guenther <rguenther@suse.de>
5054
5055 * c-common.c (c_common_nodes_and_builtins): Do not set
5056 size_type_node or call set_sizetype.
5057
b4592b92
DS
50582011-06-07 Dodji Seketeli <dodji@redhat.com>
5059
5060 PR debug/49130
5061 * c-pretty-print.c (pp_c_integer_constant): Consider the canonical
9faeb493 5062 type when using pointer comparison to compare types.
b4592b92 5063
014ab419
JW
50642011-06-02 Jonathan Wakely <jwakely.gcc@gmail.com>
5065
5066 * c.opt: Add -Wdelete-non-virtual-dtor.
5067 * c-opts.c (c_common_handle_option): Include it in -Wall.
5068
4f60111f
NF
50692011-05-30 Nathan Froyd <froydnj@gcc.gnu.org>
5070
5071 PR bootstrap/49190
5072
5073 Revert:
5074 2011-05-26 Nathan Froyd <froydnj@codesourcery.com>
5075
5076 * c-common.h (struct c_common_identifier): Inherit from tree_typed,
5077 not tree_common.
5078
4cc4f2f4
JJ
50792011-05-27 Jakub Jelinek <jakub@redhat.com>
5080
5081 PR c++/49165
5082 * c-common.c (c_common_truthvalue_conversion) <case COND_EXPR>: For
5083 C++ don't call c_common_truthvalue_conversion on void type arms.
5084
38e01f9e
NF
50852011-05-27 Nathan Froyd <froydnj@codesourcery.com>
5086
5087 * c-common.h (struct stmt_tree_s) [x_cur_stmt_list]: Change to a VEC.
5088 (stmt_list_stack): Define.
5089 (cur_stmt_list): Adjust for new type of x_cur_stmt_list.
5090 * c-semantics.c (push_stmt_list, pop_stmt_list): Likewise.
5091
92e948a8
NF
50922011-05-26 Nathan Froyd <froydnj@codesourcery.com>
5093
5094 * c-common.c (warning_candidate_p): Check for BLOCKs.
5095
a2fc3e63
NF
50962011-05-26 Nathan Froyd <froydnj@codesourcery.com>
5097
5098 * c-common.h (struct c_common_identifier): Inherit from tree_typed,
5099 not tree_common.
5100
0957c029
JJ
51012011-05-25 Jakub Jelinek <jakub@redhat.com>
5102
5103 * c-common.c (def_fn_type): Remove extra va_end.
5104
828fb3ba
JM
51052011-05-23 Jason Merrill <jason@redhat.com>
5106
5107 PR c++/48106
5108 * c-common.c (c_common_get_narrower): New.
5109 (shorten_binary_op, shorten_compare, warn_for_sign_compare): Use it.
5110
dde05067
NF
51112011-05-23 Nathan Froyd <froydnj@codesourcery.com>
5112
5113 * c-common.h (check_function_arguments): Tweak prototype of
5114 check_function_arguments.
5115 * c-common.c (check_function_arguments): Likewise. Adjust
5116 calls to check_function_nonnull, check_function_format, and
5117 check_function_sentinel.
5118 (check_function_sentinel): Take a FUNCTION_TYPE rather than
5119 separate attributes and typelist arguments. Use
5120 FOREACH_FUNCTION_ARGS to iterate over argument types.
5121
3c0d13bf
PC
51222011-05-15 Paolo Carlini <paolo.carlini@oracle.com>
5123
5124 * c-common.c (c_common_reswords): Reorder.
5125 * c-common.h (rid): Likewise.
5126
8242dd04
NF
51272011-05-10 Nathan Froyd <froydnj@codesourcery.com>
5128
5129 * c-common.c (def_fn_type): Don't call build_function_type, call
5130 build_function_type_array or build_varargs_function_type_array
5131 instead.
5132 (c_common_nodes_and_builtins): Likewise.
5133
3d528853
NF
51342011-05-05 Nathan Froyd <froydnj@codesourcery.com>
5135
5136 * c-common.c (c_add_case_label): Omit the loc argument to
5137 build_case_label.
5138 * c-common.h (build_case_label): Remove.
5139 * c-semantics.c (build_case_label): Remove.
5140
a04a722b
JM
51412011-05-05 Joseph Myers <joseph@codesourcery.com>
5142
5143 * c-objc.h (objc_start_method_definition): Update prototype.
5144 * stub-objc.c (objc_start_method_definition): Add extra parameter.
5145
e19a18d4
NF
51462011-05-04 Nathan Froyd <froydnj@codesourcery.com>
5147
5148 * c-common.c (check_main_parameter_types): Reindent. Don't use
5149 TYPE_ARG_TYPES directly.
5150 (handle_nonnull_attribute): Likewise.
5151 (sync_resolve_params): Likewise.
5152 * c-format.c (handle_format_arg_attribute): Likewise. Adjust call
5153 to check_format_string.
5154 (handle_format_attribute): Likewise.
5155 (check_format_string): Take a function type to examine instead of
5156 a type list. Use a function_arg_iterator to step through argument
5157 types.
5158
c62c040f
RG
51592011-05-04 Richard Guenther <rguenther@suse.de>
5160
5161 * c-common.c (fix_string_type): Use size_int for index type bounds.
5162 (start_fname_decls): Do not pass NULL to build_int_cst.
5163 (c_init_attributes): Likewise.
5164 * c-lex.c (c_lex_with_flags): Likewise.
5165
c12ff9d8
JM
51662011-04-27 Jason Merrill <jason@redhat.com>
5167
5168 * c-common.c (make_tree_vector_from_list): New.
5169 * c-common.h: Declare it.
5170
304dfbe3
RG
51712011-04-26 Richard Guenther <rguenther@suse.de>
5172
5173 PR preprocessor/48248
5174 * c-ppoutput.c (maybe_print_line): Always optimize newlines
5175 for output size with -P.
5176
3c0d13bf
PC
51772011-04-25 Paolo Carlini <paolo.carlini@oracle.com>
5178
5179 * c-common.c (struct c_common_resword): Add __underlying_type.
5180 * c-common.h (enum rid): Add RID_UNDERLYING_TYPE.
5181
04695783
JM
51822011-04-20 Jim Meyering <meyering@redhat.com>
5183
5184 * c-format.c (init_dollar_format_checking): Remove useless
5185 if-before-free.
5186
0dc33c3c
NP
51872011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>
5188
5189 * c-objc.h (objc_get_interface_ivars): Removed.
3c0d13bf 5190 (objc_detect_field_duplicates): New.
0dc33c3c 5191 * stub-objc.c: Likewise.
3c0d13bf 5192
c59633d9
NP
51932011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>
5194
5195 * stub-objc.c (objc_declare_protocols): Renamed to
5196 objc_declare_protocol.
5197 * c-objc.h: Likewise.
3c0d13bf 5198
32dabdaf
NP
51992011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>
5200
5201 * stub-objc.c (objc_declare_class): Updated argument name.
5202
81f653d6
NF
52032011-04-12 Nathan Froyd <froydnj@codesourcery.com>
5204
5205 * c-common.h (c_common_init_ts): Declare.
5206 * c-common.c (c_common_init_ts): Define.
5207
eb345401
NP
52082011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>
5209
5210 * c-objc.h (objc_build_message_expr): Updated prototype.
5211 * stub-objc.c (objc_build_message_expr): Likewise.
9faeb493 5212
a358e188
MJ
52132011-04-12 Martin Jambor <mjambor@suse.cz>
5214
5215 * c-gimplify.c (c_genericize): Call cgraph_get_create_node instead
5216 of cgraph_node.
5217
e6313a78
RG
52182011-04-11 Richard Guenther <rguenther@suse.de>
5219
5220 * c-common.c (complete_array_type): Build a range type of
5221 proper type.
5222
dcf0c47e
NF
52232011-04-08 Nathan Froyd <froydnj@codesourcery.com>
5224
5225 * c-common.c (handle_sentinel_attribute): Don't use TYPE_ARG_TYPES.
5226 (handle_type_generic_attribute): Likewise.
5227
1ee44b26
JM
52282011-04-07 Jason Merrill <jason@redhat.com>
5229
5230 PR c++/48450
5231 * c-common.c (c_common_truthvalue_conversion): Don't ignore
5232 conversion from C++0x scoped enum.
5233
acce4e77
JM
52342011-04-06 Joseph Myers <joseph@codesourcery.com>
5235
5236 * c-target-def.h: New file.
5237 * c-target.def: New file.
5238 * c-target.h: New file.
5239 * c-common.c (targetcm): Don't define here.
5240 * c-common.h (default_handle_c_option): Declare.
5241 * c-format.c: Include c-target.h instead of target.h.
5242 * c-opts.c: Include c-target.h instead of target.h. Explicitly
5243 include tm.h.
5244 (default_handle_c_option): Move from targhooks.c.
5245
e2eefb55
JJ
52462011-03-29 Jakub Jelinek <jakub@redhat.com>
5247
5248 PR preprocessor/48248
5249 * c-ppoutput.c (print): Add src_file field.
5250 (init_pp_output): Initialize it.
5251 (maybe_print_line): Don't optimize by adding up to 8 newlines
5252 if map->to_file and print.src_file are different file.
5253 (print_line): Update print.src_file.
5254
ba78087b
KT
52552011-03-25 Kai Tietz <ktietz@redhat.com>
5256
5257 * c-ada-spec.c (compare_comment): Use filename_cmp
5258 instead of strcmp for filename.
5259
0edf1bb2
JL
52602011-03-25 Jeff Law <law@redhat.com>
5261
adfac8df 5262 * c-common.c (def_fn_type): Add missing va_end.
0edf1bb2 5263
c7dc8804
JM
52642011-03-25 Jason Merrill <jason@redhat.com>
5265
5266 * c.opt: Add -std=c++03.
5267
d1d879b1
EB
52682011-03-22 Eric Botcazou <ebotcazou@adacore.com>
5269
5270 * c-ada-spec.c (dump_ada_template): Skip non-class instances.
5271
62d784f7
KT
52722011-03-17 Kai Tietz
5273
5274 PR target/12171
5050afdf
KT
5275 * c-pretty-print.c (pp_c_specifier_qualifier_list):
5276 Display allowed attributes for function pointer types.
5277 (pp_c_attributes_display): New function to display
5278 attributes having affects_type_identity flag set to true.
5279 * c-pretty-print.h (pp_c_attributes_display): New prototype.
5280
62d784f7
KT
5281 * c-common.c (c_common_attribute_table):
5282 Add new element.
5283 (c_common_format_attribute_table): Likewise.
5284
82d37118
JM
52852011-03-18 Jason Merrill <jason@redhat.com>
5286
49a000c3
JM
5287 * c.opt (fconstexpr-depth): Add Var(max_constexpr_depth).
5288 * c-common.h: Don't declare it here.
5289 * c-common.c: Or define it here.
5290 * c-opts.c (c_common_handle_option): Or set it here.
5291
82d37118
JM
5292 PR c++/35315
5293 * c-common.c (handle_transparent_union_attribute): Don't
5294 make a duplicate type in C++.
5295
17bc631c
JM
52962011-03-15 Jason Merrill <jason@redhat.com>
5297
5298 * c-common.c (max_constexpr_depth): New.
5299 * c-common.h: Declare it.
5300 * c-opts.c (c_common_handle_option): Set it.
5301 * c.opt (fconstexpr-depth): New option.
5302
1b9b91a6
JM
53032011-03-11 Jason Merrill <jason@redhat.com>
5304
f231b5ff
JM
5305 * c-common.c (attribute_takes_identifier_p): Add missing const.
5306
1b9b91a6
JM
5307 PR c++/46803
5308 * c-common.c (attribute_takes_identifier_p): Assume that an
5309 unknown attribute takes an identifier.
5310
a19e4d44
NF
53112011-03-07 Nathan Froyd <froydnj@codesourcery.com>
5312
5313 PR c/47786
5314 * c-common.c (c_type_hash): Call list_length instead of iterating
5315 through DECL_CHAIN. Rename 'i' to 'n_elements'.
5316
982d62f6
JJ
53172011-02-19 Jakub Jelinek <jakub@redhat.com>
5318
5319 PR c/47809
5320 * c-common.c (c_fully_fold_internal): Handle VIEW_CONVERT_EXPR.
5321
0a256240
NP
53222011-02-17 Iain Sandoe <iains@gcc.gnu.org>
5323
5324 * c.opt (fobjc-abi-version=) New.
5325 (fobjc-nilcheck): New.
5326
ba9e6dd5
NF
53272011-02-03 Nathan Froyd <froydnj@codesourcery.com>
5328
5329 PR c++/46890
5330 * c-common.h (keyword_is_decl_specifier): Declare.
5331 * c-common.c (keyword_is_decl_specifier): Define.
5332 (keyword_is_function_specifier): New function.
5333
7273813a
JJ
53342011-01-26 Jakub Jelinek <jakub@redhat.com>
5335
5336 PR c/47473
5337 * c-lex.c (interpret_float): If CPP_N_IMAGINARY, ensure
5338 EXCESS_PRECISION_EXPR is created with COMPLEX_TYPE instead of
5339 REAL_TYPE.
5340
908ef79b
AC
53412011-01-26 Arnaud Charlet <charlet@adacore.com>
5342
5343 * c-ada-spec.c (dump_generic_ada_node): Avoid dereferencing null type.
5344
237e9384
JJ
53452011-01-26 Jakub Jelinek <jakub@redhat.com>
5346
5347 PR pch/47430
5348 * c-opts.c (c_common_post_options): Call c_common_no_more_pch
5349 after init_c_lex if pch_file is set.
5350
47ea1edf
DK
53512011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
5352
d4dba752 5353 PR c++/43601
47ea1edf
DK
5354 * c.opt (-fkeep-inline-dllexport): New switch.
5355
2aa9c6ae
RG
53562011-01-12 Richard Guenther <rguenther@suse.de>
5357
5358 PR middle-end/32511
5359 * c-common.c (handle_weak_attribute): Warn instead of error
5360 on declaring an inline function weak.
5361
7bd11157
TT
53622011-01-05 Tom Tromey <tromey@redhat.com>
5363
5364 * c-common.h (lvalue_error): Update.
5365 * c-common.c (lvalue_error): Add 'loc' argument. Call error_at,
5366 not error.
5367
0e66e494 53682010-12-29 Nicola Pero <nicola.pero@meta-innovation.com>
9faeb493 5369
b4f588c4
NP
5370 PR objc/47075
5371 * c-objc.h (objc_finish_message_expr): Added argument to
5372 prototype.
5373
f4da8dce
NF
53742010-12-22 Nathan Froyd <froydnj@codesourcery.com>
5375
5376 * c-common.c (handle_nonnull_attribute, handle_sentinel_attribute):
5377 Use prototype_p.
5378
46270f14
NP
53792010-12-18 Nicola Pero <nicola.pero@meta-innovation.com>
5380
5381 * c-objc.h (objc_maybe_warn_exceptions): New.
9faeb493 5382 * stub-objc.c (objc_maybe_warn_exceptions): New.
46270f14 5383
4816c593
NF
53842010-12-10 Nathan Froyd <froydnj@codesourcery.com>
5385
5386 * c-common.h (readonly_error): Declare.
5387 * c-common.c (readonly_error): Define.
5388
7a6daeb0
NF
53892010-12-09 Nathan Froyd <froydnj@codesourcery.com>
5390
5391 * c-common.h (invalid_indirection_error): Declare.
5392 * c-common.c (invalid_indirection_error): Define.
5393
892f6119
RG
53942010-12-03 Richard Guenther <rguenther@suse.de>
5395
5396 PR c/46745
5397 * c-pretty-print.c (pp_c_postfix_expression): Handle MEM_REF.
5398 (pp_c_unary_expression): Likewise.
5399 (pp_c_expression): Likewise.
5400
6c39e757
NP
54012010-11-30 Nicola Pero <nicola.pero@meta-innovation.com>
5402
5403 * c-common.h (objc_finish_function): New.
5404 (objc_non_volatilized_type): Removed.
5405 (objc_type_quals_match): Removed.
5406 * stub-objc.c (objc_finish_function): New.
5407 (objc_non_volatilized_type): Removed.
5408 (objc_type_quals_match): Removed.
9faeb493 5409
7c475d11
JM
54102010-11-30 Joseph Myers <joseph@codesourcery.com>
5411
5412 * c-common.h (parse_optimize_options): Declare.
5413 * c-cppbuiltin.c, c-format.c, c-gimplify.c, c-lex.c, c-omp.c,
5414 c-pch.c, c-pragma.c, c-semantics.c: Don't include toplev.h.
5415
71f3e391
JM
54162010-11-29 Joseph Myers <joseph@codesourcery.com>
5417
5418 * c-opts.c (check_deps_environment_vars): Use getenv instead of
5419 GET_ENVIRONMENT.
5420 * c-pch.c (O_BINARY): Don't define here.
5421 * c-pragma.h: Include "cpplib.h" instead of <cpplib.h>.
5422
d5fabb58
JM
54232010-11-25 Joseph Myers <joseph@codesourcery.com>
5424
5425 * c-cppbuiltin.c (c_cpp_builtins): Pass &global_options to
5426 targetm.except_unwind_info.
5427
299404a1
JM
54282010-11-23 Joseph Myers <joseph@codesourcery.com>
5429
5430 * c-opts.c (c_common_handle_option): Pass location to
5431 set_struct_debug_option.
5432
c98cd5bf
JM
54332010-11-23 Joseph Myers <joseph@codesourcery.com>
5434
5435 * c-common.c (visibility_options): Move from ../opts.c.
5436 * c-common.h (struct visibility_flags, visibility_options):
5437 Declare here.
5438 * c-opts.c (finish_options): Rename to c_finish_options.
5439 (c_common_init): Update call to finish_options.
5440
a9546771
NP
54412010-11-22 Nicola Pero <nicola.pero@meta-innovation.com>
5442
5443 PR objc/34033
5444 * c-lex.c (lex_string): Check that each string in an Objective-C
5445 string concat sequence starts with either one or zero '@', and
5446 that there are no spurious '@' signs at the end.
5447
24a57808
JM
54482010-11-20 Joseph Myers <joseph@codesourcery.com>
5449
5450 * c-pragma.c: Remove conditionals on HANDLE_PRAGMA_PACK,
5451 HANDLE_PRAGMA_PACK_PUSH_POP, HANDLE_PRAGMA_WEAK and
5452 HANDLE_PRAGMA_VISIBILITY.
5453 * c-pragma.h (HANDLE_PRAGMA_WEAK, HANDLE_PRAGMA_PACK,
5454 HANDLE_PRAGMA_VISIBILITY): Don't define.
5455 (HANDLE_SYSV_PRAGMA, HANDLE_PRAGMA_PACK_PUSH_POP): Don't test.
5456
a9aa2c3a
NF
54572010-11-20 Nathan Froyd <froydnj@codesourcery.com>
5458
5459 PR c++/16189
5460 PR c++/36888
5461 PR c++/45331
5462 * c-common.h (keyword_begins_type_specifier): Declare.
5463 (keyword_is_storage_class_specifier): Declare.
5464 (keyword_is_type_qualifier): Declare.
5465 * c-common.c (keyword_begins_type_specifier): New function.
5466 (keyword_is_storage_class_specifier): New function.
5467 (keyword_is_type_qualifier): Declare.
5468
5386338c
JM
54692010-11-19 Joseph Myers <joseph@codesourcery.com>
5470
5471 PR c/46547
5472 * c-common.c (in_late_binary_op): Define.
5473 (c_common_truthvalue_conversion): Check in_late_binary_op before
5474 calling c_save_expr.
5475 * c-common.h (in_late_binary_op): Declare.
5476
69ccdddb
JM
54772010-11-19 Joseph Myers <joseph@codesourcery.com>
5478
5479 * c-opts.c (c_common_handle_option): Update calls to
5480 set_struct_debug_option.
5481
6b192a09
NP
54822010-11-19 Nicola Pero <nicola.pero@meta-innovation.com>
5483
5484 * c-common.h (objc_declare_protocols): Added additional argument.
5485 * stub-objc.c (objc_declare_protocol): Same change.
9faeb493 5486
fb52b50a
NF
54872010-11-18 Nathan Froyd <froydnj@codesourcery.com>
5488
5489 PR c/33193
5490 * c-common.h (build_real_imag_expr): Declare.
5491 * c-semantics.c (build_real_imag_expr): Define.
5492
b37421c6
JM
54932010-11-17 Joseph Myers <joseph@codesourcery.com>
5494
5495 * c-opts.c (c_common_parse_file): Take no arguments.
5496 * c-common.h (c_common_parse_file): Update prototype.
5497
07078664
JJ
54982010-11-16 Jakub Jelinek <jakub@redhat.com>
5499
5500 PR c++/46401
5501 * c-common.c (warning_candidate_p): Don't track non-const calls
5502 or STRING_CSTs.
5503
c6a13190
ILT
55042010-11-15 Ian Lance Taylor <iant@google.com>
5505
5506 * c-lex.c (init_c_lex): Set macro debug callbacks if
5507 flag_dump_go_spec is set.
5508
925e8657
NP
55092010-11-15 Nicola Pero <nicola.pero@meta-innovation.com>
5510
5511 * c-common.h (objc_build_incr_expr_for_property_ref): New.
5512 * stub-objc.c (objc_build_incr_expr_for_property_ref): New.
5513
bb0a9581
NF
55142010-11-15 Nathan Froyd <froydnj@codesourcery.com>
5515
5516 PR preprocessor/45038
5517 * c-cppbuiltin.c (c_cpp_builtins): Use different format for C++
5518 dialects.
5519
c5fa0890
JM
55202010-11-12 Joseph Myers <joseph@codesourcery.com>
5521
5522 * c-common.h (c_family_lang_mask): Declare.
5523 * c-opts.c (c_family_lang_mask): Make extern.
5524 * c-pragma.c (handle_pragma_diagnostic): Use
5525 control_warning_option.
5526
a4d8c676
JM
55272010-11-12 Joseph Myers <joseph@codesourcery.com>
5528
5529 * c-common.c (parse_optimize_options): Update call to
5530 decode_options.
5531 * c-common.h (c_common_handle_option): Update prototype.
5532 * c-opts.c (c_common_handle_option): Take location_t parameter and
5533 pass it to other functions.
5534
f954bd2c
JM
55352010-11-11 Joseph Myers <joseph@codesourcery.com>
5536
5537 * c-opts.c (warning_as_error_callback): Remove.
5538 (c_common_initialize_diagnostics): Don't call
5539 register_warning_as_error_callback.
5540 (c_common_handle_option): Handle -Werror=normalized= here.
5541
d8a07487
JM
55422010-11-10 Joseph Myers <joseph@codesourcery.com>
5543
5544 * c-common.c (handle_mode_attribute): Use %' and word "signedness"
5545 in diagnostic.
5546 * c-opts.c (c_common_parse_file): Start diagnostics with lowercase
5547 letter.
5548 * c-pragma.c (handle_pragma_target, handle_pragma_optimize):
5549 Remove trailing '.' from diagnostics.
5550 * c.opt (Wwrite-strings_: Avoid '`' in help text.
5551
d5478783
JM
55522010-11-10 Joseph Myers <joseph@codesourcery.com>
5553
5554 * c-common.c (parse_optimize_options): Pass global_dc to
5555 decode_options.
5556 * c-opts.c (c_common_handle_option): Pass &global_options to
5557 set_Wstrict_aliasing.
5558 * c.opt (v): Don't mark Common or document here.
5559
91ebb981
IS
55602010-11-06 Iain Sandoe <iains@gcc.gnu.org>
5561
5562 PR target/44981
5563 * c-format.c (format_type): New type gcc_objc_string_format_type.
5564 (valid_stringptr_type_p): New.
5565 (handle_format_arg_attribute): Use valid_stringptr_type_p ().
9faeb493 5566 (check_format_string): Pass expected type, use
91ebb981
IS
5567 valid_stringptr_type_p (), check that the format string types are
5568 consistent with the format specification.
5569 (decode_format_attr): Warn if NSString is used outside objective-c.
5570 (format_types_orig): Add NSString.
5571 (format_name): New.
5572 (format_flags): New.
5573 (check_format_arg): Handle format strings requiring an external parser.
5574 first_target_format_type: New variable.
5575 (handle_format_attribute): Set up first_target_format_type, pass the
5576 expected format arg string type to check_format_string().
5577 * c-common.h (FMT_FLAG_PARSE_ARG_CONVERT_EXTERNAL): New flag.
5578 * stub-objc.c (objc_string_ref_type_p): New.
5579 (objc_check_format_arg): New.
5580
bede2adc
NP
55812010-11-04 Nicola Pero <nicola.pero@meta-innovation.com>
5582
9faeb493 5583 Fixed using the Objective-C 2.0 dot-syntax with class names.
bede2adc
NP
5584 * c-common.h (objc_build_class_component_ref): New.
5585 * stub-objc.c (objc_build_class_component_ref): New.
5586
9a179d01
NP
55872010-11-03 Nicola Pero <nicola.pero@meta-innovation.com>
5588
5589 * c.opt (Wproperty-assign-default): New option.
5590
22d8d616
NP
55912010-11-03 Nicola Pero <nicola.pero@meta-innovation.com>
5592
5593 Implemented -fobjc-std=objc1 flag.
5594 * c.opt (fobjc-std=objc1): New option.
5595
2debdb4f
NP
55962010-11-01 Nicola Pero <nicola.pero@meta-innovation.com>
5597
5598 Implemented format and noreturn attributes for Objective-C methods.
5599 * c-common.c (handle_noreturn_attribute): Recognize 'noreturn'
5600 attribute for Objective-C methods.
5601
ec52b111
JM
56022010-10-31 Jason Merrill <jason@redhat.com>
5603
5604 * c-common.c (conversion_warning, warn_for_collisions_1): Use
5605 EXPR_LOC_OR_HERE.
5606
46a88c12
NP
56072010-10-30 Nicola Pero <nicola.pero@meta-innovation.com>
5608
5609 Implemented Objective-C 2.0 @property, @synthesize and @dynamic.
5610 * c-common.h (enum rid): Removed RID_COPIES and RID_IVAR.
5611 (objc_add_property_declaration): Removed arguments for copies and
5612 ivar.
5613 (objc_build_getter_call): Renamed to
5614 objc_maybe_build_component_ref.
5615 (objc_build_setter_call): Renamed to objc_maybe_build_modify_expr.
5616 (objc_is_property_ref): New.
5617 * c-common.c (c_common_reswords): Removed copies and ivar.
5618 * stub-objc.c (objc_add_property_declaration): Removed arguments
5619 for copies and ivar.
5620 (objc_build_getter_call): Renamed to
5621 objc_maybe_build_component_ref.
5622 (objc_build_setter_call): Renamed to objc_maybe_build_modify_expr.
5623 (objc_is_property_ref): New.
9faeb493 5624
1e4bf85b
AC
56252010-10-29 Arnaud Charlet <charlet@adacore.com>
5626 Matthew Gingell <gingell@adacore.com>
5627
5628 * c-ada-spec.c (separate_class_package): New function.
5629 (pp_ada_tree_identifier): Prefix references to C++ classes with the
5630 name of their enclosing package.
5631 (print_ada_declaration): Use separate_class_package.
5632
81f0bab2
JM
56332010-10-27 Jason Merrill <jason@redhat.com>
5634
2b08f2c5
JM
5635 * c-common.c (c_common_reswords): Add __is_literal_type.
5636 * c-common.h (enum rid): Add RID_IS_LITERAL_TYPE.
5637
81f0bab2
JM
5638 * c-common.c (check_case_value): Remove special C++ code.
5639
200290f2
NP
56402010-10-27 Nicola Pero <nicola.pero@meta-innovation.com>
5641
5642 * c-common.h (enum rid): Added RID_READWRITE, RID_ASSIGN,
5643 RID_RETAIN, RID_COPY and RID_NONATOMIC. Updated RID_FIRST_PATTR
5644 and RID_LAST_PATTR.
5645 (objc_add_property_declaration): Added additional arguments.
5646 (objc_property_attribute_kind): Removed.
5647 (objc_set_property_attr): Removed.
5648 * c-common.c (c_common_reswords): Added readwrite, assign, retain,
5649 copy and nonatomic.
5650 * stub-objc.c (objc_add_property_declaration): Added additional
5651 arguments.
5652 (objc_set_property_attr): Removed.
9faeb493 5653
f614132b
NP
56542010-10-27 Nicola Pero <nicola.pero@meta-innovation.com>
5655
5656 * c-common.h (objc_add_property_variable): Renamed to
5657 objc_add_property_declaration. Added location argument.
5658 * stub-objc.c (objc_add_property_variable): Same change.
b1726d6c 5659
b8a18805
NP
56602010-10-23 Nicola Pero <nicola.pero@meta-innovation.com>
5661
5662 * c-common.h (objc_maybe_printable_name): New.
5663 * stub-objc.c (objc_maybe_printable_name): New.
5664
30cd1c5d
AS
56652010-10-22 Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
5666 Andrew Pinski <pinskia@gmail.com>
5667
5668 * c-common.h (c_common_mark_addressable_vec): Declare.
5669 * c-common.c (c_common_mark_addressable_vec): New function.
5670
249a82c4
NP
56712010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>
5672
5673 * c-common.h (objc_set_method_type): Removed.
5674 (objc_add_method_declaration): Added boolean argument.
5675 (objc_start_method_definition): Same change.
5676 (objc_build_method_signature): Same change.
5677 * stub-objc.c (objc_set_method_type): Removed.
5678 (objc_add_method_declaration): Added boolean argument.
5679 (objc_start_method_definition): Same change.
5680 (objc_build_method_signature): Same change.
5681
977e30bc
NP
56822010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>
5683
5684 * c-common.h (finish_file): Removed.
5685 (objc_write_global_declarations): New.
5686 * c-opts.c (c_common_parse_file): Do not call finish_file.
5687 * stub-objc.c (objc_write_global_declarations): New.
9faeb493 5688
da57d1b9
NP
56892010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
5690
5691 Implemented parsing @synthesize and @dynamic for
5692 Objective-C/Objective-C++.
5693 * c-common.h (enum rid): Add RID_AT_SYNTHESIZE and RID_AT_DYNAMIC.
5694 (objc_add_synthesize_declaration): New.
5695 (objc_add_dynamic_declaration): New.
5696 * c-common.c (c_common_reswords): Add synthesize and dynamic.
5697 * stub-objc.c (objc_add_synthesize_declaration): New.
5698 (objc_add_dynamic_declaration): New.
9faeb493 5699
0069111f
MM
57002010-10-18 Michael Meissner <meissner@linux.vnet.ibm.com>
5701
5702 PR target/46041
5703 * c-cppbuiltin.c (mode_has_fma): Move function here from
5704 builtins.c. Don't use the fma optab, instead just use the
5705 HAVE_fma* macros, so that __FP_FAST_FMA* will be defined when
5706 using -save-temps.
5707
e426b47b
NP
57082010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
5709
5710 Merge from 'apple/trunk' branch on FSF servers.
0069111f 5711
e426b47b
NP
5712 2005-11-08 Fariborz Jahanian <fjahanian@apple.com>
5713
9faeb493 5714 Radar 4330422
e426b47b
NP
5715 * c-common.h (objc_non_volatilized_type): New declaration
5716 * stub-objc.c (objc_non_volatilized_type): New stub.
5717
90fbfdc3
NP
57182010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>
5719
e426b47b 5720 Merge from 'apple/trunk' branch on FSF servers.
90fbfdc3
NP
5721
5722 2006-03-27 Fariborz Jahanian <fjahanian@apple.com>
5723
9faeb493 5724 Radar 4133425
90fbfdc3 5725 * c-common.h (objc_diagnose_private_ivar): New decl.
0069111f 5726 * stub-objc.c (objc_diagnose_private_ivar): New stub.
90fbfdc3 5727
c37d8c30
IS
57282010-10-17 Iain Sandoe <iains@gcc.gnu.org>
5729
5730 * c-common.c (c_common_reswords): Add package, RID_AT_PACKAGE.
5731 * c-common.h (enum rid): Add RID_AT_PACKAGE.
5732 (objc_ivar_visibility_kind): New enum.
5733 (objc_set_visibility): Adjust prototype to use visibility enum.
0069111f 5734 * stub-objc.c (objc_set_visibility): Adjust stub to use
c37d8c30
IS
5735 visibility enum.
5736
1b1562a5
MM
57372010-10-14 Michael Meissner <meissner@linux.vnet.ibm.com>
5738
5739 * c-cppbuiltin.c (builtin_define_float_constants): Emit
5740 __FP_FAST_FMA, __FP_FAST_FMAF, and __FP_FAST_FMAL if the machine
5741 has the appropriate fma builtins.
5742 (c_cpp_builtins): Adjust call to builtin_define_float_constants.
5743
668ea4b1
IS
57442010-10-14 Iain Sandoe <iains@gcc.gnu.org>
5745
1b1562a5 5746 merge from FSF apple 'trunk' branch.
668ea4b1 5747 2006 Fariborz Jahanian <fjahanian@apple.com>
1b1562a5 5748
668ea4b1
IS
5749 Radars 4436866, 4505126, 4506903, 4517826
5750 * c-common.c (c_common_resword): Define @property and its attributes.
5751 * c-common.h: Define property attribute enum entries.
5752 (OBJC_IS_PATTR_KEYWORD): New.
5753 (objc_property_attribute_kind): New enum.
5754 Declare objc_set_property_attr (), objc_add_property_variable (),
5755 objc_build_getter_call () and objc_build_setter_call ().
5756 * stub-objc.c (objc_set_property_attr): New stub.
5757 (objc_add_property_variable): Likewise.
5758 (objc_build_getter_call): Likewise.
5759 (objc_build_setter_call) Likewise.
1b1562a5 5760
a1178b30
IS
57612010-10-13 Iain Sandoe <iains@gcc.gnu.org>
5762
1b1562a5 5763 merge from FSF apple 'trunk' branch.
a1178b30
IS
5764 2006-04-26 Fariborz Jahanian <fjahanian@apple.com>
5765
5766 Radar 3803157 (method attributes)
5767 * c-common.c (handle_deprecated_attribute): Recognize
5768 objc methods as valid declarations.
5769 * c-common.h: Declare objc_method_decl ().
1b1562a5 5770 * stub-objc.c (objc_method_decl): New stub.
a1178b30 5771
a75bfaa6
JM
57722010-10-08 Joseph Myers <joseph@codesourcery.com>
5773
5774 * c-common.c (parse_optimize_options): Call
5775 decode_cmdline_options_to_array_default_mask before
5776 decode_options. Update arguments to decode_options.
5777 * c-common.h (c_common_init_options_struct): Declare.
5778 * c-opts.c (c_common_init_options_struct): New. Split out from
5779 c_common_init_options.
5780
f05b9d93
NP
57812010-10-06 Nicola Pero <nicola.pero@meta-innovation.com>
5782
5783 Implemented fast enumeration for Objective-C.
5784 * c-common.h (objc_finish_foreach_loop): New.
5785 * stub-objc.c (objc_finish_foreach_loop): New.
5786
1ebe4b4f
JM
57872010-10-05 Joseph Myers <joseph@codesourcery.com>
5788
5789 * c-common.h (struct diagnostic_context): Don't declare here.
5790 (c_common_initialize_diagnostics): Declare using
5791 diagnostic_context typedef.
5792 * c-opts.c (c_common_handle_option): Pass global_dc to
5793 handle_generated_option.
5794
d4d24ba4
JM
57952010-10-04 Joseph Myers <joseph@codesourcery.com>
5796
5797 * c-opts.c (c_common_handle_option): Pass &global_options_set to
5798 handle_generated_option.
5799
478a1c5b
ILT
58002010-10-03 Ian Lance Taylor <iant@google.com>
5801
5802 * c.opt (-fplan9-extensions): New option.
5803
82a1c2fe
FXC
58042010-10-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5805
5806 * c-cppbuiltin.c (define__GNUC__, builtin_define_type_precision):
5807 Remove.
5808 (c_cpp_builtins): Call functions from cppbuiltin.c instead
5809 of duplicating code.
5810
92902b1b
IS
58112010-09-30 Iain Sandoe <iains@gcc.gnu.org>
5812
5813 * c-common.c: Add two new entries for @optional
5814 and @required keywords.
5815
5816 merge from FSF 'apple/trunk' branch.
5817 2006-01-30 Fariborz Jahanian <fjahanian@apple.com>
5818
5819 Radar 4386773
5820 * c-common.h (RID_AT_OPTIONAL, RID_AT_REQUIRED): Two new
5821 objective-c keywords.
5822 (objc_set_method_opt): New declaration.
5823 * stub-objc.c (objc_set_method_opt): New stub.
9faeb493 5824
46625112
JM
58252010-09-30 Joseph Myers <joseph@codesourcery.com>
5826
5827 * c-common.c (handle_optimize_attribute): Pass &global_options to
5828 cl_optimization_save and cl_optimization_restore.
5829 * c-opts.c (c_common_handle_option): Pass &global_options to
5830 handle_generated_option.
5831 * c-pragma.c (handle_pragma_diagnostic): Use option_flag_var.
5832 (handle_pragma_pop_options, handle_pragma_reset_options): Pass
5833 &global_options to cl_optimization_restore.
5834
49b91f05
NP
58352010-09-30 Nicola Pero <nicola.pero@meta-innovation.com>
5836
5837 * c-lex.c (c_lex_with_flags): Updated comments for CPP_AT_NAME
5838 Objective-C/Objective-C++ keywords.
5839
13ed556f 58402010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>
a6341d57 5841
9faeb493
UB
5842 Merge from 'apple/trunk' branch on FSF servers.
5843
a6341d57
NP
5844 2005-10-04 Fariborz Jahanian <fjahanian@apple.com>
5845
5846 Radar 4281748
5847 * c-common.h (objc_check_global_decl): New declaration.
5848 * stub-objc.c (objc_check_global_decl): New stub.
5849
f0036cca
JM
58502010-09-29 Joseph Myers <joseph@codesourcery.com>
5851
5852 * c.opt: Don't use VarExists.
5853
e3339d0f
JM
58542010-09-29 Joseph Myers <joseph@codesourcery.com>
5855
5856 * c-common.c (c_cpp_error): Update names of diagnostic_context
5857 members.
5858 * c-cppbuiltin.c (c_cpp_builtins_optimize_pragma): Update names of
5859 cl_optimization members.
5860 * c-opts.c (warning_as_error_callback, c_common_handle_option,
5861 sanitize_cpp_opts, finish_options): Update names of cpp_options
5862 members.
5863
1973201f
NP
58642010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>
5865
5866 * c-common.h (OBJC_IS_CXX_KEYWORD): New macro. Updated comments.
5867 (objc_is_reserved_word): Removed.
5868 * c-common.c: Updated comments.
5869 * c-lex.c (c_lex_with_flags): Use OBJC_IS_CXX_KEYWORD instead of
5870 objc_is_reserved_word.
5871 * stub-objc.c (objc_is_reserved_word): Removed.
5872
f7e71da5
IS
58732010-09-28 Iain Sandoe <iains@gcc.gnu.org>
5874
9faeb493 5875 * c-common.h (objc_add_method_declaration): Adjust prototype to
f7e71da5
IS
5876 include attributes.
5877 (objc_start_method_definition): Likewise.
5878 (objc_build_keyword_decl): Likewise.
5879 * stub-objc.c:(objc_add_method_declaration): Handle attributes.
5880 (objc_start_method_definition): Likewise.
5881 (objc_build_keyword_decl): Likewise.
5882
c165dca7
IS
58832010-09-28 Iain Sandoe <iains@gcc.gnu.org>
5884
5885 * c-common.h (objc_start_class_interface): Adjust prototype.
5886 (objc_start_category_interface): Likewise.
5887 (objc_start_protocol): Likewise.
5888 * stub-objc.c (objc_start_protocol): Adjust for extra argument.
5889 (objc_start_class_interface): Likewise.
5890 (objc_start_category_interface): Likewise.
5891
7458026b
ILT
58922010-09-27 Ian Lance Taylor <iant@google.com>
5893
5894 * c-common.c (c_common_attribute_table): Add no_split_stack.
5895 (handle_no_split_stack_attribute): New static function.
5896
b581b85b
NP
58972010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
5898
9faeb493 5899 Merge from 'apple/trunk' branch on FSF servers.
b581b85b
NP
5900
5901 2005-12-15 Fariborz Jahanian <fjahanian@apple.com>
5902
9faeb493 5903 Radar 4229905
b581b85b
NP
5904 * c-common.h (objc_have_common_type): New declaration.
5905 * stub-objc.c (objc_have_common_type): New stub.
5906
5907 2005-06-22 Ziemowit Laski <zlaski@apple.com>
5908
5909 Radar 4154928
5910 * c-common.h (objc_common_type): New prototype.
9faeb493 5911 * stub-objc.c (objc_common_type): New stub.
b581b85b 5912
46a4da10
JH
59132010-09-24 Jan Hubicka <jh@suse.cz>
5914
5915 * c-common.c (handle_leaf_attribute): New function.
5916 (struct attribute_spec c_common_att): Add leaf.
5917
e200444e
JM
59182010-09-22 Joseph Myers <joseph@codesourcery.com>
5919
5920 * c.opt (-all-warnings, -ansi, -assert, -assert=, -comments,
5921 -comments-in-macros, -define-macro, -define-macro=, -dependencies,
5922 -dump, -dump=, -imacros, -imacros=, -include, -include=,
5923 -include-barrier, -include-directory, -include-directory=,
5924 -include-directory-after, -include-directory-after=,
5925 -include-prefix, -include-prefix=, -include-with-prefix,
5926 -include-with-prefix=, -include-with-prefix-after,
5927 -include-with-prefix-after=, -include-with-prefix-before,
5928 -include-with-prefix-before=, -no-integrated-cpp,
5929 -no-line-commands, -no-standard-includes, -no-warnings, -output,
5930 -output=, -pedantic, -pedantic-errors, -preprocess,
5931 -print-missing-file-dependencies, -trace-includes, -traditional,
5932 -traditional-cpp, -trigraphs, -undefine-macro, -undefine-macro=,
5933 -user-dependencies, -verbose, -write-dependencies,
5934 -write-user-dependencies, no-integrated-cpp, traditional): New.
5935
29a80ea6
NP
59362010-09-21 Nicola Pero <nicola.pero@meta-innovation.com>
5937
5938 PR objc/23710
ac1fc2fc
NP
5939 * c-common.h (objc_start_method_definition): Return bool instead
5940 of void.
5941 * stub-objc.c (objc_start_method_definition): Return bool instead
5942 of void.
5943
59442010-09-21 Nicola Pero <nicola.pero@meta-innovation.com>
5945
5946 PR objc/25965
5947 * c-common.h (objc_get_interface_ivars): New declaration.
5948 * stub-objc.c (objc_get_interface_ivars): New stub.
29a80ea6 5949
de621752
ILT
59502010-09-15 Ian Lance Taylor <iant@google.com>
5951
5952 * c-common.c (parse_optimize_options): Do not capitalize warning
06730c5d 5953 messages. Remove period at end of warning message.
de621752 5954
ba885ec5
NS
59552010-09-09 Nathan Sidwell <nathan@codesourcery.com>
5956
5957 * c-common.c (handle_alias_ifunc_attribute): New, broken out of ...
5958 (handle_alias_attribute): ... here.
5959 (handle_ifunc_attribute): New.
5960
c5ee1358
MM
59612010-09-06 Mark Mitchell <mark@codesourcery.com>
5962
5963 * c-common.h (do_warn_double_promotion): Declare.
5964 * c-common.c (do_warn_double_promotion): Define.
5965
0a0b3574
MM
59662010-09-05 Mark Mitchell <mark@codesourcery.com>
5967
5968 * c.opt (Wdouble-promotion): New.
5969
d1779886
JM
59702010-09-02 Joseph Myers <joseph@codesourcery.com>
5971
5972 * c.opt (falt-external-templates, fhuge-objects, fvtable-gc,
5973 fvtable-thunks, fxref): Mark no longer supported in help text.
5974
2d2bd949
JM
59752010-09-02 Joseph Myers <joseph@codesourcery.com>
5976
5977 * c.opt (Wimport, fall-virtual, falt-external-templates,
5978 fdefault-inline, fenum-int-equiv, fexternal-templates,
5979 fguiding-decls, fhonor-std, fhuge-objects, flabels-ok,
5980 fname-mangling-version-, fnew-abi, fnonnull-objects,
5981 foptional-diags, fsquangle, fstrict-prototype, fthis-is-variable,
5982 fvtable-gc, fvtable-thunks, fxref): Mark with Ignore and Warn as
5983 applicable.
5984 (fhandle-exceptions): Mark with Alias and Warn.
5985 * c-opts.c (c_common_handle_option): Don't handle options marked
5986 as ignored.
5987
5de8299c
JM
59882010-09-02 Joseph Myers <joseph@codesourcery.com>
5989
5990 * c.opt (Wcomments, Werror-implicit-function-declaration,
5991 ftemplate-depth-, std=c89, std=c9x, std=gnu89, std=gnu9x,
5992 std=iso9899:1990, std=iso9899:1999, std=iso9899:199x): Mark as
5993 aliases.
5994 * c-common.c (option_codes): Use OPT_Wcomment instead of
5995 OPT_Wcomments.
5996 * c-opts.c (warning_as_error_callback, c_common_handle_option):
5997 Don't handle options marked as aliases.
5998
0ceb0201
RG
59992010-08-25 Richard Guenther <rguenther@suse.de>
6000
6001 * c-common.c (c_common_get_alias_set): Remove special
6002 handling for pointers.
6003
ac47786e
NF
60042010-08-20 Nathan Froyd <froydnj@codesourcery.com>
6005
6006 * c-common.c: Use FOR_EACH_VEC_ELT.
6007 * c-gimplify.c: Likewise.
6008 * c-pragma.c: Likewise.
6009
c878765b
JM
60102010-08-16 Joseph Myers <joseph@codesourcery.com>
6011
6012 * c.opt (MDX): Change back to MD. Mark NoDriverArg instead of
6013 RejectDriver.
6014 (MMDX): Change back to MMD. Mark NoDriverArg instead of
6015 RejectDriver.
6016 * c-opts.c (c_common_handle_option): Use OPT_MD and OPT_MMD
6017 instead of OPT_MDX and OPT_MMDX.
6018
603349bf
JM
60192010-08-16 Joseph Myers <joseph@codesourcery.com>
6020
6021 * c.opt (MDX, MMDX, lang-asm): Mark RejectDriver.
6022
644fa7ac
JM
60232010-08-12 Joseph Myers <joseph@codesourcery.com>
6024
6025 * c.opt (MD, MMD): Change to MDX and MMDX.
6026 * c-opts.c (c_common_handle_option): Use OPT_MMD and OPT_MMDX.
6027
481e1176
JM
60282010-08-11 Joseph Myers <joseph@codesourcery.com>
6029
6030 * c-opts.c (c_common_handle_option): Call handle_generated_option
6031 instead of handle_option.
6032
ac8dc9f7
NF
60332010-08-08 Nathan Froyd <froydnj@codesourcery.com>
6034
6035 * c-pragma.c (add_to_renaming_pragma_list): Fix call to VEC_safe_push.
6036 (maybe_apply_renaming_pragma): Delete unneeded declarations.
6037
4f8c876d
NF
60382010-08-08 Nathan Froyd <froydnj@codesourcery.com>
6039
6040 * c-pragma.c (pending_redefinition): Declare. Declare a VEC of it.
6041 (pending_redefine_extname): Change type to a VEC.
6042 (add_to_renaming_pragma_list): Update for new type of
6043 pending_redefine_extname.
ac8dc9f7 6044 (maybe_apply_renaming_pragma): Likewise.
4f8c876d 6045
3b0c690e
AC
60462010-08-04 Arnaud Charlet <charlet@adacore.com>
6047
6048 * c-ada-spec.c (dump_ada_template): Mark underlying instance type as
6049 visited.
6050 (dump_generic_ada_node): Code clean up. Use TREE_VISITED flag to
6051 decide whether a type has already been declared/seen.
6052 Do not go to the original type.
6053 (dump_nested_types): New parameter forward.
6054 Generate forward declaration if needed and mark type as visited.
6055 (print_ada_declaration): Call dump_nested_types if not already done.
6056 Mark types as visited.
6057
1890bccc
JM
60582010-08-03 Joseph Myers <joseph@codesourcery.com>
6059
6060 * c.opt (-print-pch-checksum): Remove option.
6061 * c-opts.c (c_common_handle_option): Don't handle
6062 OPT_print_pch_checksum.
6063
5f20c657
JM
60642010-07-27 Joseph Myers <joseph@codesourcery.com>
6065
6066 * c-common.h (c_common_handle_option): Update prototype and return
6067 value type.
6068 * c-opts.c (c_common_handle_option): Update prototype and return
6069 value type. Update calls to handle_option and
6070 enable_warning_as_error.
6071
f551f80c
JJ
60722010-07-27 Jakub Jelinek <jakub@redhat.com>
6073
6074 PR c/45079
6075 * c-pretty-print.c (pp_c_expression): Handle C_MAYBE_CONST_EXPR.
6076
61ff2bdc
JM
60772010-07-27 Joseph Myers <joseph@codesourcery.com>
6078
6079 * c-common.h (c_common_missing_argument): Remove.
6080 * c-opts.c (c_common_missing_argument): Remove.
6081 * c.opt (A, D, F, I, MD, MMD, MQ, MT, U, fconstant-string-class=,
6082 idirafter, imacros, include, isysroot, isystem, iquote): Add
6083 MissingArgError.
6084 * c-objc-common.h (LANG_HOOKS_MISSING_ARGUMENT): Remove.
6085
7a9bf9a4
JM
60862010-07-27 Joseph Myers <joseph@codesourcery.com>
6087
6088 * c-common.h (c_common_option_lang_mask,
6089 c_common_initialize_diagnostics, c_common_complain_wrong_lang_p):
6090 New.
6091 (c_common_init_options): Update prototype.
6092 * c-opts.c (c_common_option_lang_mask): New.
6093 (c_common_initialize_diagnostics): Split out of
6094 c_common_init_options.
6095 (accept_all_c_family_options, c_common_complain_wrong_lang_p):
6096 New.
6097 (c_common_init_options): Update prototype. Use decoded options in
6098 search for -lang-asm.
6099
910ad8de
NF
61002010-07-15 Nathan Froyd <froydnj@codesourcery.com>
6101
6102 * c-common.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
6103 * c-format.c: Likewise.
6104
718f9c0f
MLI
61052010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
6106
6107 * c-common.h: Include diagnostic-core.h. Error if already
6108 included.
6109 * c-semantics.c: Do not define GCC_DIAG_STYLE here.
6110
4d451982
MLI
61112010-07-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
6112
adfac8df 6113 * c-common.c (IN_GCC_FRONTEND): Do not undef.
4d451982
MLI
6114 Do not include expr.h
6115 (vector_mode_valid_p): Move here.
6116
119fe915
SB
61172010-06-21 DJ Delorie <dj@redhat.com>
6118
6119 * c-pragma.c (handle_pragma_diagnostic): Add push/pop,
6120 allow these pragmas anywhere.
6121
61222010-06-14 Jakub Jelinek <jakub@redhat.com>
6123
6124 PR bootstrap/44509
6125 * c-cppbuiltin.c: Include gt-c-family-c-cppbuiltin.h.
6126 (lazy_hex_fp_values, lazy_hex_fp_value_count): Add GTY(()) markers.
6127 (lazy_hex_fp_value, builtin_define_with_hex_fp_value): Use
6128 ggc_strdup instead of xstrdup.
6129
61302010-06-10 Jakub Jelinek <jakub@redhat.com>
6131
6132 * c-cppbuiltin.c: Include cpp-id-data.h.
6133 (lazy_hex_fp_values, lazy_hex_fp_value_count): New variables.
6134 (lazy_hex_fp_value): New function.
6135 (builtin_define_with_hex_fp_value): Provide definitions lazily.
6136
6662d794
MLI
61372010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
6138
6139 * c-gimplify.c: Do not include tree-flow.h
6140
38f8b050
JR
61412010-06-29 Joern Rennecke <joern.rennecke@embecosm.com>
6142
6143 PR other/44034
6144 * c-common.c: Rename targetm member:
6145 targetm.enum_va_list -> targetm.enum_va_list_p
6146
9589f23e
AS
61472010-06-28 Anatoly Sokolov <aesok@post.ru>
6148
6149 * c-common.c (shorten_compare): Adjust call to force_fit_type_double.
6150
3b06d379
SB
61512010-06-28 Steven Bosscher <steven@gcc.gnu.org>
6152
6153 * c-cppbuiltin.c: Do not include except.h.
6154
d166d4c3
AK
61552010-06-24 Andi Kleen <ak@linux.intel.com>
6156
9faeb493
UB
6157 * c-common.c (warn_for_omitted_condop): New.
6158 * c-common.h (warn_for_omitted_condop): Add prototype.
d166d4c3 6159
70cb8be6
JM
61602010-06-21 Joseph Myers <joseph@codesourcery.com>
6161
6162 * c.opt (lang-objc): Remove.
6163 * c-opts.c (c_common_handle_option): Don't handle OPT_lang_objc.
6164
a4c97feb
JR
61652010-06-21 Joern Rennecke <joern.rennecke@embecosm.com>
6166
6167 * c-opts.c: Include "tm_p.h".
6168
6e2f1956
JM
61692010-06-20 Joseph Myers <joseph@codesourcery.com>
6170
6171 * c-common.c (parse_optimize_options): Update call to
6172 decode_options.
6173
bc87224e
NF
61742010-06-18 Nathan Froyd <froydnj@codesourcery.com>
6175
6176 * c-common.c (record_types_used_by_current_var_decl): Adjust for
6177 new type of types_used_by_cur_var_decl.
6178
b49cf425
JR
61792010-06-17 Joern Rennecke <joern.rennecke@embecosm.com>
6180
6181 PR bootstrap/44512
6182 * c-cppbuiltin.c (builtin_define_with_hex_fp_value): Add cast
6183 for C++ standard compliance.
6184
59f9c2ed
JM
61852010-06-16 Jason Merrill <jason@redhat.com>
6186
6187 * c.opt: Add -Wnoexcept.
6188
33766b66
RG
61892010-06-16 Richard Guenther <rguenther@suse.de>
6190
6191 PR c/44555
6192 * c-common.c (c_common_truthvalue_conversion): Remove
6193 premature and wrong optimization concering ADDR_EXPRs.
6194
eff7e30c
AC
61952010-06-15 Arnaud Charlet <charlet@adacore.com>
6196
6197 * c-ada-spec.c (dump_sloc): Remove column info.
6198 (is_simple_enum): New function.
6199 (dump_generic_ada_node, print_ada_declaration): Map C enum types to Ada
6200 enum types when relevant.
6201
6312e84d
MLI
62022010-06-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
6203
9faeb493 6204 * c-common.c (conversion_warning): Warn at expression
6312e84d
MLI
6205 location.
6206
1cb42611
JM
62072010-06-10 Joseph Myers <joseph@codesourcery.com>
6208
6209 * c-opts.c (c_common_handle_option): Don't handle
6210 OPT_fshow_column.
6211
a9429e29
LB
62122010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
6213
6214 * c-pragma.c (push_alignment): Use typed GC allocation.
6215 (handle_pragma_push_options): Likewise.
6216
6217 * c-common.c (parse_optimize_options): Likewise.
6218
6219 * c-common.h (struct sorted_fields_type): Add variable_size GTY
6220 option.
6221
5498f011
JM
62222010-06-07 Joseph Myers <joseph@codesourcery.com>
6223
6224 * c-common.c (flag_preprocess_only, flag_undef, flag_no_builtin,
6225 flag_no_nonansi_builtin, flag_short_double, flag_short_wchar,
6226 flag_lax_vector_conversions, flag_ms_extensions, flag_no_asm,
6227 flag_signed_bitfields, warn_strict_null_sentinel,
6228 flag_nil_receivers, flag_zero_link, flag_replace_objc_classes,
6229 flag_gen_declaration, flag_no_gnu_keywords,
6230 flag_implement_inlines, flag_implicit_templates,
6231 flag_implicit_inline_templates, flag_optional_diags,
6232 flag_elide_constructors, flag_default_inline, flag_rtti,
6233 flag_conserve_space, flag_access_control, flag_check_new,
6234 flag_new_for_scope, flag_weak, flag_working_directory,
6235 flag_use_cxa_atexit, flag_use_cxa_get_exception_ptr,
6236 flag_enforce_eh_specs, flag_threadsafe_statics,
6237 flag_pretty_templates): Remove.
6238 * c-common.h (flag_preprocess_only, flag_nil_receivers,
6239 flag_objc_exceptions, flag_objc_sjlj_exceptions, flag_zero_link,
6240 flag_replace_objc_classes, flag_undef, flag_no_builtin,
6241 flag_no_nonansi_builtin, flag_short_double, flag_short_wchar,
6242 flag_lax_vector_conversions, flag_ms_extensions, flag_no_asm,
6243 flag_const_strings, flag_signed_bitfields, flag_gen_declaration,
6244 flag_no_gnu_keywords, flag_implement_inlines,
6245 flag_implicit_templates, flag_implicit_inline_templates,
6246 flag_optional_diags, flag_elide_constructors, flag_default_inline,
6247 flag_rtti, flag_conserve_space, flag_access_control,
6248 flag_check_new, flag_new_for_scope, flag_weak,
6249 flag_working_directory, flag_use_cxa_atexit,
6250 flag_use_cxa_get_exception_ptr, flag_enforce_eh_specs,
6251 flag_threadsafe_statics, flag_pretty_templates,
6252 warn_strict_null_sentinel): Remove.
6253 * c.opt (E, Wstrict-null-sentinel, faccess-control, fasm,
6254 fbuiltin, fcheck-new, fconserve-space, felide-constructors,
6255 fenforce-eh-specs, ffor-scope, fgnu-keywords, fimplement-inlines,
6256 fimplicit-inline-templates, fimplicit-templates,
6257 flax-vector-conversions, fms-extensions, fnil-receivers,
6258 fnonansi-builtins, fpretty-templates, freplace-objc-classes,
6259 frtti, fshort-double, fshort-enums, fshort-wchar,
6260 fsigned-bitfields, fsigned-char, fstats, fthreadsafe-statics,
6261 funsigned-bitfields, funsigned-char, fuse-cxa-atexit,
6262 fuse-cxa-get-exception-ptr, fweak, fworking-directory, fzero-link,
6263 gen-decls, undef): Use Var.
6264 (fdefault-inline, foptional-diags): Document as doing nothing.
6265 * c-opts.c (c_common_handle_option): Remove cases for options now
6266 using Var. Mark ignored options as such.
6267
39dabefd
SB
62682010-06-05 Steven Bosscher <steven@gcc.gnu.org>
6269
9faeb493 6270 * c-common.c: Moved to here from parent directory.
39dabefd
SB
6271 * c-common.def: Likewise.
6272 * c-common.h: Likewise.
6273 * c-cppbuiltin.c: Likewise.
6274 * c-dump.c: Likewise.
6275 * c-format.c: Likewise.
6276 * c-format.h : Likewise.
6277 * c-gimplify.c: Likewise.
6278 * c-lex.c: Likewise.
6279 * c-omp.c: Likewise.
6280 * c.opt: Likewise.
6281 * c-opts.c: Likewise.
6282 * c-pch.c: Likewise.
6283 * c-ppoutput.c: Likewise.
6284 * c-pragma.c: Likewise.
6285 * c-pragma.h: Likewise.
6286 * c-pretty-print.c: Likewise.
6287 * c-pretty-print.h: Likewise.
6288 * c-semantics.c: Likewise.
6289 * stub-objc.c: Likewise.
6290
6291 * c-common.c: Include gt-c-family-c-common.h.
6292 * c-pragma.c: Include gt-c-family-c-pragma.h.
6293\f
818ab71a 6294Copyright (C) 2010-2016 Free Software Foundation, Inc.
39dabefd
SB
6295
6296Copying and distribution of this file, with or without modification,
6297are permitted in any medium without royalty provided the copyright
6298notice and this notice are preserved.