Age | Commit message (Expand) | Author | Files | Lines |
2010-02-03 | re PR c++/4926 (C++ ABI needs clarification on mangling of complex expressions) | Jason Merrill | 2 | -54/+75 |
2010-02-03 | re PR c++/12909 (ambiguity in mangling vector types) | Jason Merrill | 2 | -1/+16 |
2010-02-02 | re PR c++/41090 (Using static label reference in c++ class constructor produc... | Jason Merrill | 3 | -1/+52 |
2010-01-29 | Fix PRs c++/42758, c++/42634, c++/42797 | Dodji Seketeli | 5 | -48/+132 |
2010-01-29 | decl.c (redeclaration_error_message): Wrap the return messages to G_() for ea... | Shujing Zhao | 2 | -18/+28 |
2010-01-28 | re PR c++/42880 (trunk does not compile boost MPL) | Jason Merrill | 2 | -6/+18 |
2010-01-28 | re PR c++/42713 (ICE - segfault in tsubst) | Dodji Seketeli | 4 | -48/+83 |
2010-01-27 | * gcc/cp/tree.c: Tweak comment in no_linkage_check. | Jason Merrill | 1 | -1/+1 |
2010-01-21 | tree.h (TYPE_TRANSPARENT_UNION): Replace with ... | Janis Johnson | 3 | -0/+25 |
2010-01-20 | re PR c++/42338 ([c++0x] ICE on decltype usage with templates) | Jason Merrill | 2 | -2/+28 |
2010-01-20 | re PR c++/42038 (ICE: tree check: expected class 'type', have 'exceptional' (... | Paolo Carlini | 2 | -6/+13 |
2010-01-20 | re PR c++/41788 (-Wpacked option changes the layout of packed non-POD structs) | Jason Merrill | 2 | -0/+9 |
2010-01-20 | re PR c++/41920 ([C++0x] Invalid 'unused parameter' warning for parameters us... | Jason Merrill | 2 | -0/+7 |
2010-01-20 | re PR c++/40750 (Side-effect of member function call not produced in certain ... | Jason Merrill | 2 | -1/+9 |
2010-01-20 | sel-sched.c (create_speculation_check): Remove set but not used variable twin. | Jakub Jelinek | 2 | -8/+5 |
2010-01-19 | Revert fix of PR c++/ | Dodji Seketeli | 2 | -3/+9 |
2010-01-18 | re PR c++/42634 (ICE with -g -O2 -std=c++0x in copy_fn_p, at cp/decl.c:9973) | Dodji Seketeli | 2 | -4/+12 |
2010-01-18 | re PR c++/42766 (tree check fail in build_expr_type_conversion) | Dodji Seketeli | 2 | -0/+6 |
2010-01-17 | Revert PR c++/42697 | Dodji Seketeli | 2 | -2/+6 |
2010-01-17 | re PR c++/42697 (ice-on-legal-code: template class template function local ob... | Dodji Seketeli | 2 | -1/+8 |
2010-01-16 | re PR c++/42761 (std::bind doesn't work for simple class types) | Jason Merrill | 2 | -0/+12 |
2010-01-15 | Revert commit of PR c++/42634, which was commit r155868 | Dodji Seketeli | 2 | -3/+9 |
2010-01-14 | re PR middle-end/42674 (Bogus "no return statement in function returning non-... | Jakub Jelinek | 2 | -0/+8 |
2010-01-14 | re PR c++/42701 (ICE on error recovery) | Jason Merrill | 2 | -3/+5 |
2010-01-14 | re PR c++/42655 (! causes the qualified types for rvalue) | Jason Merrill | 2 | -1/+6 |
2010-01-13 | re PR c++/42634 (ICE with -g -O2 -std=c++0x in copy_fn_p, at cp/decl.c:9973) | Dodji Seketeli | 2 | -4/+12 |
2010-01-07 | re PR c++/40155 ([c++0x] variadic template pack problem) | Dodji Seketeli | 2 | -18/+13 |
2010-01-05 | pt.c (unify_pack_expansion): Handle deduction from init-list. | Jason Merrill | 3 | -1/+13 |
2010-01-04 | re PR c++/42555 (16-byte aligned double is disallowed only in templates) | Jason Merrill | 2 | -1/+4 |
2010-01-04 | re PR c++/42567 ([C++0x] ICE with auto in type_unification_real, at cp/pt.c:1... | Jason Merrill | 2 | -6/+9 |
2010-01-04 | configure.ac: Add install-html to target_list for Make-hooks. | Andrew Jenner | 1 | -1/+2 |
2010-01-01 | Move 2009 ChangeLog to ChangeLog-2009. | H.J. Lu | 2 | -3740/+3747 |
2009-12-30 | re PR other/42537 ([PATCH] misc spelling fixes) | Robert Millan | 1 | -1/+1 |
2009-12-28 | re PR c++/42447 (ICE during processing complex templates) | Jason Merrill | 2 | -0/+13 |
2009-12-24 | PR c++/41305, DR 384 | Jason Merrill | 2 | -104/+99 |
2009-12-23 | re PR c++/42260 (ICE looking up template conversion operator) | Dodji Seketeli | 5 | -8/+30 |
2009-12-22 | re PR c++/42466 (Multiple instantiations of template constructor fail) | Jason Merrill | 2 | -1/+6 |
2009-12-22 | re PR c++/42331 (ICE with invalid array initializer) | Jason Merrill | 2 | -4/+9 |
2009-12-22 | mangle.c (write_member_name): Move abi-version=1 code back to... | Jason Merrill | 2 | -14/+18 |
2009-12-21 | decl.c (finish_function): Rename pre-genericize event. | Brian Hackett | 2 | -1/+5 |
2009-12-19 | Fix PR c++/42225, take 2 | Dodji Seketeli | 5 | -39/+105 |
2009-12-18 | re PR c++/28300 (In-class partial specialization of class accepted) | Jason Merrill | 2 | -0/+11 |
2009-12-18 | re PR c++/42415 (Bad assembly generated for constructor call) | Jason Merrill | 2 | -1/+25 |
2009-12-18 | re PR c++/31665 (%s substituted with "built-in"/"library" can't be properly t... | Shujing Zhao | 3 | -11/+22 |
2009-12-17 | call.c (build_over_call, [...]): Update cp_build_indirect_ref calls. | Shujing Zhao | 3 | -3/+9 |
2009-12-17 | re PR c/40885 (build_indirect_ref i18n problems) | Shujing Zhao | 14 | -54/+105 |
2009-12-16 | re PR c++/42387 (ICE with new expression in class template) | Jason Merrill | 2 | -5/+7 |
2009-12-15 | re PR c++/42358 ([C++0x] Assembler failure on libstdc++-v3/testsuite/23_conta... | Jason Merrill | 2 | -5/+11 |
2009-12-15 | re PR c++/41183 (ICE compiling chromium) | Jakub Jelinek | 2 | -1/+8 |
2009-12-14 | re PR c++/42364 (C++ testsuite fails with -g) | Jason Merrill | 2 | -19/+28 |