aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-08re PR c/36892 (Support __attribute__((deprecated("text string"))))H.J. Lu1-2/+2
2009-05-05typeck.c (cp_build_compound_expr): Require RHS to have a known type.Nathan Sidwell1-0/+6
2009-04-28revert: re PR c++/35652 (offset warning should be given in the front-end)Ben Elliston1-1/+1
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-1/+2
2009-04-23re PR c++/38228 (ICE with invalid use of bound member function)Dodji Seketeli1-1/+1
2009-04-21re PR c++/35711 (bad text in -Wcast-qual warning (forgets volatile))Manuel López-Ibáñez1-22/+34
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-2/+26
2009-03-31re PR c++/37806 (CV-qualifiers on function typedef's are inconsistently accep...Jason Merrill1-0/+3
2009-03-27re PR c++/35652 (offset warning should be given in the front-end)Manuel López-Ibáñez1-1/+1
2009-02-10re PR c++/34397 (ICE on invalid default template parameter)Paolo Carlini1-0/+28
2009-02-03typeck.c (cp_build_unary_op): Only complain about taking address of main if p...Jason Merrill1-4/+7
2009-02-03re PR c++/36897 (ICE with function pointer template parameter)Paolo Bonzini1-0/+14
2009-01-29typeck.c (invalid_nonstatic_memfn_p): Use DECL_NONSTATIC_MEMBER_FUNCTION_P.Paolo Carlini1-2/+2
2009-01-19re PR c++/23287 (Explicitly invoking destructor of template class in a templa...Jason Merrill1-3/+17
2009-01-15re PR c++/36334 (typedef to function type leads to problems)Jason Merrill1-1/+1
2009-01-10re PR c++/38648 (ICE with string literal)Andrew Pinski1-1/+1
2009-01-09* typeck.c (cp_build_unary_op): Check for ERROR_MARK.Steve Ellcey1-1/+1
2009-01-05re PR c++/38472 (Wrong result type of ternary operator)Dodji Seketeli1-1/+1
2008-12-04re PR middle-end/36509 (gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c)Richard Guenther1-0/+4
2008-11-15re PR c++/37561 (Revision 140405 caused g++.old-deja/g++.mike/warn1.C)Jakub Jelinek1-6/+2
2008-11-12re PR c++/38007 (g++ instantiate same operator twice due to bitfield in -O0 m...Jason Merrill1-56/+13
2008-10-24re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on bool...Manuel López-Ibáñez1-1/+1
2008-10-19re PR c++/37004 ([C++ only] Wconversion warns for short y = 0x7fff; short z =...Manuel López-Ibáñez1-39/+61
2008-10-06c-decl.c (finish_decl): Pass input_location to build_unary_op.Aldy Hernandez1-7/+9
2008-09-23c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez1-38/+67
2008-09-17re PR c++/37552 (ICE with invalid array access)Jakub Jelinek1-2/+2
2008-09-03diagnostic.c (error_at): New.Aldy Hernandez1-21/+35
2008-09-01tree.c (protected_set_expr_location): New.Aldy Hernandez1-1/+2
2008-08-26c-common.c (do_switch_warnings): Look through the CONST_DECLs in the enumerat...Douglas Gregor1-6/+6
2008-08-26rtlanal.c: Fix uses of "it's" with "its" where appropriate.Ben Elliston1-3/+3
2008-08-21diagnostic.c (pedwarn_at): Rename as pedwarn.Manuel López-Ibáñez1-6/+6
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez1-1/+1
2008-08-18diagnostics.c (permerror_at): Rename as permerror.Manuel López-Ibáñez1-26/+26
2008-08-08re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) shoul...Manuel López-Ibáñez1-1/+1
2008-08-06re PR c++/8715 ('~' operator for unsigned char and conversion to bool)Manuel López-Ibáñez1-108/+4
2008-08-05re PR c++/37016 (member function pointer failure with optimization)Jason Merrill1-9/+1
2008-07-31re PR c++/11309 (Testsuite failures in g++.dg/expr/anew1.C (and anew2.C anew3...Jason Merrill1-1/+1
2008-07-30re PR c/34389 (-Wconversion produces wrong warning)Manuel López-Ibáñez1-54/+2
2008-07-25typeck.c (inline_conversion): Remove.Jan Hubicka1-20/+1
2008-07-23re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez1-23/+24
2008-07-21objc-act.c: Fix comment typos.Ralf Wildenhues1-3/+3
2008-07-18cvt.c (convert_to_void): Avoid C++ keywords.Kaveh R. Ghazi1-3/+3
2008-07-03re PR c++/36128 (ICE with invalid argument for builtin)Richard Guenther1-7/+0
2008-07-01c-typeck.c (convert_for_assignment): Use vector_targets_convertible_p.Daniel Jacobowitz1-2/+13
2008-06-24re PR c++/23194 (Unhelpful diagnostic for incorrect pointer-to-member functio...Jonathan Wakely1-2/+2
2008-06-21typeck.c (composite_pointer_type_r, [...]): Change pedwarn to permerror.Jonathan Wakely1-49/+49
2008-06-02tree-ssa-ifcombine.c (get_name_for_bit_test): Use CONVERT_EXPR_P.Tomas Bily1-9/+5
2008-05-02Rolled back the following changes made in revision 134865:Simon Baldwin1-12/+2
2008-05-01c-common.h (warn_array_subscript_range): New function.Simon Baldwin1-2/+12
2008-04-29re PR c++/35987 (ICE with invalid if-condition)Jakub Jelinek1-4/+5