aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-15[multiple changes]Andrew Pinski1-1/+1
2007-06-07re PR c++/30759 (initializer-list accepted for object of non-POD type)Simon Martin1-1/+1
2007-06-04call.c (convert_like_real): Remove pointless code.Paolo Carlini1-15/+0
2007-05-31re PR c++/7412 ([DR 106] References to references)Russell Yanofsky1-27/+83
2007-04-18re PR c++/31513 (Miscompilation of Function Passing Bit Field Value to Function)Mark Mitchell1-0/+1
2007-04-13re PR c++/31074 (Reference casting involving multiple inheritance produces ba...Jason Merrill1-6/+13
2007-03-23Mark Mitchell <mark@codesourcery.com> PR c++/31273Mark Mitchell1-9/+6
2007-03-16invoke.texi (-Wconversion): Document warnings specific to C++.Manuel López-Ibáñez1-16/+6
2007-03-14re PR c++/31165 (Error: symbol `an_empty_string' is already defined)Andrew Pinski1-1/+1
2007-03-14re PR c++/30860 (Should warn about boolean constant false used in pointer con...Dirk Mueller1-24/+36
2007-03-12re PR c++/30108 (internal compiler error: in make_decl_rtl, at varasm.c:890)Mark Mitchell1-3/+7
2007-03-11re PR c++/30274 (bool bit-field: wrong increment and decremenet)Mark Mitchell1-6/+2
2007-03-09re PR c/17946 (wanted: warning for "a && MASK" when "a & MASK" was probably i...Dirk Mueller1-2/+19
2007-02-28builtins.c (fold_builtin_call_list, [...]): Delete, and replace with...Sandra Loosemore1-72/+100
2007-02-20call.c (build_new_method_call): Ensure that explicit calls of destructors hav...Mark Mitchell1-0/+14
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-6/+6
2007-02-15re PR c++/28943 (Unusable error message when using a conditional-expression w...Manuel López-Ibáñez1-2/+10
2007-01-30re PR c++/24745 (unpleasant warning for "if (NULL)")Manuel López-Ibáñez1-1/+1
2007-01-23call.c (null_ptr_cst_p): Replace use of TREE_CONSTANT_OVERFLOW with TREE_OVER...Roger Sayle1-2/+3
2007-01-08c.opt: Add -flax-vector-conversions.Mark Shinwell1-1/+1
2006-12-04re PR c++/29632 (ICE on invalid code: regenerate_decl_from_template, at cp/pt...Mark Mitchell1-3/+8
2006-11-20re PR c++/29475 (incomplete template diagnostics.)Simon Martin1-8/+9
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