aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-1/+1
2008-04-24c-common.h (check_builtin_function_arguments): Declare.Richard Guenther1-1/+7
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-2/+0
2008-04-22re PR c++/35316 (ICE with typeof/decltype and bit-fields)Jason Merrill1-1/+1
2008-04-18cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees1-1/+3
2008-03-27re PR bootstrap/35704 (Bootstrap failure on i686-apple-darwin9 at revision 13...Douglas Gregor1-4/+20
2008-03-25typeck.c (composite_pointer_type_r): Add SFINAE support.Douglas Gregor1-324/+623
2008-03-21cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.Paolo Carlini1-6/+8
2008-03-12revert: [multiple changes]Richard Guenther1-3/+2
2008-03-07revert: re PR c++/35049 (g++.dg/conversion/simd3.C:12: error: invalid operand...Paolo Bonzini1-25/+14
2008-02-25c-common.c (match_case_to_enum_1): Add appropriate OPT_W* parameter to warning.Manuel López-Ibáñez1-6/+7
2008-02-25typeck.c (check_for_casting_away_constness): Use 1 single argument, the type ...Manuel López-Ibáñez1-35/+33
2008-02-22re PR c/19999 (-Wfloat-equal does not warn for complex numbers)Ralf Wildenhues1-1/+1
2008-02-06re PR c++/35049 (g++.dg/conversion/simd3.C:12: error: invalid operands to bin...Douglas Gregor1-14/+25
2008-01-31re PR c++/34935 (ICE with attribute may_alias)Douglas Gregor1-0/+24
2008-01-29re PR c++/34055 (ICE with invalid specialization of variadic template)Douglas Gregor1-1/+1
2008-01-26re PR c++/34235 (short variable cast to unsigned int fails to right shift as ...Richard Guenther1-45/+0
2008-01-25re PR c++/33887 (Reference to bitfield gets wrong value when optimizing)Richard Guenther1-2/+3
2008-01-16re PR c++/33819 (Miscompiled shift of C++ bitfield)Richard Guenther1-0/+7
2008-01-15re PR c++/34051 (ICE in dependent_type_p with variadic templates)Douglas Gregor1-1/+2
2007-12-10re PR c++/34059 (ICE with invalid base type for class member)Simon Martin1-1/+1
2007-12-01re PR c++/8171 (Cannot compare pointer to member function of base and derived...Ollie Wild1-2/+12
2007-11-29re PR c++/34270 (ICE applying __decltype to ternary expression)Jakub Jelinek1-1/+3
2007-11-24typeck.c (delta_from_ptrmemfunc): New function.Ollie Wild1-7/+24
2007-11-06re PR c++/31439 (ICE with variadic template and broken specialization)Douglas Gregor1-1/+1
2007-11-05Index...Douglas Gregor1-1/+1
2007-11-05typeck.c (build_binary_op): Use pedwarn instead of error for consistency.Manuel López-Ibáñez1-2/+2
2007-10-31fix PR c++/19531: NRV is performed on volatile temporaryChristian Bruel1-1/+3
2007-10-17builtins.c (gimplify_va_arg_expr): Use inform for help message.Manuel López-Ibáñez1-4/+5
2007-10-16typeck.c (cp_apply_type_quals_to_decl): Expand documentation.Mark Mitchell1-1/+12
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi1-3/+3
2007-09-02re PR c++/33208 (Broken diagnostic: 'component_ref' not supported by dump_decl)Paolo Carlini1-1/+2
2007-09-01c-common.c (const_strip_array_types): Delete.Kaveh R. Ghazi1-3/+9
2007-08-31cvt.c (cp_convert_to_pointer): Remove force parameter.Ollie Wild1-51/+77
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-20/+20
2007-08-24re PR c++/32567 (ICE on invalid use of parameter pack)Jakub Jelinek1-0/+2
2007-08-20re PR c++/22369 (C++ produces mis-matched types with pointers to member funct...Richard Guenther1-1/+4
2007-08-16c-common.c (const_strip_array_types): New.Kaveh R. Ghazi1-2/+2
2007-08-15re PR c++/32992 (Incorrect code generated for anonymous union and return)Jakub Jelinek1-0/+1
2007-08-14re PR c/30428 (vector float | vector float is accepted)Andrew Pinski1-1/+3
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-4/+3
2007-07-27typeck.c (structural_comptypes): Compare DECLTYPE_TYPE nodes.Douglas Gregor1-0/+8
2007-07-24re PR c++/29001 (ICE on invalid return from operator new)Paolo Carlini1-1/+1
2007-07-22re PR c++/32839 (internal compiler error: Segmentation fault (templates))Nathan Sidwell1-2/+8
2007-07-22re PR c++/30818 (templates and typedefs cause function prototype not to match)Nathan Sidwell1-12/+2
2007-07-11params.def (PARAM_VERIFY_CANONICAL_TYPES): Remove.Douglas Gregor1-26/+21
2007-07-10re PR bootstrap/32617 (explow.c references DECL_ALIGN of a FUNCTION_DECL)Geoffrey Keating1-1/+4
2007-06-15[multiple changes]Andrew Pinski1-6/+15
2007-06-07re PR c++/30759 (initializer-list accepted for object of non-POD type)Simon Martin1-1/+1
2007-05-31in gcc/ 2007-05-31 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-1/+1