]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/c/ChangeLog
re PR testsuite/59534 (FAIL: libgomp.fortran/retval1.f90 execution test due to denor...
[thirdparty/gcc.git] / gcc / c / ChangeLog
CommitLineData
12893402
BI
12013-12-11 Balaji V. Iyer <balaji.v.iyer@intel.com>
2
3 * c-objc-common.h (LANG_HOOKS_CILKPLUS_FRAME_CLEANUP): Remove.
4 (LANG_HOOKS_CILKPLUS_DETECT_SPAWN_AND_UNWRAP): Likewise.
5 (LANG_HOOKS_CILKPLUS_CILKPLUS_GIMPLIFY_SPAWN): Likewise.
6 * c-typeck.c (cilk_install_body_with_frame_cleanup): New function.
7
296674db
JM
82013-12-04 Joseph Myers <joseph@codesourcery.com>
9
10 PR c/52023
11 * c-parser.c (c_parser_alignas_specifier): Use
12 c_sizeof_or_alignof_type instead of c_alignof.
13 (c_parser_alignof_expression): Likewise, with min_alignof
14 parameter depending on alignof spelling used.
15
edd28054
MP
162013-12-04 Marek Polacek <polacek@redhat.com>
17
18 PR c/54113
19 * c-decl.c (start_function): Don't warn for missing prototype for
20 inline functions.
21
da0fc454
MP
222013-12-03 Marek Polacek <polacek@redhat.com>
23
24 PR c/59351
25 * c-decl.c (build_compound_literal): Allow compound literals with
26 empty initial value.
27
4c2ecab0
JM
282013-12-02 Joseph Myers <joseph@codesourcery.com>
29
30 PR c/58235
31 * c-typeck.c (build_modify_expr): Diagnose assignment to
32 expression with array type.
33
340baef7
JM
342013-11-29 Joseph Myers <joseph@codesourcery.com>
35
36 PR c/42262
37 * c-typeck.c (process_init_element): Do not treat a string as
38 initializing a whole array when used with a designator for an
39 individual element.
40
6763b9f7
JM
412013-11-29 Joseph Myers <joseph@codesourcery.com>
42
43 PR c/57574
44 * c-decl.c (merge_decls): Clear DECL_EXTERNAL for a definition of
45 an inline function following a static declaration.
46
e7bd1de1
JJ
472013-11-28 Jakub Jelinek <jakub@redhat.com>
48
49 PR c/59310
50 * c-parser.c (c_parser_omp_target): Copy "#pragma omp target"
51 to p_name before calling c_parser_omp_teams instead of after.
52 (c_parser_cilk_simd): Remove wrong ATTRIBUTE_UNUSED from parser
53 argument. Remove unused p_name variable.
54
0136f8f0
AH
552013-11-27 Aldy Hernandez <aldyh@redhat.com>
56 Jakub Jelinek <jakub@redhat.com>
57
58 * c-decl.c (c_builtin_function_ext_scope): Avoid binding if
59 external_scope is NULL.
60
241b71bb
TV
612013-11-27 Tom de Vries <tom@codesourcery.com>
62 Marc Glisse <marc.glisse@inria.fr>
63
64 PR c++/59032
65 * c-typeck.c (build_unary_op): Allow vector increment and decrement.
66
2fb9a547
AM
672013-11-22 Andrew MacLeod <amacleod@redhat.com>
68
69 * c-typeck.c: Add required include files from gimple.h.
70
8400e75e
DM
712013-11-22 David Malcolm <dmalcolm@redhat.com>
72
73 * c-decl.c (define_label, shadow_tag_warned)
74 (check_bitfield_type_and_width, grokdeclarator, grokparms,
75 store_parm_decls_newstyle, store_parm_decls_oldstyle)
76 (declspecs_add_type): Remove use of in_system_header macro.
77 * c-parser.c (c_parser_unary_expression): Likewise.
78 * c-typeck.c (store_init_value, process_init_element)
79 (c_start_case): Likewise.
80
81 * c-decl.c (build_enumerator): Remove use of EXPR_LOC_OR_HERE
82 macro.
83
84 * c-parser.c (c_parser_set_source_position_from_token): Remove
85 reference to in_system_header from comment.
86
386b1f1f
RS
872013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
88
89 * c-decl.c (grokdeclarator): Update comment to refer to
90 tree_to_[su]hwi rather than tree_low_cst.
91
ae7e9ddd
RS
922013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
93
94 * c-decl.c, c-typeck.c: Replace tree_low_cst (..., 1) with
95 tree_to_uhwi throughout.
96
9439e9a1
RS
972013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
98
99 * c-parser.c: Replace tree_low_cst (..., 0) with tree_to_shwi
100 throughout.
101
9541ffee
RS
1022013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
103
104 * c-parser.c: Replace host_integerp (..., 0) with tree_fits_shwi_p
105 throughout.
106
c02065fc
AH
1072013-11-15 Aldy Hernandez <aldyh@redhat.com>
108
109 * c-parser.c (c_parser_cilk_simd): New.
110 (c_parser_cilk_verify_simd): New.
111 (c_parser_pragma): Add case for PRAGMA_CILK_SIMD.
112 (c_parser_omp_for_loop): Add case for NE_EXPR.
113 Set c_break_label for CILK_SIMD.
114 (c_parser_cilk_clause_vectorlength): New.
115 (c_parser_cilk_clause_linear): New.
116 (c_parser_cilk_clause_name): New.
117 (c_parser_cilk_all_clauses): New.
118 * c-typeck.c (build_unary_op): Pass location argument to
119 readonly_error.
120 (build_modify_expr): Same.
121 (build_asm_expr): Same.
122 (c_finish_bc_stmt): Error on break/continue in loops.
123
18f429e2
AM
1242013-11-14 Andrew MacLeod <amacleod@redhat.com>
125
126 * c-typeck.c: Include only gimplify.h and gimple.h as needed.
127
d8a2d370
DN
1282013-11-14 Diego Novillo <dnovillo@google.com>
129
130 * c-decl.c: Include print-tree.h.
131 Include stor-layout.h.
132 Include varasm.h.
133 Include attribs.h.
134 Include stringpool.h.
135 * c-lang.c: Include fold-const.h.
136 * c-parser.c: Include stringpool.h.
137 Include attribs.h.
138 Include stor-layout.h.
139 Include varasm.h.
140 Include trans-mem.h.
141 * c-typeck.c: Include stor-layout.h.
142 Include trans-mem.h.
143 Include varasm.h.
144 Include stmt.h.
145
38b7bc7f
JM
1462013-11-13 Joseph Myers <joseph@codesourcery.com>
147
148 * c-tree.h (c_typespec_keyword): Add cts_auto_type.
149 * c-decl.c (declspecs_add_type, finish_declspecs): Handle
150 __auto_type.
151 * c-parser.c (c_token_starts_typename, c_token_starts_declspecs)
152 (c_parser_attribute_any_word, c_parser_objc_selector): Handle
153 RID_AUTO_TYPE.
154 (c_parser_declspecs): Take argument AUTO_TYPE_OK.
155 (c_parser_declaration_or_fndef, c_parser_struct_declaration)
156 (c_parser_declarator, c_parser_direct_declarator_inner)
157 (c_parser_parameter_declaration, c_parser_type_name): All callers
158 changed.
159 (c_parser_declaration_or_fndef): Handle declarations with type
160 determined from the initializer.
161
45b0be94
AM
1622013-11-12 Andrew MacLeod <amacleod@redhat.com>
163
18f429e2 164 * c-typeck.c: Include gimplify.h.
45b0be94 165
582d9b50
JM
1662013-11-12 Joseph Myers <joseph@codesourcery.com>
167
168 * c-tree.h (struct c_declspecs): Add thread_gnu_p field.
169 * c-parser.c (c_parser_declspecs): Mention _Thread_local in
170 comment.
171 * c-decl.c (shadow_tag_warned, grokdeclarator): Mention __thread
172 or _Thread_local as appropriate in diagnostics.
173 (build_null_declspecs): Initialize ret->thread_gnu_p.
174 (declspecs_add_scspec): Handle either __thread or _Thread_local
175 for RID_THREAD. Diagnose _Thread_local for pre-C11 standards if
176 pedantic. Do not disallow _Thread_local extern and _Thread_local
177 static.
178
267bac10
JM
1792013-11-07 Joseph Myers <joseph@codesourcery.com>
180 Andrew MacLeod <amacleod@redhat.com>
181
182 * c-aux-info.c (gen_type): Handle atomic qualifier.
183 * c-decl.c (validate_proto_after_old_defn): Do not remove atomic
184 qualifiers when compating types.
185 (shadow_tag_warned): Handle atomic_p in declspecs.
186 (quals_from_declspecs): Likewise.
187 (start_decl): Use c_type_promotes_to when promoting argument
188 types.
189 (grokdeclarator): Handle _Atomic.
190 (get_parm_info): Diagnose any qualifier on "void" as only
191 parameter.
192 (store_parm_decls_oldstyle): Do not remove atomic qualifiers when
193 comparing types. Use c_type_promotes_to when promoting argument
194 types.
195 (finish_function): Use c_type_promotes_to when promoting argument
196 types.
197 (build_null_declspecs): Handle atomic_p in declspecs.
198 (declspecs_add_qual): Handle RID_ATOMIC.
199 * c-parser.c (c_token_starts_typename, c_token_is_qualifier)
200 (c_token_starts_declspecs): Handle RID_ATOMIC.
201 (c_parser_declspecs): Handle atomic type specifiers and
202 qualifiers.
203 (c_parser_typeof_specifier): Remove const and _Atomic qualifiers
204 from types of expressions with atomic type.
205 (c_parser_direct_declarator_inner): Use convert_lvalue_to_rvalue.
206 (c_parser_attribute_any_word): Handle RID_ATOMIC.
207 (c_parser_initializer, c_parser_initelt, c_parser_initval)
208 (c_parser_statement_after_labels, c_parser_switch_statement)
209 (c_parser_for_statement, c_parser_expr_no_commas)
210 (c_parser_conditional_expression, c_parser_binary_expression)
211 (c_parser_cast_expression, c_parser_unary_expression)
212 (c_parser_postfix_expression)
213 (c_parser_postfix_expression_after_primary, c_parser_expression):
214 Use convert_lvalue_to_rvalue.
215 (c_parser_expression_conv, c_parser_expr_list): Document
216 conversion of lvalues to rvalues. Use convert_lvalue_to_rvalue.
217 (c_parser_objc_synchronized_statement): Use
218 convert_lvalue_to_rvalue.
219 (c_parser_objc_selector): Handle RID_ATOMIC.
220 (c_parser_objc_receiver, c_parser_array_notation): Use
221 convert_lvalue_to_rvalue.
222 * c-tree.h (ctsk_typeof): Adjust comment to mention use for
223 _Atomic (type-name).
224 (struct c_declspecs): Add atomic_p field.
225 (convert_lvalue_to_rvalue): Declare.
226 * c-typeck.c (c_type_promotes_to): Promote atomic types to
227 corresponding atomic types.
228 (qualify_type): Don't add _Atomic qualifiers from second argument.
229 (comp_target_types): Do not allow _Atomic mismatches.
230 (type_lists_compatible_p): Do not remove atomic qualifiers when
231 comparing types.
232 (really_atomic_lvalue, convert_lvalue_to_rvalue)
233 (build_atomic_assign): New functions.
234 (build_unary_op): Use build_atomic_assign for atomic increment and
235 decrement.
236 (build_conditional_expr): Do not treat _Atomic void as a qualified
237 version of void.
238 (build_modify_expr): Use build_atomic_assign for atomic LHS.
239 (find_anonymous_field_with_type, convert_to_anonymous_field)
240 (convert_for_assignment): Do not remove atomic qualifiers when
241 comparing types.
242 (digest_init): Do not accept initialization of arrays of atomic
243 elements by string constants.
244 (build_asm_expr): Use convert_lvalue_to_rvalue.
245 (build_binary_op): Do not treat _Atomic void as a qualified
246 version of void.
247
0c249d4b
DD
2482013-11-06 DJ Delorie <dj@redhat.com>
249
250 * c-decl.c (locate_old_decl): If a previous conflicting decl is
251 both explicit and builtin, print the location of the explicit one.
252
6d7f7e0a
TB
2532013-11-05 Tobias Burnus <burnus@net-b.de>
254
255 * c-parser.c (c_parser_omp_for, c_parser_omp_parallel,
256 c_parser_omp_distribute, c_parser_omp_teams,
257 c_parser_omp_target, c_parser_omp_declare): Handle
258 -fopenmp-simd.
259
b906f4ca
MP
2602013-11-03 Marek Polacek <polacek@redhat.com>
261
262 * c-decl.c (grokdeclarator): Add VLA instrumentation.
263
ee1d5a02
JJ
2642013-11-01 Jakub Jelinek <jakub@redhat.com>
265
266 * c-typeck.c (c_finish_omp_clauses) <case OMP_CLAUSE_UNIFORM>: Go to
267 check_dup_generic at the end, unless remove is true.
268 (c_finish_omp_clauses) <case OMP_CLAUSE_REDUCTION>: Add break; after
269 remove = true;.
270 (c_finish_omp_clauses) <case OMP_CLAUSE_COPYIN>: Likewise.
271
5a9785fb
JJ
2722013-10-31 Jakub Jelinek <jakub@redhat.com>
273
274 * c-typeck.c (c_finish_omp_clauses): Diagnose aligned clause
275 with decl that is not pointer nor array.
276
939b37da
BI
2772013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
278
279 * c-decl.c (finish_function): Added a call for insert_cilk_frame when
280 a spawning function is found.
281 * c-objc-common.h (LANG_HOOKS_CILKPLUS_GIMPLIFY_SPAWN): New #define.
282 (LANG_HOOKS_CILKPLUS_FRAME_CLEANUP): Likewise.
283 (LANG_HOOKS_CILKPLUS_DETECT_SPAWN_AND_UNWRAP): Likewise.
284 * c-parser.c (c_parser_statement_after_labels): Added RID_CILK_SYNC
285 case.
286 (c_parser_postfix_expression): Added RID_CILK_SPAWN case.
287 * c-typeck.c (build_compound_expr): Reject _Cilk_spawn in a comma
288 expr.
289 (c_finish_return): Added a check to reject _Cilk_spawn in return
290 expression.
291 (build_cilk_spawn): New function.
292 (build_cilk_sync): Likewise.
293 * Makefile.in (c-decl.o): Added cilk.h in dependency list.
294
d4af74d4
TB
2952013-10-27 Tobias Burnus <burnus@net-b.de>
296
297 PR other/33426
298 * c-parser.c (c_parser_while_statement, c_parser_while_statement,
299 c_parser_pragma): Add GCC ivdep support to 'do' and 'while'.
300 (c_parser_statement_after_labels): Update calls.
301
d73749df 3022013-10-24 Tobias Burnus <burnus@net-b.de>
8170608b
TB
303
304 PR other/33426
305 * c-parser.c (c_parser_pragma, c_parser_for_statement):
306 Handle PRAGMA_IVDEP.
307 (c_parser_statement_after_labels): Update call.
308
f28aa681
MP
3092013-10-24 Marek Polacek <polacek@redhat.com>
310
311 * c-parser.c (c_parser_struct_declaration): Add a comment.
312 (c_parser_declarator): Don't allow _Alignas here.
313
0645c1a2
AM
3142013-10-17 Andrew MacLeod <amacleod@redhat.com>
315
316 * c-parser.c: Include omp-low.h.
317 * c-typeck.c: Likewise.
318
568a31f2
MP
3192013-10-17 Marek Polacek <polacek@redhat.com>
320
321 PR c/58267
322 * c-parser.c (c_parser_declspecs): Add alignspec_ok parameter.
323 Document syntax of the array-declarator.
324 (c_parser_declspecs) <RID_ALIGNAS>: Bail out if alignment specs
325 are not permitted.
326 (c_parser_declaration_or_fndef): Adjust c_parser_declspecs call.
327 (c_parser_struct_declaration): Likewise.
328 (c_parser_declarator): Likewise.
329 (c_parser_direct_declarator_inner): Likewise.
330 (c_parser_parameter_declaration): Likewise.
331 (c_parser_type_name): Likewise.
332
acf0174b
JJ
3332013-10-11 Jakub Jelinek <jakub@redhat.com>
334
335 * c-lang.h (current_omp_declare_target_attribute): New extern
336 decl.
337 * c-parser.c: Include c-lang.h.
338 (struct c_parser): Change tokens to c_token *.
339 Add tokens_buf field. Change tokens_avail type to unsigned int.
340 (c_parser_consume_token): If parser->tokens isn't
341 &parser->tokens_buf[0], increment parser->tokens.
342 (c_parser_consume_pragma): Likewise.
343 (enum pragma_context): Add pragma_struct and pragma_param.
344 (c_parser_external_declaration): Adjust
345 c_parser_declaration_or_fndef caller.
346 (c_parser_declaration_or_fndef): Add omp_declare_simd_clauses
347 argument, if it is non-vNULL vector, call c_finish_omp_declare_simd.
348 Adjust recursive call.
349 (c_parser_struct_or_union_specifier): Use pragma_struct instead
350 of pragma_external.
351 (c_parser_parameter_declaration): Use pragma_param instead of
352 pragma_external.
353 (c_parser_compound_statement_nostart, c_parser_label,
354 c_parser_for_statement): Adjust
355 c_parser_declaration_or_fndef callers.
356 (c_parser_expr_no_commas): Add omp_atomic_lhs argument, pass
357 it through to c_parser_conditional_expression.
358 (c_parser_conditional_expression): Add omp_atomic_lhs argument,
359 pass it through to c_parser_binary_expression. Adjust recursive
360 call.
361 (c_parser_binary_expression): Remove prec argument, add
362 omp_atomic_lhs argument instead. Always start from PREC_NONE, if
363 omp_atomic_lhs is non-NULL and one of the arguments of toplevel
364 binop matches it, use build2 instead of parser_build_binary_op.
365 (c_parser_pragma): Handle PRAGMA_OMP_CANCEL,
366 PRAGMA_OMP_CANCELLATION_POINT, PRAGMA_OMP_TARGET,
367 PRAGMA_OMP_END_DECLARE_TARGET, PRAGMA_OMP_DECLARE_REDUCTION.
368 Handle pragma_struct and pragma_param the same as pragma_external.
369 (c_parser_omp_clause_name): Parse new OpenMP 4.0 clause names.
370 (c_parser_omp_variable_list): Parse array sections for
371 OMP_CLAUSE_{DEPEND,MAP,TO,FROM} clauses.
372 (c_parser_omp_clause_collapse): Fully fold collapse expression.
373 (c_parser_omp_clause_reduction): Handle user defined reductions.
374 (c_parser_omp_clause_branch, c_parser_omp_clause_cancelkind,
375 c_parser_omp_clause_num_teams, c_parser_omp_clause_thread_limit,
376 c_parser_omp_clause_aligned, c_parser_omp_clause_linear,
377 c_parser_omp_clause_safelen, c_parser_omp_clause_simdlen,
378 c_parser_omp_clause_depend, c_parser_omp_clause_map,
379 c_parser_omp_clause_device, c_parser_omp_clause_dist_schedule,
380 c_parser_omp_clause_proc_bind, c_parser_omp_clause_to,
381 c_parser_omp_clause_from, c_parser_omp_clause_uniform): New functions.
382 (c_parser_omp_all_clauses): Add finish_p argument. Don't call
383 c_finish_omp_clauses if it is false. Handle new OpenMP 4.0 clauses.
384 (c_parser_omp_atomic): Parse seq_cst clause, pass true if it is
385 present to c_finish_omp_atomic. Handle OpenMP 4.0 atomic forms.
386 (c_parser_omp_for_loop): Add CODE argument, pass it through
387 to c_finish_omp_for. Change last argument to cclauses,
388 and adjust uses to grab parallel clauses from the array of all
389 the split clauses. Adjust c_parser_binary_expression,
390 c_parser_declaration_or_fndef and c_finish_omp_for callers.
391 (omp_split_clauses): New function.
392 (c_parser_omp_simd): New function.
393 (c_parser_omp_for): Add p_name, mask and cclauses arguments.
394 Allow the function to be called also when parsing combined constructs,
395 and call c_parser_omp_simd when parsing for simd.
396 (c_parser_omp_sections_scope): If section-sequence doesn't start with
397 #pragma omp section, require exactly one structured-block instead of
398 sequence of statements.
399 (c_parser_omp_sections): Add p_name, mask and cclauses arguments.
400 Allow the function to be called also when parsing combined constructs.
401 (c_parser_omp_parallel): Add p_name, mask and cclauses arguments.
402 Allow the function to be called also when parsing combined
403 constructs.
404 (c_parser_omp_taskgroup, c_parser_omp_cancel,
405 c_parser_omp_cancellation_point, c_parser_omp_distribute,
406 c_parser_omp_teams, c_parser_omp_target_data,
407 c_parser_omp_target_update, c_parser_omp_target,
408 c_parser_omp_declare_simd, c_finish_omp_declare_simd,
409 c_parser_omp_declare_target, c_parser_omp_end_declare_target,
410 c_parser_omp_declare_reduction, c_parser_omp_declare): New functions.
411 (c_parser_omp_construct): Add p_name and mask vars. Handle
412 PRAGMA_OMP_DISTRIBUTE, PRAGMA_OMP_SIMD, PRAGMA_OMP_TASKGROUP,
413 PRAGMA_OMP_TEAMS. Adjust c_parser_omp_for, c_parser_omp_parallel
414 and c_parser_omp_sections callers.
415 (c_parse_file): Initialize tparser.tokens and the_parser->tokens here.
416 (OMP_FOR_CLAUSE_MASK, OMP_SECTIONS_CLAUSE_MASK,
417 OMP_SINGLE_CLAUSE_MASK): Use OMP_CLAUSE_MASK_1 instead of 1.
418 (OMP_PARALLEL_CLAUSE_MASK): Likewise. Add OMP_CLAUSE_PROC_BIND.
419 (OMP_TASK_CLAUSE_MASK): Use OMP_CLAUSE_MASK_1 instead of 1. Add
420 OMP_CLAUSE_DEPEND.
421 (OMP_SIMD_CLAUSE_MASK, OMP_CANCEL_CLAUSE_MASK,
422 OMP_CANCELLATION_POINT_CLAUSE_MASK, OMP_DISTRIBUTE_CLAUSE_MASK,
423 OMP_TEAMS_CLAUSE_MASK, OMP_TARGET_DATA_CLAUSE_MASK,
424 OMP_TARGET_UPDATE_CLAUSE_MASK, OMP_TARGET_CLAUSE_MASK,
425 OMP_DECLARE_SIMD_CLAUSE_MASK): Define.
426 * c-typeck.c: Include tree-inline.h.
427 (c_finish_omp_cancel, c_finish_omp_cancellation_point,
428 handle_omp_array_sections_1, handle_omp_array_sections,
429 c_clone_omp_udr, c_find_omp_placeholder_r): New functions.
430 (c_finish_omp_clauses): Handle new OpenMP 4.0 clauses and
431 user defined reductions.
432 (c_tree_equal): New function.
433 * c-tree.h (temp_store_parm_decls, temp_pop_parm_decls,
434 c_finish_omp_cancel, c_finish_omp_cancellation_point, c_tree_equal,
435 c_omp_reduction_id, c_omp_reduction_decl, c_omp_reduction_lookup,
436 c_check_omp_declare_reduction_r): New prototypes.
437 * c-decl.c (current_omp_declare_target_attribute): New variable.
438 (c_decl_attributes): New function.
439 (start_decl, start_function): Use it instead of decl_attributes.
440 (temp_store_parm_decls, temp_pop_parm_decls, c_omp_reduction_id,
441 c_omp_reduction_decl, c_omp_reduction_lookup,
442 c_check_omp_declare_reduction_r): New functions.
443
0a6c2227
TT
4442013-09-25 Tom Tromey <tromey@redhat.com>
445
446 * Make-lang.in (c/gccspec.o): Remove.
447 (CFLAGS-c/gccspec.o): New variable.
448 (cc1-checksum.o, C_TREE_H, c/c-aux-info.o, c/c-convert.o)
449 (c/c-decl.o, c/c-errors.o, c/c-lang.o, c/c-objc-common.o)
450 (c/c-parser.o, c/c-typeck.o, c/c-array-notation.o): Remove.
451
f3bc55f0
TT
4522013-09-25 Tom Tromey <tromey@redhat.com>
453
454 * Make-lang.in (c/gccspec.o): Don't use subshell.
455
a24d975c
MP
4562013-09-18 Marek Polacek <polacek@redhat.com>
457
458 PR sanitize/58443
459 * c-typeck.c (build_binary_op): Properly honor -fsanitize options.
460 Remove unnecessary check.
461
ce6923c5
MP
4622013-09-18 Marek Polacek <polacek@redhat.com>
463
464 PR sanitizer/58411
465 * c-typeck.c (build_binary_op): Don't sanitize function if it has the
466 no_sanitize_undefined attribute.
467
a1e51df9
KT
4682013-09-13 Kai Tietz <ktietz@redhat.com>
469
470 PR target/57848
471 * c-decl.c (c_builtin_function_ext_scope): Remove
472 wrong assumption that it is never called on prexisting
473 symbol.
474
0af94e6f
JR
4752013-09-08 Joern Rennecke <joern.rennecke@embecosm.com>
476
477 * c-typeck.c (build_binary_op): Use vector_types_compatible_elements_p.
478
20059c8b
GDR
4792013-09-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
480
481 * c-objc-common.c (c_tree_printer): Tidy.
482
de5a5fa1
MP
4832013-08-30 Marek Polacek <polacek@redhat.com>
484
485 * c-typeck.c (build_binary_op): Add division by zero and shift
486 instrumentation.
487
2531a1d9 4882013-08-26 Joern Rennecke <joern.rennecke@embecosm.com>
0fdd4508 489 Joseph Myers <joseph@codesourcery.com>
2531a1d9 490
6e2bcc98 491 PR c/35649
2531a1d9
JR
492 * c-typeck.c (c_common_type): Prefer double_type_node over
493 other REAL_TYPE types with the same precision.
494 (convert_arguments): Likewise.
495
025311c4
GDR
4962013-08-23 Gabriel Dos Reis <gdr@integrable-solutions.net>
497
498 * c-objc-common.c (c_tree_printer): Document the nature of the cast.
499 (c_initialize_diagnostics): Call a destructor for the early printer.
500
da6ca2b5
GDR
5012013-08-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
502
503 * c-objc-common.c (c_initialize_diagnostics): Simplify C pretty
504 printer initialization.
505
318cda85 5062013-08-19 Balaji V. Iyer <balaji.v.iyer@intel.com>
da6ca2b5 507
318cda85
BI
508 PR c/57490
509 * c-array-notation.c (fix_conditional_array_notations_1): Added a
510 check for truth values.
511 (expand_array_notation_exprs): Added truth values case. Removed an
512 unwanted else. Added for-loop to walk through subtrees in default
513 case.
514
b066401f
GDR
5152013-08-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
516
517 * c-objc-common.c (c_initialize_diagnostics): Don't call pp_base.
518
fb48aadc
JM
5192013-07-23 Joseph Myers <joseph@codesourcery.com>
520
521 * c-parser.c (struct c_generic_association): Fix typo.
522
433cc7b0
TT
5232013-07-23 Tom Tromey <tromey@redhat.com>
524 Joseph Myers <joseph@codesourcery.com>
525
526 * c-parser.c (struct c_generic_association): New.
527 (c_generic_association_d): New typedef.
528 (c_parser_generic_selection): New function.
529 (c_parser_postfix_expression): Handle RID_GENERIC.
530
26d40c3d
JM
5312013-07-13 Jason Merrill <jason@redhat.com>
532
533 PR c++/57793
534 * c-decl.c (finish_struct): Check for too-large class.
535
ecdbd01a 5362013-07-04 Joern Rennecke <joern.rennecke@embecosm.com>
40d3d530
JR
537
538 PR c/57821
539 * c-typeck.c (set_init_index): When folding, check for index overflow.
540
1141ed3f
BI
5412013-06-28 Balaji V. Iyer <balaji.v.iyer@intel.com>
542
543 * c-parser.c (c_parser_array_notation): Removed rejection of array
544 notations in an array of function pointers.
545
713b46fa
BI
5462013-06-21 Balaji V. Iyer <balaji.v.iyer@intel.com>
547
548 * c-array-notation.c (make_triplet_val_inv): New function.
549 (create_cmp_incr): Likewise.
550 (create_array_refs): Likewise.
551 (fix_builtin_array_notation_fn): Replaced all mallocs with tree vec.
552 Also modularized common parts between functions and called the function.
553 (build_array_notation_expr): Likewise.
554 (fix_conditional_array_notations_1): Likewise.
555 (fix_array_notation_expr): Likewise.
556 (fix_array_notation_call_expr): Likewise.
557
92f20202
MP
5582013-06-18 Marek Polacek <polacek@redhat.com>
559
560 PR c/57630
561 * c-decl.c (check_for_loop_decls): Improve diagnostics messages.
562
73a23b06
BI
5632013-06-12 Balaji V. Iyer <balaji.v.iyer@intel.com>
564
565 * c-array-notation.c (build_array_notation_expr): Reject array notation
566 mismatch between LHS and RHS even inside a call_expr. Also, removed
567 a couple while statements that were dead code.
568
00b8517d
BI
5692013-06-10 Balaji V. Iyer <balaji.v.iyer@intel.com>
570
571 * c-array-notation.c (fix_builtin_array_notation_fn): Fully folded
572 excessive precision expressions in function parameters. Also removed
573 couple unwanted while statements.
574
1509bdda
BI
5752013-06-07 Balaji V. Iyer <balaji.v.iyer@intel.com>
576
577 * c-array-notation.c (expand_array_notation_exprs): Added
578 ARRAY_NOTATION_REF case.
579
d60f1706
BI
5802013-06-07 Balaji V. Iyer <balaji.v.iyer@intel.com>
581
582 * c-array-notation.c (length_mismatch_in_expr_p): Moved this
583 function to c-family/array-notation-common.c.
584 (is_cilkplus_reduce_builtin): Likewise.
585 (find_rank): Likewise.
586 (extract_array_notation_exprs): Likewise.
587 (replace_array_notations): Likewise.
588 (find_inv_trees): Likewise.
589 (replace_inv_trees): Likewise.
590 (contains_array_notation_expr): Likewise.
591 (find_correct_array_notation_type): Likewise.
592 (replace_invariant_exprs): Initialized additional_tcodes to NULL.
593 (struct inv_list): Moved this to c-family/array-notation-common.c.
594 * c-tree.h (is_cilkplus_builtin_reduce): Remove prototype.
595
6d6efbb3
BI
5962013-06-05 Balaji V. Iyer <balaji.v.iyer@intel.com>
597
598 * c-typeck.c (convert_arguments): Moved checking of builtin cilkplus
599 reduction functions outside the for-loop. Added a check if the fundecl
600 is non-NULL. Finally, removed an unwanted if-statement, and made the
601 body unconditional.
602
25c22937
BI
6032013-06-03 Balaji V. Iyer <balaji.v.iyer@intel.com>
604
605 * c-typeck.c (c_finish_if_stmt): Added a check to see if the rank of the
606 condition of the if-statement matches the rank of else-block and then-
607 block when array notations are used.
608 * c-parser.c (c_parser_declaration_or_fndef): Expanded array notation
609 expression after the entire function body is parsed.
610 (c_parser_expr_no_commas): Delayed creating array notation expressions
611 to the end of function parsing.
612 * c-array-notation.c (fix_conditional_array_notations_1): Expanded the
613 whole if-statement instead of just the condition.
614 (expand_array_notation_exprs): Added MODIFY_EXPR case.
615
edd25645
BI
6162013-06-03 Balaji V. Iyer <balaji.v.iyer@intel.com>
617
618 PR c/57474
619 * c-array-notation.c (build_array_notation_expr): Initialized rhs_length
620 array to NULL_TREE if they are unused. Also added a check for the
621 field to be NULL before its fields are used in future.
622
065ce7f1
RO
6232013-05-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
624
625 PR bootstrap/57450
626 * c-array-notation.c (length_mismatch_in_expr_p): Use absu_hwi.
627 (build_array_notation_expr): Likewise.
628
36536d79
BI
6292013-05-28 Balaji V. Iyer <balaji.v.iyer@intel.com>
630
631 * c-typeck.c (build_array_ref): Added a check to see if array's
632 index is greater than one. If true, then emit an error.
633 (build_function_call_vec): Exclude error reporting and checking
634 for builtin array-notation functions.
635 (convert_arguments): Likewise.
636 (c_finish_return): Added a check for array notations as a return
637 expression. If true, then emit an error.
638 (c_finish_loop): Added a check for array notations in a loop
639 condition. If true then emit an error.
640 (lvalue_p): Added a ARRAY_NOTATION_REF case.
641 (build_binary_op): Added a check for array notation expr inside
642 op1 and op0. If present, we call another function to find correct
643 type.
644 * Make-lang.in (C_AND_OBJC_OBJS): Added c-array-notation.o.
645 * c-parser.c (c_parser_compound_statement): Check if array
646 notation code is used in tree, if so, then transform them into
647 appropriate C code.
648 (c_parser_expr_no_commas): Check if array notation is used in LHS
649 or RHS, if so, then build array notation expression instead of
650 regular modify.
651 (c_parser_postfix_expression_after_primary): Added a check for
652 colon(s) after square braces, if so then handle it like an array
653 notation. Also, break up array notations in unary op if found.
654 (c_parser_direct_declarator_inner): Added a check for array
655 notation.
656 (c_parser_compound_statement): Added a check for array notation in
657 a stmt. If one is present, then expand array notation expr.
658 (c_parser_if_statement): Likewise.
659 (c_parser_switch_statement): Added a check for array notations in
660 a switch statement's condition. If true, then output an error.
661 (c_parser_while_statement): Similarly, but for a while.
662 (c_parser_do_statement): Similarly, but for a do-while.
663 (c_parser_for_statement): Similarly, but for a for-loop.
664 (c_parser_unary_expression): Check if array notation is used in a
665 pre-increment or pre-decrement expression. If true, then expand
666 them.
667 (c_parser_array_notation): New function.
668 * c-array-notation.c: New file.
669 * c-tree.h (is_cilkplus_reduce_builtin): Protoize.
670
cd192ccc
MS
6712013-05-23 Mike Stump <mikestump@comcast.net>
672
673 * c-typeck.c (convert_for_assignment): Handle references to memory
674 spaces better.
675
427b248d
JM
6762013-05-16 Jason Merrill <jason@redhat.com>
677
678 * Make-lang.in (cc1$(exeext)): Use link mutex.
679
44d90fe1
PC
6802013-04-24 Paolo Carlini <paolo.carlini@oracle.com>
681
682 * c-typeck.c (pointer_diff): Change -Wpointer-arith pedwarns
683 to simply use OPT_Wpointer_arith.
684 (build_unary_op): Likewise.
685
4e7d7b3d
JJ
6862013-04-03 Jakub Jelinek <jakub@redhat.com>
687
688 PR c/19449
689 * c-parser.c (c_parser_get_builtin_args): Add choose_expr_p
690 argument. If set, or it temporarily for parsing of the first
691 argument into force_folding_builtin_constant_p.
692 (c_parser_postfix_expression): Adjust callers.
693
839b422f
RB
6942013-03-21 Richard Biener <rguenther@suse.de>
695
696 * c-objc-common.c (c_tree_printer): Use DECL_HAS_DEBUG_EXPR_P
697 instead of DECL_DEBUG_EXPR_IS_FROM. Guard properly.
698
2ee028f1
MP
6992013-02-12 Marek Polacek <polacek@redhat.com>
700
701 PR c/44938
702 * c-parser.c (c_parser_postfix_expression_after_primary): Initialize
703 origtypes to NULL.
704
8824edff
JJ
7052013-01-24 Jakub Jelinek <jakub@redhat.com>
706
707 PR c/56078
708 * c-typeck.c (set_nonincremental_init_from_string): If
709 constructor_max_index is NULL, treat it as if tree_int_cst_lt
710 returned false.
711 (process_init_element): Likewise.
712
eadd3d0d
JJ
7132012-12-20 Jakub Jelinek <jakub@redhat.com>
714
715 PR c++/55619
716 * c-parser.c (c_parser_asm_operands): Remove CONVERT_P
717 argument, don't call default_function_array_conversion
718 nor c_fully_fold here.
719 (c_parser_asm_statement): Adjust callers.
720 * c-typeck.c (build_asm_expr): Call c_fully_fold on inputs
721 and outputs here, and call default_function_array_conversion
722 on inputs that don't need to be addressable.
723
f8a93a2e
JJ
7242012-12-18 Jakub Jelinek <jakub@redhat.com>
725
726 PR c/39464
727 * c-typeck.c (convert_for_assignment): For -Wpointer-sign
728 warning require that both c_common_unsigned_type as well as
729 c_common_signed_type is the same for both mvl and mvr types.
730
9771b263
DN
7312012-11-16 Diego Novillo <dnovillo@google.com>
732
733 Adjust for new vec API (http://gcc.gnu.org/wiki/cxx-conversion/cxx-vec)
734
735 * c-common.c: Use new vec API in vec.h.
736 * c-common.h: Likewise.
737 * c-gimplify.c: Likewise.
738 * c-pragma.c: Likewise.
739 * c-pretty-print.c: Likewise.
740 * c-pretty-print.h: Likewise.
741 * c-semantics.c: Likewise.
742 * c-decl.c: Likewise.
743 * c-parser.c: Likewise.
744 * c-tree.h: Likewise.
745 * c-typeck.c: Likewise.
746
880661a4
JW
7472012-10-29 Jonathan Wakely <jwakely.gcc@gmail.com>
748
749 PR c++/54930
750 * c-typeck.c (c_finish_return): Use OPT_Wreturn_local_addr.
751
077d1abe
MLI
7522012-10-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
753
754 PR c/53066
755 * c-decl.c (warn_if_shadowing): Do not warn if a variable
756 shadows a function, unless the variable is a function or a
757 pointer-to-function.
758
3a785c97
JJ
7592012-10-12 Jakub Jelinek <jakub@redhat.com>
760
761 PR c/54381
762 * c-parser.c (struct c_tree_loc_pair): Removed.
763 (c_parser_expr_list): Remove struct c_tree_loc_pair * argument,
764 add location_t * and tree * arguments, fill in array of 3
765 sizeof_arg trees and corresponding locs.
766 (c_parser_attributes, c_parser_objc_keywordexpr): Adjust
767 c_parser_expr_list callers.
768 (c_parser_postfix_expression_after_primary): Likewise. Pass
769 array of 3 sizeof_arg trees and locs (corresponding to first
770 3 arguments) to sizeof_pointer_memaccess_warning.
771
703c8606
LC
7722012-10-09 Lawrence Crowl <crowl@google.com>
773
774 * Make-lang.in (c-decl.o): Add dependence on hash-table.h.
775 * c-decl.c (detect_field_duplicates_hash): Change to new type-safe
776 hash table.
777
5d9de0d0
PC
7782012-10-09 Paolo Carlini <paolo.carlini@oracle.com>
779
780 PR c++/54194
781 * c-typeck.c (parser_build_binary_op): Update warn_about_parentheses
782 call.
783
a212e43f
MG
7842012-10-09 Marc Glisse <marc.glisse@inria.fr>
785
786 PR c++/54427
787 * c-typeck.c: Include c-common.h.
788 (enum stv_conv): Moved to c-common.h.
789 (scalar_to_vector): Moved to c-common.c.
790 (build_binary_op): Adapt to scalar_to_vector's new prototype.
791 * Make-lang.in: c-typeck.c depends on c-common.h.
792
3b78de56
AC
7932012-10-04 Arnaud Charlet <charlet@adacore.com>
794
795 * c-decl.c (c_write_global_declarations): Fix handling of
796 -fdump-ada-spec*.
797
78c60e3d
SS
7982012-09-30 Sharad Singhai <singhai@google.com>
799
800 * c-decl.c (c_write_global_declarations): Use a different method
801 to determine if the dump has ben initialized.
802
9f33203d
JM
8032012-09-14 Joseph Myers <joseph@codesourcery.com>
804
805 PR c/54552
806 * c-typeck.c (c_cast_expr): When casting to a type requiring
807 C_MAYBE_CONST_EXPR to be created, pass the inner expression to
808 c_fully_fold first.
809
a27d595d
JM
8102012-09-14 Joseph Myers <joseph@codesourcery.com>
811
812 PR c/54103
813 * c-typeck.c (build_unary_op): Pass original argument of
814 TRUTH_NOT_EXPR to c_objc_common_truthvalue_conversion, then remove
815 any C_MAYBE_CONST_EXPR, if it has integer operands.
816 (build_binary_op): Pass original arguments of TRUTH_ANDIF_EXPR,
817 TRUTH_ORIF_EXPR, TRUTH_AND_EXPR, TRUTH_OR_EXPR and TRUTH_XOR_EXPR
818 to c_objc_common_truthvalue_conversion, then remove any
819 C_MAYBE_CONST_EXPR, if they have integer operands. Use
820 c_objc_common_truthvalue_conversion not
821 c_common_truthvalue_conversion.
822 (c_objc_common_truthvalue_conversion): Build NE_EXPR directly and
823 call note_integer_operands for arguments with integer operands
824 that are not integer constants.
825
9feb29df
JJ
8262012-09-13 Jakub Jelinek <jakub@redhat.com>
827
828 PR c/54559
829 * c-typeck.c (c_finish_return): Do convert to BOOLEAN_TYPE or
830 COMPLEX_TYPE with in_late_binary_op set temporarily to true.
831
d409320c
JJ
8322012-08-31 Jakub Jelinek <jakub@redhat.com>
833
834 PR c/54428
835 * c-convert.c (convert): Don't call fold_convert_loc if
836 TYPE_MAIN_VARIANT of a COMPLEX_TYPE is the same, unless e
837 is a COMPLEX_EXPR. Remove TYPE_MAIN_VARIANT check from
838 COMPLEX_TYPE -> COMPLEX_TYPE conversion.
839
6265d07c
JJ
8402012-08-24 Jakub Jelinek <jakub@redhat.com>
841
842 PR c/54355
843 * c-decl.c (c_parser_label): Pass true as nested and fix up comments
844 for nested and empty_ok arguments in the call to
845 c_parser_declaration_or_fndef.
846
1a4049e7
JJ
8472012-08-17 Jakub Jelinek <jakub@redhat.com>
848
849 * c-tree.h (c_last_sizeof_arg): Declare.
850 * c-parser.c (struct c_tree_loc_pair): New type.
851 (c_parser_expr_list): Add sizeof_arg argument. Fill it in if
852 non-NULL.
853 (c_parser_attributes, c_parser_objc_keywordexpr): Adjust callers.
854 (c_parser_postfix_expression_after_primary): Likewise. Call
855 sizeof_pointer_memaccess_warning if needed.
856 (sizeof_ptr_memacc_comptypes): New function.
857 * c-typeck.c (c_last_sizeof_arg): New global variable.
858 (c_expr_sizeof_expr, c_expr_sizeof_type): Initialize it.
859
0229aee9
UB
8602012-07-24 Uros Bizjak <ubizjak@gmail.com>
861
862 * c-lang.h (lang_decl): Add variable_size GTY option.
863
7ee2468b
SB
8642012-07-16 Steven Bosscher <steven@gcc.gnu.org>
865
866 * c-decl.c: Include dumpfile.h instead of tree-dump.h.
867 * Make-lang.in: Fix dependencies.
868
d4a10d0a
SB
8692012-06-29 Steven Bosscher <steven@gcc.gnu.org>
870
871 * Make-lang.in: New file, rules migrated from gcc/Makefile.in
872 and add language Makefile hooks.
873 * config-lang.in: New file.
874 * c-config-lang.in: Moved from gcc/config-lang.in to here, and
875 add the required "normal" config-lang.in rules.
876 * c-lang.h: Moved from gcc/ to here.
877 * c-tree.h: Likewise.
878 * c-objc-common.c: Likewise.
879 * c-objc-common.h: Likewise.
880 * c-typeck.c: Likewise.
881 * c-convert.c: Likewise.
882 * c-lang.c: Likewise.
883 * c-aux-info.c: Likewise.
884 * c-errors.c: Likewise.
885 * gccspec.c: Likewise.
886 * c-decl.c: Likewise. Include gt-c-c-decl.h, not gt-c-decl.h.
887 * c-parser.c: Likewise. Include gt-c-c-parser.h, not gt-c-parser.h.
888\f
d1e082c2 889Copyright (C) 2012-2013 Free Software Foundation, Inc.
d4a10d0a
SB
890
891Copying and distribution of this file, with or without modification,
892are permitted in any medium without royalty provided the copyright
893notice and this notice are preserved.