aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-23re PR c++/15269 (__attribute__((deprecated)) broken with inline, ignored with...Jason Merrill1-0/+5
2007-09-16re PR c++/32756 (wrong ambiguous overload error?)Nathan Sidwell1-11/+15
2007-09-04re PR c++/31419 (template user defined conversion operator instantiated for c...Jason Merrill1-1/+6
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi1-2/+2
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-08-20re PR c++/22369 (C++ produces mis-matched types with pointers to member funct...Richard Guenther1-4/+7
2007-08-10system.h (CONST_CAST): New.Kaveh R. Ghazi1-2/+2
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-4/+3
2007-08-02re PR middle-end/32668 (The type-generic builtins apply default promotions)Kaveh R. Ghazi1-0/+2
2007-07-27re PR c++/32346 (long long bitfield passed to int argument incorrectly)Mark Mitchell1-1/+21
2007-07-06re PR c++/32245 (wrong POD type initialization with pointer to member)Mark Mitchell1-8/+24
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