summaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/29632 (ICE on invalid code: regenerate_decl_from_template, at cp/pt...Mark Mitchell2006-12-041-3/+8
* re PR c++/29475 (incomplete template diagnostics.)Simon Martin2006-11-201-8/+9
* call.c (build_op_delete_call): Test user-visible type against size_type_node...Roger Sayle2006-11-041-1/+1
* decl.c: Include langhooks.h.Rafael Ávila de Espíndola2006-10-231-3/+4
* re PR c++/28349 (ICE with "undefined" va_arg and references)Andrew Pinski2006-08-291-1/+3
* re PR c++/23372 (Temporary aggregate copy not elided when passing parameters ...Jason Merrill2006-08-231-0/+6
* re PR c++/26577 (ICE in cp_expr_size with volatile and non POD)Jason Merrill2006-06-301-2/+2
* re PR c++/27979 (conversion check confused by enum bitfields)Mark Mitchell2006-06-161-1/+1
* re PR c++/27666 (ICE with volatile in conditional expression)Mark Mitchell2006-06-161-0/+9
* re PR c++/27177 (ICE in build_simple_base_path, at cp/class.c:474)Mark Mitchell2006-06-061-1/+13
* Fix up whitespacingMike Stump2006-06-061-5/+5
* re PR c++/27801 (ICE in invert_truthvalue with template)Mark Mitchell2006-05-311-0/+10
* re PR c++/27471 (ICE within build_c_cast cp/typeck.c:5434)Mark Mitchell2006-05-191-14/+19
* re PR c++/27505 (ICE in const folding with bitfields)Mark Mitchell2006-05-151-0/+1
* re PR c++/26534 ([4.1] bitfield wrong optimize)Mark Mitchell2006-04-231-3/+16
* * cp/call.c: Fix comment typos.Kazu Hirata2006-04-151-2/+2
* re PR c++/26122 (Pure specifiers for templates causing trouble)Mark Mitchell2006-04-111-24/+40
* call.c (null_ptr_cst_p): Add explicit TREE_CONSTANT_OVERFLOW check.Roger Sayle2006-04-061-1/+3
* call.c (standard_conversion): Return NULL instead of 0.Volker Reichelt2006-02-141-5/+5
* cp-tree.h (tf_warning_or_error): Renamed from tf_warn_or_error.Gabriel Dos Reis2006-02-071-1/+1
* cp-tree.h (tf_warn_or_error): New substituion flag.Gabriel Dos Reis2006-02-041-1/+1
* call.c (alloc_conversion): Use cast when converting from void *.Gabriel Dos Reis2006-01-291-8/+7
* class.c (check_bases): Likewise.Gabriel Dos Reis2006-01-281-6/+6
* re PR c++/25552 (Invalid destructor name accepted in friend declaration)Volker Reichelt2006-01-241-9/+6
* call.c (add_builtin_candidates): Remove superfluous return.Volker Reichelt2006-01-201-2/+0
* Update copyright from last checkin.Eric Christopher2006-01-181-1/+1
* call.c (convert_like_real): When issuing conversion warnings, depend on OPT_W...Eric Christopher2006-01-181-12/+12
* PR c++/23171, c++/23172, c++/25417.Mark Mitchell2005-12-271-10/+3
* re PR c++/25364 (ICE with function pointer as template parameter)Mark Mitchell2005-12-221-18/+17
* call.c (build_conditional_expr): Print types in error messages.Théodore Papadopoulo2005-12-081-2/+4
* re PR c++/22434 (ICE in simplify_{,gen_}subreg)Mark Mitchell2005-11-031-2/+2
* re PR c++/21908 (poor diagnostic with vitrual base classes)Mark Mitchell2005-10-181-36/+30
* re PR c++/19565 (g++ does not warn about overflow in conversion but gcc does)Mark Mitchell2005-10-141-17/+7
* re PR c++/22464 (ICE on classes in template functions which attempt closure)Mark Mitchell2005-10-131-0/+1
* re PR c++/23730 (ICE instead of reporting a call to a non-existent member fun...David Edelsohn2005-10-121-3/+8
* re PR c++/21089 (C++ front-end does not "inline" the static const double)Mark Mitchell2005-10-111-1/+1
* * call.c (resolve_args): Remove redundant test.Volker Reichelt2005-10-061-1/+1
* re PR c++/23513 (overload resolution fails to select a more specialized templ...Nathan Sidwell2005-10-051-10/+4
* re PR c++/23965 (Bogus error message: no matching function for call to 'foo(<...Volker Reichelt2005-09-211-1/+1
* re PR c++/7874 (g++ finds friend functions defined in class-definition but no...Ian Lance Taylor2005-09-121-5/+21
* re PR c++/9782 (constructor not called on higher-dimensional arrays of templa...Mark Mitchell2005-09-061-1/+1
* Fix Infinite Stack Recursion Regression.Fariborz Jahanian2005-08-151-4/+4
* re PR c++/22545 (ICE with pointer to class member & user defined conversion o...Mark Mitchell2005-07-281-1/+1
* c-common.c (check_missing_format_attribute): New.Kaveh R. Ghazi2005-07-241-0/+11
* call.c: Fix comment typo(s).Volker Reichelt2005-07-211-1/+1
* Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo2005-07-201-1/+1
* call.c (diagnostic_fn_t): New.Kaveh R. Ghazi2005-07-161-3/+4
* re PR c++/22132 (Wrong code: upcasting a const class pointer to struct the cl...Mark Mitchell2005-07-151-22/+44
* toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers2005-07-021-5/+5
* re PR c/21911 (named parameter mistakenly identified as sentinel)Kaveh R. Ghazi2005-06-261-1/+1