aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-04call.c (build_op_delete_call): Test user-visible type against size_type_node...Roger Sayle1-1/+1
2006-10-23decl.c: Include langhooks.h.Rafael Ávila de Espíndola1-3/+4
2006-08-29re PR c++/28349 (ICE with "undefined" va_arg and references)Andrew Pinski1-1/+3
2006-08-23re PR c++/23372 (Temporary aggregate copy not elided when passing parameters ...Jason Merrill1-0/+6
2006-06-30re PR c++/26577 (ICE in cp_expr_size with volatile and non POD)Jason Merrill1-2/+2
2006-06-16re PR c++/27979 (conversion check confused by enum bitfields)Mark Mitchell1-1/+1
2006-06-16re PR c++/27666 (ICE with volatile in conditional expression)Mark Mitchell1-0/+9
2006-06-06re PR c++/27177 (ICE in build_simple_base_path, at cp/class.c:474)Mark Mitchell1-1/+13
2006-06-06Fix up whitespacingMike Stump1-5/+5
2006-05-31re PR c++/27801 (ICE in invert_truthvalue with template)Mark Mitchell1-0/+10
2006-05-19re PR c++/27471 (ICE within build_c_cast cp/typeck.c:5434)Mark Mitchell1-14/+19
2006-05-15re PR c++/27505 (ICE in const folding with bitfields)Mark Mitchell1-0/+1
2006-04-23re PR c++/26534 ([4.1] bitfield wrong optimize)Mark Mitchell1-3/+16
2006-04-15* cp/call.c: Fix comment typos.Kazu Hirata1-2/+2
2006-04-11re PR c++/26122 (Pure specifiers for templates causing trouble)Mark Mitchell1-24/+40
2006-04-06call.c (null_ptr_cst_p): Add explicit TREE_CONSTANT_OVERFLOW check.Roger Sayle1-1/+3
2006-02-14call.c (standard_conversion): Return NULL instead of 0.Volker Reichelt1-5/+5
2006-02-07cp-tree.h (tf_warning_or_error): Renamed from tf_warn_or_error.Gabriel Dos Reis1-1/+1
2006-02-04cp-tree.h (tf_warn_or_error): New substituion flag.Gabriel Dos Reis1-1/+1
2006-01-29call.c (alloc_conversion): Use cast when converting from void *.Gabriel Dos Reis1-8/+7
2006-01-28class.c (check_bases): Likewise.Gabriel Dos Reis1-6/+6
2006-01-24re PR c++/25552 (Invalid destructor name accepted in friend declaration)Volker Reichelt1-9/+6
2006-01-20call.c (add_builtin_candidates): Remove superfluous return.Volker Reichelt1-2/+0
2006-01-18Update copyright from last checkin.Eric Christopher1-1/+1
2006-01-18call.c (convert_like_real): When issuing conversion warnings, depend on OPT_W...Eric Christopher1-12/+12
2005-12-27PR c++/23171, c++/23172, c++/25417.Mark Mitchell1-10/+3
2005-12-22re PR c++/25364 (ICE with function pointer as template parameter)Mark Mitchell1-18/+17
2005-12-08call.c (build_conditional_expr): Print types in error messages.Théodore Papadopoulo1-2/+4
2005-11-03re PR c++/22434 (ICE in simplify_{,gen_}subreg)Mark Mitchell1-2/+2
2005-10-18re PR c++/21908 (poor diagnostic with vitrual base classes)Mark Mitchell1-36/+30
2005-10-14re PR c++/19565 (g++ does not warn about overflow in conversion but gcc does)Mark Mitchell1-17/+7
2005-10-13re PR c++/22464 (ICE on classes in template functions which attempt closure)Mark Mitchell1-0/+1
2005-10-12re PR c++/23730 (ICE instead of reporting a call to a non-existent member fun...David Edelsohn1-3/+8
2005-10-11re PR c++/21089 (C++ front-end does not "inline" the static const double)Mark Mitchell1-1/+1
2005-10-06* call.c (resolve_args): Remove redundant test.Volker Reichelt1-1/+1
2005-10-05re PR c++/23513 (overload resolution fails to select a more specialized templ...Nathan Sidwell1-10/+4
2005-09-21re PR c++/23965 (Bogus error message: no matching function for call to 'foo(<...Volker Reichelt1-1/+1
2005-09-12re PR c++/7874 (g++ finds friend functions defined in class-definition but no...Ian Lance Taylor1-5/+21
2005-09-06re PR c++/9782 (constructor not called on higher-dimensional arrays of templa...Mark Mitchell1-1/+1
2005-08-15Fix Infinite Stack Recursion Regression.Fariborz Jahanian1-4/+4
2005-07-28re PR c++/22545 (ICE with pointer to class member & user defined conversion o...Mark Mitchell1-1/+1
2005-07-24c-common.c (check_missing_format_attribute): New.Kaveh R. Ghazi1-0/+11
2005-07-21call.c: Fix comment typo(s).Volker Reichelt1-1/+1
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-1/+1
2005-07-16call.c (diagnostic_fn_t): New.Kaveh R. Ghazi1-3/+4
2005-07-15re PR c++/22132 (Wrong code: upcasting a const class pointer to struct the cl...Mark Mitchell1-22/+44
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-5/+5
2005-06-26re PR c/21911 (named parameter mistakenly identified as sentinel)Kaveh R. Ghazi1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-18c-decl.c (locate_old_decl): Add format attribute.Kaveh R. Ghazi1-1/+1