aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-06re PR c++/27423 (ICE on default argument for void parameter)Volker Reichelt1-1/+2
2006-05-06re PR c++/27422 (ICE with invalid function argument)Volker Reichelt1-1/+1
2006-05-05c-parser.c (c_parser_cast_expression): Only insert casts into hash table if p...Aldy Hernandez1-0/+9
2006-04-25re PR c++/27292 (ICE on casts on bitfields)Mark Mitchell1-6/+7
2006-04-23re PR c++/26534 ([4.1] bitfield wrong optimize)Mark Mitchell1-8/+36
2006-04-19re PR c++/26036 (Treating a class object as a function with member variables ...Volker Reichelt1-1/+1
2006-04-17PR c++/26114, c++/26115Janis Johnson1-1/+1
2006-04-16re PR c++/26365 (ICE in finish_class_member_access_expr, at cp/typeck.c)Mark Mitchell1-8/+7
2006-03-14tweak commentsJason Merrill1-3/+3
2006-03-10PR c++/16387, c++/16389Jason Merrill1-11/+70
2006-02-13decl.c (grokdeclarator): Return NULL_TREE instead of 0.Volker Reichelt1-2/+2
2006-02-09c-common.h (flag_const_strings): Don't declare.Gabriel Dos Reis1-1/+1
2006-02-07cp-tree.h (tf_warning_or_error): Renamed from tf_warn_or_error.Gabriel Dos Reis1-2/+2
2006-02-07c.opt: C++ frontend supports -Wdiv-by-zero.Dirk Mueller1-4/+4
2006-02-04cp-tree.h (tf_warn_or_error): New substituion flag.Gabriel Dos Reis1-2/+2
2006-02-03typeck.c (string_conv_p): Pass appropiate OPT_Wxxxx values when calling warni...Lee Millward1-6/+6
2006-01-25revert: cp-tree.h (do_poplevel): Remove prototype.Volker Reichelt1-1/+1
2006-01-25cp-tree.h (get_primary_binfo): Remove prototype.Volker Reichelt1-2/+3
2006-01-24typeck.c (build_binary_op): Use OPT_Wfloat_equal in warning().Dirk Mueller1-2/+3
2006-01-24re PR c++/25552 (Invalid destructor name accepted in friend declaration)Volker Reichelt1-1/+1
2006-01-23cp-tree.h (do_poplevel): Remove prototype.Volker Reichelt1-1/+1
2005-12-27PR c++/23171, c++/23172, c++/25417.Mark Mitchell1-59/+77
2005-12-22re PR c++/25364 (ICE with function pointer as template parameter)Mark Mitchell1-2/+3
2005-12-06typeck.c (build_binary_op): Issue warning if either operand of a comparison o...Roger Sayle1-0/+9
2005-11-30* typeck.c (build_x_unary_op): Correct spelling in error message.Ben Elliston1-1/+1
2005-11-24re PR c++/14024 (g++ isn't reporting aliasing warnings)Richard Guenther1-0/+7
2005-11-24re PR c++/21667 (misleading warning about array subscription)Gabriel Dos Reis1-9/+1
2005-11-15re PR c++/24667 (-Wcast-qual fails to warn about offending cast for a old sty...Mark Mitchell1-6/+14
2005-11-12re PR c++/24780 (ICE set_mem_attributes_minus_bitpos)Jakub Jelinek1-2/+8
2005-11-05* decl2.c, init.c, typeck.c: Fix comment typos.Kazu Hirata1-1/+1
2005-10-17re PR c++/24386 (wrong virtual function called in template member)Nathan Sidwell1-4/+12
2005-10-16re PR c++/22173 (Bogus template keyword accepted)Mark Mitchell1-2/+3
2005-10-16re PR c++/22137 (Internal error: Segmentation fault (program cc1plus))Mark Mitchell1-2/+58
2005-10-12re PR c++/21592 (ICE in resolve_overloaded_unification/arg_assoc)Nathan Sidwell1-6/+5
2005-10-12re PR c++/21117 (ICE after error about returning an incomplete type)Nathan Sidwell1-0/+5
2005-10-11re PR c++/21089 (C++ front-end does not "inline" the static const double)Mark Mitchell1-1/+1
2005-09-13re PR c++/23839 (ICE: expected var_decl, have parm_decl in cxx_mark_addressab...Mark Mitchell1-1/+1
2005-09-06re PR c/23075 (Redundant / bogus warning)Jakub Jelinek1-2/+10
2005-09-06re PR c++/9782 (constructor not called on higher-dimensional arrays of templa...Mark Mitchell1-7/+5
2005-09-06re PR c++/23056 (ICE in write_template_arg_literal, at cp/mangle.c)Jakub Jelinek1-13/+34
2005-08-26re PR c++/23491 (new declarator with constant expression gives "error: invali...Mark Mitchell1-1/+3
2005-08-25re PR c++/20817 (ICE for tree check in build_offset_type)Nathan Sidwell1-3/+5
2005-08-15Fix Infinite Stack Recursion Regression.Fariborz Jahanian1-1/+1
2005-08-01class.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-07-24c-common.c (check_missing_format_attribute): New.Kaveh R. Ghazi1-0/+11
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-3/+5
2005-07-15re PR c++/22132 (Wrong code: upcasting a const class pointer to struct the cl...Mark Mitchell1-4/+5
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-10/+8
2005-06-28target.h (invalid_conversion, [...]): New hooks.Joseph Myers1-0/+19
2005-06-26re PR c/21911 (named parameter mistakenly identified as sentinel)Kaveh R. Ghazi1-1/+2