]> gcc.gnu.org Git - gcc.git/blob - gcc/cp/ChangeLog
re PR c++/34158 (Template delete doesn't call if exception thrown in constructor)
[gcc.git] / gcc / cp / ChangeLog
1 2009-11-09 Jason Merrill <jason@redhat.com>
2
3 PR c++/34158
4 PR c++/36406
5 * call.c (non_placement_deallocation_fn_p): Split out...
6 (build_op_delete_call): ...from here. Use instantiate_type
7 for placement delete. Simplify logic.
8 * pt.c (primary_template_instantiation_p): Non-static.
9 * cp-tree.h: Declare it.
10
11 PR c++/41972
12 * parser.c (cp_parser_template_argument): Accept SCOPE_REF around
13 VAR_DECL.
14
15 PR c++/41994
16 * pt.c (tsubst_baselink): tsubst the name.
17
18 2009-11-07 Jason Merrill <jason@redhat.com>
19
20 PR c++/37920
21 * pt.c (tsubst) [TYPEOF_TYPE]: Set cp_unevaluated_operand.
22
23 PR c++/18451
24 PR c++/40738
25 * cp-tree.h (cp_decl_specifier_seq): Add any_type_specifiers_p.
26 * parser.c (cp_parser_single_declaration): Call
27 cp_parser_parse_and_diagnose_invalid_type_name here, too.
28 (cp_parser_parameter_declaration): And here.
29 (cp_parser_parse_and_diagnose_invalid_type_name): Be
30 less picky about declarator form. Don't skip to
31 the end of the block if we're in a declarator.
32 (cp_parser_decl_specifier_seq): Set any_type_specifiers_p.
33 (cp_parser_simple_declaration): Check it.
34 (cp_parser_member_declaration): Likewise.
35 (cp_parser_diagnose_invalid_type_name): Tweak error message.
36 (cp_parser_expression_statement): Likewise.
37 * decl2.c (grokfield): Mention decltype instead of typeof.
38
39 2009-11-06 Jason Merrill <jason@redhat.com>
40
41 PR c++/15946
42 * parser.c (cp_parser_check_template_parameters): Don't talk about
43 specialization at function scope.
44 (cp_parser_diagnose_invalid_type_name): Handle dependent scope.
45 (cp_parser_parse_and_diagnose_invalid_type_name): Likewise.
46 (cp_parser_expression_statement): Suggest typename.
47 * error.c (dump_decl) [SCOPE_REF]: Print the type here.
48 (dump_expr) [SCOPE_REF]: Call it.
49 (dump_type) [UNBOUND_CLASS_TEMPLATE]: Check TFF_UNQUALIFIED_NAME.
50 * cxx-pretty-print.c (pp_cxx_unqualified_id): Print class template
51 args.
52
53 PR c++/9381
54 * decl2.c (build_memfn_type): Preserve attributes.
55 (cp_reconstruct_complex_type): Likewise.
56 (maybe_retrofit_in_chrg): Likewise.
57 * class.c (adjust_clone_args): Likewise.
58 * call.c (standard_conversion): Use build_memfn_type.
59 * pt.c (tsubst): Likewise.
60 * decl.c (build_ptrmem_type): Likewise
61 (check_function_type): Preserve attributes.
62 * tree.c (cp_build_type_attribute_variant): Propagate exception
63 specs on METHOD_TYPE, too.
64 (strip_typedefs): Preserve exception specs and attributes.
65
66 2009-11-06 Andrew Pinski <andrew_pinski@playstation.sony.com>
67
68 PR c++/41536
69 * optimize.c (maybe_clone_body): Copy DECL_ATTRIBUTES and
70 DECL_DISREGARD_INLINE_LIMITS also.
71
72 2009-11-06 Jakub Jelinek <jakub@redhat.com>
73
74 PR c++/41967
75 * parser.c (cp_parser_omp_for_loop): After diagnosing not perfectly
76 nested loop and parsing statements, don't cp_parser_require }, instead
77 exit the loop if next token is CPP_EOF.
78
79 2009-11-05 Jason Merrill <jason@redhat.com>
80
81 PR c++/34180
82 * method.c (do_build_copy_constructor): Don't drop cv-quals from
83 the field type.
84
85 PR c++/7046
86 * class.c (finish_struct): Store maximum_field_alignment in
87 TYPE_PRECISION.
88 * pt.c (instantiate_class_template): Set maximum_field_alignment.
89
90 PR c++/34870
91 * name-lookup.c (arg_assoc_class): Call complete_type.
92 * pt.c (instantiate_class_template): Call uses_template_parms
93 instead of dependent_type_p.
94
95 PR c++/41703
96 * pt.c (check_undeduced_parms): New subroutine of...
97 (more_specialized_fn): ...here. Undeduced template parms can make
98 a template less specialized than another.
99
100 2009-11-04 Jason Merrill <jason@redhat.com>
101
102 PR c++/39413
103 * search.c (lookup_base): Don't complete_type (base).
104
105 PR c++/35067
106 * method.c (use_thunk): Check DECL_WEAK as well as
107 DECL_ONE_ONLY.
108
109 PR c++/17365, DR 218
110 * name-lookup.c (add_function): Ignore non-functions.
111
112 2009-11-03 Jason Merrill <jason@redhat.com>
113
114 PR c++/36959
115 * decl2.c (cxx_callgraph_analyze_expr): Don't reference a function
116 just because a static variable in it is needed unless -frepo.
117
118 PR c++/41876
119 * parser.c (cp_parser_type_specifier_seq): Rename is_condition to
120 is_declaration.
121 (cp_parser_exception_declaration): Pass true.
122 (cp_parser_omp_for_loop): Likewise.
123
124 PR c++/41927
125 * typeck.c (build_x_binary_op): Don't do warn_parentheses
126 if we're in a SFINAE context.
127
128 PR c++/41815
129 * call.c (build_call_a): Strip cv-quals from rvalue result.
130
131 PR c++/40944
132 * call.c (initialize_reference): Add complain parm.
133 * typeck.c (convert_for_initialization): Pass it.
134 * decl.c (grok_reference_init): Likewise.
135 * cp-tree.h: Declare it.
136
137 PR c++/40687
138 * pt.c (do_auto_deduction): Diagnose inconsistent deduction.
139
140 2009-11-02 Dodji Seketeli <dodji@redhat.com>
141
142 PR c++/37093
143 * pt.c (check_valid_ptrmem_cst_expr): New function.
144 (convert_nontype_argument): Use it to output an error for
145 illegal pointer to member expressions used as template arguments.
146
147 2009-11-02 Jason Merrill <jason@redhat.com>
148
149 Restrict DR 757 change to C++0x mode.
150 * decl2.c (mark_used): Check cxx_dialect.
151 * decl.c (grokfndecl): Do check type linkage in C++98 mode.
152 (grokvardecl): Likewise.
153 * pt.c (check_instantiated_arg): Likewise.
154
155 2009-11-02 Jakub Jelinek <jakub@redhat.com>
156
157 PR c++/41774
158 * name-lookup.c (handle_namespace_attrs): Pass 1 as last argument to
159 push_visibility.
160 * parser.c (cp_parser_namespace_definition): Pass 1 as argument to
161 pop_visibility.
162 * rtti.c (push_abi_namespace): Pass 2 as last argument to
163 push_visibility.
164 (pop_abi_namespace): Pass 2 as argument to pop_visibility.
165
166 2009-10-31 Jason Merrill <jason@redhat.com>
167
168 * tree.c (cv_unqualified): New fn.
169 * cp-tree.h: Declare it.
170 * typeck.c (decay_conversion): Use it instead of TYPE_MAIN_VARIANT.
171
172 * rtti.c (tinfo_name): Fix lengths for private case.
173
174 2009-10-31 Jason Merrill <jason@redhat.com>
175
176 PR c++/41754
177 * call.c (compare_ics): Avoid bad union use when
178 comparing two ck_lists.
179
180 2009-10-30 Jerry Quinn <jlquinn@optonline.net>
181
182 * mangle.c (mangle_type_string_for_rtti): Reapply 153734.
183 (needs_fake_anon): Likewise.
184 (write_name): Likewise.
185 (write_nested_name): Likewise.
186 * cp-tree.h (mangle_type_string_for_rtti): Likewise.
187 (get_anonymous_namespace): Likewise.
188 * name-lookup.c (get_anonymous_namespace_name): Likewise.
189 * rtti.c (tinfo_name): Likewise, with +1 in the second
190 build_string call fixed.
191 (tinfo_base_init): Likewise.
192
193 2009-10-30 Jason Merrill <jason@redhat.com>
194
195 Revert:
196 * decl.c (cp_fname_init): Correct build_string argument.
197
198 2009-10-30 Jerry Quinn <jlquinn@optonline.net>
199
200 * mangle.c (mangle_type_string_for_rtti): Revert 153734.
201 (needs_fake_anon): Likewise.
202 (write_name): Likewise.
203 (write_nested_name): Likewise.
204 * cp-tree.h (mangle_type_string_for_rtti): Likewise.
205 (get_anonymous_namespace): Likewise.
206 * name-lookup.c (get_anonymous_namespace_name): Likewise.
207 * rtti.c (tinfo_name): Likewise.
208 (tinfo_base_init): Likewise.
209
210 2009-10-30 Dodji Seketeli <dodji@redhat.com>
211
212 PR c++/41863
213 * pt.c (iterative_hash_template_arg): articifial parms
214 don't have DECL_PARM_INDEX set. Do not hash it.
215
216 2009-10-28 Jerry Quinn <jlquinn@optonline.net>
217
218 * mangle.c (mangle_type_string_for_rtti): Revert r149964.
219 (needs_fake_anon): Likewise.
220 (write_name): Likewise.
221 (write_nested_name): Likewise.
222 * cp-tree.h (mangle_type_string_for_rtti): Likewise.
223 (get_anonymous_namespace): Likewise.
224 * name-lookup.c (get_anonymous_namespace_name): Likewise.
225 * rtti.c (tinfo_name): Insert '*' in front of private names.
226 (tinfo_base_init): Use it.
227
228 2009-10-28 Jason Merrill <jason@redhat.com>
229
230 Core issue 812, 861
231 * name-lookup.c (set_decl_namespace): Deal properly with inline
232 namespaces.
233 (qualified_lookup_using_namespace): Overhaul.
234 * pt.c (print_candidates): Handle getting an OVERLOAD.
235
236 2009-10-28 Jason Merrill <jason@redhat.com>
237
238 * decl.c (cp_fname_init): Correct build_string argument.
239
240 2009-10-27 Jason Merrill <jason@redhat.com>
241
242 Allow no-capture lambdas to convert to function pointer.
243 * semantics.c (maybe_add_lambda_conv_op): New.
244 * parser.c (cp_parser_lambda_expression): Call it.
245 (cp_parser_lambda_declarator_opt): Make op() static if
246 no captures.
247 * mangle.c (write_closure_type_name): Adjust.
248 * semantics.c (finish_this_expr): Adjust.
249 * decl.c (grok_op_properties): Allow it.
250 * call.c (build_user_type_conversion_1): Handle static conversion op.
251 (build_op_call): And op().
252
253 2009-10-26 Jakub Jelinek <jakub@redhat.com>
254
255 PR debug/41828
256 * cp-lang.c (cxx_dwarf_name): Return NULL instead of
257 <anonymous ...> for anonymous aggregate names.
258
259 2009-10-26 Jason Merrill <jason@redhat.com>
260
261 PR c++/38796, Core issue 906
262 * cp-tree.h (DECL_DEFAULTED_OUTSIDE_CLASS_P): New.
263 (DECL_DEFAULTED_IN_CLASS_P): New.
264 * class.c (user_provided_p): Non-static.
265 (check_methods): Use it.
266 (check_bases_and_members): Check defaulted fns.
267 (defaultable_fn_p): Move and rename to...
268 * method.c (defaultable_fn_check): ...this.
269 (defaulted_late_check): New.
270 * pt.c (tsubst_decl): Call it.
271 * decl2.c (grokfield): Adjust.
272 * decl.c (cp_finish_decl): Adjust.
273 (grok_special_member_properties): Use user_provided_p.
274
275 2009-10-26 Dodji Seketeli <dodji@redhat.com>
276
277 PR c++/41785
278 * pt.c (template_args_equal): Handle comparison of
279 an ARGUMENT_PACK_SELECT node with the arguments node it selects into.
280 * cp-tree.def: Fix a typo in the description of TYPE_PACK_EXPANSION.
281
282 2009-10-26 Dodji Seketeli <dodji@redhat.com>
283
284 PR c++/41020
285 * decl.c (decls_match): Use DECL_IS_BUILTIN instead of
286 DECL_BUILT_IN.
287
288 2009-10-23 Dodji Seketeli <dodji@redhat.com>
289
290 PR c++/40808
291 * mangle.c (write_template_args): Allow mangling of empty template
292 argument list. Updated function comments.
293
294 2009-10-23 Jason Merrill <jason@redhat.com>
295
296 * semantics.c (lambda_expr_this_capture): Use thisify_lambda_field.
297
298 * semantics.c (outer_lambda_capture_p): New fn.
299 (thisify_lambda_field): Factor out...
300 (add_default_capture): ...from here.
301 (finish_id_expression): Use them.
302
303 Core issue 899
304 * call.c (add_function_candidate): Only permit explicit conversion
305 ops if copy ctor was called with a single argument.
306
307 * call.c (initialize_reference): Tweak error message.
308
309 2009-10-21 Jakub Jelinek <jakub@redhat.com>
310
311 * mangle.c (finish_mangling_get_identifier): Use
312 obstack_base (mangle_obstack) instead of name_base.
313
314 2009-10-19 Jakub Jelinek <jakub@redhat.com>
315
316 * parser.c (cp_lexer_print_token, cp_parser_is_string_literal,
317 cp_parser_string_literal, cp_parser_primary_expression): Likewise.
318 (cp_lexer_get_preprocessor_token): Use C_LEX_STRING_JOIN instead
319 of C_LEX_RAW_STRINGS.
320
321 2009-10-15 Jason Merrill <jason@redhat.com>
322
323 PR c++/38888
324 * error.c (dump_template_bindings): Wrap argument packs in {}.
325
326 PR c++/38798
327 * parser.c (CP_PARSER_FLAGS_NO_TYPE_DEFINITIONS): New.
328 (cp_parser_type_specifier): Don't try to parse a class-specifier
329 or enum-specifier in that case.
330 (cp_parser_trailing_type_id): New.
331 (cp_parser_late_return_type_opt): Call it.
332 (cp_parser_type_id_1): Add is_trailing_return parm.
333 (cp_parser_type_specifier_seq): Likewise.
334
335 2009-10-14 Jason Merrill <jason@redhat.com>
336
337 PR c++/39866
338 * call.c (print_z_candidates): Don't print deleted candidates.
339 (print_z_candidate): Note deleted candidates.
340
341 2009-10-14 Larry Evans <cppljevans@suddenlink.net>
342
343 PR c++/40092
344 * tree.c (cp_tree_equal): Add test for TEMPLATE_PARM_PARAMETER_PACK
345 equality.
346
347 2009-10-12 Jason Merrill <jason@redhat.com>
348
349 PR c++/37875
350 * parser.c (cp_parser_decltype): Set greater_than_is_operator_p.
351
352 PR c++/37766
353 * pt.c (type_unification_real): Call convert_template_argument
354 for function default template arguments.
355 (check_default_tmpl_args): Suggest -std=c++0x when function default
356 template args seen in C++98 mode.
357
358 2009-10-11 Jason Merrill <jason@redhat.com>
359
360 PR c++/37204
361 * typeck.c (build_reinterpret_cast_1): Handle rvalue refs
362 properly.
363
364 2009-10-11 Richard Guenther <rguenther@suse.de>
365
366 * tree.c (cp_free_lang_data): Drop anonymous aggregate names.
367
368 2009-10-08 Jason Merrill <jason@redhat.com>
369
370 PR c++/36816
371 * pt.c (maybe_adjust_types_for_deduction): Do rvalue ref adjustment
372 even when DEDUCE_EXACT.
373
374 PR c++/37177
375 * pt.c (resolve_nondeduced_context): New.
376 * cvt.c (convert_to_void): Call it.
377 * semantics.c (finish_decltype_type): Likewise.
378 * typeck.c (decay_conversion): Here too.
379 * pt.c (tsubst_decl): Don't clobber input_location.
380 Don't register a bad specialization.
381
382 2009-10-07 Gabriel Dos Reis <gdr@cs.tamu.edu>
383
384 * cp-tree.h: Fix location of documentation for DECL_LANG_FLAG_7.
385
386 2009-10-07 Jason Merrill <jason@redhat.com>
387
388 PR c++/39863
389 * pt.c (tsubst_pack_expansion): Don't do anything now if we
390 have incomplete packs of different lengths.
391
392 PR c++/41038
393 * tree.c (build_qualified_name): Call convert_from_reference.
394
395 2009-10-06 Jason Merrill <jason@redhat.com>
396
397 Fix lookup of initialized captures in unevaluated context.
398 * cp-tree.h (DECL_NORMAL_CAPTURE_P): New.
399 * name-lookup.c (qualify_lookup): Check it.
400 * parser.c (cp_parser_lambda_introducer): Pass explicit_init_p
401 to add_capture.
402 * semantics.c (add_capture): Set DECL_NORMAL_CAPTURE_P
403 on captures without explicit init.
404 (add_default_capture): Pass explicit_init_p.
405
406 Fix capture by copy of types with explicit copy constructor.
407 * cp-tree.h (TARGET_EXPR_DIRECT_INIT_P): New.
408 (DIRECT_INIT_EXPR_P): New.
409 * typeck.c (convert_for_initialization): Just return if
410 DIRECT_INIT_EXPR_P.
411 * semantics.c (build_lambda_object): Use
412 TARGET_EXPR_DIRECT_INIT_P for normal captures.
413
414 2009-10-05 Jason Merrill <jason@redhat.com>
415
416 * parser.c: Mark lambda_scope and lambda_count for PCH.
417
418 2009-10-03 Jason Merrill <jason@redhat.com>
419
420 PR c++/41553
421 * parser.c (cp_parser_lambda_introducer): Avoid infinite loop on
422 parse error.
423
424 2009-10-02 Jason Merrill <jason@redhat.com>
425
426 * mangle.c (write_unnamed_type_name): Implement.
427 (local_class_index): Split out from...
428 (discriminator_for_local_entity): ...here.
429 (nested_anon_class_index): New.
430 * cp-tree.h (TYPE_FUNCTION_SCOPE_P): New.
431
432 2009-10-02 Janis Johnson <janis187@us.ibm.com>
433
434 * call.c (convert_arg_to_ellipsis): Avoid promoting decimal32
435 to double.
436
437 2009-10-01 Jason Merrill <jason@redhat.com>
438
439 * parser.c (cp_parser_lambda_expression): Compute visibility.
440 (no_linkage_lambda_type_p): Remove.
441 * cp-tree.h: Remove declaration.
442 * tree.c (no_linkage_check): Don't call it. Don't check template
443 args. Don't check TREE_PUBLIC Types.
444
445 2009-10-01 Gabriel Dos Reis <gdr@cse.tamu.edu>
446 Jason Merrill <jason@redhat.com>
447
448 * decl.c (grokdeclarator): Set constexprness before announcing
449 friendship.
450
451 2009-10-01 Gabriel Dos Reis <gdr@cs.tamu.edu>
452
453 * decl.c (record_builtin_java_type): Undo unintended change.
454 (cxx_init_decl_processing): Likewise.
455
456 2009-10-01 Jason Merrill <jason@redhat.com>
457
458 * pt.c (register_specialization): Push DECL_SOURCE_LOCATION to the
459 clones.
460
461 * decl.c (grok_special_member_properties): Only adjust
462 TYPE_HAS_COMPLEX_* if the function is defaulted in the class body.
463 (cp_finish_decl): Push DECL_DELETED_FN/DECL_DEFAULTED_FN to the
464 clones.
465
466 2009-09-30 Gabriel Dos Reis <gdr@cs.tamu.edu>
467
468 * decl.c (check_for_uninitialized_const_var): Check constexpr
469 variables too.
470 (grokdeclarator): Handle `constexpr'.
471 (check_tag_decl): Reject `constexpr'.
472 (check_function_type): Check constexpr functions.
473 * cp-tree.h (ds_constexpr): New cp_decl_spec enumerator.
474 (CLASSTYPE_LITERAL_P): New.
475 (lang_type_class::is_literal): New.
476 (lang_type_class::dummy): Adjust width.
477 (literal_type_p): Declare.
478 * parser.c (cp_parser_check_decl_spec): Print it.
479 (cp_parser_decl_specifier_seq): Accept "constexpr".
480 * semantics.c (validate_constexpr_fundecl): Define.
481 (literal_type_p): Define.
482
483 2009-09-30 Jason Merrill <jason@redhat.com>
484
485 * semantics.c (lambda_expr_this_capture): Fix default capture
486 of explicit capture of 'this'.
487
488 2009-09-30 Jason Merrill <jason@redhat.com>
489
490 * parser.c (cp_parser_lambda_expression): Don't add __ to __this.
491
492 2009-09-30 Jason Merrill <jason@redhat.com>
493
494 * cp-tree.h (LANG_DECL_U2_CHECK): Check LANG_DECL_HAS_MIN.
495
496 2009-09-29 John Freeman <jfreeman08@gmail.com>
497 Jason Merrill <jason@redhat.com>
498
499 Add support for lambda-expressions as per N2927.
500 * cp-tree.def (VEC_INIT_EXPR, LAMBDA_EXPR): New.
501 * cp-tree.h (LAMBDA_TYPE_P, LAMBDA_FUNCTION_P): New.
502 (LAMBDA_EXPR_DEFAULT_CAPTURE_MODE): New.
503 (LAMBDA_EXPR_DEFAULT_CAPTURE_LIST): New.
504 (LAMBDA_EXPR_THIS_CAPTURE, LAMBDA_EXPR_CAPTURES_THIS_P): New.
505 (LAMBDA_EXPR_MUTABLE_P, LAMBDA_EXPR_DEDUCE_RETURN_TYPE_P): New.
506 (LAMBDA_EXPR_RETURN_TYPE, LAMBDA_EXPR_LOCATION): New.
507 (LAMBDA_EXPR_EXTRA_SCOPE, LAMBDA_EXPR_DISCRIMINATOR): New.
508 (struct tree_lambda_expr): New.
509 (union lang_tree_node): Add lambda_expression.
510 (struct lang_type_class): Add lazy_move_ctor flag, lambda_expr field.
511 (CLASSTYPE_LAZY_MOVE_CTOR, CLASSTYPE_LAMBDA_EXPR): New.
512 (LAMBDA_TYPE_EXTRA_SCOPE, VEC_INIT_EXPR_SLOT): New.
513 (VEC_INIT_EXPR_INIT, DECLTYPE_FOR_LAMBDA_CAPTURE): New.
514 (DECLTYPE_FOR_LAMBDA_RETURN): New.
515 (enum special_function_kind): Add sfk_move_constructor.
516 (LAMBDANAME_PREFIX, LAMBDANAME_FORMAT, LAMBDANAME_P): New.
517 * parser.c (cp_parser_lambda_expression, cp_parser_lambda_introducer)
518 (cp_parser_lambda_declarator_opt, cp_parser_lambda_body): New.
519 (start_lambda_scope, record_lambda_scope, finish_lambda_scope): New.
520 (no_linkage_lambda_type_p): New.
521 (cp_parser_primary_expression): Recognize lambda expression.
522 (cp_parser_init_declarator): Note lambda scope.
523 (cp_parser_function_definition_after_declarator): Likewise.
524 (cp_parser_late_parsing_default_args): Likewise.
525 (cp_parser_skip_to_closing_parenthesis): Skip to end of lambda capture
526 lists, too.
527 (cp_parser_parameter_declaration): Don't defer lambda default args.
528 * semantics.c (finish_non_static_data_member, finish_id_expression):
529 Handle default capture for lambda expressions.
530 (finish_this_expr): Handle 'this' keyword inside of lambda expressions.
531 (outer_automatic_var_p): New.
532 (finish_decltype_type): Handle decltypes within lambda expressions.
533 (classtype_has_nothrow_assign_or_copy_p): Synthesized move constructor.
534 (build_lambda_expr, build_lambda_object, begin_lambda_type)
535 (lambda_return_type, lambda_capture_field_type, apply_lambda_return_type)
536 (capture_decltype, add_capture, add_default_capture)
537 (lambda_expr_this_capture): New.
538 * mangle.c (write_unnamed_type_name): New. Incomplete.
539 (write_closure_type_name): New.
540 (write_unqualified_name): Recognize unnamed, closure types.
541 (write_type): Do not write decltypes from lambda expressions.
542 (decl_mangling_context): New.
543 (write_name): Use it. Handle PARM_DECL scope.
544 (write_prefix): Likewise. Handle VAR_DECL/FIELD_DECL scope.
545 (write_compact_number): Factor out from...
546 (write_expression, write_template_param): ...here.
547 (discriminator_for_local_entity): Recognize lambdas.
548 (write_local_name): Handle PARM_DECL scope.
549 * typeck.c (structural_comptypes): Compare decltypes from lambda
550 expressions.
551 (check_return_expr): Deduce lambda return type from multiple return
552 statements.
553 * class.c (add_implicitly_declared_members): Add lazy move constructor
554 for lambda types.
555 (check_bases_and_members): Delete default constructor and assignment
556 operator for lambda types.
557 (maybe_note_name_used_in_class): Do not confuse lambda expression with
558 defining a class.
559 * decl.c (reshape_init_r): Array copy.
560 (grokfndecl): Synthesized move constructor.
561 (cp_tree_node_structure): Lambda expression.
562 * method.c (use_thunk): Synthesized move constructor.
563 (do_build_copy_constructor): Likewise.
564 (locate_copy): Likewise.
565 (implicitly_declare_fn): Likewise.
566 * cp-objcp-common.c (cp_tree_size): Handle LAMBDA_EXPR.
567 * error.c (dump_aggr_type): Recognize lambda type.
568 (dump_function_decl): Recognize lambda function.
569 (function_category): Likewise.
570 (dump_function_name): Hide lambda name.
571 * tree.c (build_array_copy, move): New.
572 (special_function_p): Synthesized move constructor.
573 (no_linkage_check): Handle lambdas.
574 * search.c (lookup_fnfields_1): Synthesized move constructor.
575 * cp-gimplify.c (cp_gimplify_init_expr, cp_gimplify_expr):
576 Handle VEC_INIT_EXPR.
577 * typeck2.c (digest_init_r): Array copy.
578 * pt.c (get_template_info): Don't touch typedefs.
579 (instantiate_decl): Don't resubstitute artificial decls.
580 (tsubst_decl, tsubst, tsubst_copy_and_build): Handle lambdas.
581 (lookup_template_class): Don't fall back on name lookup.
582 * name-lookup.c (make_lambda_name): New.
583 (pushdecl_class_level): Handle default capture for lambda expressions.
584 (qualify_lookup): Handle decltypes within lambda expressions.
585 (pushtag): Handle ts_within_enclosing_non_class in function scope.
586
587 2009-09-28 Janis Johnson <janis187@us.ibm.com>
588
589 * mangle.c (write_builtin_type): Support decimal float types.
590
591 2009-09-28 Richard Henderson <rth@redhat.com>
592
593 * cp-objcp-common.h (LANG_HOOKS_EH_USE_CXA_END_CLEANUP): New.
594
595 2009-09-24 Jakub Jelinek <jakub@redhat.com>
596
597 * method.c (make_thunk, make_alias_for): Don't set
598 DECL_NO_STATIC_CHAIN.
599 * decl.c (builtin_function_1, grokfndecl): Likewise.
600 * lex.c (build_lang_decl): Likewise.
601
602 2009-09-23 Dodji Seketeli <dodji@redhat.com>
603
604 PR debug/41065
605 * decl.c (cp_finish_decl): Record the types used by the global
606 variable declaration we've just parsed.
607
608 2009-09-22 Dodji Seketeli <dodji@redhat.com>
609
610 * cp-lang.c (LANG_HOOKS_FUNCTION_PARAMETER_PACK_P,
611 LANG_HOOKS_FUNCTION_PARM_EXPANDED_FROM_PACK_P,
612 LANG_HOOKS_GET_GENERIC_FUNCTION_DECL): Initialize these
613 hooks for the c++ FE.
614 * cp-tree.h (function_parameter_pack_p, get_function_template_decl,
615 function_parameter_expanded_from_pack_p): Declare ...
616 * pt.c (function_parameter_pack_p, get_function_template_decl,
617 function_parameter_expanded_from_pack_p): ... new hooks.
618 (get_template_info): Make this more robust.
619 (template_args_variadic_p, make_ith_pack_parameter_name): Add a new
620 line between comment and function.
621 (get_template_argument_pack_elems): Fix comment.
622 (tsubst_decl): Arguments of function parameter packs are not
623 parameter packs themselves.
624
625 2009-09-21 Jason Merrill <jason@redhat.com>
626
627 PR c++/41421
628 * tree.c (trivial_type_p): Fix logic.
629
630 2009-09-21 Jason Merrill <jason@redhat.com>
631
632 * name-lookup.c (push_class_level_binding): Sanity check.
633
634 2009-09-18 Jason Merrill <jason@redhat.com>
635
636 * decl2.c (determine_visibility): Make anonymous types internal.
637 (mark_used): Complain about types without linkage used in
638 decls with internal linkage.
639 (vague_linkage_fn_p): Split out from...
640 * decl.c (maybe_commonize_var): ...here.
641 (grokdeclarator): Adjust linkage when a typedef gives linkage name.
642 * tree.c (no_linkage_check): Check the enclosing class and template
643 arguments.
644
645 * cp-tree.h (TYPE_NAMESPACE_SCOPE_P): New.
646
647 * pt.c (get_pattern_parm): New.
648 (listify): Split out from...
649 (listify_autos): ...here.
650 (unify): Deduce std::initializer_list for T.
651 * call.c (build_over_call): Warn about it.
652
653 2009-09-17 Andrew Pinski <pinskia@gcc.gnu.org>
654
655 PR c++/39365
656 * typeck.c (cp_build_unary_op): Check TREE_CODE for bools instead of
657 using same_type_p.
658 (convert_for_assignment): Likewise.
659 * cvt.c (type_promotes_to): Likewise.
660
661 2009-09-14 Richard Henderson <rth@redhat.com>
662 Jakub Jelinek <jakub@redhat.com>
663
664 * cp-tree.h (finish_asm_stmt): Update decl.
665 * parser.c (cp_parser_asm_definition): Parse asm goto.
666 (cp_parser_asm_label_list): New.
667 * pt.c (tsubst_copy_asm_operands): Don't recurse on labels.
668 (tsubst_expr): Handle asm labels.
669 * semantics.c (finish_asm_stmt): Add and use labels parameter.
670
671 2009-09-14 Richard Henderson <rth@redhat.com>
672
673 * except.c (init_exception_processing): Don't call
674 default_init_unwind_resume_libfunc.
675 (cp_protect_cleanup_actions): Return the decl to call.
676 (build_exc_ptr): Use __builtin_eh_pointer.
677 * optimize.c (clone_body): Set eh_lp_nr, not eh_region.
678
679 2009-09-13 Richard Guenther <rguenther@suse.de>
680 Rafael Avila de Espindola <espindola@google.com>
681
682 * except.c (init_exception_processing): Do not set
683 lang_eh_runtime_type.
684 (choose_personality_routine): Do not set eh_personality_decl,
685 set pragma_java_exceptions.
686 * cp-lang.c (LANG_HOOKS_EH_RUNTIME_TYPE): Define.
687 (LANG_HOOKS_EH_PERSONALITY): Likewise.
688 (cp_eh_personality_decl): New.
689 (cp_eh_personality): Likewise.
690 * Make-lang.in (cp-lang.o): Add $(EXPR_H) and $(EXCEPT_H)
691 dependencies.
692
693 2009-09-13 Wei Guozhi <carrot@google.com>
694
695 PR c++/3187
696 * cp/optimize.c (build_delete_destructor_body): New function.
697 (maybe_clone_body): Call build_delete_destructor_body for
698 deleting destructor.
699
700 2009-09-10 Jason Merrill <jason@redhat.com>
701
702 * repo.c (extract_string, get_base_filename, init_repo): constify.
703
704 2009-09-09 Jason Merrill <jason@redhat.com>
705
706 * error.c (find_typenames_r): Also add decltypes.
707
708 2009-09-09 Paolo Carlini <paolo.carlini@oracle.com>
709
710 PR c++/28293
711 * decl2.c (grokfield): Check for explicit template argument lists.
712
713 2009-09-09 Jack Howarth <howarth@bromo.med.uc.edu>
714
715 PR bootstrap/41180
716 * Make-lang.in: Remove redundant code from linkage for darwin10.
717
718 2009-09-08 Paolo Carlini <paolo.carlini@oracle.com>
719
720 PR c++/39923
721 * decl.c (build_init_list_var_init): Check return value of
722 perform_implicit_conversion.
723
724 2009-09-08 Jason Merrill <jason@redhat.com>
725
726 * class.c (currently_open_class): Make sure we're dealing with the
727 main variant.
728
729 * cp-tree.h (enum overload_flags): Remove OP_FLAG.
730 * method.c (lazily_declare_fn): Check for dtorness in ABI warning.
731
732 * name-lookup.c (is_class_level): Remove.
733 (push_binding_level, leave_scope, resume_scope): Adjust.
734 (pushlevel_class): Adjust.
735 (poplevel_class): Make sure we're on class_binding_level.
736
737 * decl.c (grokmethod): Rename from start_method.
738 (finish_method): Remove.
739 * cp-tree.h: Adjust.
740 * parser.c (cp_parser_save_member_function_body): Adjust.
741
742 2009-09-03 Doug Kwan <dougkwan@google.com>
743
744 * tree.c (cp_fix_function_decl_p): New.
745 (cp_free_lang_data): New.
746
747 2009-09-03 Diego Novillo <dnovillo@google.com>
748
749 * Make-lang.in (decl2.o): Add dependency on $(POINTER_SET_H).
750 * decl2.c: Include pointer-set.h.
751 (collect_candidates_for_java_method_aliases): New.
752 (cp_write_global_declarations): Call it.
753 Add local variable CANDIDATES. If set, call
754 build_java_method_aliases.
755 (build_java_method_aliases): Add argument CANDIDATES.
756 Use it to determine if FNDECL should get a hidden alias.
757 * cp-objcp-common.h (LANG_HOOKS_FREE_LANG_DATA): Define.
758 * cp-tree.h (cp_free_lang_data): Declare.
759
760 2009-09-03 Richard Guenther <rguenther@suse.de>
761
762 * method.c (use_thunk): Use cgraph_finalize_function to hand
763 off thunks to the cgraph.
764 * semantics.c (emit_associated_thunks): Do not emit thunks
765 for really extern functions.
766
767 2009-09-03 Diego Novillo <dnovillo@google.com>
768
769 * cp-lang.c (lang_hooks): Remove const qualifier.
770
771 2009-09-02 Jason Merrill <jason@redhat.com>
772
773 * semantics.c (describable_type): Don't pretend to be in a template.
774
775 * ptree.c (cxx_print_type) [DECLTYPE_TYPE]: Print the expression.
776
777 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
778
779 * cp-tree.h (TFF_NO_OMIT_DEFAULT_TEMPLATE_ARGUMENTS): New.
780 * cp-lang.c (cxx_dwarf_name): Pass it.
781 * error.c (count_non_default_template_args): Take flags as
782 argument. Adjust all callers. Skip counting of default
783 arguments if the new flag is given.
784
785 2009-09-01 Dodji Seketeli <dodji@redhat.com>
786
787 PR bootstrap/41205
788 * pt.c (make_ith_pack_parameter_name): Don't use strnlen that is a
789 GNU extension.
790
791 2009-09-01 Richard Guenther <rguenther@suse.de>
792
793 * cp-objcp-common.c (cp_expr_size): Use tree_expr_size.
794 * cp-objcp-common.h (LANG_HOOKS_EXPR_SIZE): Do not define.
795
796 2009-09-01 Richard Guenther <rguenther@suse.de>
797
798 * cp-objcp-common.h (LANG_HOOKS_MARK_ADDRESSABLE): Remove.
799
800 2009-08-31 Dodji Seketeli <dodji@redhat.com>
801
802 PR debug/30161
803 * cp-tree.h (get_template_info): Parameter should be const.
804 (CLASSTYPE_SPECIALIZATION_OF_PRIMARY_TEMPLATE_P): Fix typo.
805 (get_template_argument_pack_elems,
806 get_primary_template_innermost_parameters,
807 get_template_innermost_arguments, template_template_parameter_p):
808 Declare ...
809 * pt.c (get_template_argument_pack_elems,
810 get_template_innermost_parameters, get_template_innermost_arguments,
811 template_template_parameter_p):
812 ... New C++ front end implementation of new language hooks.
813 (primary_template_instantiation_p): New private helper.
814 (make_ith_pack_parameter_name): Use snprintf and strnlen instead of
815 printf and strlen.
816 (get_template_info): Const-ify parameter.
817 * cp-lang.c (LANG_HOOKS_GET_INNERMOST_GENERIC_PARMS,
818 LANG_HOOKS_GET_INNERMOST_GENERIC_ARGS,
819 LANG_HOOKS_GET_ARGUMENT_PACK_ELEMS,
820 LANG_HOOKS_GENERIC_TYPE_PARAMETER_DECL_P): Initialize these
821 interfaces for the C++ front-end.
822
823 2009-08-31 Jason Merrill <jason@redhat.com>
824
825 PR c++/41127
826 * parser.c (cp_parser_enum_specifier): Make sure the : is followed by a
827 type-specifier-seq before we commit.
828
829 2009-08-28 Richard Guenther <rguenther@suse.de>
830
831 PR lto/41058
832 * cp-gimplify.c (cp_genericize_r): Do not leak zero-sized stores
833 into the generic IL.
834
835 2009-08-27 Richard Guenther <rguenther@suse.de>
836
837 * class.c (build_vtbl_ref_1): Remove excess vertical space.
838 * Make-lang.in (CXX_TREE_H): Remove c-common.def dependency
839 tracked by $(TREE_H).
840 * semantics.c (expand_or_defer_fn): Zero DECL_SAVED_TREE.
841
842 2009-08-26 Jason Merrill <jason@redhat.com>
843
844 * call.c (build_builtin_candidate): Don't set LOOKUP_ONLYCONVERTING
845 if we're contextually converting to bool.
846 (build_conditional_expr): Likewise.
847 * typeck.c (condition_conversion): Likewise.
848
849 * call.c (build_conditional_expr): Fix logic errors.
850 (build_new_op): Remove dead COND_EXPR handling.
851
852 2009-08-24 Jason Merrill <jason@redhat.com>
853
854 * cp-tree.h (DECL_DEFERRED_FN): Remove.
855 (struct lang_decl_fn): Remove deferred flag.
856 * class.c (build_clone): Don't set it.
857 * decl2.c (note_vague_linkage_fn): Don't check or set it.
858 (mark_used): Don't check it.
859 * method.c (make_thunk, make_alias_for): Don't set it.
860
861 * decl2.c (mark_used): Streamline logic.
862
863 PR c++/41109
864 PR c++/41110
865 PR c++/41134
866 * cp-tree.h (DECL_ODR_USED): New macro.
867 (struct lang_decl_base): Add odr_used flag.
868 * decl.c (duplicate_decls): Propagate it. Use it for error.
869 * pt.c (register_specialization): Use it for error.
870 * decl2.c (mark_used): Use it as gating flag rather than TREE_USED.
871 (cp_write_global_declarations): Use it for error.
872 (tree_used_ok): Remove.
873 * cp-tree.h: Remove tree_used_ok.
874 * call.c (build_call_a): Don't call it.
875 * init.c (build_offset_ref): Likewise.
876
877 2009-08-21 Jakub Jelinek <jakub@redhat.com>
878
879 PR c++/41131
880 * tree.c (lvalue_p_1) <case CONST_DECL>: Return clk_none if
881 not TREE_STATIC.
882
883 2009-08-19 Jason Merrill <jason@redhat.com>
884
885 PR c++/41119
886 PR c++/41120
887 * decl2.c (mark_used): Increment function_depth during synthesis.
888 * parser.c (cp_parser_default_argument): Not here.
889
890 2009-08-19 Jakub Jelinek <jakub@redhat.com>
891
892 * method.c (use_thunk): Call free_after_compilation after
893 assemble_end_function.
894
895 2009-08-17 Richard Guenther <rguenther@suse.de>
896
897 * decl.c (build_ptrmemfunc_type): Keep variant chain intact.
898 Avoid useless copy.
899 (finish_enum): Keep variant chain intact.
900 * tree.c (cp_build_reference_type): Likewise.
901
902 2009-08-16 Jason Merrill <jason@redhat.com>
903
904 Make TREE_USED match the [basic.def.odr] concept for FUNCTION_DECL
905 and VAR_DECL, so mark_used only has effect the first time.
906 * decl2.c (mark_used): Just return if TREE_USED is already set.
907 Don't set TREE_USED if cp_unevaluated_operand is set.
908 (tree_used_ok): New fn.
909 * init.c (build_offset_ref): Check it instead of TREE_USED.
910 * call.c (build_call_a): Likewise.
911 * cp-tree.h: Declare it.
912 (DECL_NO_LINKAGE_CHECKED): No longer needed.
913 (struct lang_decl_base): Remove no_linkage_checked bitfield.
914
915 * decl2.c (finish_static_data_member_decl): Don't set TREE_USED.
916
917 * decl2.c (mark_used): It's ok to synthesize for default args now.
918
919 2009-08-10 Jason Merrill <jason@redhat.com>
920
921 Implement DR 757: It's OK for a decl to use a type without linkage
922 so long as the decl is defined in the current translation unit.
923 * decl2.c (no_linkage_decls): New vector.
924 (mark_used): Add decls that use types with no linkage.
925 (cp_write_global_declarations): Check that they are defined.
926 (decl_defined_p, no_linkage_error): New fns.
927 * cp-tree.h (DECL_NO_LINKAGE_CHECKED): New macro.
928 (struct lang_decl_base): Add flag.
929 * decl.c (grokfndecl): Don't check type linkage.
930 (grokvardecl): If the type has no linkage, just make sure
931 DECL_LANG_SPECIFIC is set.
932 * pt.c (check_instantiated_arg): Don't check type linkage.
933 * name-lookup.c (is_local_extern): New fn.
934 * name-lookup.h: Declare it.
935
936 2009-08-05 Jason Merrill <jason@redhat.com>
937
938 PR c++/40948
939 * init.c (build_vec_init): Evaluate the initializer before
940 starting the initialization try block.
941
942 2009-08-05 Manuel López-Ibáñez <manu@gcc.gnu.org>
943
944 PR c++/36069
945 * typeck.c (convert_for_assignment): Do not warn for any boolean
946 variant. Use explicit location.
947
948 2009-08-04 Dodji Seketeli <dodji@redhat.com>
949
950 PR c++/39987
951 * pt.c (tsubst_default_argument): Let access checks of the
952 default argument happen in the context of the current function.
953
954 2009-08-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
955
956 PR c++/16696
957 * call.c (build_new_op): Only try prefix operator if -fpermissive,
958 otherwise just error.
959
960 2009-08-04 Dodji Seketeli <dodji@redhat.com>
961
962 PR debug/39706
963 * error.c (lang_decl_name): Print qualified names for decls
964 in namespace scope.
965
966 2009-08-03 Jason Merrill <jason@redhat.com>
967 Jakub Jelinek <jakub@redhat.com>
968
969 PR c++/40948
970 * init.c (build_vec_init): Look through a TARGET_EXPR around a
971 CONSTRUCTOR.
972
973 2009-07-31 Jason Merrill <jason@redhat.com>
974 Douglas Gregor <doug.gregor@gmail.com>
975
976 Remove implicit binding of lvalues to rvalue references (N2831)
977 * call.c (convert_class_to_reference): Binding an lvalue to an
978 rvalue reference is bad. If the user-defined conversion is bad,
979 set bad_p before merging conversions.
980 (maybe_handle_ref_bind): Don't push down bad_p.
981 (reference_binding): Binding an lvalue to an rvalue reference is bad.
982 (convert_like_real): Give a helpful error about binding lvalue
983 to rvalue reference.
984 (reference_related_p): No longer static.
985 * typeck.c (build_typed_address): New.
986 (build_static_cast_1): Add static_cast from lvalue to &&.
987 * cp-tree.h: Adjust.
988
989 2009-07-31 Jason Merrill <jason@redhat.com>
990
991 * call.c (reference_binding): Rename lvalue_p to is_lvalue.
992 Do direct binding of "rvalues" in memory to rvalue references.
993 * tree.c (lvalue_p_1): Can't be both non-addressable lvalue and
994 "rvalue" in memory.
995 * typeck.c (build_static_cast_1): Do direct binding of memory
996 "rvalues" to rvalue references.
997 * cvt.c (cp_fold_convert): New.
998 * cp-tree.h: Declare it.
999
1000 2009-07-31 Jason Merrill <jason@redhat.com>
1001
1002 * typeck.c (build_address): Do fold away ADDR_EXPR of INDIRECT_REF.
1003 * tree.c (rvalue): Use cp_build_qualified_type, not TYPE_MAIN_VARIANT.
1004
1005 2009-07-29 Jason Merrill <jason@redhat.com>
1006
1007 PR c++/14912
1008 * cp-tree.h (enum tsubst_flags): Add tf_no_class_instantiations.
1009 * error.c (count_non_default_template_args): Pass it.
1010 * pt.c (tsubst) [TYPENAME_TYPE]: Don't complete type if it's set.
1011
1012 2009-07-29 Richard Guenther <rguenther@suse.de>
1013
1014 PR c++/40834
1015 * cp-gimplify.c (cp_genericize_r): Properly walk the BIND_EXPR
1016 vars.
1017
1018 2009-07-26 Simon Martin <simartin@users.sourceforge.net>
1019
1020 PR c++/40749
1021 * decl.c (grokdeclarator): Do not set TREE_NO_WARNING for functions
1022 with a qualified return type.
1023
1024 2009-07-24 Jason Merrill <jason@redhat.com>
1025
1026 Core issue 901
1027 * call.c (build_op_delete_call): If this is for a new-expression
1028 and the op delete is deleted, do nothing.
1029
1030 Core issue 702
1031 * call.c (compare_ics): Give list-initialization of std::init_list
1032 priority over conversion to scalar, too.
1033
1034 2009-07-22 Jason Merrill <jason@redhat.com>
1035
1036 * mangle.c (mangle_type_string_for_rtti): Rename to be clearer.
1037 (needs_fake_anon): New.
1038 (write_name): Check it.
1039 (write_nested_name): Add a fake anonymous namespace scope if true.
1040 * name-lookup.c (get_anonymous_namespace_name): No longer static.
1041 * rtti.c, cp-tree.h: Adjust.
1042
1043 2009-07-22 Richard Guenther <rguenther@suse.de>
1044
1045 PR c++/40799
1046 * cp-gimplify.c (cp_gimplify_expr): Move handling of using
1047 related exprs to ...
1048 (cp_genericize_r): ... genericization stage.
1049 (cp_genericize): Adjust.
1050
1051 2009-07-21 Jason Merrill <jason@redhat.com>
1052
1053 Core issue 934
1054 * call.c (reference_binding): Implement binding to { }.
1055 (initialize_reference): Binding temporary to non-const && is fine.
1056 * decl.c (grok_reference_init): Remove error for CONSTRUCTOR.
1057
1058 * decl.c (reshape_init_r): { T } is not an aggregate initializer
1059 for class T.
1060
1061 2009-07-17 Richard Guenther <rguenther@suse.de>
1062
1063 PR c/40401
1064 * decl.c (finish_function): Do not emit unused result warnings
1065 from here.
1066 * cp-objcp-common.h (LANG_HOOKS_POST_GIMPLIFY_PASS): Use
1067 c_warn_unused_result_pass.
1068 * semantics.c (expand_or_defer_fn): Adjust assertion about IL status.
1069 * optimize.c (clone_body): Clone in GENERIC.
1070 (maybe_clone_body): Do not clear DECL_SAVED_TREE.
1071 * decl2.c (cp_write_global_declarations): Fix body test.
1072 Do not call cgraph_optimize.
1073 * Make-lang.in (optimize.o): Add tree-iterator.h dependency.
1074 * method.c (use_thunk): Register thunk with
1075 cgraph_finalize_function.
1076 * error.c (function_category): Guard access of DECL_LANG_SPECIFIC.
1077
1078 2009-07-17 Richard Guenther <rguenther@suse.de>
1079
1080 * init.c (build_vec_delete_1): Do not set DECL_REGISTER on the
1081 temporary pointer.
1082
1083 2009-07-17 Aldy Hernandez <aldyh@redhat.com>
1084 Manuel López-Ibáñez <manu@gcc.gnu.org>
1085
1086 PR 40435
1087 * typeck.c, init.c, class.c, method.c, rtti.c, except.c, error.c,
1088 tree.c, cp-gimplify.c, cxx-pretty-print.c, pt.c, semantics.c,
1089 call.c, cvt.c, mangle.c: Add location argument to
1090 fold_{unary,binary,ternary}, fold_build[123], build_call_expr,
1091 build_size_arg, build_fold_addr_expr, build_call_array,
1092 non_lvalue, size_diffop, fold_build1_initializer,
1093 fold_build2_initializer, fold_build3_initializer,
1094 fold_build_call_array, fold_build_call_array_initializer,
1095 fold_single_bit_test, omit_one_operand, omit_two_operands,
1096 invert_truthvalue, fold_truth_not_expr, build_fold_indirect_ref,
1097 fold_indirect_ref, combine_comparisons, fold_builtin_*,
1098 fold_call_expr, build_range_check, maybe_fold_offset_to_address,
1099 round_up, round_down.
1100
1101 2009-07-16 Jason Merrill <jason@redhat.com>
1102
1103 PR libstdc++/37907
1104 Split POD into "standard-layout" and "trivial" as per N2230,
1105 Support std::is_standard_layout and std::is_trivial traits.
1106 * cp-tree.h (enum cp_trait_kind): Add CPTK_IS_STD_LAYOUT,
1107 CPTK_IS_TRIVIAL.
1108 (struct lang_type_class): Add non_std_layout.
1109 (CLASSTYPE_NON_STD_LAYOUT): New.
1110 * class.c (check_bases): Set it.
1111 (check_field_decls): Likewise.
1112 (check_bases_and_members): Likewise.
1113 * parser.c (cp_parser_primary_expression): Handle RID_IS_STD_LAYOUT,
1114 RID_IS_TRIVIAL.
1115 (cp_parser_trait_expr): Likewise.
1116 * semantics.c (trait_expr_value): Handle CPTK_IS_STD_LAYOUT,
1117 CPTK_IS_TRIVIAL.
1118 (finish_trait_expr): Likewise.
1119 * tree.c (scalarish_type_p, trivial_type_p, std_layout_type_p): New.
1120 (pod_type_p): Use them.
1121 (type_has_nontrivial_copy_init, type_has_nontrivial_default_init): New.
1122
1123 Adjust bits of the language that no longer refer to POD types.
1124 * call.c (convert_arg_to_ellipsis): Use type_has_nontrivial_copy_init
1125 and TYPE_HAS_NONTRIVIAL_DESTRUCTOR rather than pod_type_p.
1126 (build_x_va_arg): Likewise.
1127 (call_builtin_trap): Remove.
1128 * decl.c (declare_local_label): Use type_has_nontrivial_default_init
1129 and TYPE_HAS_NONTRIVIAL_DESTRUCTOR rather than pod_type_p.
1130 (cp_finish_decl): Likewise.
1131 (check_previous_goto_1, check_goto): Adjust error.
1132 * typeck.c (build_class_member_access_expr): Check
1133 CLASSTYPE_NON_STD_LAYOUT rather than CLASSTYPE_NON_POD_P.
1134
1135 2009-07-14 Taras Glek <tglek@mozilla.com>
1136 Rafael Espindola <espindola@google.com>
1137
1138 * Make-lang.in: Added CP_PLUGIN_HEADERS and
1139 c.install-target to export cp-tree.h cxx-pretty-print.h
1140 name-lookup.h headers for plugins.
1141
1142 2009-07-14 Jason Merrill <jason@redhat.com>
1143
1144 PR c++/37276
1145 * decl.c (decls_match): A non-extern-C declaration doesn't match
1146 a builtin extern-C declaration.
1147
1148 PR c++/40746
1149 * name-lookup.c (qualified_lookup_using_namespace): Don't stop
1150 looking in used namespaces just because we found something on
1151 another branch.
1152
1153 PR c++/40740
1154 * semantics.c (perform_koenig_lookup): Handle empty template args.
1155
1156 * call.c (build_over_call): Use can_trust_pointer_alignment.
1157
1158 2009-07-14 Dodji Seketeli <dodji@redhat.com>
1159
1160 PR debug/40705
1161 PR c++/403057
1162 * decl2.c (grokfield): Don't call set_underlying_type on typedef
1163 decls that are type names.
1164
1165 2009-07-13 Andrew Pinski <andrew_pinski@playstation.sony.com>
1166
1167 PR C++/22154
1168 * parser.c (cp_parser_elaborated_type_specifier): Accept typename in
1169 front of qualified names.
1170
1171 2009-07-12 Jason Merrill <jason@redhat.com>
1172
1173 PR c++/36628
1174 * tree.c (rvalue): Use lvalue_or_rvalue_with_address_p.
1175
1176 PR c++/37206
1177 * cp-tree.h (enum cp_lvalue_kind_flags): Add clk_rvalueref.
1178 * tree.c (lvalue_p_1): Return it. Remove
1179 treat_class_rvalues_as_lvalues parm.
1180 (real_lvalue_p): Disallow pseudo-lvalues here.
1181 (lvalue_or_rvalue_with_address_p): New fn.
1182 * call.c (initialize_reference): Use it instead of real_lvalue_p.
1183
1184 PR c++/40689
1185 * init.c (build_new_1): Handle initializer list as array initializer.
1186 (build_vec_init): Likewise.
1187 * typeck.c (cp_build_modify_expr): Likewise.
1188 * typeck2.c (process_init_constructor_array): Error rather than abort
1189 if too many initializers.
1190
1191 2009-07-10 Jakub Jelinek <jakub@redhat.com>
1192
1193 PR c++/40502
1194 * error.c (cp_print_error_function): Check for NULL block.
1195
1196 2008-07-09 Simon Martin <simartin@users.sourceforge.net>
1197 Jason Merrill <jason@redhat.com>
1198
1199 * pt.c (perform_typedefs_access_check, get_types_needing_access_check,
1200 append_type_to_template_for_access_check_1): Use CLASS_TYPE_P.
1201
1202 2009-07-09 Dodji Seketeli <dodji@redhat.com>
1203
1204 PR c++/40684
1205 * pt.c (type_unification_real): Use tsubst_template_arg instead
1206 of tsubst to substitute default template arguments.
1207
1208 2009-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
1209
1210 PR c++/31246
1211 * init.c (build_new_1): Set TREE_NO_WARNING for compiler-generated
1212 code.
1213 * cp-gimplify.c (genericize_eh_spec_block): Likewise.
1214
1215
1216 2009-07-07 Jason Merrill <jason@redhat.com>
1217
1218 PR c++/35828
1219 * pt.c (tsubst_decl): Don't abort if we didn't change anything
1220 in a TEMPLATE_DECL's args.
1221
1222 2009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
1223
1224 * semantics.c (finalize_nrv_r): Replace EXPR_LOCUS by
1225 EXPR_LOCATION.
1226
1227 2009-07-07 Jason Merrill <jason@redhat.com>
1228
1229 PR c++/37816
1230 * decl.c (build_enumerator): Don't add enumerators for a
1231 scoped enum to the enclosing class.
1232
1233 PR c++/40639
1234 * decl.c (start_enum): Allow dependent underlying type.
1235
1236 PR c++/40633
1237 * decl.c (finish_enum): Finish scope even in a template.
1238
1239 2009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
1240
1241 * init.c: Replace %J by an explicit location. Update all calls.
1242 * decl.c: Likewise.
1243 * typeck2.c: Likewise.
1244 * pt.c: Likewise.
1245 * name-lookup.c: Likewise.
1246
1247 2009-07-06 Manuel López-Ibáñez <manu@gcc.gnu.org>
1248
1249 * decl.c: Replace %H by an explicit location. Update all calls.
1250 * except.c: Likewise.
1251 * semantics.c: Likewise.
1252 * parser.c: Likewise.
1253
1254 2009-07-06 Simon Martin <simartin@users.sourceforge.net>
1255
1256 PR c++/40557
1257 * pt.c (perform_typedefs_access_check, get_types_needing_access_check,
1258 append_type_to_template_for_access_check_1): Use
1259 RECORD_OR_UNION_CODE_P.
1260
1261 2009-07-04 Jason Merrill <jason@redhat.com>
1262
1263 * pt.c (retrieve_specialization): Don't get confused by a
1264 using-declaration that brings in another instance of this template
1265 from a base class.
1266
1267 * ptree.c (cxx_print_type): Fix logic.
1268
1269 * cp-tree.h (LANG_DECL_FN_CHECK): Fix non-checking version.
1270
1271 PR c++/40619
1272 * cp-tree.h (struct lang_decl_parm): New.
1273 (struct lang_decl): Add it.
1274 (LANG_DECL_PARM_CHECK): New.
1275 (DECL_PARM_INDEX): New.
1276 * decl2.c (parm_index): Remove.
1277 * lex.c (retrofit_lang_decl): Handle parms.
1278 (cxx_dup_lang_specific_decl): Likewise.
1279 * mangle.c (write_expression): Adjust.
1280 * tree.c (cp_tree_equal): Adjust.
1281 (decl_linkage): Only check DECL_COMDAT for functions and variables.
1282 * parser.c (cp_parser_parameter_declaration_list): Set
1283 DECL_PARM_INDEX.
1284 * pt.c (iterative_hash_template_arg): Hash it.
1285
1286 2009-07-03 Jason Merrill <jason@redhat.com>
1287
1288 * cp-tree.h (struct lang_decl): Overhaul.
1289 (struct lang_decl_flags): Remove.
1290 (struct lang_decl_base): New.
1291 (struct lang_decl_min): New.
1292 (struct lang_decl_fn): New.
1293 (struct lang_decl_ns): New.
1294 (CAN_HAVE_FULL_LANG_DECL_P): Replace with LANG_DECL_HAS_MIN.
1295 (LANG_DECL_MIN_CHECK): New.
1296 (LANG_DECL_FN_CHECK): New.
1297 (LANG_DECL_NS_CHECK): New.
1298 (STRIP_TEMPLATE): New.
1299 (NON_THUNK_FUNCTION_CHECK): Remove.
1300 (DECL_DECLARES_FUNCTION_P): New.
1301 (lots): Adjust.
1302 * lex.c (retrofit_lang_decl, cxx_dup_lang_specific_decl): Adjust.
1303 * decl.c (push_local_name, duplicate_decls): Adjust.
1304 * decl2.c (start_objects): Don't set u2sel.
1305 * semantics.c (finish_omp_threadprivate): Adjust.
1306 * class.c (build_clone): Don't do much on TEMPLATE_DECLs.
1307 (decl_cloned_function_p): Out-of-line implementation of macros.
1308 (clone_function_decl, adjust_clone_args): Use DECL_CLONED_FUNCTION_P.
1309 * mangle.c (write_unqualified_name): Don't check function flags
1310 on non-functions.
1311 * method.c (make_alias_for): Don't set DECL_CLONED_FUNCTION.
1312 * pt.c (build_template_decl): Don't set function flags.
1313 (check_default_tmpl_args): Check that it's a function.
1314 (instantiate_template): Use DECL_ABSTRACT_ORIGIN to find the
1315 cloned template.
1316
1317 * pt.c (tsubst_decl) [FUNCTION_DECL]: Don't tsubst
1318 DECL_CLONED_FUNCTION.
1319
1320 * cp-tree.h (struct lang_type_class): Move sorted_fields here.
1321 * class.c (finish_struct_1): Adjust.
1322 * ptree.c (cxx_print_decl, cxx_print_type): Adjust.
1323 * search.c (lookup_field_1): Adjust.
1324
1325 * cp-tree.h (CLASSTYPE_INLINE_FRIENDS): Remove.
1326 * decl.c (finish_method): Don't add to it.
1327 * class.c (fixup_pending_inline): Remove.
1328 (fixup_inline_methods): Remove.
1329 (finish_struct_1): Don't call it.
1330
1331 * error.c (dump_function_name): Handle null name.
1332
1333 2009-07-02 Mark Mitchell <mark@codesourcery.com>
1334
1335 * typeck.c (cp_build_binary_op): Move warnings about use of NULL
1336 in arithmetic earlier and allow comparisions of NULL with
1337 pointers-to-members.
1338
1339 2009-07-02 Jason Merrill <jason@redhat.com>
1340
1341 Use hash tables for template specialization lookup.
1342 * pt.c (struct spec_entry): New type.
1343 (decl_specializations, type_specializations): New hash tables.
1344 (register_specialization, retrieve_specialization): Use them.
1345 (reregister_specialization, lookup_template_class): Use them.
1346 (eq_specializations, hash_tmpl_and_args, hash_specialization): New.
1347 (iterative_hash_template_arg): New.
1348 (init_template_processing): New
1349 (process_partial_specialization): Don't look to see if we already
1350 have this partial specialization.
1351 (maybe_process_partial_specialization): Handle reassigning
1352 full specializations when we get an explicit specialization
1353 of the partial instantiation.
1354 (tsubst_friend_function): Adjust specialization reassignment code.
1355 (instantiate_template): Only do one lookup.
1356 (instantiate_decl): Don't do any lookup.
1357 * cp-tree.h: Declare init_template_processing.
1358 * decl.c (duplicate_decls): Pass args to reregister_specialization.
1359
1360 2009-07-01 Jason Merrill <jason@redhat.com>
1361
1362 * cp-tree.h (DECL_CLASS_TEMPLATE_P): Use DECL_IMPLICIT_TYPEDEF_P.
1363
1364 * pt.c (register_specialization): Use duplicate_decls to merge
1365 the argument with a previous specialization.
1366 (check_explicit_specialization): Call register_specialization to
1367 merge the TEMPLATE_DECL with a previous version.
1368 (determine_specialization): Return the args even if fn is a template.
1369
1370 2009-07-01 Ian Lance Taylor <iant@google.com>
1371
1372 * g++spec.c (lang_specific_driver): Bump num_args by 1.
1373
1374 2009-06-30 Jason Merrill <jason@redhat.com>
1375
1376 PR c++/40595
1377 * pt.c (tsubst_pack_expansion): Handle unexpanded packs in an
1378 EXPR_PACK_EXPANSION.
1379
1380 2009-06-29 Jason Merrill <jason@redhat.com>
1381
1382 PR c++/40274
1383 * error.c (dump_template_parms): Pass all args to
1384 count_non_default_template_args.
1385 (count_non_default_template_args): Pull out the inner ones.
1386
1387 2009-06-26 H.J. Lu <hongjiu.lu@intel.com>
1388
1389 * decl.c (duplicate_decls): Re-indent.
1390
1391 2009-06-25 Ian Lance Taylor <iant@google.com>
1392
1393 * call.c (avoid_sign_compare_warnings): New static function.
1394 (build_new_op): Call it.
1395 * typeck.c (cp_build_binary_op): Don't call warn_sign_compare if
1396 TREE_NO_WARNING is set on either operand.
1397
1398 2009-06-25 Ian Lance Taylor <iant@google.com>
1399
1400 * g++spec.c (SKIPOPT): define.
1401 (lang_specific_driver): Handle -static-libstdc++. Only add
1402 LIBSTDCXX_STATIC if we add LIBSTDCXX.
1403
1404 2009-06-25 Ian Lance Taylor <iant@google.com>
1405
1406 * cvt.c (convert_to_void): Only warn about COND_EXPR if neither
1407 the second nor third operand has side effects.
1408
1409 2009-06-25 Ian Lance Taylor <iant@google.com>
1410
1411 * parser.c (cp_parser_binary_expression): Increment
1412 c_inhibit_evaluation_warnings while parsing the right hand side of
1413 "true || x" or "false && x".
1414 * typeck.c (cp_build_binary_op): Only call warn_for_sign_compare
1415 if c_inhibit_evaluation_warnings is zero.
1416
1417 2009-06-24 Jason Merrill <jason@redhat.com>
1418
1419 * error.c (dump_decl): Do say "typedef" for the injected class name.
1420
1421 * pt.c (lookup_template_class): Use currently_open_class,
1422 compare template args later.
1423
1424 PR c++/40342
1425 * decl.c (decls_match): Check DECL_TI_TEMPLATE too.
1426 * class.c (resolve_address_of_overloaded_function): Fix typo.
1427
1428 2009-06-18 Aldy Hernandez <aldyh@redhat.com>
1429
1430 * class.c (get_vtable_decl): Replace finish_decl with cp_finish_decl.
1431 * decl.c (finish_decl): Remove.
1432 (declare_global_var): Replace finish_decl with cp_finish_decl.
1433 (start_method): Same.
1434 * rtti.c (emit_tinfo_decl): Same.
1435 * pt.c (tsubst_expr): Same.
1436 (instantiate_decl): Same.
1437 * decl2.c (grokbitfield): Same.
1438 * name-lookup.c (pushdecl_top_level_1): Same.
1439 * cp-tree.h: Remove finish_decl.
1440
1441 2009-06-16 David Edelsohn <edelsohn@gnu.org>
1442
1443 * g++-spec.c (LIBSTDCXX_STATIC): Default to NULL.
1444 (lang_specific_driver): Always allocate extra argument.
1445 Add LIBSTDCXX_STATIC to arglist if defined and linking
1446 statically.
1447
1448 2009-06-16 Ian Lance Taylor <iant@google.com>
1449
1450 * Make-lang.in (cp/class.o): Depend upon gt-cp-class.h.
1451 (cp/semantics.o): Depend upon gt-cp-semantics.h.
1452
1453 2009-06-16 Ian Lance Taylor <iant@google.com>
1454
1455 * parser.c (cp_unevaluated_operand): Define global variable.
1456 (cp_parser_question_colon_clause): Increment
1457 c_inhibit_evaluation_warnings when evaluating an expression which
1458 will never be executed.
1459 (cp_parser_decltype): Increment cp_unevaluated_operand and
1460 c_inhibit_evaluation_warnings, not skip_evaluation.
1461 (cp_parser_sizeof_operand): Likewise.
1462 (cp_parser_enclosed_template_argument_list): Save
1463 cp_unevaluated_operand and c_inhibit_evaluation_warnings, not
1464 skip_evaluation.
1465 * cp-tree.h (struct saved_scope): Remove skip_evaluation field.
1466 Add unevaluated_operand and inhibit_evaluation_warnings fields.
1467 (cp_unevaluated_operand): Declare.
1468 * name-lookup.c (push_to_top_level): Save cp_unevaluated_operand
1469 and c_inhibit_evaluation_warnings rather than skip_evaluation.
1470 (pop_from_top_level): Restore cp_unevaluated_operand and
1471 c_inhibit_evaluation_warnings rather than skip_evaluation.
1472 * class.c (build_base_path): Check cp_unevaluated_operand rather
1473 than skip_evaluation.
1474 * typeck.c (build_class_member_access_expr): Likewise.
1475 (cp_build_binary_op): Don't warn about bad shift counts if
1476 c_inhibit_evaluation_warnings is non-zero.
1477 * pt.c (coerce_template_parms): Save state of
1478 cp_unevaluated_operand and c_inhibit_evaluation_warnings, not
1479 skip_evaluation.
1480 (tsubst_aggr_type): Likewise.
1481 (tsubst_pack_expansion): Check cp_unevaluated_operand rather than
1482 skip_evaluation.
1483 (tsubst_copy): Likewise.
1484 (tsubst): Set cp_unevaluated_operand and
1485 c_inhibit_evaluation_warnings, not skip_evaluation.
1486 (tsubst_copy_and_build): Likewise.
1487 * call.c (convert_arg_to_ellipsis): Check cp_unevaluated_operand
1488 rather than skip_evaluation.
1489 * decl2.c (mark_used): Likewise.
1490 * semantics.c (finish_non_static_data_member): Likewise.
1491 * cvt.c (cp_convert_and_check): Check
1492 c_inhibit_evaluation_warnings rather than skip_evaluation.
1493 * mangle.c (write_type): Set cp_unevaluated_operand rather than
1494 skip_evaluation.
1495
1496 2009-06-15 Ian Lance Taylor <iant@google.com>
1497
1498 * parser.c (cp_parser_direct_declarator): Add braces around
1499 variables declared before label.
1500
1501 2009-06-15 Rafael Avila de Espindola <espindola@google.com>
1502
1503 * cp-objcp-common.h (LANG_HOOKS_COMDAT_GROUP): Remove.
1504 * cp-tree.h (cxx_comdat_group): Change signature.
1505 * decl.c (duplicate_decls): Use DECL_COMDAT_GROUP.
1506 (cxx_comdat_group): Change signature.
1507 * decl2.c (comdat_linkage, maybe_make_one_only): Update call to
1508 make_decl_one_only.
1509 (constrain_visibility, get_guard): Use DECL_COMDAT_GROUP.
1510 * method.c (use_thunk): Update call to make_decl_one_only.
1511 * optimize.c (maybe_clone_body): Use DECL_COMDAT_GROUP
1512
1513 2009-06-12 Aldy Hernandez <aldyh@redhat.com>
1514
1515 * typeck.c (cp_build_binary_op): Pass location to overflow_warning.
1516 (build_modify_expr): New arg.
1517 * semantics.c (finish_unary_op_expr): Pass location to
1518 overflow_warning.
1519 (handle_omp_for_class_iterator): Pass location to build_modify_expr.
1520 * typeck.c (cxx_sizeof_or_alignof_type): Pass location to
1521 c_sizeof_or_alignof_type.
1522 (build_array_ref): New argument.
1523 (build_compound_expr): Same.
1524 (build_const_cast): Same.
1525 (build_ptrmemfunc): Pass location to build_c_cast.
1526 * init.c (avoid_placement_new_aliasing): Pass location to
1527 build_stmt.
1528 (build_vec_delete_1): Pass location to cp_build_modify_expr,
1529 build_compound_expr.
1530 * class.c (build_vtbl_ref_1): Pass location to build_array_ref.
1531 * decl.c (poplevel): Pass location to c_build_bind_expr.
1532 (finish_case_label): Pass location to build_case_label.
1533 (finish_constructor_body): Same.
1534 (finish_destructor_body): Pass location to build_stmt.
1535 (cxx_maybe_build_cleanup): Same, but to build_compound_expr.
1536 * call.c (build_new_op): Pass location to build_array_ref.
1537 (build_x_va_arg): Pass location to build_va_arg.
1538 * except.c (expand_end_catch_block): Pass location to
1539 build_stmt.
1540 * cp-tree.h (build_array_ref): New argument.
1541 (build_compound_expr): Same.
1542 (build_c_cast): Same.
1543 * cp-gimplify.c (gimplify_if_stmt): Pass location on down.
1544 (gimplify_switch_stmt): Same.
1545 * typeck2.c (split_nonconstant_init_1): Same.
1546 * pt.c (tsubst_copy): Same.
1547 * semantics.c (add_decl_expr): Same.
1548 (do_poplevel): Same.
1549 (push_cleanup): Same.
1550 (finish_goto_stmt): Same.
1551 (finish_expr_stmt): Same.
1552 (begin_if_stmt): Same.
1553 (begin_while_stmt): Same.
1554 (begin_do_stmt): Same.
1555 (finish_return_stmt): Same.
1556 (begin_for_stmt): Same.
1557 (finish_break_stmt): Same.
1558 (finish_continue_stmt): Same.
1559 (begin_switch_stmt): Same.
1560 (begin_try_block): Same.
1561 (begin_handler): Same.
1562 (finish_asm_stmt): Same.
1563 (finish_label_stmt): Same.
1564 (finish_stmt_expr_expr): Same.
1565 (finalize_nrv_r): Same.
1566 (finish_omp_atomic): Same.
1567 * name-lookup.c (do_using_directive): Same.
1568 * decl2.c (grok_array_decl): Same.
1569 * parser.c (cp_parser_cast_expression): Same.
1570 (cp_parser_selection_statement): Same.
1571 (cp_parser_implicitly_scoped_statement): Same.
1572 (cp_parser_objc_selector_expression): Same.
1573 (cp_parser_objc_synchronized_statement): Same.
1574 (cp_parser_objc_throw_statement): Same.
1575 (cp_parser_omp_critical): Same.
1576 (cp_parser_omp_master): Same.
1577 * typeck.c (build_function_call): Add location argument.
1578 * init.c: Add location argument to all build_decl calls.
1579 * class.c: Same.
1580 * method.c: Same.
1581 * rtti.c: Same.
1582 * tree.c: Same.
1583 * pt.c: Same.
1584 * semantics.c: Same.
1585 * lex.c: Same.
1586 * decl2.c: Same.
1587 * cp-gimplify.c: Same.
1588 * decl.c: Same.
1589 (cp_make_fname_decl): Add location argument. Pass location ot
1590 build_decl.
1591 (finish_case_label): Same.
1592 * cp-tree.h (finish_case_label): Add location argument.
1593 * parser.c (cp_parser_label_for_labeled_statement): Pass location to
1594 finish_case_label.
1595
1596 2009-06-09 Jason Merrill <jason@redhat.com>
1597
1598 PR c++/40381
1599 * decl2.c (mark_used): Return after complaining about deleted fn.
1600
1601 2009-06-08 Jason Merrill <jason@redhat.com>
1602
1603 * parser.c (cp_parser_type_id_1): 'auto' type is ok with a
1604 late-specified return type.
1605
1606 2009-06-08 Jakub Jelinek <jakub@redhat.com>
1607
1608 PR c++/40373
1609 * call.c (check_dtor_name): Return false even if
1610 get_type_value (name) is error_mark_node.
1611
1612 PR c++/40370
1613 PR c++/40372
1614 * parser.c (cp_parser_direct_declarator): Don't set TREE_SIDE_EFFECTS
1615 on error_mark_node. Check for VLAs outside of function context
1616 before check whether to wrap bounds into a NOP_EXPR with
1617 TREE_SIDE_EFFECTS.
1618
1619 2009-06-08 Alexandre Oliva <aoliva@redhat.com>
1620
1621 * repo.c (get_base_filename): Use aux_base_name rather than
1622 alternate temporary file during second compare debug compilation.
1623 (finish_repo): Skip during -fcompare-debug-second.
1624
1625 2009-06-06 Ian Lance Taylor <iant@google.com>
1626
1627 * parser.c (cp_parser_label_for_labeled_statement): Support
1628 attribute on labels if immediately followed by semicolon.
1629 * semantics.c (finish_label_stmt): Return new label.
1630 * pt.c (tsubst_expr): Handle attributes for LABEL_EXPR.
1631
1632 2009-06-03 Ian Lance Taylor <iant@google.com>
1633
1634 * Make-lang.in (cc1plus-checksum.o): Depend upon $(CONFIG_H) and
1635 $(SYSTEM_H).
1636
1637 2009-06-02 Mark Mitchell <mark@codesourcery.com>
1638
1639 * decl.c (maybe_deduce_size_from_array_init): Use relayout_decl.
1640
1641 2009-06-02 Jason Merrill <jason@redhat.com>
1642
1643 PR c++/40308
1644 PR c++/40311
1645 * typeck.c (cp_build_modify_expr): Always pass init-lists to the
1646 conversion code.
1647 * call.c (implicit_conversion): Allow init-list conversion to scalar
1648 during direct-initialization, too. Mark the conversion bad if it
1649 has too many levels of braces.
1650 (convert_like_real): And give a helpful error.
1651
1652 PR c++/40306
1653 PR c++/40307
1654 * decl.c (cp_finish_decl): Handle auto deduction from ().
1655 * typeck.c (build_x_indirect_ref): Handle dereferencing an operand
1656 with dependent type that is known to be a pointer.
1657
1658 2009-06-02 Simon Martin <simartin@users.sourceforge.net>
1659
1660 PR c++/38089
1661 * pt.c (register_specialization): Properly setup DECL_CONTEXT for
1662 specializations in an invalid namespace.
1663
1664 2009-06-01 Aldy Hernandez <aldyh@redhat.com>
1665
1666 * error.c (print_instantiation_partial_context): Print column
1667 numbers.
1668
1669 2009-05-29 Ian Lance Taylor <iant@google.com>
1670
1671 * error.c (cp_printer): Don't use va_arg with enum type.
1672
1673 2009-05-28 Dodji Seketeli <dodji@redhat.com>
1674
1675 PR c++/39754
1676 * cp-tree.h (canonical_type_variant): Remove this function declaration.
1677 (strip_typedefs): New function declaration.
1678 * tree.c (strip_typedefs): New function definition.
1679 (canonical_type_variant): Remove function definition.
1680 * cvt.c (convert_from_reference): No need to use
1681 canonical_type_variant.
1682 * typeck.c (cp_build_indirect_ref): Likewise.
1683 * error.c (dump_template_bindings): Use strip_typedefs instead of
1684 canonical_type_variant.
1685 * pt.c (convert_template_argument, unify): Likewise.
1686 * mangle.c (canonicalize_for_substitution): Don't use
1687 canonical_type_variant.
1688
1689 2009-05-27 Jason Merrill <jason@redhat.com>
1690
1691 * call.c (implicit_conversion): Handle conversion from
1692 initializer-list to scalar.
1693 (convert_like_real): Likewise. Avoid crashing on list
1694 initialization with bad conversions.
1695 (can_convert): Use LOOKUP_EXPLICIT.
1696 (can_convert_arg_bad): Add flags parm.
1697 * cp-tree.h: Adjust.
1698 * typeck.c (convert_for_assignment): Pass flags.
1699
1700 2009-05-27 Ian Lance Taylor <iant@google.com>
1701
1702 * Make-lang.in (g++$(exeext)): Change $(COMPILER) to $(LINKER).
1703 (cc1plus-dummy$(exeext), cc1plus$(exeext)): Likewise.
1704
1705 2009-05-26 Ian Lance Taylor <iant@google.com>
1706
1707 * Make-lang.in (g++spec.o): Use $(COMPILER).
1708 (g++$(exeext), cc1plus-dummy$(exeext)): Likewise.
1709 (cc1plus$(exeext)): Likewise.
1710
1711 2009-05-26 Dodji Seketeli <dodji@redhat.com>
1712
1713 PR c++/40007
1714 * cp-tree.h (MEMBER_TYPES_NEEDING_ACCESS_CHECK): Remove this accessor.
1715 (TI_TYPEDEFS_NEEDING_ACCESS_CHECKING): New accessor.
1716 (get_types_needing_access_check): Declare new entry point.
1717 * pt.c (append_type_to_template_for_access_check_1,
1718 get_types_needing_access_check): New functions.
1719 (perform_typedefs_access_check): Accept FUNCTION_DECLs and
1720 RECORD_TYPEs rather than TEMPLATE_DECLs. Use the new
1721 get_types_needing_access_check, no more
1722 MEMBER_TYPES_NEEDING_ACCESS_CHECK.
1723 (instantiate_class_template): Set input_location to the source
1724 location of the most specialized template definition.
1725 Perform access check using the RECORD_TYPE of the template, not its
1726 associated most generic TEMPLATE_DECL.
1727 (append_type_to_template_for_access_check): Augment function
1728 comments. Use the new get_types_needing_access_check, not
1729 MEMBER_TYPE_NEEDING_ACCESS_CHECK. Use the new
1730 append_type_to_template_for_access_check_1 subroutine.
1731
1732 2009-05-22 Jason Merrill <jason@redhat.com>
1733
1734 PR c++/38064
1735 * typeck.c (cp_build_binary_op): Allow ENUMERAL_TYPE in
1736 arithmetic comparisons.
1737 (cp_common_type): Handle scoped enums.
1738
1739 * call.c (promoted_arithmetic_type_p): Don't use INTEGRAL_TYPE_P.
1740 (add_builtin_candidate, add_builtin_candidates): Likewise.
1741 (convert_like_real): Likewise.
1742 * class.c (check_bitfield_decl): Likewise.
1743 * decl.c (check_static_variable_definition): Likewise.
1744 (compute_array_index_type): Likewise.
1745 * decl2.c (grokbitfield): Likewise.
1746 * init.c (build_new_1): Likewise.
1747 * pt.c (convert_nontype_argument): Likewise.
1748 (current_instantiation): Likewise.
1749 * tree.c (pod_type_p): Likewise.
1750 * typeck.c (build_static_cast_1): Likewise.
1751 (build_reinterpret_cast_1): Likewise.
1752
1753 2009-05-22 Richard Guenther <rguenther@suse.de>
1754
1755 PR middle-end/38964
1756 * init.c (avoid_placement_new_aliasing): Remove.
1757 (build_new_1): Do not call it.
1758
1759 2009-05-22 Mark Mitchell <mark@codesourcery.com>
1760
1761 * decl2.c (decl_needed_p): Consider dllexport'd functions needed.
1762 * semantics.c (expand_or_defer_fn): Similarly.
1763
1764 2009-05-20 Ian Lance Taylor <iant@google.com>
1765
1766 * parser.c (cp_parser_postfix_expression): Change args to a vec.
1767 Release it when done.
1768 (tree_vector): Define typedef. Define VEC functions.
1769 (cp_parser_parenthesized_expression_list): Change return type to
1770 vec. Change all callers.
1771 (cp_parser_new_expression): Change placement and initializer to
1772 vecs. Release them when done.
1773 (cp_parser_new_placement): Change return type to vec. Change all
1774 callers.
1775 (cp_parser_new_initializer): Likewise.
1776 * typeck.c (build_function_call_vec): Just call
1777 cp_build_function_call_vec.
1778 (cp_build_function_call): Just build a vec and call
1779 cp_build_function_call_vec.
1780 (cp_build_function_call_vec): New function based on old
1781 cp_build_function_call.
1782 (convert_arguments): Remove nargs and argarray parameters. Change
1783 values to a vec. Change caller.
1784 (build_x_compound_expr_from_vec): New function.
1785 (cp_build_modify_expr): Build vec to pass to
1786 build_special_member_call.
1787 * call.c (struct z_candidate): Add first_arg field. Change args
1788 field to vec.
1789 (convert_class_to_reference): Handle first argument separately.
1790 (add_candidate): Add first_arg parameter. Change args parameter
1791 to vec. Change all callers.
1792 (add_function_candidate, add_conv_candidate): Likewise.
1793 (add_template_candidate_real, add_template_candidate): Likewise.
1794 (add_template_conv_candidate): Likewise.
1795 (build_user_type_conversion_1): Handle first argument separately.
1796 (resolve_args): Change return type and parameter type to vecs.
1797 Change all callers.
1798 (perform_overload_resolution): Change args parameter to vec.
1799 Change all callers.
1800 (build_new_function_call, build_operator_new_call): Likewise.
1801 (add_candidates): Likewise.
1802 (build_op_call): New globally visible function, built from and
1803 replacing static function build_object_call.
1804 (build_new_op): Don't handle CALL_EXPR. Build vec, not tree_list,
1805 of arguments.
1806 (build_op_delete_call): Build vec to pass to
1807 cp_build_function_call_vec.
1808 (build_temp): Build vec to pass to build_special_member_call.
1809 (convert_like_real): Likewise.
1810 (perform_direct_initialization_if_possible): Likewise.
1811 (build_over_call): Handle first_arg field. Use build_call_array
1812 rather than build_call_list.
1813 (build_special_member_call): Change args parameter to vec. Change
1814 all callers.
1815 (build_new_method_call): Likewise.
1816 * init.c (expand_default_init): Change parms to vec.
1817 (build_raw_new_expr): Change placement and init to vecs. Change
1818 all callers.
1819 (build_new_1, build_new): Likewise.
1820 * class.c (resolve_address_of_overloaded_function): Build array to
1821 pass to fn_type_unification.
1822 * pt.c (tsubst_copy_and_build): For NEW_EXPR build vecs to pass to
1823 build_new. For CALL_EXPR create a vec rather than a tree_list;
1824 expand a pack if necessary.
1825 (fn_type_unification): Change args parameter to const tree *. Add
1826 nargs parameter. Change all callers.
1827 (type_unification_real): Likewise.
1828 (unify): Build array to pass to type_unification_real.
1829 (get_bindings): Build array to pass to fn_type_unification.
1830 (any_type_dependent_arguments_p): Change args parameter to a vec.
1831 Change all callers.
1832 (make_args_non_dependent): Renamed from build_non_dependent_args.
1833 Change return type to void. Change parameter type to vec. Change
1834 all callers.
1835 (do_auto_deduction): Pass an array to type_unification_real.
1836 * semantics.c (perform_koenig_lookup): Change args to vec. Change
1837 all callers.
1838 (finish_call_expr): Change args to vec. Change all callers. Call
1839 build_op_call instead of passing CALL_EXPR to build_new_op.
1840 (cxx_omp_create_clause_info): Allocate vec to pass to
1841 build_special_member_call.
1842 * decl2.c (build_offset_ref_call_from_tree): Change args parameter
1843 to vec. Change all callers.
1844 * name-lookup.c (lookup_function_nonclass): Likewise.
1845 (struct arg_lookup): Change args to vec.
1846 (arg_assoc_namespace): Handle args as a vec.
1847 (arg_assoc_args_vec): New static function.
1848 (lookup_arg_dependent): Change args parameter to vec. Change all
1849 callers.
1850 * method.c (do_build_assign_ref): Allocate vec to pass to
1851 build_special_member_call.
1852 * except.c (build_throw): Likewise.
1853 * typeck2.c (build_functional_cast): Likewise.
1854 * cvt.c (ocp_convert): Likewise.
1855 * tree.c (build_min_non_dep_call_vec): Change last parameter to
1856 vec. Change all callers.
1857 * cp-tree.h: Update declarations.
1858 * name-lookup.h: Update declarations.
1859
1860 2009-05-20 Sandra Loosemore <sandra@codesourcery.com>
1861
1862 * typeck.c (default_conversion): Check targetm.promoted_type.
1863 * decl.c (grokdeclarator): Check targetm.invalid_return_type.
1864 (grokparms): Check targetm.invalid_parameter_type.
1865 * cvt.c (ocp_convert): Check targetm.convert_to_type.
1866 (build_expr_type_conversion): Check targetm.promoted_type.
1867
1868 2009-05-19 Andrew Pinski <andrew_pinski@playstation.sony.com>
1869
1870 * typeck.c (build_binary_op): Allow % on integal vectors.
1871
1872 2009-05-18 Jason Merrill <jason@redhat.com>
1873
1874 Implement explicit conversions ops as specified in N2437.
1875 * decl.c (grokdeclarator): Handle explicit conversion ops.
1876 (check_initializer): Pass flags to store_init_value.
1877 * decl2.c (maybe_emit_vtables): Likewise.
1878 * init.c (expand_aggr_init_1): Likewise.
1879 * call.c (convert_class_to_reference): Take flags parm,
1880 check DECL_NONCONVERTING_P.
1881 (build_user_type_conversion_1): Check DECL_NONCONVERTING_P.
1882 (add_builtin_candidates): Simplify getting type of conversion.
1883 (build_object_call): Likewise. Check DECL_NONCONVERTING_P.
1884 (implicit_conversion): Pass through LOOKUP_ONLYCONVERTING.
1885 (reference_binding): Take flags parm. Direct-initialize copy parm.
1886 (add_function_candidate): Direct-initialize the copy parm.
1887 (add_conv_candidate): Use LOOKUP_IMPLICIT, not LOOKUP_NORMAL.
1888 (build_builtin_candidate): Add LOOKUP_ONLYCONVERTING.
1889 (conditional_conversion): Likewise.
1890 (convert_like_real): Only complain about DECL_NONCONVERTING_P
1891 constructors.
1892 (perform_implicit_conversion_flags): Add flags parm to
1893 perform_implicit_conversion. Improve diagnostics.
1894 * cp-tree.h (LOOKUP_IMPLICIT): New macro.
1895 (LOOKUP_COPY_PARM): New bit macro.
1896 * cvt.c (build_expr_type_conversion): Check DECL_NONCONVERTING_P.
1897 * typeck.c (convert_for_assignment): Take flags parm, pass it to
1898 perform_implicit_conversion_flags.
1899 (cp_build_modify_expr): Pass flags to convert_for_assignment.
1900 (convert_for_initialization): Likewise.
1901 * typeck2.c (store_init_value): Take flags parm, pass to
1902 digest_init_flags.
1903 (digest_init_flags): Add flags parm to digest_init.
1904 (digest_init_r): Take flags parm, pass to convert_for_initialization.
1905 (process_init_constructor_array): Pass it.
1906 (process_init_constructor_record): Likewise.
1907 (process_init_constructor_union): Likewise.
1908
1909 2009-05-16 Jason Merrill <jason@redhat.com>
1910
1911 PR c++/40139
1912 * pt.c (tsubst_qualified_id): Retain the type if we aren't dealing
1913 with a dependent type. Actually look up the destructor.
1914 * semantics.c (finish_id_expression): Fix logic.
1915 (finish_qualified_id_expr): Don't try to use 'this' if we aren't in
1916 a function.
1917 * typeck.c (build_x_unary_op): Diagnose taking the address of a
1918 constructor or destructor.
1919 * tree.c (get_first_fn): Handle OFFSET_REF.
1920
1921 2009-05-17 Joseph Myers <joseph@codesourcery.com>
1922
1923 * tree.c (cxx_printable_name_internal): Allow consecutive
1924 translated and untranslated cached copies of the name of the
1925 current function.
1926
1927 2009-05-15 Ian Lance Taylor <iant@google.com>
1928
1929 * cp-tree.h (enum cp_lvalue_kind_flags): Rename from
1930 cp_lvalue_kind. Change all uses.
1931 (enum base_access_flags): Rename from enum base_access. Change
1932 all uses.
1933 * parser.c (enum cp_parser_flags): Remove enum tag.
1934
1935 2009-05-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
1936
1937 PR 16302
1938 * call.c (build_new_op): Update calls to warn_logical_operator.
1939
1940 2009-05-14 Ian Lance Taylor <iant@google.com>
1941
1942 * class.c (layout_class_type): Change itk to unsigned int.
1943 * decl.c (finish_enum): Change itk to unsigned int.
1944 * parser.c (cp_parser_check_decl_spec): Change ds to int. Remove
1945 casts.
1946
1947 2009-05-13 David Mandelin <dmandelin@mozilla.com>:
1948
1949 * decl.c (duplicate_decls): Preserve parameter attributes.
1950
1951 2009-05-10 Jan Hubicka <jh@suse.cz>
1952
1953 * decl2.c (cxx_callgraph_analyze_expr): Use
1954 cgraph_mark_address_taken.
1955
1956 2009-05-10 Joseph Myers <joseph@codesourcery.com>
1957
1958 * call.c (name_as_c_string): Call type_as_string_translate.
1959 Translate identifiers to locale character set.
1960 * cp-tree.h (lang_decl_name): Update prototype.
1961 (type_as_string_translate, decl_as_string_translate,
1962 cxx_printable_name_translate): Declare.
1963 * cxx-pretty-print.c (M_): Define.
1964 (pp_cxx_unqualified_id, pp_cxx_canonical_template_parameter): Mark
1965 English fragments for conditional translation with M_.
1966 * decl.c (grokdeclarator): Translate identifiers to locale
1967 character set for diagnostics.
1968 * error.c (M_): Define.
1969 (dump_template_bindings, dump_type, dump_aggr_type,
1970 dump_type_prefix, dump_global_iord, dump_simple_decl, dump_decl,
1971 dump_function_decl, dump_template_parms, dump_expr,
1972 dump_binary_op, op_to_string, assop_to_string): Mark English
1973 fragments for conditional translation with M_.
1974 (type_as_string): Disable translation of identifiers.
1975 (type_as_string_translate): New.
1976 (expr_as_string): Disable translation of identifiers.
1977 (decl_as_string): Disable translation of identifiers.
1978 (decl_as_string_translate): New.
1979 (lang_decl_name): Add parameter translate.
1980 (args_to_string): Call type_as_string_translate.
1981 (cp_print_error_function): Call cxx_printable_name_translate.
1982 (print_instantiation_full_context,
1983 print_instantiation_partial_context): Call
1984 decl_as_string_translate.
1985 * parser.c (cp_lexer_get_preprocessor_token): Use %qE for
1986 identifier in diagnostic.
1987 * tree.c (cxx_printable_name): Change to
1988 cxx_printable_name_internal. Add parameter translate.
1989 (cxx_printable_name, cxx_printable_name_translate): New wrappers
1990 round cxx_printable_name_internal.
1991
1992 2009-05-08 H.J. Lu <hongjiu.lu@intel.com>
1993
1994 PR c/36892
1995 * call.c (build_call_a): Updated warn_deprecated_use call.
1996 (build_over_call): Likewise.
1997 * decl.c (grokdeclarator): Likewise.
1998 (grokparms): Likewise.
1999 * semantics.c (finish_id_expression): Likewise.
2000 * typeck.c (build_class_member_access_expr): Likewise.
2001 (finish_class_member_access_expr): Likewise.
2002
2003 2009-05-06 Dodji Seketeli <dodji@redhat.com>
2004
2005 PR c++/17395
2006 * pt.c (tsubst_copy) <case PARM_DECL>: We don't want to tsubst the
2007 whole list of PARM_DECLs, just the current one.
2008
2009 2009-05-05 Shujing Zhao <pearly.zhao@oracle.com>
2010
2011 * cp-tree.h:
2012 (opname_tab, assignop_tab, update_member_visibility, yyerror, yyhook,
2013 mangle_compound_literal): Remove unused declarations.
2014 (build_vfield_ref, cxx_print_statistics, clone_function_decl,
2015 adjust_clone_args, maybe_push_cleanup_level, pushtag, make_anon_name,
2016 pushdecl_top_level_maybe_friend, pushdecl_top_level_and_finish,
2017 check_for_out_of_scope_variable, print_other_binding_stack,
2018 maybe_push_decl, cxx_mark_addressable, force_target_expr,
2019 build_target_expr_with_type, finish_case_label,
2020 cxx_maybe_build_cleanup, begin_eh_spec_block, finish_eh_spec_block,
2021 check_template_keyword, cxx_omp_predetermined_sharing,
2022 cxx_omp_clause_default_ctor, cxx_omp_clause_copy_ctor,
2023 cxx_omp_clause_assign_op, cxx_omp_clause_dtor, cxx_omp_finish_clause,
2024 cxx_omp_privatize_by_reference): Rearrange the declarations line to
2025 match the comment that indicates the .c file which the functions are
2026 defined.
2027 (cxx_print_xnode, cxx_print_decl, cxx_print_type,
2028 cxx_print_identifier, cxx_print_error_function, pushdecl): Add comment.
2029
2030 2009-05-05 Nathan Sidwell <nathan@codesourcery.com>
2031
2032 * typeck.c (cp_build_compound_expr): Require RHS to have a known
2033 type.
2034 * class.c (resolve_address_of_overloaded_function): Use
2035 OVL_CURRENT for error message.
2036 (instantiate_type): Forbid COMPOUND_EXPRs and remove code dealing
2037 with them. Do not copy the node.
2038
2039 2009-05-05 Jakub Jelinek <jakub@redhat.com>
2040
2041 PR c++/40013
2042 * pt.c (tsubst): If magic NOP_EXPR with side-effects has no type,
2043 set it from its operand's type after tsubst_expr.
2044
2045 2009-05-04 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2046
2047 PR c++/28152
2048 * parser.c (cp_lexer_get_preprocessor_token): Do not store the
2049 canonical spelling for keywords.
2050 (cp_parser_attribute_list): Use the canonical spelling for
2051 keywords in attributes.
2052
2053 2009-05-01 Joseph Myers <joseph@codesourcery.com>
2054
2055 * cxx-pretty-print.c (is_destructor_name, pp_cxx_unqualified_id,
2056 pp_cxx_template_keyword_if_needed, pp_cxx_postfix_expression,
2057 pp_cxx_new_expression, pp_cxx_delete_expression,
2058 pp_cxx_unary_expression, pp_cxx_assignment_operator,
2059 pp_cxx_assignment_expression, pp_cxx_expression,
2060 pp_cxx_function_specifier, pp_cxx_decl_specifier_seq,
2061 pp_cxx_simple_type_specifier, pp_cxx_type_specifier_seq,
2062 pp_cxx_exception_specification, pp_cxx_direct_declarator,
2063 pp_cxx_ctor_initializer, pp_cxx_type_id, pp_cxx_statement,
2064 pp_cxx_namespace_alias_definition, pp_cxx_template_parameter,
2065 pp_cxx_canonical_template_parameter, pp_cxx_template_declaration,
2066 pp_cxx_declaration, pp_cxx_typeid_expression,
2067 pp_cxx_va_arg_expression, pp_cxx_offsetof_expression,
2068 pp_cxx_trait_expression): Mostly use pp_string and
2069 pp_cxx_ws_string in place of pp_identifier and pp_cxx_identifier
2070 for non-identifiers. Mark English strings for translation.
2071 * cxx-pretty-print.h (pp_cxx_ws_string): Define.
2072 * error.c (dump_template_parameter, dump_template_bindings,
2073 dump_type, dump_aggr_type, dump_type_prefix, dump_simple_decl,
2074 dump_decl, dump_template_decl, dump_function_decl,
2075 dump_parameters, dump_exception_spec, dump_template_parms,
2076 dump_expr, dump_binary_op, dump_unary_op, op_to_string,
2077 assop_to_string, args_to_string, cp_print_error_function,
2078 print_instantiation_full_context,
2079 print_instantiation_partial_context): Mostly use pp_string and
2080 pp_cxx_ws_string in place of pp_identifier and pp_cxx_identifier
2081 for non-identifiers. Mark English strings for translation.
2082 (dump_global_iord): Mark strings for translation; use longer
2083 strings instead of substituting single words.
2084 (function_category): Return a format string marked for
2085 translation, not a single word or phrase to substitute in a longer
2086 phrase.
2087
2088 2009-04-28 Ben Elliston <bje@au.ibm.com>
2089
2090 PR c++/35652
2091 Revert:
2092
2093 2009-03-27 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2094
2095 * typeck.c (cp_pointer_sum): Adjust call to pointer_int_sum.
2096
2097 2009-04-27 Ian Lance Taylor <iant@google.com>
2098
2099 * semantics.c (finish_omp_clauses): Change type of c_kind to enum
2100 omp_clause_code.
2101
2102 2009-04-27 Jakub Jelinek <jakub@redhat.com>
2103
2104 PR c++/39875
2105 * cvt.c (convert_to_void) <case INDIRECT_REF>: Only warn about
2106 -Wunused-value if implicit.
2107
2108 2009-04-24 Ian Lance Taylor <iant@google.com>
2109
2110 * call.c (build_temp): Change 0 to enum constant.
2111 * cp-tree.h (cp_lvalue_kind): Typedef to int rather than enum
2112 type.
2113 * cp-gimplify.c (cp_gimplify_expr): Add cast to enum type.
2114 * decl2.c (constrain_visibility): Likewise.
2115 * parser.c (cp_lexer_get_preprocessor_token): Likewise.
2116 (cp_parser_flags): Typedef to int rather than enum type.
2117 (cp_parser_expression_stack_entry): Change prec field to enum
2118 cp_parser_prec.
2119
2120 * typeck.c (build_modify_expr): Add lhs_origtype parameter.
2121 Change all callers.
2122
2123 2009-04-22 Dodji Seketeli <dodji@redhat.com>
2124
2125 PR c++/39639
2126 * parser.c (cp_parser_template_argument_list): Display an error
2127 when an ellipsis is not preceded by a parameter pack. Also, warn
2128 about variadic templates usage without -std=c++0x.
2129
2130 2009-04-21 Taras Glek <tglek@mozilla.com>
2131
2132 * cp-tree.h: Update GTY annotations to new syntax.
2133 * decl.c: Likewise.
2134 * mangle.c: Likewise.
2135 * name-lookup.c: Likewise.
2136 * name-lookup.h: Likewise.
2137 * parser.c: Likewise.
2138 * pt.c: Likewise.
2139 * rtti.c: Likewise.
2140 * semantics.c: Likewise.
2141 * typeck2.c: Likewise.
2142
2143 2009-04-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2144
2145 PR c++/14875
2146 * parser.c (cp_parser_error): Pass token->flags to c_parse_error.
2147
2148 2009-04-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2149
2150 PR c++/35711
2151 * typeck.c (check_for_casting_away_constness): We diagnose casting
2152 away any qualifiers not just constness.
2153 (casts_away_constness): Mention that it handles more than just
2154 constness.
2155
2156 2009-04-21 Joseph Myers <joseph@codesourcery.com>
2157
2158 * ChangeLog, ChangeLog-1993, ChangeLog-1994, ChangeLog-1995,
2159 ChangeLog-1996, ChangeLog-1997, ChangeLog-1998, ChangeLog-1999,
2160 ChangeLog-2000, ChangeLog-2001, ChangeLog-2002, ChangeLog-2003,
2161 ChangeLog-2004, ChangeLog-2005, ChangeLog-2006, ChangeLog-2007,
2162 ChangeLog-2008, ChangeLog.ptr, ChangeLog.tree-ssa, NEWS,
2163 cfns.gperf: Add copyright and license notices.
2164 * cfns.h: Regenerate.
2165 * ChangeLog, ChangeLog-2004: Correct dates.
2166
2167 2009-04-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
2168
2169 PR 16202
2170 * tree.c (lvalue_p_1): Use const_tree.
2171 Use CONST_CAST_TREE to avoid warning.
2172 (lvalue_p): Returns bool, receives const_tree.
2173
2174 2009-04-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2175
2176 PR c++/13358
2177 * parser.c (cp_parser_check_decl_spec): Drop redundant flags.
2178 * error.c (pedwarn_cxx98): New.
2179 * cp-tree.h (pedwarn_cxx98): Declare.
2180
2181 2009-04-20 Le-Chun Wu <lcwu@google.com>
2182
2183 PR c++/39803
2184 * init.c (build_vec_init): Set TREE_NO_WARNING on the
2185 compiler-generated INDIRECT_REF expression.
2186
2187 2009-04-20 Ian Lance Taylor <iant@google.com>
2188
2189 * typeck.c (build_function_call_vec): New function.
2190 (cp_build_function_call): Only pass first parameter to
2191 objc_rewrite_function_call.
2192 (build_modify_expr): Add rhs_origtype parameter. Change all
2193 callers.
2194 * decl.c (finish_decl): Add origtype parameter. Change all
2195 callers.
2196 * semantics.c (finish_call_expr): Pass VEC to
2197 resolve_overloaded_builtin.
2198
2199 2009-04-20 Ian Lance Taylor <iant@google.com>
2200
2201 * cp-tree.h (base_access): Change typedef to int.
2202 * parser.c (cp_parser_omp_flush): Change 0 to OMP_CLAUSE_ERROR.
2203 (cp_parser_omp_threadprivate): Likewise.
2204 * pt.c (unify_pack_expansion): Add casts to enum type.
2205
2206 2009-04-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
2207
2208 PR c/32061
2209 PR c++/36954
2210 * call.c (build_new_op): Save the original codes of operands
2211 before folding.
2212
2213 2009-04-18 Kazu Hirata <kazu@codesourcery.com>
2214
2215 * cp-tree.h: Remove the prototype for insert_block.
2216 * decl.c (insert_block): Remove.
2217
2218 2009-04-16 Ian Lance Taylor <iant@google.com>
2219
2220 * cp-tree.h (enum tsubst_flags): Rename from enum tsubst_flags_t.
2221 (tsubst_flags_t): Change typedef from enum type to int.
2222
2223 2009-04-16 Paolo Bonzini <bonzini@gnu.org>
2224
2225 * decl.c (check_initializer): Use TYPE_VECTOR_OPAQUE
2226 instead of targetm.vector_opaque_p.
2227
2228 2009-04-15 Le-Chun Wu <lcwu@google.com>
2229
2230 PR c++/39551
2231 * call.c (build_over_call): Set TREE_NO_WARNING on the
2232 compiler-generated INDIRECT_REF expression.
2233 * cvt.c (convert_to_void): Emit warning when stripping off
2234 INDIRECT_REF.
2235
2236 2009-04-14 Diego Novillo <dnovillo@google.com>
2237
2238 * parser.c (cp_parser_type_specifier_seq): Move call to
2239 invoke_plugin_callbacks ...
2240 (cp_parser_type_specifier_seq): ... here.
2241
2242 2009-04-14 Le-Chun Wu <lcwu@google.com>
2243
2244 * Make-lang.in: Modify dependencies of files including plugin.h.
2245 * decl.c (finish_function): Call invoke_plugin_callbacks.
2246 * parser.c (cp_parser_type_specifier): Call invoke_plugin_callbacks.
2247
2248 2009-04-14 Jason Merrill <jason@redhat.com>
2249
2250 PR c++/39763
2251 * name-lookup.c (pushdecl_maybe_friend): Avoid all warnings
2252 about shadowing by tentative parms.
2253
2254 2009-04-13 Jason Merrill <jason@redhat.com>
2255
2256 PR c++/39480
2257 * call.c (build_over_call): Don't call memcpy if the target is
2258 the same as the source.
2259
2260 2009-04-13 Jason Merrill <jason@redhat.com>
2261
2262 PR c++/39750
2263 * pt.c (uses_template_parms): Handle CONSTRUCTOR.
2264
2265 2009-04-12 Jason Merrill <jason@redhat.com>
2266
2267 PR c++/39742
2268 * call.c (joust): Don't crash on variadic fn.
2269
2270 2009-04-10 Jason Merrill <jason@redhat.com>
2271
2272 PR c++/28301
2273 * parser.c (cp_parser_skip_to_end_of_block_or_statement): Return
2274 if we see a close brace without an open brace.
2275
2276 2009-04-10 H.J. Lu <hongjiu.lu@intel.com>
2277
2278 * parser.c (cp_parser_class_specifier): Remove the unused
2279 has_trailing_semicolon.
2280
2281 2009-04-10 Manuel López-Ibáñez <manu@gcc.gnu.org>
2282
2283 PR c++/20118
2284 * parser.c (cp_parser_check_template_parameters): Take a
2285 cp_declarator parameter.
2286 (cp_parser_elaborated_type_specifier): Update to
2287 cp_parser_check_template_parameters.
2288 (cp_parser_class_head): Likewise.
2289 (cp_parser_check_declarator_template_parameters): Likewise.
2290 (cp_parser_check_template_parameters): Handle first the non-error
2291 conditions. Give more accurate diagnostics if a declarator is
2292 given.
2293
2294 2009-04-08 Jason Merrill <jason@redhat.com>
2295
2296 PR c++/25185
2297 * error.c (dump_aggr_type): Chase template typedefs if
2298 -fno-pretty-templates.
2299
2300 2009-04-08 Dodji Seketeli <dodji@redhat.com>
2301
2302 PR c++/39637
2303 * parser.c (cp_parser_enumerator_definition): Make sure the
2304 initializer of the enumerator doesn't contain any bare parameter pack.
2305
2306 2009-04-07 Jason Merrill <jason@redhat.com>
2307
2308 PR c++/34691
2309 * name-lookup.c (merge_functions): Keep multiple extern "C" functions.
2310 * call.c (joust): Complain about mismatched default arguments
2311 in extern "C" functions.
2312 * class.c (resolve_address_of_overloaded_function): Handle multiple
2313 extern "C" functions.
2314 * pt.c (resolve_overloaded_unification): Likewise.
2315
2316 2009-04-07 Jason Merrill <jason@redhat.com>
2317
2318 PR c++/25185
2319 * error.c (dump_function_decl): Don't pretty-print templates
2320 if -fno-pretty-templates.
2321 (count_non_default_template_args): Print all args if
2322 -fno-pretty-templates.
2323
2324 2009-04-06 Jason Merrill <jason@redhat.com>
2325
2326 PR c++/35146
2327 * pt.c (fn_type_unification): For DEDUCE_EXACT check that
2328 the deduced template arguments give us the parameter types
2329 we're looking for.
2330
2331 2009-04-05 Giovanni Bajo <giovannibajo@libero.it>
2332 Jason Merrill <jason@redhat.com>
2333
2334 PR c++/14912
2335 * error.c (count_non_default_template_args): New fn.
2336 (dump_template_parms): Call it.
2337 (dump_template_argument_list): Call it. Add parms parm.
2338 (dump_template_argument): Adjust call to dump_template_argument_list.
2339 (dump_type, dump_decl): Likewise.
2340 (dump_template_bindings): Refactor logic.
2341
2342 2009-04-03 Jason Merrill <jason@redhat.com>
2343
2344 PR c++/25185
2345 * error.c (dump_template_bindings): Look through typedefs in
2346 typename results.
2347 (dump_type) [TYPENAME_TYPE]: Print the typedef name if any.
2348 (find_typenames_r): Also collect typedefs.
2349 * pt.c (unify): Strip typedefs.
2350
2351 PR c++/39608
2352 * semantics.c (finish_id_expression): Don't assume a dependent
2353 member of the current instantiation isn't a valid integral
2354 constant expression. Check dependent_scope_p.
2355 * pt.c (dependent_scope_p): Check TYPE_P.
2356 (tsubst_copy): If args is null, just return.
2357
2358 2009-04-02 Jason Merrill <jason@redhat.com>
2359
2360 PR c++/25185
2361 * error.c (find_typenames, find_typenames_r): New fns.
2362 (dump_function_decl): Call find_typenames.
2363 (dump_template_bindings): Print typenames as well.
2364 * pt.c (tsubst): Non-static.
2365 * cp-tree.h: Declare it.
2366
2367 2009-04-02 Dodji Seketeli <dodji@redhat.com>
2368
2369 PR c++/26693
2370 * decl2.c (grokfield): when a typedef appears in a
2371 class, create the typedef variant type node for it.
2372 (save_template_attributes): Creating typedef variant type node
2373 here is now useless.
2374 * decl.c (grokdeclarator): If the typedef'ed struct/class was
2375 anonymous, set the proper type name to all its type variants.
2376 (xref_basetypes) : Fixup the variant types after setting
2377 TYPE_BINFO on REF.
2378 * name-lookup.c (pushdecl_maybe_friend): Reuse the
2379 set_underlying_type function to install typedef variant types.
2380 * cp-tree.h (MEMBER_TYPES_NEEDING_ACCESS_CHECK): New template accessor
2381 macro.
2382 (append_type_to_template_for_access_check): New entry points.
2383 * semantics.c (check_accessibility_of_qualified_id):
2384 When a typedef that is a member of a class appears in a template,
2385 add it to the template. It will be ...
2386 * class.c (finish_struct_bits): Split type variant fixup into ...
2387 (fixup_type_variants): A new entry point.
2388 * pt.c (instantiate_class_template, instantiate_template ): ... access
2389 checked at template instantiation time.
2390 (resolve_type_name_type): The type name should be the name of the
2391 main type variant.
2392 (retrieve_specialization): Specializations of template typedefs aren't
2393 to looked up in DECL_TEMPLATE_INSTANTIATIONS (tmpl).
2394 (append_type_to_template_for_access_check): New entry point.
2395 (tsubst_decl): For typedefs, build the variant type from the correct
2396 original type.
2397 (get_class_bindings): Fix function comment.
2398 (perform_typedefs_access_check): New entry point.
2399
2400 2009-03-31 Jason Merrill <jason@redhat.com>
2401
2402 PR c++/34691
2403 * name-lookup.c (pushdecl_maybe_friend): Diagnose mismatched
2404 extern "C" declarations.
2405
2406 C++ DR 613
2407 * semantics.c (finish_non_static_data_member): Allow such references
2408 without an associated object in sizeof/decltype/alignof.
2409
2410 * ptree.c (cxx_print_decl): Pretty-print full name of
2411 function/template.
2412 (cxx_print_type): Pretty-print full name of class.
2413
2414 * decl.c (grokdeclarator): Reject pointer to qualified function
2415 type.
2416
2417 PR c++/37806, core issue 547
2418 * typeck.c (cp_apply_type_quals_to_decl): Don't apply any quals
2419 to a typedef.
2420 * tree.c (cp_build_qualified_type_real): Don't apply restrict to a
2421 function type.
2422 * decl.h (enum decl_context): Add TEMPLATE_TYPE_ARG.
2423 * decl.c (groktypename): Add is_template_arg parameter.
2424 (grokdeclarator): Allow function cv-quals on a template type arg.
2425 * parser.c (cp_parser_new_type_id, cp_parser_type_id): Add
2426 is_template_arg argument in calls to groktypename.
2427 * cp-tree.h: Adjust prototype.
2428 * error.c (dump_type_prefix, dump_type_suffix): Fix plain
2429 FUNCTION_TYPE printing.
2430
2431 * mangle.c (write_expression): Mangle dependent name as
2432 source-name.
2433
2434 PR c++/38030, 38850, 39070
2435 * pt.c (type_dependent_expression_p_push): New fn.
2436 (tsubst_copy_and_build) [CALL_EXPR]: Only do arg-dep lookup when the
2437 substitution makes the call non-dependent. Preserve koenig_p.
2438 * parser.c (cp_parser_postfix_expression): Only do arg-dep lookup
2439 for non-dependent calls.
2440 * semantics.c (finish_call_expr): Revert earlier changes.
2441 * cp-tree.h: Revert change to finish_call_expr prototype.
2442
2443 2009-03-29 Joseph Myers <joseph@codesourcery.com>
2444
2445 PR preprocessor/34695
2446 * cp-tree.h (cp_cpp_error): Remove.
2447 * error.c (cp_cpp_error): Remove.
2448 * parser.c (cp_lexer_new_main): Set done_lexing instead of
2449 client_diagnostic and error callback.
2450
2451 2009-03-28 Paolo Bonzini <bonzini@gnu.org>
2452
2453 * cp/cp-objcp-common.h (LANG_HOOKS_STATICP): Remove.
2454 * cp/cp-objcp-common.c (cxx_staticp): Remove.
2455 * cp/cp-tree.h (cxx_staticp): Remove.
2456
2457 2009-03-28 Jakub Jelinek <jakub@redhat.com>
2458
2459 PR c++/39554
2460 * parser.c (cp_parser_postfix_expression): Don't call
2461 warning_if_disallowed_function_p.
2462
2463 2009-03-27 Jan Hubicka <jh@suse.cz>
2464
2465 * except.c (choose_personality_routine): Set terminate_node to abort
2466 for java exceptions.
2467
2468 2009-03-27 Dodji Seketeli <dodji@redhat.com>
2469 Jakub Jelinek <jakub@redhat.com>
2470
2471 PR debug/37959
2472 * cp-objcp-common.h (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P): Define.
2473 (cp_function_decl_explicit_p): New prototype.
2474 * cp-objcp-common.c (cp_function_decl_explicit_p): New function.
2475
2476 2009-03-27 Andrew Pinski <andrew_pinski@playstation.sony.com>
2477
2478 PR c++/38638
2479 * parser.c (cp_parser_elaborated_type_specifier): If we have a
2480 typename tag and don't have either a TYPE_DECL or a
2481 TEMPLATE_ID_EXPR, set the type to NULL.
2482
2483 2009-03-27 Simon Martin <simartin@users.sourceforge.net>
2484
2485 PR c++/37647
2486 * decl.c (grokdeclarator): Reject [con|de]stuctors in a non-class
2487 scope.
2488
2489 2009-03-27 Simon Martin <simartin@users.sourceforge.net>
2490
2491 PR c++/29727
2492 * decl.c (check_array_designated_initializer): Handle error_mark_node.
2493
2494 2009-03-27 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2495
2496 PR c++/35652
2497 * typeck.c (cp_pointer_sum): Adjust call to pointer_int_sum.
2498
2499 2009-03-26 Andrew Haley <aph@redhat.com>
2500
2501 PR C++/39380
2502 * decl2.c (possibly_inlined_p): If java exceptions are in use
2503 don't inline a decl unless it is explicitly marked inline.
2504 * lex.c: (pragma_java_exceptions): New variable.
2505 (handle_pragma_java_exceptions): Set pragma_java_exceptions.
2506 * cp-tree.h (pragma_java_exceptions): Declare new variable.
2507
2508 2009-03-24 Jason Merrill <jason@redhat.com>
2509
2510 PR c++/28274
2511 * name-lookup.c (pushdecl_maybe_friend): Check default args later.
2512
2513 2009-03-23 Jakub Jelinek <jakub@redhat.com>
2514
2515 PR c/39495
2516 * semantics.c (handle_omp_for_class_iterator): Swap cond operands and
2517 code if iter is the second operand.
2518 * parser.c (cp_parser_binary_expression): Add no_toplevel_fold_p
2519 argument. If it is set, don't build the toplevel expression with
2520 build_x_binary_op, but build2.
2521 (cp_parser_assignment_expression, cp_parser_omp_for_incr): Adjust
2522 callers.
2523 (cp_parser_omp_for_cond): Don't assume the first operand of the
2524 comparison must be decl.
2525
2526 2009-03-23 Jason Merrill <jason@redhat.com>
2527
2528 PR c++/37729
2529 * pt.c (make_fnparm_pack): Split out from...
2530 (instantiate_decl): ...here.
2531 (tsubst_pack_expansion): Handle being called in a late-specified
2532 return type.
2533
2534 PR c++/39526
2535 * name-lookup.c (pushdecl_maybe_friend): Don't warn about shadowing
2536 a parm with a parm.
2537
2538 2009-03-20 Jason Merrill <jason@redhat.com>
2539
2540 PR c++/28879
2541 * parser.c (cp_parser_direct_declarator): In a template, wrap
2542 non-constant expression in NOP_EXPR with TREE_SIDE_EFFECTS set.
2543 * pt.c (tsubst): Preserve it in a partial instantiation.
2544 (dependent_type_p_r): Don't check value_dependent_expression_p.
2545 * decl.c (compute_array_index_type): Don't check
2546 value_dependent_expression_p if TREE_SIDE_EFFECTS.
2547
2548 C++ core issue 703
2549 * typeck2.c (check_narrowing): Don't complain about loss of
2550 precision when converting a floating-point constant.
2551
2552 2009-03-19 Jakub Jelinek <jakub@redhat.com>
2553
2554 PR c/39495
2555 * parser.c (cp_parser_omp_for_cond): Don't check lhs if decl is NULL.
2556 (cp_parser_omp_for_loop): Always use cp_parser_omp_for_cond.
2557
2558 2009-03-18 Jakub Jelinek <jakub@redhat.com>
2559
2560 * parser.c (struct cp_token): Reorder fields for 64-bit hosts.
2561 (eof_token): Adjust.
2562
2563 2009-03-18 H.J. Lu <hongjiu.lu@intel.com>
2564
2565 PR c++/39425
2566 * parser.c (cp_parser_explicit_specialization): Don't skip the
2567 rest of the specialization when begin_specialization returns
2568 false.
2569
2570 2009-03-17 Jason Merrill <jason@redhat.com>
2571
2572 * decl.c (grokfndecl): Set DECL_CONTEXT on parms.
2573 (duplicate_decls): Adjust DECL_CONTEXT of newdecl's parms.
2574 * pt.c (check_explicit_specialization): Likewise.
2575 (tsubst_copy) [PARM_DECL]: Return a dummy parm if we don't have a
2576 local specialization.
2577 * tree.c (cp_tree_equal) [PARM_DECL]: Check type and index, not name.
2578 * decl2.c (parm_index): New fn.
2579 * semantics.c (finish_decltype_type): Don't use describable_type.
2580 * mangle.c (write_expression): Likewise. Mangle ALIGNOF_EXPR.
2581 Give a sorry for unsupported codes rather than crash. Mangle
2582 conversions with other than 1 operand. New mangling for PARM_DECL.
2583 * operators.def (ALIGNOF_EXPR): Mangle as "az".
2584
2585 2009-03-17 Jing Yu <jingyu@google.com>
2586
2587 PR middle-end/39378
2588 * method.c (use_thunk): Change is_thunk from crtl to cfun.
2589
2590 2009-03-17 Paolo Carlini <paolo.carlini@oracle.com>
2591
2592 PR c++/39475
2593 * semantics.c (check_trait_type): New.
2594 (finish_trait_expr): Use it.
2595
2596 2009-03-17 Jakub Jelinek <jakub@redhat.com>
2597
2598 * name-lookup.c (cp_emit_debug_info_for_using): Emit USING_STMTs
2599 instead of calling imported_module_or_decl debug hook if
2600 building_stmt_tree ().
2601 * cp-gimplify.c (cp_gimplify_expr): Don't assert the first operand
2602 is a NAMESPACE_DECL.
2603
2604 PR debug/37890
2605 * name-lookup.c (do_namespace_alias): Don't call global_decl debug
2606 hook at function scope.
2607
2608 PR debug/39471
2609 * cp-gimplify.c (cp_gimplify_expr): Don't set DECL_NAME
2610 on IMPORTED_DECL.
2611
2612 2009-03-09 Jakub Jelinek <jakub@redhat.com>
2613
2614 PR c++/39371
2615 * semantics.c (finish_switch_cond): Don't call get_unwidened.
2616 * decl.c (finish_case_label): Pass SWITCH_STMT_TYPE as 3rd argument
2617 instead of TREE_TYPE (cond).
2618
2619 2009-03-08 H.J. Lu <hongjiu.lu@intel.com>
2620
2621 PR c++/39060
2622 * parser.c (cp_parser_late_parsing_default_args): Continue
2623 the loop when cp_parser_assignment_expression returns
2624 error_mark_node.
2625
2626 2009-03-07 Jason Merrill <jason@redhat.com>
2627
2628 PR c++/39367
2629 * init.c (build_new_1): Don't use a VLA type.
2630 (build_vec_init): Handle getting a pointer for BASE.
2631
2632 2009-03-06 H.J. Lu <hongjiu.lu@intel.com>
2633
2634 PR c++/37520
2635 * cp-tree.h: Check NO_DOT_IN_LABEL before NO_DOLLAR_IN_LABEL
2636 when mangling symbols.
2637
2638 2009-03-06 Paolo Carlini <paolo.carlini@oracle.com>
2639
2640 PR c++/33492
2641 * error.c (dump_expr): Don't try to print THROW_EXPRs in full.
2642
2643 2009-03-06 Alexandre Oliva <aoliva@redhat.com>
2644
2645 * decl.c (record_builtin_java_type): Use canonicalized integer
2646 types.
2647
2648 2009-03-04 Jason Merrill <jason@redhat.com>
2649
2650 PR c++/38908
2651 * class.c (is_really_empty_class): New fn.
2652 * cp-tree.h: Declare it.
2653 * cp-objcp-common.c (cp_expr_size): Use it.
2654
2655 PR c++/13549
2656 * semantics.c (perform_koenig_lookup): Handle TEMPLATE_ID_EXPR.
2657 * parser.c (cp_parser_postfix_expression): Call it for
2658 TEMPLATE_ID_EXPR.
2659 * tree.c (is_overloaded_fn): Look through TEMPLATE_ID_EXPR.
2660 (get_first_fn): Likewise.
2661
2662 PR c++/9634
2663 PR c++/29469
2664 PR c++/29607
2665 Implement DR 224.
2666 * decl.c (make_typename_type): Do look inside currently open classes.
2667 * parser.c (cp_parser_lookup_name): Likewise.
2668 (cp_parser_template_name): Likewise.
2669 * pt.c (dependent_scope_p): New function.
2670 * cp-tree.h: Declare it.
2671 * class.c (currently_open_class): Return fast if T isn't a class.
2672
2673 2009-02-26 H.J. Lu <hongjiu.lu@intel.com>
2674
2675 PR c++/37789
2676 * parser.c (cp_parser_mem_initializer): Return error_mark_node
2677 if cp_parser_mem_initializer_id returns error_mark_node.
2678
2679 2009-02-24 Richard Guenther <rguenther@suse.de>
2680
2681 PR c++/39242
2682 * pt.c (instantiate_decl): Do not instantiate extern, non-inline
2683 declared functions.
2684
2685 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
2686
2687 PR c++/36411
2688 * pt.c (coerce_template_template_parms): Return 0 if parameter
2689 is error_mark_node.
2690
2691 2009-02-23 Jason Merrill <jason@redhat.com>
2692
2693 * pt.c (unify): Call maybe_adjust_types_for_deduction when
2694 deducing from an initializer list.
2695
2696 2009-02-20 Jason Merrill <jason@redhat.com>
2697
2698 PR c++/39225
2699 * decl.c (grokdeclarator): Handle ~identifier.
2700
2701 2009-02-19 Jakub Jelinek <jakub@redhat.com>
2702
2703 PR target/39175
2704 * decl2.c (determine_visibility): If visibility changed and
2705 DECL_RTL has been already set, call make_decl_rtl to update symbol
2706 flags.
2707
2708 2009-02-19 H.J. Lu <hongjiu.lu@intel.com>
2709
2710 PR c++/39188
2711 * cp-tree.h (maybe_commonize_var): New.
2712
2713 * decl.c (maybe_commonize_var): Make it extern.
2714
2715 * decl2.c (finish_anon_union): Call maybe_commonize_var.
2716
2717 2009-02-18 H.J. Lu <hongjiu.lu@intel.com>
2718
2719 PR c++/39219
2720 * parser.c (cp_parser_enum_specifier): Apply all attributes.
2721
2722 2009-02-18 Jason Merrill <jason@redhat.com>
2723
2724 * cfns.h: Tweak pathname for cfns.gperf.
2725
2726 2009-02-13 Jason Merrill <jason@redhat.com>
2727
2728 PR c++/39070
2729 * semantics.c (finish_call_expr): Change koenig_p parm to int.
2730 If -1, don't set KOENIG_LOOKUP_P but do keep hidden candidates.
2731 * cp-tree.h: Adjust prototype.
2732 * pt.c (tsubst_copy_and_build) [CALL_EXPR]: Pass -1.
2733
2734 2009-02-12 Jason Merrill <jason@redhat.com>
2735
2736 PR c++/38950
2737 * pt.c (unify)[TEMPLATE_PARM_INDEX]: Convert to the tsubsted type.
2738
2739 2009-02-11 Jason Merrill <jason@redhat.com>
2740
2741 PR c++/39153
2742 * decl2.c (cp_write_global_declarations):
2743 Check DECL_DEFAULTED_FN, not DECL_ARTIFICIAL.
2744
2745 PR c++/30111
2746 * init.c (build_value_init_noctor): Split out from...
2747 (build_value_init): ...here.
2748 (expand_aggr_init_1): Handle value-initialization.
2749 * cp-tree.h: Add declaration.
2750 * class.c (type_has_user_provided_constructor):
2751 Handle non-class arguments.
2752
2753 2009-02-10 Jason Merrill <jason@redhat.com>
2754
2755 PR c++/38649
2756 * class.c (defaultable_fn_p): Handle ... properly.
2757
2758 PR c++/36744
2759 * tree.c (lvalue_p_1): Condition rvalue ref handling on
2760 treat_class_rvalues_as_lvalues, too.
2761
2762 2009-02-10 Paolo Carlini <paolo.carlini@oracle.com>
2763
2764 PR c++/34397
2765 * typeck.c (build_x_array_ref): New.
2766 * cp-tree.h: Declare it.
2767 * pt.c (tsubst_copy_and_build): Use it for case ARRAY_REF.
2768
2769 2009-02-09 Jason Merrill <jason@redhat.com>
2770
2771 PR c++/39109
2772 * semantics.c (simplify_aggr_init_expr): Do zero-initialization here.
2773 * init.c (build_value_init): Not here. Don't build a TARGET_EXPR.
2774 * tree.c (get_target_expr): Handle AGGR_INIT_EXPR.
2775 * cp-gimplify.c (cp_gimplify_init_expr): Remove special handling
2776 for build_value_init TARGET_EXPR.
2777 * cp-tree.h (AGGR_INIT_ZERO_FIRST): New macro.
2778
2779 2009-02-06 Paolo Carlini <paolo.carlini@oracle.com>
2780
2781 PR c++/35147
2782 PR c++/37737
2783 * cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): Check TREE_VEC_LENGTH.
2784
2785 2009-02-04 Jakub Jelinek <jakub@redhat.com>
2786
2787 PR c++/39095
2788 * operators.def: Use COMPONENT_REF code for ->/pt operator again,
2789 remove ./dt operator.
2790 * mangle.c (write_expression): Handle COMPONENT_REF after handling
2791 ADDR_EXPR, for COMPONENT_REF without ARROW_EXPR inside of it
2792 write_string ("dt") instead of using operators.def.
2793
2794 2009-02-03 Jason Merrill <jason@redhat.com>
2795
2796 * typeck.c (cp_build_unary_op): Only complain about taking address
2797 of main if pedantic.
2798
2799 2009-02-03 Jakub Jelinek <jakub@redhat.com>
2800
2801 PR inline-asm/39059
2802 * parser.c (cp_parser_primary_expression): Reject FIXED_CSTs.
2803
2804 PR c++/39056
2805 * typeck2.c (digest_init_r): Don't call process_init_constructor
2806 for COMPLEX_TYPE.
2807
2808 2009-02-03 Paolo Bonzini <bonzini@gnu.org>
2809
2810 PR c++/36897
2811 * pt.c (convert_nontype_argument_function): Expect expr to be an
2812 ADDR_EXPR.
2813
2814 PR c++/37314
2815 * typeck.c (merge_types): Call resolve_typename_type if only
2816 one type is a typename.
2817
2818 2009-02-02 Jason Merrill <jason@redhat.com>
2819
2820 PR c++/39054
2821 * parser.c (cp_parser_unqualified_id): Don't wrap error_mark_node
2822 in BIT_NOT_EXPR.
2823
2824 2009-02-01 Paolo Carlini <paolo.carlini@oracle.com>
2825
2826 PR c++/39053
2827 * parser.c (cp_parser_pure_specifier): If there are no tokens left
2828 do not call cp_lexer_consume_token.
2829
2830 2009-01-30 Jakub Jelinek <jakub@redhat.com>
2831
2832 PR c++/39028
2833 * parser.c (cp_parser_already_scoped_statement): Handle __label__
2834 declarations.
2835
2836 2009-01-30 Paolo Carlini <paolo.carlini@oracle.com>
2837
2838 PR c++/33465
2839 * error.c (dump_expr): Handle FIX_TRUNC_EXPR and FLOAT_EXPR.
2840
2841 2009-01-30 Paolo Carlini <paolo.carlini@oracle.com>
2842
2843 PR c++/38655
2844 * error.c (dump_type_prefix, dump_type_suffix): Handle FIXED_POINT_TYPE.
2845
2846 2009-01-29 Paolo Carlini <paolo.carlini@oracle.com>
2847
2848 * typeck.c (invalid_nonstatic_memfn_p): Use
2849 DECL_NONSTATIC_MEMBER_FUNCTION_P.
2850
2851 2009-01-27 Paolo Carlini <paolo.carlini@oracle.com>
2852
2853 PR c++/37554
2854 * call.c (build_over_call): If convert_for_arg_passing returns
2855 error_mark_node unconditionally return it.
2856
2857 2009-01-22 Adam Nemet <anemet@caviumnetworks.com>
2858
2859 * class.c (check_field_decls): Also inherit packed for bitfields
2860 regardless of their type.
2861
2862 2009-01-22 Dodji Seketeli <dodji@redhat.com>
2863
2864 PR c++/38930
2865 * decl2.c (grokfield): Reverting changes of PR c++/26693
2866 (save_template_attributes): Likewise.
2867 * decl.c (grokdeclarator): Likewise.
2868 * name-lookup.c (pushdecl_maybe_friend): Likewise.
2869 * cp-tree.h (MEMBER_TYPES_NEEDING_ACCESS_CHECK): Likewise.
2870 (append_type_to_template_for_access_check): Likewise.
2871 * semantics.c (check_accessibility_of_qualified_id): Likewise.
2872 * pt.c (instantiate_class_template, instantiate_template ): Likewise.
2873 (tsubst): Likewise.
2874 (resolve_type_name_type): Likewise.
2875 (append_type_to_template_for_access_check): Likewise.
2876
2877 2009-01-21 Dodji Seketeli <dodji@redhat.com>
2878
2879 PR c++/26693
2880 * decl2.c (grokfield): when a typedef appears in a
2881 class, create the typedef variant type node for it.
2882 (save_template_attributes): Creating typedef variant type node
2883 here is now useless.
2884 * decl.c (grokdeclarator): If the typedef'ed struct/class was
2885 anonymous, set the proper type name to all its type variants.
2886 * name-lookup.c (pushdecl_maybe_friend): Reuse the
2887 set_underlying_type function to install typedef variant types.
2888 * cp-tree.h (MEMBER_TYPES_NEEDING_ACCESS_CHECK): New template accessor
2889 macro.
2890 (append_type_to_template_for_access_check): New entry points.
2891 * semantics.c (check_accessibility_of_qualified_id):
2892 When a typedef that is a member of a class appears in a template,
2893 add it to the template. It will be ...
2894 * pt.c (instantiate_class_template, instantiate_template ): ... access
2895 checked at template instantiation time.
2896 (tsubst): Handle the case of being called with NULL args.
2897 (resolve_type_name_type): The type name should be the name of the
2898 main type variant.
2899 (append_type_to_template_for_access_check): New entry point.
2900
2901 2009-01-19 Jason Merrill <jason@redhat.com>
2902
2903 PR c++/23287
2904 * parser.c (cp_parser_unqualified_id): In a template,
2905 accept ~identifier.
2906 * typeck.c (lookup_destructor): Handle IDENTIFIER_NODE.
2907
2908 2009-01-16 Jason Merrill <jason@redhat.com>
2909
2910 PR c++/38877
2911 * tree.c (lvalue_p_1): Allow non-fields in COMPONENT_REF.
2912 * init.c (build_new): Don't call describable_type unless we
2913 have an auto.
2914
2915 PR c++/29470
2916 * pt.c (tsubst_decl) [USING_DECL]: Propagate access flags.
2917
2918 PR c++/38579
2919 * search.c (protected_accessible_p): N doesn't vary.
2920
2921 2009-01-15 Jason Merrill <jason@redhat.com>
2922
2923 PR c++/38850
2924 * pt.c (tsubst_copy_and_build): Tell finish_call_expr to
2925 accept hidden friends.
2926
2927 2009-01-15 Andrew Pinski <andrew_pinski@playstation.sony.com>
2928
2929 PR C++/29388
2930 * decl.c (grokdeclarator): Check for a non namespace/class context.
2931
2932 2009-01-15 Jason Merrill <jason@redhat.com>
2933
2934 PR c++/36334
2935 PR c++/37646
2936 * tree.c (lvalue_p_1): Handle BASELINK. A COMPONENT_REF to
2937 a function isn't necessarily an lvalue. Take tree, not const_tree.
2938 (lvalue_p, real_lvalue_p): Take tree, not const_tree.
2939 * typeck.c (lvalue_or_else): Likewise.
2940 * cp-tree.h: Adjust prototypes.
2941
2942 2009-01-15 Steve Ellcey <sje@cup.hp.com>
2943
2944 PR c++/38357
2945 * pt.c (tsubst): Check for NULL args.
2946
2947 2009-01-15 Dodji Seketeli <dodji@redhat.com>
2948
2949 PR c++/38636
2950 * name-lookup.c (pushtag): Don't create members to types that are not
2951 being created.
2952
2953 2009-01-14 Nick Clifton <nickc@redhat.com>
2954
2955 PR c++/37862
2956 * parser.c: Pass cp_id_kind computed in
2957 cp_parser_postfix_dot_deref_expression to
2958 cp_parser_primary_expression.
2959
2960 2009-01-13 Jakub Jelinek <jakub@redhat.com>
2961
2962 PR c++/38795
2963 * tree.c (cp_walk_subtrees): Handle REINTERPRET_CAST_EXPR,
2964 STATIC_CAST_EXPR, CONST_CAST_EXPR and DYNAMIC_CAST_EXPR the same
2965 as CAST_EXPR.
2966
2967 2009-01-12 Jason Merrill <jason@redhat.com>
2968 Steve Ellcey <sje@cup.hp.com>
2969
2970 PR c++/35109
2971 * name-lookup.c (lookup_name_real): Keep looking past a hidden
2972 binding.
2973
2974 2009-01-12 Dodji Seketeli <dodji@redhat.com>
2975
2976 PR c++/36019
2977 * pt.c (parameter_of_template_p): New function.
2978 * cp-tree.h: Declare it.
2979 * name-lookup.c (binding_to_template_parms_of_scope_p): New
2980 function.
2981 (outer_binding): Take template parameters in account when looking for
2982 a name binding.
2983
2984 2009-01-12 Jason Merrill <jason@redhat.com>
2985
2986 PR c++/31488
2987 * tree.c (pod_type_p): Return 1 for structs created by the back end.
2988
2989 2009-01-12 Jakub Jelinek <jakub@redhat.com>
2990
2991 PR c/32041
2992 * parser.c (cp_parser_builtin_offsetof): Allow `->' in
2993 offsetof member-designator, handle it as `[0].'.
2994
2995 PR c++/38794
2996 * decl.c (start_function): If grokdeclarator hasn't returned
2997 FUNCTION_DECL nor error_mark_node, issue diagnostics.
2998
2999 2009-01-11 Jakub Jelinek <jakub@redhat.com>
3000
3001 PR c++/36254
3002 * cp-gimplify.c (genericize_if_stmt): Renamed from ...
3003 (gimplify_if_stmt): ... this.
3004 (cp_gimplify_expr): Don't handle IF_STMT here.
3005 (cp_genericize_r): Call genericize_if_stmt for IF_STMT.
3006
3007 2009-01-10 Andrew Pinski <pinskia@gmail.com>
3008
3009 PR c++/38648
3010 * typeck.c (cp_build_modify_expr): Check for NULL current_function_decl.
3011
3012 PR c++/36695
3013 * typeck2.c (build_functional_cast): Check for reference type and NULL
3014 PARMS.
3015
3016 2009-01-09 Steve Ellcey <sje@cup.hp.com>
3017
3018 * typeck.c (cp_build_unary_op): Check for ERROR_MARK.
3019
3020 2009-01-09 Jakub Jelinek <jakub@redhat.com>
3021
3022 PR c++/35335
3023 * error.c (dump_expr): Handle EXPR_STMT like BIND_EXPR.
3024
3025 2009-01-09 John F. Carr <jfc@mit.edu>
3026
3027 PR c++/37877
3028 * parser.c (cp_parser_class_specifier): Clear
3029 parser->in_unbraced_linkage_specification_p while parsing class
3030 specifiers.
3031
3032 2009-01-07 Jakub Jelinek <jakub@redhat.com>
3033
3034 PR c++/38725
3035 * semantics.c (finish_goto_stmt): Convert destination to
3036 void *.
3037
3038 2009-01-06 Jason Merrill <jason@redhat.com>
3039
3040 PR c++/35297
3041 PR c++/35477
3042 PR c++/35784
3043 PR c++/36846
3044 PR c++/38276
3045 * pt.c (check_default_tmpl_args): Don't complain about
3046 out-of-order parameter packs in the enclosing class
3047 or parameter packs after default args.
3048 (coerce_template_parms): If we have more than one
3049 parameter pack, don't flatten argument packs.
3050 (template_args_equal): Handle argument packs.
3051 (comp_template_args): Don't flatten argument packs.
3052 (check_instantiated_arg): Split out from...
3053 (check_instantiated_args): Here. Handle arg packs.
3054 (convert_template_argument): Just check that nontype argument
3055 packs have the right type.
3056
3057 2009-01-05 Dodji Seketeli <dodji@redhat.com>
3058
3059 PR c++/38472
3060 * typeck.c (type_after_usual_arithmetic_conversions): Fix a typo.
3061
3062 2009-01-05 Jason Merrill <jason@redhat.com>
3063
3064 PR c++/38698
3065 * typeck2.c (process_init_constructor_union): Handle union with
3066 no fields.
3067
3068 * mangle.c (write_expression): Remove mangling for zero-operand
3069 casts.
3070
3071 PR c++/38701
3072 * decl.c (cp_finish_decl): Clear DECL_INITIAL for invalid
3073 defaulting.
3074
3075 PR c++/38702
3076 * class.c (defaultable_fn_p): Only operator== can be a copy
3077 assignment operator.
3078
3079 2009-01-02 Jason Merrill <jason@redhat.com>
3080
3081 PR c++/38698
3082 * typeck2.c (process_init_constructor_union): Handle excess
3083 initializers.
3084 (process_init_constructor_record): Likewise.
3085
3086 PR c++/38684
3087 * typeck2.c (digest_init_r): Don't use process_init_constructor
3088 for non-aggregate classes.
3089
3090 \f
3091 Copyright (C) 2009 Free Software Foundation, Inc.
3092
3093 Copying and distribution of this file, with or without modification,
3094 are permitted in any medium without royalty provided the copyright
3095 notice and this notice are preserved.
This page took 0.175065 seconds and 5 git commands to generate.