aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-24re PR c++/56970 (SFINAE does not apply correctly to sizeof.)Paolo Carlini1-1/+1
2013-04-22Core 1586Jason Merrill1-1/+3
2013-04-11call.c (build_conditional_expr_1, [...]): Protect error calls with complain &...Paolo Carlini1-31/+52
2013-04-10re PR c++/56895 (ICE: unexpected expression of kind arrow_expr)Jakub Jelinek1-4/+11
2013-04-03re PR c++/56815 (void pointer arithmetic)Paolo Carlini1-6/+7
2013-04-01re PR c++/56793 (ICE with scoped enum)Jason Merrill1-0/+17
2013-04-01Implement N2439 (ref-qualifiers for 'this')Bronek Kozicki1-5/+34
2013-03-31decl2.c (collect_candidates_for_java_method_aliases): Use DECL_CLASS_SCOPE_P.Paolo Carlini1-2/+1
2013-03-29call.c (add_builtin_candidate): Use TYPE_PTR_P and VOID_TYPE_P.Paolo Carlini1-31/+27
2013-03-29tree.h (VAR_P): New.Gabriel Dos Reis1-9/+9
2013-03-28re PR c++/56701 ([C++11] The *this* pointer fails to bind to rvalue reference...Jason Merrill1-1/+5
2013-03-28re PR c++/56725 (extra spaces in error message)Paolo Carlini1-7/+6
2013-03-27call.c (build_new_method_call_1): Use INDIRECT_REF_P.Gabriel Dos Reis1-6/+6
2013-03-26re PR c++/52597 ([C++11] confusing diagnostics for invalid use of non-static ...Jason Merrill1-2/+9
2013-03-22cp-tree.h (identifier_p): New.Gabriel Dos Reis1-7/+5
2013-03-21re PR middle-end/48087 (-Wall -Werror adds warnings over and above those gene...Jakub Jelinek1-2/+2
2013-03-16cp-tree.h (abstract_class_use): New enum.Jason Merrill1-0/+6
2013-03-16re PR c++/56607 (GCC fails to warn on division by zero)Jakub Jelinek1-2/+2
2013-03-11re PR c++/56567 (ICE with lambda return type deduction and braced-init-list)Jason Merrill1-0/+5
2013-02-20re PR c++/56373 (-Wzero-as-null-pointer-constant: does not catch issues with ...Paolo Carlini1-6/+3
2013-01-31re PR regression/56162 (PASS->FAIL: g++.old-deja/g++.mike/pmf1.C -std=c++11 e...Jason Merrill1-3/+1
2013-01-25re PR c++/56104 (Wrong "dereferencing type-punned pointer" warning)Jason Merrill1-9/+18
2013-01-10Update copyright years in gcc/Richard Sandiford1-4/+1
2013-01-09re PR c/48418 (Bit shift operator >>=)Jakub Jelinek1-7/+14
2013-01-07PR c++/55311 - Cannot specialize alias template with arg of type array of charDodji Seketeli1-7/+13
2012-12-03re PR c++/54170 (Call to lambda elided)Paolo Carlini1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-29/+28
2012-10-29re PR c++/54930 (Add warning switch for "returning reference to temporary" an...Jonathan Wakely1-4/+4
2012-10-25re PR c++/54427 (Expose more vector extensions)Marc Glisse1-1/+2
2012-10-12re PR c++/53055 (ICE in cp_build_indirect_ref, at cp/typeck.c:2836)Marc Glisse1-0/+4
2012-10-09re PR c++/54194 (misleading suggestion about arithmetic in operand of '|')Paolo Carlini1-1/+2
2012-10-09re PR c++/54427 (Expose more vector extensions)Marc Glisse1-2/+48
2012-10-08PR c++/53528 C++11 attribute supportDodji Seketeli1-0/+50
2012-10-05cp-tree.h (SIZEOF_EXPR_TYPE_P): Define.Jakub Jelinek1-1/+8
2012-09-25re PR target/50970 (Function pointer dereferenced twice in if statement on Ar...Zhenqiang Chen1-12/+17
2012-09-14re PR c++/54427 (Expose more vector extensions)Marc Glisse1-2/+49
2012-09-13typeck.c (build_indirect_ref, [...]): Remove uses of ATTRIBUTE_UNUSED on the ...Paolo Carlini1-12/+12
2012-09-11re PR c++/54541 (SFINAE bug: handling incomplete return types)Paolo Carlini1-6/+12
2012-09-05re PR c++/54191 ([C++11] SFINAE does not handle conversion to inaccessible base)Paolo Carlini1-14/+10
2012-08-06re PR c++/54165 (Cast to "void" should not implicitly call conversion functions)Marc Glisse1-6/+6
2012-07-20re PR c++/54026 (template const struct with mutable members erroneously emitt...Jason Merrill1-3/+3
2012-07-05cp-tree.h (TEMPLATE_PARM_NUM_SIBLINGS): Remove.Jason Merrill1-6/+0
2012-07-02re PR c++/53524 (Bogus enum comparison warning)Jason Merrill1-5/+1
2012-06-25re PR c++/52988 (std::async not executed on function returning nullptr_t)Jason Merrill1-1/+1
2012-06-06re PR c++/53567 ("ICE: Error reporting routines re-entered" on missing enum e...Paolo Carlini1-42/+74
2012-06-04output.h (merge_weak, [...]): Move protos from here...Steven Bosscher1-1/+0
2012-05-26re PR c++/53220 (g++ mis-compiles compound literals)Jason Merrill1-0/+9
2012-05-17re PR c++/44516 (improve error message when no matching operator)Paolo Carlini1-25/+30
2012-05-12generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.Paolo Carlini1-25/+24
2012-05-10re PR c++/53158 ([C++11] Bogus error in loop condition)Paolo Carlini1-2/+3