Age | Commit message (Expand) | Author | Files | Lines |
2016-03-15 | re PR c++/70209 (ICE in strip_typedefs, at cp/tree.c:1377) | Marek Polacek | 1 | -3/+6 |
2016-03-04 | re PR c++/70067 (internal compiler error: in strip_typedefs, at cp/tree.c:1466) | Jason Merrill | 1 | -0/+3 |
2016-02-25 | re PR c++/69889 (ICE: in assign_temp, at function.c:961) | Jason Merrill | 1 | -7/+15 |
2016-02-25 | re PR c++/68049 (template instantiation involving may_alias defines symbol tw... | Jason Merrill | 1 | -1/+9 |
2016-02-24 | PR c++/69912 - [6 regression] ICE in build_ctor_subob_ref initializing | Martin Sebor | 1 | -2/+4 |
2016-02-16 | re PR c++/10200 (Weird clash with same names in different scopes) | Jason Merrill | 1 | -0/+17 |
2016-02-15 | re PR c++/69753 (bogus: expected primary-expression before ‘>’ token) | Jason Merrill | 1 | -17/+0 |
2016-02-03 | PR c++/69251 - [6 Regression] ICE in unify_array_domain on a flexible array | Martin Sebor | 1 | -2/+13 |
2016-01-31 | re PR c++/68763 (ICE: in verify_unstripped_args, at cp/pt.c:1132) | Jakub Jelinek | 1 | -4/+34 |
2016-01-24 | Revert "Fix the remaining PR c++/24666 blockers" | Patrick Palka | 1 | -1/+1 |
2016-01-19 | Fix the remaining PR c++/24666 blockers (arrays decay to pointers too early) | Patrick Palka | 1 | -1/+1 |
2016-01-16 | re PR c++/68936 (ICE: tree check: expected call_expr, have target_expr in bui... | Patrick Palka | 1 | -1/+5 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-18 | Fix PR c++/68978 (bogus error: lvalue required as left operand of assignment) | Patrick Palka | 1 | -0/+6 |
2015-12-17 | Avoid code duplication in cp_tree_[operand|code]_length | Patrick Palka | 1 | -16/+3 |
2015-12-15 | Fix PR c++/21802 (two-stage name lookup fails for operators) | Patrick Palka | 1 | -0/+89 |
2015-12-02 | Fix TYPE_MAIN_VARIANT construction for arrays of qualified typedefs (PR c/681... | Joseph Myers | 1 | -1/+2 |
2015-11-13 | Merge C++ delayed folding branch. | Jason Merrill | 1 | -25/+18 |
2015-11-11 | decl.c: Remove unused header files. | Andrew MacLeod | 1 | -5/+0 |
2015-11-04 | ENABLE_CHECKING refactoring: C family front ends | Mikhail Maltsev | 1 | -9/+7 |
2015-10-29 | decl.c: Reorder #include's and remove duplicates. | Andrew MacLeod | 1 | -7/+4 |
2015-10-05 | Replace REAL_VALUES_EQUAL with real_equal | Richard Sandiford | 1 | -1/+1 |
2015-08-07 | Add C++ Concepts TS support. | Andrew Sutton | 1 | -2/+17 |
2015-08-04 | * tree.c (build_target_expr): Copy the location from value. | Jason Merrill | 1 | -0/+2 |
2015-07-08 | re PR c++/66748 (Crash with abi_tag attribute) | Marek Polacek | 1 | -2/+4 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-30 | re PR debug/66653 (ice in gen_type_die_with_usage, at dwarf2out.c:20876) | Jason Merrill | 1 | -1/+1 |
2015-06-27 | call.c: Use VECTOR_TYPE_P. | Marek Polacek | 1 | -2/+1 |
2015-06-27 | call.c (set_up_extended_ref_temp): Use VAR_P. | Marek Polacek | 1 | -2/+1 |
2015-06-25 | function.h (ipa_opt_pass, [...]): Move forward declarations. | Andrew MacLeod | 1 | -2/+0 |
2015-06-25 | hash-traits.h (ggc_hasher): Rename to... | Richard Sandiford | 1 | -2/+2 |
2015-06-25 | hash-table.h: Update comments. | Richard Sandiford | 1 | -3/+3 |
2015-06-23 | re PR c++/65879 (Bogus linkage errors for member class of anonymous class) | Jason Merrill | 1 | -6/+6 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -3/+0 |
2015-06-16 | re PR c++/66536 (ICE in build_ctor_subob_ref, at cp/tree.c:2534) | Jason Merrill | 1 | -1/+6 |
2015-06-16 | re PR c++/58063 (default arguments evaluated twice per call) | Jason Merrill | 1 | -0/+23 |
2015-06-09 | re PR c++/66383 (ICE in gimplify_expr on this passed in inline initialization) | Jason Merrill | 1 | -9/+9 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -5/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -4/+0 |
2015-05-18 | tree.c (strip_typedefs_expr): Fix typo. | Jason Merrill | 1 | -4/+4 |
2015-04-29 | re PR c++/50800 (Internal compiler error in finish_member_declarations, possi... | Jason Merrill | 1 | -0/+7 |
2015-04-28 | re PR c++/50800 (Internal compiler error in finish_member_declarations, possi... | Jason Merrill | 1 | -32/+99 |
2015-04-23 | Revert:PR c++/50800 | Jason Merrill | 1 | -99/+32 |
2015-04-23 | re PR c++/50800 (Internal compiler error in finish_member_declarations, possi... | Jason Merrill | 1 | -32/+99 |
2015-04-14 | tree.c (replace_placeholders_t): Remove unused type. | Mikhail Maltsev | 1 | -7/+0 |
2015-04-09 | re PR c++/65690 (typedef alignment lost since r219705) | Jakub Jelinek | 1 | -0/+2 |
2015-04-09 | re PR c++/65690 (typedef alignment lost since r219705) | Jakub Jelinek | 1 | -2/+9 |
2015-03-31 | re PR c++/65390 (ICE in strip_typedefs, at cp/tree.c:1361) | Marek Polacek | 1 | -4/+3 |
2015-03-19 | re PR c++/65046 (-Wabi-tag doesn't warn about variables or function return ty... | Jason Merrill | 1 | -11/+29 |
2015-02-13 | re PR c++/65054 (internal compiler error: in maybe_constant_value, at cp/cons... | Jason Merrill | 1 | -14/+5 |