aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2011-07-04* error.c (type_to_string): Avoid redundant akas.Jason Merrill2-0/+18
2011-07-01re PR c++/49605 (-Wdelete-non-virtual-dtor is not picky enough)Jonathan Wakely2-2/+8
2011-07-01Make-lang.in (cp/decl.o): Depend on pointer-set.h.Jakub Jelinek2-5/+13
2011-07-01re PR c++/48261 (internal compiler error: in lookup_template_function, at cp/...Jason Merrill2-2/+9
2011-07-01re PR c++/48593 (Wrong return type when applying address operator to inherite...Jason Merrill5-6/+16
2011-07-01re PR c++/48883 (?: ternary operator fails in certain contexts - link error)Jason Merrill2-0/+5
2011-07-01re PR c++/49085 (Crash with SIGSEGV during compilation.)Jason Merrill2-0/+11
2011-06-30correct changelogJason Merrill1-1/+1
2011-06-30re PR c++/49387 (t.cxx:140: error: too many initializers for ‘const __class...Jason Merrill2-0/+5
2011-06-30re PR c++/49569 (-std=gnu++0x causes segmentation fault)Jason Merrill2-2/+9
2011-06-30* pt.c (iterative_hash_template_arg): Use cp_tree_operand_length.Jason Merrill2-1/+3
2011-06-30re PR c++/49355 (new T({""}) crashes G++ when struct T { std::string foobar };)Jason Merrill2-4/+15
2011-06-30re PR c++/48481 (C++ overloading memory hog)Jason Merrill2-7/+30
2011-06-29re PR c++/49216 ([C++0x] ICE on compiling new-expression with braced-init-lis...Jason Merrill2-14/+47
2011-06-29DR 1207 PR c++/49003Jason Merrill4-11/+51
2011-06-29pt.c (tsubst_decl): In unevaluated operand, don't tsubst DECL_INITIAL unless ...Jason Merrill2-5/+7
2011-06-29re PR c++/49520 ([C++0x] using-declaration and operator&& confuses constexpr)Jason Merrill3-3/+8
2011-06-29re PR c++/49554 ([C++0x] lambda capture causes "cannot call member function ....Jason Merrill4-3/+36
2011-06-29re PR c++/45923 (constexpr diagnostics, more more)Jason Merrill6-56/+247
2011-06-29method.c (maybe_explain_implicit_delete): Use pointer_set instead of htab.Jason Merrill2-8/+7
2011-06-29class.c (finalize_literal_type_property): Update conditions.Jason Merrill3-8/+13
2011-06-29tree.c (build_vec_init_expr): Don't add TARGET_EXPR.Jason Merrill4-5/+6
2011-06-29init.c (build_value_init): Decide whether or not to zero-initialize based on ...Jason Merrill2-3/+13
2011-06-29DR 990Jason Merrill3-3/+53
2011-06-27c-common.h (c_tree_chain_next): New static inline function.Jakub Jelinek2-1/+5
2011-06-26re PR c++/49528 (g++ fails to destroy temporary object when subobject is used...Jason Merrill2-6/+9
2011-06-26re PR c++/49528 (g++ fails to destroy temporary object when subobject is used...Jason Merrill3-2/+28
2011-06-25changelog correctionJason Merrill1-3/+2
2011-06-25dr 1188 commentJason Merrill1-2/+2
2011-06-24re PR c++/46400 (g++ Segmentation Fault on heavily templated project.)Jakub Jelinek2-1/+7
2011-06-24name-lookup.h (cp_binding_level): Removed unused member names_size.Gabriel Charette3-4/+5
2011-06-23re PR c++/49418 (G++ discards cv-quals from template parameter types)Jason Merrill3-2/+6
2011-06-23re PR c++/35255 ([DR 115] gcc does not do partial ordering on overloaded addr...Jason Merrill2-1/+15
2011-06-23re PR c++/44625 (ICE after error: anonymous struct not inside named type)Paolo Carlini2-1/+10
2011-06-23re PR c++/49507 (ICE because of defaulted template destructor)Jason Merrill2-0/+7
2011-06-23optimize.c (maybe_clone_body): Set linkage flags before cgraph_same_body_alias.Jason Merrill2-2/+8
2011-06-23re PR c++/49440 (Invalid dynamic_cast for unnamed namespace)Jason Merrill2-14/+7
2011-06-23re PR c++/49395 (Non-class prvalues seem to have cv-qualification with GCC)Jason Merrill2-1/+4
2011-06-23re PR c++/36435 (Partial ordering of explicit specialization should include r...Jason Merrill2-4/+9
2011-06-22re PR c++/49260 ([C++0x] lambda-eh2.C fails execution)Jason Merrill2-5/+9
2011-06-22re PR c++/49172 ([C++0x][constexpr] References should be declarable with cons...Jason Merrill4-16/+29
2011-06-21re PR c++/49482 ([C++0x] unused parameter warning on lambda in function templ...Jason Merrill2-1/+8
2011-06-21call.c (add_builtin_candidates): Use cv_unqualified rather than TYPE_MAIN_VAR...Jason Merrill4-4/+9
2011-06-21re PR c++/49418 (G++ discards cv-quals from template parameter types)Jason Merrill3-3/+7
2011-06-21cosmetic. Add sync_ to all the expand_builtin defines which do not match the ...Andrew MacLeod2-1/+5
2011-06-20re PR c++/49216 ([C++0x] ICE on compiling new-expression with braced-init-lis...Jason Merrill4-11/+14
2011-06-20re PR c++/48138 (__attribute__((aligned)) should give an error when applied t...Jason Merrill2-4/+31
2011-06-20re PR c++/47080 ([C++0x] explicit conversion function return conversions not ...Jason Merrill2-4/+49
2011-06-20re PR c++/47635 ([C++0x] ICE on invalid code in constructor_name_p, at cp/nam...Jason Merrill2-12/+13
2011-06-20re PR c++/48138 (__attribute__((aligned)) should give an error when applied t...Jason Merrill2-0/+13