Age | Commit message (Expand) | Author | Files | Lines |
2016-01-09 | re PR c++/69113 (ICE: in vague_linkage_p, at cp/decl2.c:1875 with -fno-weak) | Marek Polacek | 1 | -1/+2 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-20 | re PR c++/67411 (internal compiler error: in tsubst_copy, at cp/pt.c:13473) | Jason Merrill | 1 | -1/+1 |
2015-12-20 | re PR c++/67411 (internal compiler error: in tsubst_copy, at cp/pt.c:13473) | Jason Merrill | 1 | -0/+3 |
2015-12-15 | Fix PR c++/21802 (two-stage name lookup fails for operators) | Patrick Palka | 1 | -3/+10 |
2015-11-20 | re PR c++/67354 (internal compiler error: in add_to_same_comdat_group, at sym... | Jakub Jelinek | 1 | -2/+10 |
2015-11-13 | Merge C++ delayed folding branch. | Jason Merrill | 1 | -3/+3 |
2015-11-11 | decl.c: Remove unused header files. | Andrew MacLeod | 1 | -4/+0 |
2015-11-05 | gcc/ | Jakub Jelinek | 1 | -5/+0 |
2015-11-04 | ENABLE_CHECKING refactoring: C family front ends | Mikhail Maltsev | 1 | -3/+2 |
2015-10-29 | decl.c: Reorder #include's and remove duplicates. | Andrew MacLeod | 1 | -11/+5 |
2015-10-19 | Expand PTRMEM_CST only when necessary. | Jason Merrill | 1 | -0/+18 |
2015-09-17 | cp-tree.h (note_decl_for_pch): Remove. | Richard Biener | 1 | -0/+6 |
2015-09-09 | re PR c++/53184 (Unnecessary anonymous namespace warnings) | Paolo Carlini | 1 | -5/+35 |
2015-08-15 | re PR c++/65974 (Bogus deprecated-declarations warnings for inline definition... | Jason Merrill | 1 | -0/+3 |
2015-08-12 | re PR c++/67108 (ICE: in cxx_eval_call_expression, at cp/constexpr.c:1345 whe... | Jason Merrill | 1 | -0/+3 |
2015-08-07 | Add C++ Concepts TS support. | Andrew Sutton | 1 | -0/+7 |
2015-07-26 | decl.c (poplevel): Use Use DECL_SOURCE_LOCATION and "%qD" in warning_at inste... | Paolo Carlini | 1 | -4/+8 |
2015-07-10 | c-ada-spec.h (cpp_operation): Revert latest change. | Eric Botcazou | 1 | -2/+0 |
2015-07-08 | c-ada-spec.h (cpp_operation): Add IS_CONSTEXPR. | Eric Botcazou | 1 | -0/+2 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -1/+0 |
2015-07-07 | c-ada-spec.h (cpp_operation): Add IS_MOVE_CONSTRUCTOR. | Eric Botcazou | 1 | -0/+2 |
2015-06-30 | re PR debug/66653 (ice in gen_type_die_with_usage, at dwarf2out.c:20876) | Jason Merrill | 1 | -0/+4 |
2015-06-30 | re PR debug/66653 (ice in gen_type_die_with_usage, at dwarf2out.c:20876) | Jason Merrill | 1 | -1/+3 |
2015-06-27 | call.c: Use VECTOR_TYPE_P. | Marek Polacek | 1 | -1/+1 |
2015-06-27 | call.c (set_up_extended_ref_temp): Use VAR_P. | Marek Polacek | 1 | -14/+13 |
2015-06-25 | function.h (ipa_opt_pass, [...]): Move forward declarations. | Andrew MacLeod | 1 | -2/+0 |
2015-06-22 | c-ada-spec.h (cpp_operation): Add HAS_DEPENDENT_TEMPLATE_ARGS. | Pierre-Marie de Rodat | 1 | -0/+10 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -3/+0 |
2015-06-15 | re PR c++/51048 (Class template inheritance doesn't work well with function-l... | Paolo Carlini | 1 | -2/+6 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -4/+0 |
2015-06-05 | Merge debug-early branch into mainline. | Aldy Hernandez | 1 | -42/+40 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-06-04 | Remove TARGET_RELAXED_ORDERING and optimize for weak memory models. | Ramana Radhakrishnan | 1 | -4/+27 |
2015-06-01 | re PR c++/65942 ([C++14] cannot use std::function as comparator in algorithms) | Jason Merrill | 1 | -2/+1 |
2015-05-21 | re PR c++/60943 ([C++14] Return type deduction interferes with ref-qualifiers) | Nathan Sidwell | 1 | -0/+2 |
2015-05-09 | re PR bootstrap/66085 (Revision r222934 breaks bootstrap on darwin.) | Aldy Hernandez | 1 | -1/+1 |
2015-05-09 | decl2.c (mangling_aliases): New variable. | Jason Merrill | 1 | -0/+66 |
2015-05-09 | decl2.c (collect_candidates_for_java_method_aliases): Remove. | Aldy Hernandez | 1 | -61/+13 |
2015-05-08 | re PR c++/59012 (alignas does not support parameter pack expansions) | Jason Merrill | 1 | -0/+4 |
2015-05-05 | Fix gdb.cp/anon-struct.cc with -std=c++11. | Jason Merrill | 1 | -1/+6 |
2015-04-15 | decl.c (grokmethod): Only set DECL_COMDAT if TREE_PUBLIC is set. | Jason Merrill | 1 | -5/+9 |
2015-04-15 | * decl2.c (determine_visibility): Use get_template_info. | Jason Merrill | 1 | -3/+1 |
2015-03-19 | c-decl.c (c_decl_attributes): Also add "omp declare target" attribute for DEC... | Jakub Jelinek | 1 | -1/+2 |
2015-03-18 | re PR c++/65340 ([C++14]ICE in mark_used, at decl2.c:5040) | Paolo Carlini | 1 | -1/+6 |
2015-02-25 | re PR c++/65209 (Broken code with global static variables, invalid pointer wh... | Jason Merrill | 1 | -2/+6 |
2015-01-14 | re PR c++/58671 ([c++11] ICE with thread_local and self-referential variable ... | Paolo Carlini | 1 | -2/+5 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+9 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-18 | re PR c++/64251 (Chromium build error only with --enable-checking=yes) | Jason Merrill | 1 | -1/+1 |