aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2011-03-15pt.c (value_dependent_expression_p): Don't check value_dependent_expression_p...Jason Merrill2-3/+5
2011-03-15c-common.c (max_constexpr_depth): New.Jason Merrill2-29/+45
2011-03-15Core 1191Jason Merrill2-21/+16
2011-03-15decl2.c (cp_check_const_attributes): New.Rodrigo Rivas Costa2-0/+26
2011-03-15re PR c++/34758 (Bad diagnostic for circular dependency in constructor defaul...Jason Merrill4-13/+38
2011-03-12re PR c++/46824 (chromium-compile failed because error: no match for ‘opera...Dodji Seketeli2-2/+8
2011-03-12re PR c++/47125 (ICE occurs in combination with partial specialization and in...Jason Merrill2-4/+17
2011-03-11re PR c++/47144 (Doesn't reject attempt to define type in template argument; ...Jason Merrill2-1/+11
2011-03-11re PR c++/47808 ([C++0x] internal compiler error: in tsubst_copy_and_build, a...Jason Merrill2-0/+8
2011-03-11re PR c++/48035 (Mismatch on size of class when initializing hierarchy involv...Jakub Jelinek2-11/+59
2011-03-10re PR c++/48029 (ICE in finish_member_declaration() with --param ggc-min-expa...Jason Merrill2-7/+4
2011-03-10re PR c++/47198 ([C++0x] ICE: tree check: expected var_decl or function_decl,...Jason Merrill2-7/+22
2011-03-09re PR c++/44629 (ICE in unify, at cp/pt.c:15155)Jason Merrill2-0/+8
2011-03-09re PR tree-optimization/47714 (verify_ssa fails with error: invalid argument ...Martin Jambor2-0/+6
2011-03-08re PR c++/47705 (internal compiler error: in convert_nontype_argument, at cp/...Dodji Seketeli2-15/+17
2011-03-08re PR c++/47488 (sorry, unimplemented: string literal in function template si...Jason Merrill2-0/+7
2011-03-08re PR c++/47705 (internal compiler error: in convert_nontype_argument, at cp/...Jason Merrill2-9/+18
2011-03-08re PR c++/45651 (ICE in import_export_decl, at cp/decl2.c:2344)Jason Merrill2-2/+13
2011-03-08re PR debug/47881 (-fcompare-debug failure (length) with -O -fno-dce -funroll...Jakub Jelinek1-0/+1
2011-03-08re PR c++/47957 (Type mismatch when a class derived a same name with template...Dodji Seketeli2-2/+14
2011-03-08re PR c++/48003 (Regression in Template Constants from 4.5.2)Jason Merrill3-5/+31
2011-03-08re PR c++/48015 ([C++0x] ICE: unexpected expression 'std::min' of kind overload)Jason Merrill2-11/+12
2011-03-07re PR c++/48008 (libstdc++-v3/testsuite/20_util/function/43397.cc fails to as...Jason Merrill2-13/+22
2011-03-06lang-specs.h: Match -save-temps* instead of -save-temps.Joseph Myers2-9/+13
2011-03-05mangle.c (write_expression): Change ABI v6 to v5.Jason Merrill2-3/+8
2011-03-04re PR lto/47497 (SPEC CPU 2006 failed to link with LTO -fuse-linker-plugin -f...Jan Hubicka4-4/+13
2011-03-04re PR c++/47971 (ICE: in tsubst_copy, at cp/pt.c:11725 on valid code)Jason Merrill2-2/+8
2011-03-04re PR c++/46220 (Error: invalid covariant return type generated for incomplet...Jason Merrill2-4/+16
2011-03-03re PR c++/47974 (ICE: tree check: expected tree_vec, have error_mark in tsubs...Paolo Carlini2-3/+13
2011-03-03re PR c++/47950 ([C++0x] Internal compiler error: non-dependent declaration a...Jason Merrill2-1/+10
2011-03-02re PR c++/47950 ([C++0x] Internal compiler error: non-dependent declaration a...Jason Merrill2-3/+3
2011-03-02re PR c++/47774 ([C++0x] constexpr specifier on ctor not ignored when templat...Jason Merrill4-46/+77
2011-03-02re PR c++/46159 (Bogus warning about lambdas)Jason Merrill2-2/+12
2011-03-02re PR c++/47200 ([C++0x] ICE: in adjust_temp_type, at cp/semantics.c:5821 wit...Jason Merrill2-0/+7
2011-03-01re PR c++/47851 ([C++0x] Incorrect decltype result for conditional operator)Jason Merrill2-1/+11
2011-03-01re PR c++/46282 ([C++0x] ICE: SIGSEGV in grokbitfield (decl2.c:1054))Jason Merrill2-1/+7
2011-02-28re PR c++/47873 (virtual Inheritance - Covariant Virtual Function - Segfault)Jason Merrill2-2/+8
2011-02-27re PR c++/47904 (ICE with DECL_PARM_INDEX (this) in cp_tree_equal)Jason Merrill3-7/+21
2011-02-27re PR c++/47897 ([C++0x] static const member variable is not constant express...Jason Merrill2-35/+52
2011-02-25parser.c (cp_parser_constant_expression): Set non_integral_constant_expressio...Jason Merrill6-10/+51
2011-02-23cp-tree.h (DECL_PARM_LEVEL): New.Jason Merrill7-22/+98
2011-02-23re PR c++/46868 (ICE: SIGSEGV splay_tree_splay (splay-tree.c:149) on invalid ...Nathan Froyd2-3/+11
2011-02-23re PR c++/47833 (ICE during GC in gt_ggc_mx_pending_template)Jakub Jelinek3-3/+9
2011-02-23re PR c++/47242 ([C++0x] ICE: tree check: expected field_decl, have error_mar...Paolo Carlini2-0/+13
2011-02-22re PR c++/47666 (ICE in dfs_walk_once)Dodji Seketeli2-28/+73
2011-02-21re PR c++/47207 ([C++0x] ICE: in decl_constant_var_p, at cp/decl2.c:3563 on i...Jason Merrill4-7/+22
2011-02-21re PR c++/47199 ([C++0x] ICE: expected class 'type', have 'declaration' (func...Jason Merrill2-1/+9
2011-02-20re PR c++/46831 ([C++0x] Crash when it tries to do an invalid ICS with a conv...Jason Merrill2-2/+8
2011-02-20re PR c++/47703 ([C++0x] ICE: std::sort chokes on simple lambda function)Jason Merrill2-1/+8
2011-02-20re PR c++/46472 ([C++0X] constexpr is not constexpr)Jason Merrill3-2/+18